body {
	background: black;
	padding:0;
	margin:0 0 0 30px;
}

#container {
	background-image: url(background.png);
	background-repeat: repeat-y;
}

#main-nav {
	position: absolute;
	top: 125px;
	left: 30px;
	width: 200px;
}


#main-nav a:link, #main-nav a:visited {
	background: #B3C4CD;
	border: 1px solid #436B91;
	display: block;
	width: 18em;
	padding: 0.25em 0 0.25em 4em;
	margin: 5px 0 0 0;
	font-size: 10px;
	font-family: Helvetica;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	letter-spacing: 0.5em;
}

#main-nav a:hover {
	background: white;
	color: #436B91;
}

#main-nav ul {
	list-style: none;
}

#side-nav {
	width: 155px;
	background: #B3C4CD;
	border: 2px solid #436B91;
	padding: 0;
	margin-bottom: 20px;
	font-family: Helvetica;
	color: black;
	font-size: 10px;
}

#side-nav p {
	margin: 20px 5px;
}

#side-nav ul {
	margin: 20px 5px;
	list-style:none;
	padding: 0;
}

#side-nav li {
	margin: 10px 0 0 5px;
	padding: 0;
	background-image: url(list-background.png);
	background-repeat: no-repeat;
	height: 18px;
	text-align: right;
}

#side-nav a:link, #side-nav a:visited {
	color: #436B91;
	text-decoration: none;
	margin-left: 15px;
}

#side-nav a:hover {
	border-bottom: 1px solid white;
}		

#side-nav h1 {
	background: #436B91;
	color: white;
	font-size: 10px;
	font-family: Helvetica;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.25em;
	padding: 3px;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#blog-posts h1 {
	background-image: url(date-background.png);
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	font-family: Helvetica;
	height: 20px;
}

#post-contents {
	color: white;
	font-family: Helvetica;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #436B91;
}

#blog-posts a:link, #blog-posts a:visited {
	text-decoration: none;
	color: #FA8735;
}

#post-contents a:link, #post-contents a:visited {
	color: #FA8735;
	text-decoration: none;
}

#blog-posts a:hover, #post-contents a:hover {
	border-bottom: 1px solid white;
}

#comments {
	padding-left: 20px;
	margin: 20px;
	background: #B3C4CD;
	border: 2px solid #436B91;
	color: black;
	font-family: Helvetica;
	font-size: 11px;
}

#comments a:link, #comments a:visited  {
	color: #436B91;
	text-decoration: none;
}

#comments a:hover {
	border-bottom: 1px solid white;
}

#comments ul {
	list-style: none;
	margin-left: 30px;
	margin-right: 30px;
}

#comments li {
	background-image: url(list-background.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#comments .create-comment {
	font-size: 15px;
	font-style: italic;
}
