/*
Theme Name: TanThemes.com WP theme
Theme URI: http://www.tanthemes.com
Description: Tanthemes.com theme made by <a href="http://www.tanthemes.com/" target="_blank">Tanthemes</a>.
Version: 1.0
Author: TanThemes
Author URI: http://www.tanthemes.com/
*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e8e8ce url(images/bg.jpg) top center no-repeat;
}
:focus{
	outline:0;
}
.clear {
	clear: both;
}
.wrapper {
	width: 890px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 155px;
	background: url(images/main.png) 0px 142px no-repeat;
	z-index: 0;
}
#logo {
	position: absolute;
	top: 25px;
	left: 10px;
}
#logo a {
	display: block;
	background: url(images/logo.png) 0px 0px no-repeat;
	width: 300px;
	height: 80px;
	text-indent: -9999px;
}
#rss {
	position: absolute;
	top: 0px;
	right: 20px;
}
#rss a {
	display: block;
	background: url(images/rss.png) 0px 0px no-repeat;
	width: 59px;
	height: 69px;
	text-indent: -9999px;
}
#menu {
	position: absolute;
	top: 90px;
	right: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	color: #300510;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin: 0 5px;
}
#menu ul li a span {
	display: block;
	padding: 9px 2px 9px 7px;
}
#menu ul li a:hover {
	color: #fff;
	background: url(images/menu-2.png) right no-repeat;
}
#menu ul li a:hover span {
	background: url(images/menu-1.png) 0px 0px no-repeat;
}
#main {
	background: #fbfbf8;
	padding: 191px 13px 0 13px;
	position: relative;
}
.promo {
	display: block;
	width: 862px;
	height: 181px;
	background: url(images/promo.png) 0px 0px no-repeat;
	text-indent: -9999px;
	position: absolute;
	padding: 41px 0 0 0;
	top: -41px;
}
.promo a {
	display: block;
	width: 862px;
	height: 181px;
}
#content {
	width: 530px;
	padding: 10px 17px 0 17px;
	float: left;
}
#sidebar {
	width: 300px;
	float: left;
}
.widget {
	background: url(images/side-bg.gif);
}
.banners {
	margin: 10px 0 0 17px;
}
.banners img {
	margin: 0 10px 10px 0;
}
.widget .top {
	display: block;
	width: 300px;
	height: 5px;
	background: url(images/side-border.gif) 0px -5px no-repeat;
}
.widget .bottom {
	display: block;
	width: 300px;
	height: 5px;
	background: url(images/side-border.gif) 0px 0px no-repeat;
}
a {
	color: #b9311e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none
}
.post {
	color: #424242;
	margin-bottom: 25px;
	clear: both;
}
.post .thumb {
	float: left;
	margin: 0 15px 15px 0;
}
.post .date {
	font-size: 11px;
	color: #8f8f8f;
}
.post p {
	text-align: justify
}
.post h2 {
	color: #b9311e;
	font-size: 23px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.post h2 a {
	color: #b9311e;	
	text-decoration: none;
}
.post h2 a:hover {
	color: #741508;	
}
#bottom {
	margin-top: 10px;
	padding: 22px;
	background: #c2c3a4 url(images/bottom-bg.gif) top repeat-x;
}
#bottom .title {
	color: #fff;
	font-size: 18px;
}
#bottom ul {
	list-style: none;
	padding: 10px 0 0 10px;
	margin: 0;
}
#bottom ul li a {
	color: #300510;
	text-decoration: none;
}
.bottom-foot {
	background: url(images/bottom-foot.gif) 0px 0px no-repeat;
	height: 10px;
}
#footer {
	background: url(images/main.png) 0 -13px no-repeat;
	padding: 30px 30px;
	color: #a4a581;
	font-size: 12px;
}