﻿* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background: #BEC3B1 url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #3C4C16;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 2px;
}

.break {
	font-size: 0;
	width: 2px; height: 2px;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 2px;
	}
.alignright {
	float: right;
	margin: 4px 2px 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding-bottom: 20px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header ul {
		list-style-type: none;
		background-color: #283409;
		height: 35px;
	}
		#header ul li {
			float: left;
			padding-right: 2px;
			background: url(images/divider.gif) no-repeat right 0;
		}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 10px 18px 11px;
		}
	#header .logo {
		float: left;
	}
		#header .logo h1 {
			font-size: 0;
			padding: 18px 30px 0;
		}
		#header .logo h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 359px; height: 121px;
			background: url(images/logo.png) no-repeat 0 0;
		}
		#header .logo p {
			display: none;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 40px;
	}
	#header {
		
	}
/** END header **/

/** BEGIN body **/
#body {
	background: #ffffff url(images/body.gif) repeat-y right 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 630px;
	float: left;
	padding-bottom: 20px;
}
	#content p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#content h3 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin-bottom: 10px;
		padding: 10px 10px 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #cccccc;
		font-style: italic;
		font-weight: bold;
	}
	#content ul {
		margin: 0 0 10px 18px;
	}
	#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
	#content li {
		padding: 2px 0;
	}
	#content .latest {
		margin: 20px 40px;
		position: relative;
		width: 550px; height: 300px;
	}
		#content .latest .thumb {
			height: 300px;
			overflow: hidden;
		}
			#content .latest .thumb img {
				width: 550px;
			}
		#content .latest .text {
			color: #ffffff;
			background: url(images/shade.png) repeat 0 0;
			padding: 15px 15px 20px;
			position: absolute;
			bottom: 0; left: 0;
			width: 520px;
		}
			#content .latest .text h2 {
				font-size: 1.3em;
				font-weight: normal;
				margin-bottom: 10px;
			}
			#content .latest .text a {
				color: #ffffff;
			}
	#content .post {
		margin: 10px 40px;
		clear: both;
	}
		#content .thumb {
			height: 100px;
			overflow: hidden;
			float: left;
			margin: 0 15px 10px 0;
		}
			#content .thumb .post img {
				width: 150px;
			}
		#content .post h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #3C4C16;
}
		#content .post h2 a {
			text-decoration: underline;
		}
		#content .post .details {
			font-size: 0.9em;
			color: #BABEAE;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 350px;
	float: right;
}
	#sidebar h2 {
		font-size: 1em;
		color: #3C4C16;
		padding: 10px 15px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 15px 10px;
		border-bottom: 1px solid #E7E6E6;
	}
		#sidebar ul li {
			line-height: 1.3em;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #3C4C16;
		}
		#sidebar ul li a:hover {
			color: #3C4C16;
		}
	#sidebar .l {
		float: left;
		width: 175px;
	}
	#sidebar .r {
		float: right;
		width: 175px;
	}
		#sidebar .l ul, #sidebar .r ul {
			border-bottom: 0;
		}
	#sidebar .video {
		padding: 10px 15px;
		border-bottom: 1px solid #E7E6E6;
	}
	#sidebar .tags {
		padding: 10px 15px;
		border-bottom: 1px solid #E7E6E6;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			text-decoration: none;
			color: #3C4C16;
		}
	#sidebar form {
		border-bottom: 1px solid #E7E6E6;
		background: url(images/search.gif) no-repeat 15px 20px;
		padding: 20px 15px;
		height: 30px;
	}
		#sidebar form input {
			border: 0;
			background-color: transparent;
			width: 234px;
			margin: 7px 1px 0 2px;
			font-size: 1.2em;
			color: #ffffff;
			float: left;
		}
		#sidebar form button {
			border: 0;
			background-color: transparent;
			text-indent: -9999px;
			width: 75px; height: 30px;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #959989;
	color: #283409;
	border-bottom: 4px solid #283409;
	padding: 10px;
}
	#footer a {
		color: #ffffff;
	}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 20px 40px 0;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 40px 20px;
	color: #565656;
}
.single {
	padding-top: 20px;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/
