
*{
	margin:0; padding: 0;
}

html,body{height: 100%;}

body{
	background: #232237 url(../img/bg_repeat.jpg) repeat-y top center;
	margin: 0 auto;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p,h1,h2,h3,h4,h5,h6{margin-bottom: 10px;}

h4{font-size: 12px;}
h2{font-size: 18px;}

#page_wrapper{
	background: url(../img/bg_base_repeat.jpg) repeat-y;
	width: 990px;
	min-height: 100%;
	margin: 0 auto;
}

* html #page_wrapper{height: 100%;}

/* header_settings */

#header{
	background: url(../img/bg_header.jpg) no-repeat;
	width: 990px;
	height: 253px;
	position: relative;
}

#title{padding: 20px 0 0 50px;}

#rss{
	position: absolute;
	top: 67px;
	left: 392px;
}

#rss a{
	width: 100px;
	height: 95px;
	display: block;
}

#rss a:hover{background: url(../img/bg_rss_hover.jpg) no-repeat;}

.for_search{
	background: url(../img/bg_search.jpg) no-repeat;
	height: 40px;
	width: 160px;
	position: absolute;
	top: 111px;
	left: 136px;
}

.for_search_hover{
	background: none;
	height: 40px;
	width: 160px;
	position: absolute;
	top: 111px;
	left: 136px;
}

#s{
	width: 90px;
	float: right;
	margin: 15px 5px 0 0;
	background: none;
	border: none;
	color: #654224;
	font-weight: bold;
}

#sub{
	border: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: none;
	float: left;
}

#title h1 a{
	color: #654224;
	text-decoration: none;
	font-family: arial;
	font-size: 28px;
}

/* content_settings */

#container{
	background: url(../img/bg_container_top.jpg) no-repeat;
	width: 990px;
}

#content{
	width: 600px;
	padding: 0 0 0 24px;
	float: left;
}

.post{
	background: url(../img/bg_post_title.png) 3px 0 no-repeat;
	width: 573px;
	padding: 20px 10px 20px 11px;
	border-bottom: 1px dashed #76543C; 
}

.post h2 a{
	text-decoration: none;
	color: #2F5172;
}

#date{
	margin-top: 10px;
	color: #7D7D7D;
	font-size: 11px;
	margin-bottom: 30px;
}

#date a{color: #000000;}

.post_details{
	margin-top: 30px;
	font-size: 11px;
}

.post_details a{color: #546B77;}

.span_cat{
	background: url(../img/icon_category.png) no-repeat;
	padding-left: 20px;
}

.span_com{
	background: url(../img/icon_comment.png) no-repeat;
	padding-left: 20px;
}

#spacer{height: 135px;}

.content_spacer{height: 35px;}

/* sidebar_settings */

#sidebar{
	float: right;
	margin: 50px 20px 0 0;
	display: inline;
	width: 340px;
}

#sidebar_1{
	float: left;
	width: 155px;
	padding-left: 5px;
}

#sidebar_1 h4{
	background: url(../img/bg_sb_head1.png) no-repeat;
	color: #647176;
	padding: 12px 0 17px 22px;
}

#sidebar_1 ul{
	list-style: none;
	margin: 0 0 20px 10px;
}

#sidebar_1 ul li{
	background:url(../img/bg_sb_arrow1.png) no-repeat 0 6px;
	padding: 0 0 0 12px;
}

#sidebar_1 ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

#sidebar_1 ul li a:hover{
	text-decoration: underline;
	color: #537988;
}

#sidebar_2{
	float: left;
	width: 160px;
	margin-left: 15px;
}

#sidebar_2 h4{
	background: url(../img/bg_sb_head2.png) no-repeat;
	color: #5D5B52;
	padding: 15px 0 22px 12px;
}

#sidebar_2 ul{
	list-style: none;
	margin: 0 0 20px 15px;
}

#sidebar_2 ul li{
	background: url(../img/bg_sb_arrow2.png) no-repeat 0 6px;
	padding: 2px 0 0 12px;
}

#sidebar_2 ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #69626B;
}

#sidebar_2 ul li a:hover{
	text-decoration: underline;
	color: #6D4930;
}

/* footer_settings */

#footer{
	background: url(../img/bg_footer.jpg) no-repeat;
	width: 960px;
	height: 92px;
	padding: 43px 0 0 30px;
	font-size: 11px;
	margin: -135px auto 0 ;
}

#footer a{color: #546B77;}

/* general_classes */

.clear{clear: both;}