
body {
	margin: 0;
	background: #810708 url("background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;	width: 1000px;
	background: url("page.gif") repeat-y;
	
}

.banner img{
 float:left;
 padding:2px 7px 2px 0;
}

.name, .name a{
  color:#F7CF4B;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
.banner p{
text-align:justify;
line-height:17px;
}

.reviws {
padding:10px;
}

#page-top {
	width: 1000px;
	background: url("page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1000px;
	min-height: 590px;
	background: url("page_bottom.gif") no-repeat left bottom;
	height:auto;
	overflow:hidden;
}

.saprator{
 clear:both;
 border-bottom:1px dashed #fff;
 margin:15px 0 15px 0;
 overflow:hidden;
 padding:0;
}

/* Header */


.input_box{
width:155px;
}

#header {
	width: 1000px;
	height: 255px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		left:12px;
		position:absolute;
		text-align:center;
		width:990px;
}
	
	#header #header-info .logo {
		width:335px;
		height:126px;
		float:left;
	}
	

	
	#header #header-info .top_banner {
		float:right;
		width:468px;
		height:60px;
		background:#fff;
		margin:40px 22px 0 0;
	}
	.top_banner img{
	background:#fff;
	padding:4px;
	}
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 180px;
		left: 243px;
		width: 515px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	#header #header-menu ul li {
		font: normal 12px/30px Georgia, Verdana;
		color: #ffffff;
		padding: 0 10px;
		display: inline;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #e89d59;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 170px;
		left: 18px;
		width: 163px;
		height: 26px;
	}
	
	#header #header-search #searchform {
		margin:2px 0 0 0;
		padding: 0;
		width: 163px;
		height: 26px;
	}
	
	#header #header-search .s {
		width: 125px;
		height: 14px;
		border: 0;
		padding: 6px 3px 6px 5px;
		font: normal 12px Georgia, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
height:22px;
margin:2px 0 0;
padding:0;
width:30px;
}
	
	


/* Main */

#main {
	width: 992px;
	padding-left: 8px;
}

	/* Main - Sidebar */
	
	.sidebar, .right_sidebar {
		float: left;
		width: 184px;
		font: normal 12px/18px Verdana;
		color: #ffffff;
	}
	
	.sidebar a, .right_sidebar a {
		color: #e89d59;
		text-decoration: none;
	}
	
	.sidebar a:hover, .right_sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Sidebar - Boxes */
	
	.sidebar .sidebar-box {
		width: 184px;
		margin-bottom: 8px;
		background: url("sidebar.gif") repeat-y;
	}
	
	.sidebar .sidebar-box-top {
		width: 184px;
		background: url("sidebar_top.gif") no-repeat;
	}
	
	.right_sidebar .sidebar-box {
		width: 184px;
		margin-bottom: 8px;
		background: url("sidebar.gif") repeat-y;
	}
	
	.right_sidebar .sidebar-box-top {
		width: 184px;
		background: url("sidebar_top.gif") no-repeat;
	}
	
	
	.sidebar .sidebar-box-bottom {
		width: 184px;
		padding-bottom: 15px;
		background: url("sidebar_bottom.gif") no-repeat left bottom;
	}
	
	.right_sidebar .sidebar-box-bottom {
		width: 184px;
		padding-bottom: 15px;
		background: url("sidebar_bottom.gif") no-repeat left bottom;
	}
	
	
		/* Sidebar - Titles */
		
		.sidebar h3, .right_sidebar h3 {
			width: 167px;
			height: 51px;
			background: url("sidebar_title.jpg") no-repeat;
			padding: 9px 0 0 17px;
			font: bold 12px/30px Georgia, Verdana;
			color: #ffffff;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul, .right_sidebar ul {
			margin: 0;
			padding: 0 10px;
			list-style-type: none;
		}
		
		
		.sidebar ul li, .right_sidebar ul li{
			color: #ffffff;
			font: normal 11px/22px Georgia, Verdana;
		}
		
		.right_sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			background: url("sidebar_menu.gif") no-repeat left bottom;
			display: block;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			.sidebar ul li ul, .right_sidebar ul li ul {
				padding: 0;
			}
			
			.sidebar ul li ul li a, .right_sidebar ul li ul a {
				padding-left: 10px;
			}
/* Sidebar - Feed */
		
		#sidebar #sidebar-feed {
                        padding-left: 20px;
			width: 108px;
			height: 101px;
		}
		#sidebar-feed {
