body {
	background-color: #e3d1a0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/body_bg.jpg);
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol {
	margin: 0px;
	padding: 0px;
}
ol li {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

.cl {
	clear: both;
}
.wrapper {
	width: 100%;
	float: left;
	background-image: url(/images/h_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.wrapper1 {
	width: 100%;
	float: left;
}
#header_wrapper {
	width:expression(document.body.clientWidth > 1246 ? "1246px": "auto" );
}
#header {
	max-width: 1246px;
	min-width: 1005px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1005? "1005px": "auto");
	margin: 0px auto;
	border: 0px solid #fff;
	background-image: url(/images/h3_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.content_wrapper {
	width:expression(document.body.clientWidth > 1246 ? "1246px": "auto" );
}
.content {
	max-width: 1246px;
	min-width: 1005px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1005? "1005px": "auto");
	border: 0px solid #fff;
}
p.h1 {
	float: left;
	width: 301px;
	height: 180px;
	background-image: url(/images/h1.jpg);
}
.h3 {
	width: 700px;
	height: 180px;
	float: right;
	background-image: url(/images/h2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 0px solid #f00;
}
.h3 p {
	margin: 0px;
	padding: 0px;
	color: #999;
	text-align: center;
	float: left;
	text-transform: capitalize;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.h3 p.span {
	text-transform: none;
}
.h3 ul {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	width: 160px;
	border: 0px solid #f00;
	margin-left: 10px;
}
.h3 ul li {
	background-image: url(/images/h3_li_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 18px;
	padding-top: 3px;
	text-align: left;
}
.h3 ul li a {
	text-transform: capitalize;
	color: #333;
}
.h3 ul.menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.h3 ul.menu li {
	background-image: url(/images/h2_menu_li_bg.jpg);
	float: left;
	width: 109px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-top: 16px;
	padding-bottom: 18px;
	text-align: left;
}
.h3 ul.menu li a {
	color: #fff;
}

#bar1 {

}
#bar1 ul {
	margin-left: 1px;
}
#bar1 ul li {
	width: 199px;
	font-size: 14px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
}
#bar1 ul li a {
	text-transform: capitalize;
	color: #beff00;
}
#bar1 ul li a:hover {
	color: #fff;
}

.thumbs {
}
.thumbs_item {
	width: 240px;
	margin: 0px;
	float: left;
	padding: 2px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #fff;
}
.thumbs_item img {
	width: 240px;
	height: 180px;
	background-color: #f2e5c1;
}
.thumbs_item A:link IMG    	{        BORDER: #f00 1px solid;}
.thumbs_item A:visited IMG 	{        BORDER: #f00 1px solid;}
.thumbs_item A:hover IMG   	{        BORDER: #900 1px dashed;}
.thumbs_item A:active IMG	{        BORDER: #f00 1px solid;}
.thumbs_item p {
	text-align: left;
	font-size: 12px;
	color: #333;
}
.thumbs_item p.tags {
	width: 240px;
	height: 14px;
	overflow: hidden;
}
.thumbs_item p.tags a {
	text-transform: lowercase;
	font-weight: normal;
}
.thumbs_item p:first-letter {
	text-transform: capitalize;
}
.thumbs_item p a {
	color: #f00;
}
.thumbs_item span.c a {
	text-align: center;
	color: #f00;
	text-decoration: none;
}
.thumbs_item p span {
	color: #000;
	font-weight: bold;
}


.bar_wrapper {
	width: 100%;
	float: left;
}
.bar {
	width: 1000px;
	background-image: url(/images/bar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 0px solid #f00;
}
#search {
	width: 250px;
	float: left;
	margin-left: 12px;
}
#search p {
	float: left;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 2px;
	margin-top: 2px;
}
#search p input {
	background-color: #ccc;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	padding: 4px;
	width: 150px;
	height: 27px;
	color: #333;
	font-weight: bold;
}
#search p input.button {
	background-color: #900;
	color: #fff;
	text-transform: uppercase;
	width: 70px;
	height: 26px;
	border: 1px solid #1f1b1c;
}
#categories {
	width: 250px;
	float: left;
	margin-left: 12px;
	text-align: center;
	border: 0px solid #f00;
}
#categories p {
	float: left;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 2px;
	text-align: center;
	float: left;
}
#categories p.txt {
	padding-top: 5px;
	color: #333;
	font-weight: bold;
}
#categories p select {
	background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border: 1px solid #e7e7e7;
	padding: 4px;
	padding-top: 4px;
	width: 150px;
	height: 28px;
	padding-left: 0px;
}
#categories p input.button {
	background-color: #32241a;
	border: 0px;
	font-size: 14px;
	padding: 4px;
	border: 2px solid #2d1b14;
	background-color: #100b09;
	color: #ffb569;
	text-transform: uppercase;
}
.addthis {
	width: 170px;
	border: 0px solid #f00;
	float: left;
	padding-top: 2px;
}

