body
{	
	margin: 0;
	padding: 0;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;	
	background: #0A223E url(images/body_bg.jpg) repeat-x center 82px;
}
a{	color: #fff; text-decoration: underline;}
a:hover{ text-decoration: underline; }
a img{ border: none; }
input,textarea{ border: 1px solid #333; }
label{ text-transform: capitalize; }
/*layout*/
#header,
#main,
#footer
{		
	width: 100%;
	padding: 0;
	margin: 0;
}
.wrapper{
	width: 945px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/*** Header ***/
#header-top{
	background: url(images/header_bg.png) repeat-x bottom;
}
#header-top .wrapper{
}	

#header-top #logotitle
{
	margin-top: 0px;
}


#header-top #logotitle #logo
{	
	float: left;
	width: 450px;
	background: transparent url(images/logo.png) no-repeat;
	height: 166px;
}
#header-top #logotitle #logo h1,
#header-top #logotitle #logo h2{
	text-indent: -10000px;	
	margin: 0;	
}
#header-top #logotitle .text{
	float: right;
	width: 450px;
	margin-top: 66px;
	margin-right: 15px;
	color: #fff;
}
#header-top #logotitle .text h2.l{
	border-color: #999999;
	padding-right: 10px;
}
#header-top #logotitle .text .r{
	padding-left: 10px;
}
#header-menu{ width: 100%; background: url(images/header_menu_bg.jpg) repeat-x bottom; height: 239px; margin-top: 5px;}
#header-menu a{ font-size: 14px; text-transform: uppercase; }
#header-menu #menu
{	
	width: 100%;
	list-style:none;
	padding: 0;
	margin: 0;
}

#header-menu #menu li
{
	font-size: 14px;
	float: left;	
}
#header-menu #menu li.parent_item{
	background-color: #333;
	border: 1px solid #1a1b1f;
	margin-left: 5px;
	width: 180px;
	min-height: 135px;
}
#header-menu #menu li.parent_item:hover,
#header-menu #menu li.current_parent_item{
	border: 1px solid #e03f00;
}
#header-menu #menu li.parent_item img{
	height:121px;
	width:161px;
	float: left
}
#header-menu #menu li.parent_item span{
	float: left;
	clear: left;
	text-align: center;
	width: 100%;
	padding-top: 6px;
}
#header-menu #menu a
{
	padding: 10px 8px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 145px;
}

#header-menu #menu li ul.menu-children
{	position: absolute;
	visibility: hidden;
	margin: 20px 0 0 0px;
	padding: 0;
}
	#header-menu #menu li ul.menu-children li{
		list-style: none;
		float: left;
	}
	#header-menu #menu li ul.menu-children li a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		text-align: left;
		text-decoration: none;
		color: #fff;
		height: 15px;
		font: 11px arial
	}

	#header-menu #menu li ul.menu-children li a:hover,
	#header-menu #menu li ul.menu-children li.current_page_item
	{	
		background: #727668;
	}

#header-menu ul#submenu{
	position: absolute;
	bottom: 5px;
	padding: 0;
	margin: 0;
	right: 5px;
	padding-right: 15px;
}
#header-menu ul#submenu li{
	float: left;
	list-style: none;
	margin: 0 10px;
}
/*** Main ***/
#main
{
	background: #bba897 url(images/main_top_bg.jpg) repeat-x;
}
#main .wrapper{
	background: url(images/post_bg.jpg) repeat-y;
}
#main a,.post .postheader h2{ color: #e14d33; }
#main #content
{
	background: url(images/post_top_bg.jpg) no-repeat left  top;

	float: left;
	width: 644px;
	padding-top: 0;
	padding-left: 55px;
	padding-right: 0px;
}

