/*
Copyright (c) 2009, CSSJockey! All rights reserved - http://www.cssjockey.com
Version: 2.3.1
*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	color:#56781a;
	padding:0 0 10px 0;
	font-family:"Trebuchet MS";
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a{
	color:#56781a;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover{
	color:#698c27;
}
/* Post Styles */
div.post{
	margin:0 0 20px 0;
	padding:0px 0px 0px 0px;
	line-height:1.6;
}
div.post p{
	margin:0 0 10px 0;
}
div.post ul{
	margin:0 0 10px 10px;
}
div.post ul li{
	list-style:none;
	padding:0 0 5px 40px;
	font-weight:bold;
	background:url(images/bullet.gif) no-repeat;
}
div.post ol{
	margin:0 0 10px 35px;
	list-style:decimal;
}
ul.children li.cat-item{
	background:none;
}
.navigation{
	margin:10px 0 10px 0;
	padding:5px 10px 5px 10px;
}
.postmetadata{
	padding:5px 0px 5px 0px;
}

