html, body {
	background-color: #D5EAE1;
}

#content {
/*	min-height: 470px;
	_height: 470px;*/
	padding-bottom: 30px;
}

#bkg {
	background-image: url(/images/blog/bkg.jpg);
}

#sectionTitle {
	color: #423F2E;
	font-size: 15px;
	font-weight: bold;
	width: 588px;
	padding: 0px 0px 10px 2px;
	background-image: url(/images/subtitle_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 10px 0px;
	float: left;
}

#postDetails {
	float: left;
	width: 378px;
	padding-right: 15px;
}

#postList {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 5px;
/*	min-height: 460px;
	_height: 460px;*/
}

#postDetails p, #postList p {
	color: #423F2E;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
}

#postDetails p.date {
	font-style: italic;
}

#postDetails h1, #postDetails h2, #postList h1 {
	color: #423F2E;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
}

#postDetails h1, #postDetails h2 {
	padding-bottom: 10px;
}

#postDetails h2 {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}

#postDetails ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	font-size: 0.8em;
}

#postDetails ul li {
	font-size: 1em;
	padding: 0px 0px 5px 0px;
}

#postDetails ul li a {
	font-weight: bold;
	color: #697A21;
}

#postList h1, #postList p {
	padding: 10px 0px;
	background-image: url(/images/subtitle_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 170px;
}

#postList p a {
	font-weight: bold;
}

#postList p a.itemA, #postList p a.itemA:visited {
	color: #697A21;
}

#postList p a.itemB, #postList p a.itemB:visited {
	color: #6B4747;
}

#postList p.navigator {
	text-align: right;
	font-size: 14px;
	background-image: none;
}

#postList p.navigator a, #postList p.navigator a:visited {
	color: #697A21;
}

#postList p.prev, #postList p.next {
	float: left;
	width: 90px;
	font-size: 14px;
	background-image: none;
}

#postList p.next {
	text-align:right;
}