margin-left: 17px;
}
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0 5px 0;
			width: 184px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 144px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 8px;
		}
	

	
	/*.content_center{
	  margin-bottom:90px;
	 }
	 
	 *html .content_center{
	  margin-bottom:90px;
	 }
	 
	 *first-child+html .content_center{
	    margin-bottom:0px;
	 }*/
	
	#content {
		float: left;
		width: 585px;
		padding: 0 15px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 2px;
		margin-left:10px;
		width: 565px;
	}
	
	*html #content .post {
	 margin-left:0px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			padding: 0 10px;
			width: 535px;
			color: #ffffff;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #f0be91;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: uppercase;
			color: #e89d59;
			width: 72px;
			height: 48px;
			font: bold 11px Georgia, Verdana;
			background: url("post_date.jpg") no-repeat;
			margin-right: 15px;
		}
		
		#content .post .post-title .post-date .day {
			display: block;
			font-size: 21px;
			padding-top: 1px;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 20px Georgia, Verdana;
			padding-bottom: 4px;
		}
		#content .post .post-title h1{
			color: #ffffff;
			font: normal 20px Georgia, Verdana;
			border-bottom:1px  dashed #996829;
			width:100%;
			margin:0 0px 10px;
			overflow:hidden;
			padding:0 10px 4px 0;
		}
		
		.post h2{
			color: #ffffff;
			font: normal 20px Georgia, Verdana;
			padding-bottom: 4px;
			border-bottom:1px  dashed #996829;
			width:95%;
			margin:0 10px 10px;
		}
		
		
		#content .post .post-title h3, #content .post .post-title h3 a{
		    color: #F7CF4B;
			font: bold 13px Georgia, Verdana;
			text-decoration:none;
			padding:0;
		    margin:0;
		}
		
		#content .post .post-title h5{
		 color: #ffffff;
		 font: normal 12px Georgia, Verdana;
		 padding:0;
		 margin:0;
		}
		
		
			#content .post .post-title h2.blank-title {
				padding-left: 20px;
			}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			line-height: 14px;
		}
		
		#content .post .post-title .post-title-info .category {
			background: url("icon_category.gif") no-repeat;
			padding-left: 17px;
		}
		
		#content .post .post-title .post-title-info .author {
			background: url("icon_author.gif") no-repeat;
			padding-left: 18px;
			color: #f0be91;
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 545px;
			padding: 0 10px;
		}
		
		#content p{
		text-align:justify;
		}
		.post-entry img{
		 float:left;
		 padding:0 10px 5px 0;
		 }
		
		#content .post .post-entry a {
			color: #f0be91;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #ffffff;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 535px;
			margin-left:10px;
			height: 16px;
			padding: 0 5px 8px 5px;
			clear: both;
			font: normal 10px Georgia, Verdana;
			color: #f0be91;
			border-bottom:1px dashed;
		}
		
		#content .post .post-info a {
			color: #f0be91;
			text-decoration: none;
			font-size:13px;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				float: right;
				margin-right: 32px;
				width: 157px;
				height: 16px;
				background: url("post_info_comments.gif") no-repeat;
				line-height: 16px;
				text-align: center;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #ffffff;
			font: normal 18px Georgia, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 535px;
		}
		
		#content .post .comments a {
			color: #f0be91;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #631c06;
		}
		
		#content .post .comments ol li cite {
			color: #f0be91;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {


			color: #f0be91;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #f0be91;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 510px;
		}
		
		#content .post #commentform a {
			color: #f0be91;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		width: 535px;
		padding: 0 25px;
		font: bold 12px Georgia, Verdana;
		color: #ffffff;
	}
	
	#content .navigation a {
		color: #ffffff;
		margin-bottom: 35px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	color:#FFFFFF;
	font-family:Georgia,Verdana;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:106px;
	line-height:20px;
	width:1000px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.more_links{
width:500px;
float:left;
height:auto;
margin-top:32px;
}
.more_links ul {
margin:0;
padding:0;
float:left;
}

.more_links ul li{
list-style:none;
display:inline;
padding:0 10px 0 10px;
border-right:1px solid #fff;
}
.more_links ul li a{
 color:#fff;
 text-decoration:none;
}

.copright{
float:right;
width:440px;
height:auto;
color: #ffffff;
	text-decoration: none;
	margin-top:32px;
}
.banner_name, .banner_name a{
 font-size:13px;
 font-weight:bold;
 color:#F7CF4B;
 text-decoration:none;
}


.title {
border-bottom:3px solid #F7CF4B;
color:#FFFFFF;
font-size:25px;
margin-left:15px;
padding:0 0 5px 10px;
width:92%;
}