p.archives {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}
p.archives a {
	color: #c00;
}
p.archives a:hover {
	color: #f00;
}

.most_popular_tags {
	width: 1000px;
	color: #333;
	font-weight: bold;
	border: 0px solid #0f0;
}
.most_popular_tags h2 {
	margin: 0px;
	width: 100%;
}
.most_popular_tags a {
	color: #c00;
}
.most_popular_tags a:hover {
	color: #f00;
}
.most_popular_tags ul {
	float: left;
	width: 195px;
}
.most_popular_tags ul li {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.most_popular_tags ul li a {
	text-transform: capitalize;
}

.main_top {
	width: 920px;
	color: #333;
	font-weight: bold;
	border: 0px solid #0f0;
	margin-top: 20px;
}
.main_top h2 {
	margin: 0px;
	width: 100%;
}
.main_top a {
	color: #c00;
}
.main_top a:hover {
	color: #f00;
}
.main_top ol {
	float: left;
	width: 230px;
}
.main_top ol li {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}
.main_top ol li a {
	text-transform: capitalize;
}

.ads {
	width: 980px;
	border: 0px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #fff;
}
.ads p {
	font-size: 14px;
	color: #333;
}
.ads p a {
	color: #c00;
	font-size: 18px;
	text-transform: capitalize;
}

#footer {
	width: 100%;
	float: left;
	background-image: url(/images/f_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 20px;
}
#footer p {
	padding: 10px;
	font-size: 10px;
	color: #333;
	text-align: center;
}
#footer span {
	text-align: center;
}
#footer span a {
	color: #c00;
	text-align: center;
	padding: 10px;
}
#footer p a {
	color: #c00;
}

.toolbar {
	width: 1000px;
}
.toolbar_r {
	float: right;
	margin-right: 8px;
}
.toolbar p.current_page {
	font-size: 14px;
	text-transform: none;
	width: 100%;
	text-align: left;
	color: #bf0000;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 8px;
	font-weight: bold;
	margin-top: 3px;
}
.toolbar p.current_page strong {
	color: #000;
}
.toolbar p.current_page b {
	text-transform: capitalize;
}
.toolbar ul {
	margin-left: 8px;
	margin-bottom: 5px;
	float: right;
	margin-right: 10px;
}
.toolbar ul li {
	text-transform: capitalize;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 28px;
	height: 20px;
	margin-left: 2px;
	padding-top: 6px;
	background-color: #fff;
}
.toolbar span.cur {
	color: #c00;
	font-weight: bold;
	font-size: 10px;
}
.toolbar ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.toolbar ul li a:hover {
	color: #bf0000;
}
.toolbar ul li.f {
	border: 0px;
	width: auto;
	color: #000;
	background-image: url(images/body_bg.jpg);
}
.toolbar ul li.r {
	background-color: #201612;
	border: 0px;
	width: auto;
	color: #ffb569;
	font-weight: bold;
}
.toolbar ul li span.r {
	color: #c00;
}