#main #content .post
{
	margin-top: 30px;
	margin-bottom: 70px;
	line-height: 20px;
	width: 600px;
}
#main #content .allcomments{
	width: 600px;
}
.post .postheader h2
{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 15px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 480px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post .postcontent{
	margin-top: 30px;
	font-size: 14px;
}

.post .postcontent .subtitle h2{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	background: url(images/subtitle_bg.jpg) no-repeat;
	margin: 15px 0 0 -55px;
	padding: 14px 0 26px 59px;
}
.post .postcontent .subtitle h2 a{
	color: #fff;
}
.post .postcontent .subpost{
	background-color: #e1e3e4;
	padding: 10px 15px;
}
.post .postcontent .subpost ul{ padding: 0 }
.post .postcontent .subpost ul li{ list-style: none; margin-bottom: 15px; font-size: 14px;}
/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 246px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 40px;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	padding-left: 10px;
	margin: 0 auto;
}

#sidebar ul li {
list-style-image:none;
list-style-type:none;
margin-bottom: 8px;
}

#sidebar h2,#sidebar h3{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
	margin: 0;
	
}
#sidebar #optin{
	background: url(images/optin_bg.jpg) no-repeat;
	height: 259px;
}
#sidebar #optin h3{
	font-size: 18px;
	padding: 21px 34px 20px 28px; 
	text-align: center;
	color: #fff
}
#sidebar #optin .wpcf7{
	width: 207px;
	margin: 0 auto;
}
#sidebar #optin .wpcf7 br{
	display: none;
}
#sidebar #optin label{
	font-size: 14px;
	font-weight: bold
}
#sidebar #optin .submit{
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: url(images/submit_bg.jpg) no-repeat 0 -43px;
	width: 182px;
	height: 41px;
	border: none;
	margin-left: 10px;
}
#sidebar #optin .submit:hover{
	background: url(images/submit_bg.jpg) no-repeat 0 0px;
	cursor: pointer;
}
#sidebar #optin .row{
	margin: 10px 0 10px 0;
}
#sidebar #optin .row input{
	padding: 2px;
}
#sidebar #optin .row input.text{
	width: 131px;
	margin-left: 10px;	
	background: #fff url(images/input_bg.jpg) repeat-x top;
	border: 1px solid #fff;
}
#sidebar .sidebarbox
{
	margin: 10px auto 10px;
	width: 215px;
	background: #d7c7b8;
	padding: 10px 0 10px 0;
}
#sidebar .sidebarbox a{
	font-size: 12px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
	padding: 3px;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 25px;
	color:#cccccc;
	background: url(images/footer_bg.jpg);
}
#footer .wrapper{
	background: url(images/footer_top_bg.jpg) no-repeat;
	padding-top: 55px;
}
#footer .col{
	width: 245px;
	float: left;
	padding: 0px 20px;
	text-align: left;
}
#footer .col .title{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding: 0; margin: 0;
}
#footer a{
	color: #999999;
}
/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
/**
 * Contact Form
 */
.your-email input,
.your-name input,
.your-phone input,
.your-message textarea,
.your-subject input{
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 14px;
} 
 
/**
 * wcc
 */
.l{ float: left; border-right-style: solid; border-right-width: 1px; }
.r{ float: right; }
.i{ font-style: italic; }
.c{ text-align: center; }
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: block;*/
}/* End hide from IE-mac */

.clear{ clear: both; }
form#top_search { background-color: #fff; padding: 2px 10px 3px 0; margin-top: 20px; border: 1px solid #333; }
form#top_search input#s{ width: 150px; font-size: 18px; border: none; }
form#top_search button {
	background:transparent url(images/ico-search.png) no-repeat scroll 0 0;
	border:medium none;
	height:21px;
	width:21px;	
}
#top_links{
	position:absolute; top: -1px; right: 15px; background: #727668; padding: 5px 5px; font-size: 12px; color: #999999;
}
#top_links a{
	padding: 0 5px 0 5px;

}
.replace{ 
line-height:0;
text-align:left;
text-indent:-10000px;
}

#optin div.wpcf7-mail-sent-ok {
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #398F14;
color:#333333;
font-size:12px;
margin-top:-23px;
}

#optin div.wpcf7-validation-errors {
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #F7E700;
color:#333333;
font-size:12px;
margin-top:-23px;
}