/**************
Typography
***************/
body{
	background: #FFF;
	color: #000;
	font-family:  'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol{	margin: 0; padding: 0;	list-style: none;	}
p{
	margin: 0.8em 0em;
}

a{	text-decoration: none;	}
a:hover, a:active, a:focus {	outline: none;	}
a img{	border: none;	}


h1,h2,h3,h4,h5,h6 {	
	font-weight: normal;
	font-family: 'Trebuchet MS','Helvetica Neue', Helvetica, Arial, sans-serif; 
	letter-spacing: -1px; 
	margin: 0.4em 0em;
}
ul li, ol li{	border-bottom: 1px solid #e8e9d4;	padding: 5px 5px;}
ul{	
	list-style-position:  outside;
}
ol{	
	list-style-type: decimal; 
	list-style-position:  outside;
	padding-left: 22px;
}
blockquote{
	background: url('img/quote.gif') no-repeat;
	font-style: italic;
	padding: 0px 64px;
	margin: 0;
}

a{
	border-bottom: 1px solid #202020;
	color: #202020;
	text-decoration: none;
}
	a:hover{	border-bottom: 1px solid #7d8333;	color: #7d8333;	}

h2{
	color: #434524;
	background: url('img/h2-bg.png') repeat-x bottom;
	font-size: 28px;
}
h3{
	font-size: 24px;
}
h4{	font-size: 22px;	}
h5{	font-size: 20px;	}
h5{	font-size: 18px;	}
h6{	font-size: 16px;	}

img{	padding: 0; margin: 0;	border: 0;}
.clear{	clear: both;	}

#header{
	background: url('img/header-bg.jpg') no-repeat bottom;
	margin: 0 auto;
	height: 350px;
	width:940px;
	position:relative;
}
	#title{
		background: url("img/title.png");
		text-indent: -10000px;
		height: 70px;
		width: 570px;
		margin: 10px 0px 0px 120px;
	}
	#logo{
		background: url("img/logo.png") no-repeat;
		height: 150px;
		position: absolute;
		width: 150px;
		top: 5px;
		left: -27px;
	}

#wrap{
			background: url("img/wrap-bg.png") no-repeat top center;
	margin: 0 auto;
	padding-top: 50px;
	width: 940px;
}

	#inner-wrap{
		background: url("img/content-bg.jpg") no-repeat -1px bottom;
		padding-bottom: 20px;
		position:relative;
		width: 940px;
	}

#content{
	display: inline;
	float:right;
	width: 650px; 
	margin: 0px 30px;
}
	#content  ul{
		list-style: inside;
	}
.post{
	float: left;
	width: 100%;
}
.thumb{
	float:left;
	padding: 4px;
	border: 1px solid #62ae30;
	margin: 0px 10px 10px 0px;
	height: 100px;
	width: 100px;
}

#sidebar{
	display: inline;
	float: left;
	width: 220px;
	margin-left: 10px;
}
	#nav {
		margin: 0;
		padding: 0;
	}
		#nav li{
			background: url("img/nav-bullet.gif") no-repeat right 16px;
			padding: 0px;
			margin: 0px;
			position: relative;
		}
		#nav li a{
			background: url("img/nav-logo.png") no-repeat 5px center ;
			border-bottom: 2px solid #000;
			display: block;
			color: #000;
			font-size: 24px;
			padding: 5px 0px 5px 45px;
			text-transform: uppercase;
		}
			#nav ul{
				display: none;
			}
			#nav ul li{
				background: #fff;
				padding: 10px;
				border: 0;
			}
			#nav ul li a{
				background: none;
				font-size: 18px;
				border-bottom: 1px solid #000;
				padding: 0px 0px 0px 10px;
				text-transform: none;
			}
		
		#steme{
			margin-top: 20px;
		}
#searchform{
	
}
	#searchform label{
		display: block;
	}
	#s{	width: 180px;}
	#searchsubmit{	
		padding: 0px;
		border: 0;
		background: #62ae30;
		color: #62ae30;
		width: 22px;
		height: 22px;
		text-indent: -9999px;
	}

	.commentlist{
		list-style: none;
	}
	#comment{
		width: 640px;
	}
	
#footer{
	background: url("img/footer-bg.jpg") no-repeat;
	margin: 0 auto;
	padding: 210px 10px 10px 10px;
	width: 920px;
}
	#footer .info{
		font-size: 10px;
		font-family: Georgia, serif;
		padding: 10px 30px; 
	}