body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/body_bg.jpg);
	background-color: #782020;
	background-position: right top;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
img {
	border: 0px;
}
a {
	color: #c42b2b;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1, h2, h3, p, ul, li, form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form {
	float: left;
	border: 0px solid #f00;
}

.bg_top {
	width: 100%;
	float: left;
	background-image: url(images/h_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.decor_bg{
	width: 100%;
	float: left;
	background-image: url(images/decor_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.wrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.all_bg {
	width: 100%;
	float: left;
	background-image: url(images/all_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.all_bg_bottom {
	width: 100%;
	float: left;
	background-image: url(images/all_bg_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.header {
	width: 100%;
	float: left;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 150px;
}
.header h1 {
	float: left;
	width: 400px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	border: 0px solid #f00;
	margin-top: 45px;
}
.header h1 a {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	color: #fff;
}
.header h2 {
	float: left;
	width: 400px;
	font-size: 10px;
	color: #d12727;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	border: 0px solid #f00;
}
.search {
	float: right;
	border: 0px solid #f00;
	width: 300px;
	margin-top: -15px;
}
.search p {
	float: left;
	border: 0px solid #f00;
}
.search p input.s_field {
	background-image: url(images/s_field_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px;
	width: 228px;
	margin-left: 7px;
	margin-right: 5px;
	padding-left: 7px;
	color: #ccc;
	font-size: 10px;
	padding-top: 8px;
}

.main {
	width: 100%;
	float: left;
	background-image: url(images/main_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.main_top {
	width: 100%;
	float: left;
	background-image: url(images/main_top_bg.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}
.main_bottom {
	width: 100%;
	float: left;
	background-image: url(images/main_bottom_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.footer {
	width: 100%;
	float: left;
	background-image: url(images/footer_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 126px;
	border: 0px solid #f00;
}
.f {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.f p {
	margin-left: 105px;
	margin-top: 40px;
	float: left;
	width: 500px;
	color: #9f2424;
	font-size: 10px;
	text-align: left;
}
.f p a {
	color: #fff;
}

.posts {
	width: 560px;
	float: left;
	margin-bottom: 30px;
}
.post {
	float: left;
	width: 100%;
	background-image: url(images/post_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.post h2 {
	text-align: left;
	margin-left: 45px;
	font-size: 22px;
	width: 510px;
	border: 0px dashed #ccc;
	border-bottom-width: 1px;
}
.post h2 a {
	text-decoration: none;
}
.post_meta {
	float: left;
	margin-left: 45px;
	width: 510px;
}
.post_meta p {
	font-size: 10px;
	color: #999;
	float: left;
}
.post_meta p.c2 {
	float: right;
}
.post_content {
	width: 510px;
	float: left;
	margin-left: 45px;
}
.post_content p {
	text-align: justify;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #333;
	font-size: 12px;
	line-height: 17px;
}

.nav {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.nav p {
	float: left;
	font-size: 22px;
	border: 0px solid #ff0;
	width: auto;
}
.nav p.left {
	margin-left: 45px;
}
.nav p.right {
	float: right;
}

.nav_post {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.nav_post p {
	float: left;
	font-size: 12px;
	border: 0px solid #ff0;
	width: auto;
}
.nav_post p.left {
	margin-left: 45px;
}
.nav_post p.right {
	float: right;
}


.sidebar {
	float: left;
	border: 0px solid #f00;
	width: 220px;
	padding-top: 19px;
}
.sidebar h2 {
	width: 165px;
	margin-left: 20px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	border: 0px dashed #ccc;
	border-bottom-width: 1px;
}
.sidebar ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sidebar ul li {
	text-align: left;
	float: left;
	width: 165px;
	margin-left: 23px;
	padding-left: 10px;
	border: 0px solid #f00;
	background-image: url(images/sidebar_ul_li_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.sidebar ul.banners {
}
.sidebar ul.banners li {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: 4px;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	text-align: justify;
	border: 0px solid #f00;
	width: 180px;
	float: left;
}
.sidebar ul.banners li span {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.sidebar ul.banners li img {
}

.pages {
	width: 100%;
	float: left;
	background-image: url(images/pages_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 7px;
}
.pages ul {
	float: left;
	width: 580px;
	border: 0px solid #f00;
	margin-left: 7px;
}
.pages ul li {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 11px;
	background-image: url(images/pages_li_bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.pages ul li a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.pages ul li a:hover {
	color: #fff;
}
.pages p {
	float: right;
	margin-right: 12px;
	margin-top: 5px;
}

.postmetadata {
	float: left;
	width: 510px;
	margin-left: 0px;
	text-align: justify;
	margin-top: 15px;
	font-size: 10px;
}
.comments {
	float: left;
	width: 510px;
	margin-left: 45px;
	margin-top: 15px;
	border: 0px solid #f00;
}
.comments p {
	text-align: left;
	margin-bottom: 5px;
}
.comments p input {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 180px;
}
textarea.comment {
	width: 480px;
	height: 100px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.comments h3 {
	text-align: left;
}
.comments p input.submit_comment {
	background-color: #c42b2b;
	color: #fff;
	border: 1px solid #c00;
}

h2.pagetitle {
	width: 100%;
	float: left;
	text-align: center;
	color: #666;
	padding-top: 15px;
}
