html{
	font: 12px Helvetica, Arial, sans-serif;
	background: #f6eee1;
	color: #302624;
}
div.clearfix{
	clear: both;
}
a, a:link, a:active, a:visited{
	color: #a13100;
	text-decoration: underline;
}

/***** Site structure *****/
#wrapper{
	width: 900px;
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 133px;
	text-indent: -9000px;
	background: url(../img/header.jpg) no-repeat top center;
	margin-top: 22px;
}
#content{
	width: 863px;
	padding: 17px 19px 20px 18px;
	background: #82231c url(../img/content-bg.jpg) repeat-x top left;
}

/***** Sidebar *****/
#sidewrapper{
	width: 289px;
	float: right;
}
#sidebar-top, #sidebar-bottom{
	width: 289px;
	height: 13px;
}
#sidebar-top{
	background: url(../img/sidebar-top.png) no-repeat top center;
}
#sidebar-bottom{
	background: url(../img/sidebar-bottom.png) no-repeat top center;
}
#sidebar{
	width: 279px;
	/* min-height: 1000px; */
	padding: 0 0 0 10px;
	background: url(../img/sidebar-middle.png) repeat-y top center;
}
#sidebar p,
#sidebar li
{
	line-height:16px;
}
#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;
} 
#sidebar ul.recentposts li{
	padding: 10px 0;
}
#sponsors a{
	width: 125px;
	height: 125px;
	display: block;
	float: left;
	margin: 5px;
}
#sidebar h3{
	font: bold 24px Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 10px 0;
}

/***** Posts *****/
#post-area-top, #post-area-bottom{
	width: 559px;
	height: 14px;
}
#post-area-top{
	background: url(../img/content-top.png) no-repeat top center;
}
#post-area-bottom{
	background: url(../img/content-bottom.png) no-repeat top center;
	clear: left;
}
#post-area{
	width: 529px;
	float: left;
	background: url(../img/content-middle.png) repeat-y top center;
	padding: 0 15px;
}
#post-area .post{
	line-height: 1.4;
}
#post-area .post h3{
	font: bold 30px Helvetica, Arial, sans-serif;
	margin: 10px 0 5px 0;
}
#post-area .post h5{
	margin-bottom: 10px;
}
#post-area h3 a, #post-area h3 a:link, #post-area h3 a:active, #post-area h3 a:visited{
	color: #302624;
	text-decoration: none;
}
#post-area .NavPager{
	margin: 10px 0;
}
#post-area .post .share a, #post-area .post .share a:link, #post-area .post .share a:active, #post-area .post .share a:visited{
	color: #302624;
	text-decoration: none;
}
#post-area p
{
	line-height:16px;
	padding-bottom:10px;
	font-size:13px;
}

/***** Footer *****/
#footer{
	width: 820px;
	height: 47px;
	padding: 10px 20px 15px 20px;
	margin-bottom: 20px;
	background: url(../img/footer-bg.png) no-repeat top center;
}
#footer h4{
	font: bold 20px Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
#footer p.right{
	float: right;
}
a.homelink{
	width: 900px;
	height: 133px;
	display: block;
}
