@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bglight.png);
	background-attachment: fixed;
	background-color: #212e36;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {
		border: 0px;
}

.holder {
	width: 840px;
	text-align: left; /*this will align it left for Mozilla*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-image: url(header.png);
	height: 68px;
}

.main {
	background-image: url(content.png);
	width: 840px;
	background-repeat: repeat-y;
	background-position: bottom middle;
	min-height: 50px;
	float: left;
	margin-left: 10px;
}

.left {
	width: 535px;
	float: left;
}

.sidebar {
	width: 260px;
	margin-left: 5px;
	padding-left: 0px;
	float: left;
	background-color: #ffffff;
	border-style: solid;
	border-color: #f2f2f2;
	border-width: 1px;
}

.sidebar ul {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.sidebar li {
	list-style-type:none;
	background-color: #efefef;
	line-height: 16px;
	margin-bottom: 4px;
	padding: 5px;
	font-size: 12px;
	padding-left: 15px;
	font-weight: bold;
}

.topnav {
	background-image: url(nav.png);
	height: 60px;
	background-position: top middle;
	width: 840px;
	padding-top: 46px;
}

.topnav ul{
	margin: 0px;
}

.topnav li{
	padding-left: 7%;
	display: inline;
}

.bottom {
	background-image: url(bottom.png);
	background-position: bottom middle;
	background-repeat: no-repeat;
	min-height: 154px;
	width: 840px;
}

h2 {
	color: #CC6600;
	position: relative;
	margin-left: 25px;
	margin-bottom: -12px;
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: -1px;
}

h2 a:link {
	color: #CC6600;
	text-decoration: none;
	font-size: 28px;
}

h2 a:visited{
	color: #CC6600;
	text-decoration: none;
	font-size: 28px;
}

h3 {
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 10px;
	font-size: 18px;
}

h3 a:link{
	color: #000000;
}

a:link {color: #1a6a23; text-decoration: none;}
a:visited {color: #1e6526; text-decoration: none;}
a:hover {color: #1e6526}
a:active {color: #1e6526} 

.post {
	margin-bottom: 0px;
	margin-left: 15px;
	width: 520px;
	float: left;
}

.posttop {
	background-repeat: no-repeat;
	background-image: url(post-bg-top.png);
	background-position: center top;
	padding-top: 5px;
	background-color: #FFFFFF;
	width: 520px;
	display: block;
}

.postcontent {
	background-repeat: no-repeat;
	background-image: url(post-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 22px;
	padding-top: 5px;
}

.postbottom {
	background-repeat: no-repeat;
	background-image: url(post-bg-bottom.png);
	background-position: center bottom;
	min-height: 125px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
}

.postcontent img {
	margin: 3px;
	clear: both;
}

.postmetadata {
	color: #999999;
	padding: 8px;
	width: 390px;
	font-size: 11px;
	border-style:solid;
	border-width:1px;
	border-color: #999999;
	line-height: 12px;
	background-color: #f3f3f3;
}

.bottomnav {
	padding: 15px;
	margin-left: 60px;
	width: 700px;
	float:left;
}

.ad {
	margin-left: 35px;
	margin-top: 25px;
	padding: 10px;
}

.commentlist {
	list-style-type:none;
	padding-left: 20px;
}

.avatar {
	float: left;
	display: block;
}

.commenttext {
	font-size: 12px;
	display: block;
	margin-left:52px;
}

.comment {
display: block;
width:485px;
}

.alt {
display: block;
background-color: #f6f6f6;
width:485px;
}

blockquote {
	background-color: #eaeaea;
	border-style:solid;
	border-width:1px;
	border-color: #dddddd;
	margin: 1em 13px 1em 13px;
	padding: 3px;
}

/* WP */

