@import url("reset.css");

body { 

	background:url(../images/body-bg.jpg) repeat-x #161616;

}

div#main-container {

	width:979px;
	min-height:500px;
	position:relative;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	display:none;

}

	div#main-container div#header {
	
		width:979px;
		margin:0 auto;
		position:relative; 
		height:205px;
		
	}
	
	div#header ul#main-nav {
	
		position:absolute;
		right:0;
		top:28px;
		font-family:"Helvetica", "Arial", sans-serif;
		height:50px;
	
	}
	
		ul#main-nav > li { display:block; float:left; margin:0 0 0 35px; background:#ef7524; height:50px; background:#ef7524; position:relative;}

		ul#main-nav > li > a { font-size:18px; color:#ef7524; text-decoration:none; font-weight:100; letter-spacing:1px;}
		ul#main-nav > li.active { background:#fff; }
		ul#main-nav > li ul.subnav { 
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft:10px;
		-webkit-border-bottom-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;		
		border:1px #72706b solid;
		border-top:none;		
		display:none; width:180px; background:url(../images/small-arrow.png) center 3px no-repeat rgba(0,0,0,0.9); position:absolute; z-index:100; left:-60px; top:50px; padding:16px 0;}
			ul.subnav > li { display:block; text-align:center; margin:0 0 4px 0; }
			ul.subnav > li a { font-size:12px; font-family:helvetica, arial; color:#7b7973; text-decoration:none; }
			ul.subnav > li a:hover { color:#fff; }
		

		
	div#header div#breadcrumbs {
		
		background:url(../images/trans/transpBlack25.png);
		height:25px;
		width:660px;
		position:absolute;
		top:79px;
		padding:5px 0 0 40px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft:10px;
		-webkit-border-bottom-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;		
		

	}
	
	div#breadcrumbs span, div#breadcrumbs a { font-size:12px; color:#7b7973; text-decoration:none; text-transform:lowercase; }
	div#breadcrumbs span.active a { color:#ef7524; }
	div#breadcrumbs a:hover { color:#fff; }
	div#header img#main-logo { position:absolute; left:40px; top:142px; }
	
	body.page-id-24 li.page-24, body.parent-pageid-24 li.page-24 { background:#fff !important; }
	body.page-id-14 li.page-14, body.parent-pageid-14 li.page-14 { background:#fff !important; }
	body.page-id-22 li.page-22, body.parent-pageid-22 li.page-22 { background:#fff !important; }
	body.page-id-26 li.page-26, body.parent-pageid-26 li.page-26 { background:#fff !important; }
	body.page-id-28 li.page-28, body.parent-pageid-28 li.page-28 { background:#fff !important; }
	body.page-id-378 li.page-378, body.parent-pageid-378 li.page-378 { background:#fff !important; }
	body.home li.blog { background:#fff !important; }
	
	
	
	div#main-container div#text-content-top {
	
		background:url("../images/text-content-top.png") no-repeat center;
		width:699px;
		float:left;
		height:19px;
	
	}
	
	div#main-container div#text-content {
	
		width:619px;
		padding:20px 40px;
		float:left;
		min-height:500px;
		background:#fff;
		-moz-border-radius-bottomright:5px;
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-right-radius:5px;
		-webkit-border-bottom-left-radius:5px;		


	}
	
		div.post { clear:both; padding:0 0 15px 0; margin:0 0 25px 0; background:url(../images/white-dotties.png) no-repeat bottom center; position:relative; float:left; width:619px; }
	
		div.hr {
		
			width:619px;
			height:2px;
			margin:14px 0 18px 0;
			border:none;
			background:url("../images/white-dotties.png") no-repeat center;
		
		}
		
		div.post a[href$=pdf] { padding:5px 5px 5px 20px;  background:url("../images/page_white_acrobat.png") no-repeat left;  }
	
		div#text-content h2.pagetitle { font-size:20px; color:#ccc; line-height:normal; margin:0 0 10px 0;}
	
		div#text-content div.post img { display:block; clear:both; width:auto;  text-align:center; background:#fff; padding:5px; -moz-box-shadow:0px 0px 20px #333; box-shadow:0px 0px 20px #333; -webkit-box-shadow:0px 0px 20px #333; margin:45px auto;}
		div#text-content div.post img:hover { opacity:0.9; }
		
		div#text-content img[align=left] { float:left; clear:none; margin:20px 40px 40px 0; }
		div#text-content img[align=right] { float:right; clear:none; margin:20px 0 40px 40px; } 
		
		div#text-content h2.post-title { font-size:28px; font-weight:bold; line-height:normal; color:#ef7524; }
			div#text-content h2.post-title a { color:#ef7524; text-decoration:none; }
			div.page h2.post-title { margin:0 0 20px 0; }
		div#text-content h2.post-title.small { font-size:16px; margin:0 0 5px 0 !important; }
		
		div#text-content a:hover, div#text-content h2.post-title a:hover { color:#e056ad; }
		div#text-content h3.post-date { color:#7b7973; font-size:12px; line-height:normal; margin:0 0 15px 0; }
			h3.post-date span { padding:0 5px 0 0; }
		div#text-content p { color:#7b7973; font-size:14px; line-height:18px; margin:0 0 16px 0;  }
		div#text-content a { color:#ef7524; }
		div#text-content ul, div#text-content ol { margin:10px 15px 15px 25px; }
			div#text-content ul li { font-size:14px; color:#7b7973; list-style-type:disc; line-height:normal; margin:0 0 4px 0;}
			div#text-content ol li { font-size:14px; color:#7b7973; list-style-type:decimal; line-height:normal; margin:0 0 4px 7px; }
	
		div#text-content strong { font-weight:bold; }
		div#text-content em     { font-style:italic; }
	
		div#text-content p.postmetadata { font-size:12px; }
	
		div#text-content blockquote { 
			-moz-border-radius:10px; border-radius:10px; -webkit-border-radius:10px;
			display:block; background:#eee; padding:15px 15px 5px 15px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; margin:0 0 16px 0;}  
	
		div.comment-holder { display:none; position:absolute; width:42px; height:44px; background:url(../images/comment-bubble.png) no-repeat; top:-10px; left:-60px; text-align:center; padding:0 12px 0 0px;}
			div.comment-holder a { color:#333 !important; text-decoration:none; font-size:16px; line-height:36px;  }
			div.comment-holder a:hover { color:#ef7524; }
	
		div#text-content form#searchform { float:left; margin:10px 0; }
		div#text-content form#searchform label { color:#333; font-size:14px; }
	
	div#main-container div#sidebar {
	
		width:249px;
		min-height:500px;
		float:right;
		position:relative;
		top:-23px;
	
	}
	
		div#sidebar form#search-form { float:left; margin:0 0 0 0px; }
			form#search-form input[type=text] { clear:both; width:150px; border:2px #7b7973 solid; padding:0px 4px; color:#afaead; font-size:12px; height:24px; font-family:Helvetica, Arial;}
			form#search-form input[type=image] { clear:both; margin:10px 0 0 0; } 
		
		div#sidebar form#news-signup { float:left; margin:0 0 0 0px; }
			form#news-signup input[type=text] { clear:both; width:150px; border:2px #7b7973 solid; padding:0px 4px; color:#afaead; font-size:12px; height:24px; font-family:Helvetica, Arial;}
			form#news-signup input[type=image] { clear:both; margin:10px 0 0 0; } 
	
		p.optin-msg { color:#fff !important; }
	
		div#sidebar img.sidebar-head { display:block; float:left; margin:0 0 15px 0; clear:both; position:relative;  }
		div#sidebar div.section { float:left; background:url("../images/dotties.png") no-repeat 0px bottom; margin:0px 0 20px 0px; width:249px; padding:5px 0 20px 0px;}
		div#sidebar div.section p { color:#7b7973; font-size:14px; line-height:normal; margin:0 0 12px 0; clear:left;  font-weight:lighter !important;  }
		div#sidebar div.section strong { color:#fff; }
		div#sidebar div.section > ul { clear:both; margin:0 0 12px 0; }
		div#sidebar div.section > ul > li { font-size:14px; color:#4e4b45; line-height:normal; margin:0 0 2px 0; font-weight:lighter;}
		div#sidebar div.section > ul > li a { color:#7b7973; text-decoration:none; font-weight:lighter !important; }
		div#sidebar div.section > ul > li a:hover { color:#fff; }
			div.section ul ul { margin:2px 0; }
			div.section ul ul li { font-size:13px; line-height:16px; list-style-type:square; margin:0 0 0 25px; }
		
		div.navigation {
		
			width:619px;
			float:left;
			clear:both;
			margin:15px 0;
			background:#eee;
		}
		
		div.navigation div.alignleft, div.alignleft a { float:left; max-width:300px; text-align:left;}
		div.navigation div.alignright, div.alignright a { float:right; max-width:300px; text-align:right;}
		div.navigation a { display:block; padding:10px; font-size:13px; color:#444 !important; text-decoration:none; background:#ccc;}
		div.navigation a:hover { background:#333; color:#fff !important; }
		
		
		div#footer {
		
			float:left;
			margin:15px 0 25px 0;

		}
		
		div#footer p { color:#7b7973; font-size:12px; }
		div#footer p a { color:#fff; }
		
		
/* SOME DEFAULT WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   margin:0 0 20px 0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin:0px 0 0 0;
   position:relative;
   top:-25px;
}
		
div.addtoany_share_save_container { float:left; padding:0; margin:0; position:relative; left:-10px; } 
div.addtoany_share_save_container ul { float:left; padding:0px !important; margin:0;  } 


div#respond { width:500px; float:left; }
div#respond h3, h3#comments { font-size:16px; color:#7b7973; font-weight:100; margin:10px 0 4px 0; line-height:normal; }
h3#comments { clear:both; position:relative; top:15px; }
div#respond input[type=text] { float:left; width:150px; margin:0 15px 0 0; }
div#respond label { font-size:12px; }
div#respond textarea { width:350px; height:125px; }
div#respond input[type=text], div#respond textarea { border:2px #ccc solid; padding:5px; font-size:12px; font-family:Helvetica, arial, sans-serif; color:#7b7973;}
div#respond input[type=text]:focus, div#respond textarea:focus { border:2px #333 solid; color:#333; }

div#text-content ol.commentlist, div#text-content ol.commentlist li { float:left; padding:0; margin:0; }
div#text-content ol.commentlist li { padding:0 10px 10px 10px; width:599px; } 
div#text-content ol.commentlist li.even { background:#eee; }
div#text-content div.comment-body { line-height:normal; font-size:12px; }
div#text-content div.comment-author { clear:both; font-size:18px; margin:0 0 4px 0; height:45px; line-height:45px; vertical-align:middle; padding:0 0 25px 0; font-style:italic; }
div#text-content div.comment-meta { font-size:11px; clear:both; padding:4px 0; }
div#text-content div.comment-author img.avatar { box-shadow:#999 0 0 15px; -moz-box-shadow:#999 0 0 15px; -webkit-box-shadow:#999 0 0 15px; margin:5px; padding:2px; position:relative; bottom:-15px;}

.wpcf7-form input[type=text],.wpcf7-form textarea { border:1px #ef7524	 solid; padding:3px; }


div#contact-box {

	position:absolute;
	background:#ef7524;
	left:-200px;
	top:49px;
	z-index:999;
	padding:10px;
	font-size:13px;
	font-weight:300;
	width:318px;
	display:none;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius-bottom-left:10px;
	border-radius-bottom-right:10px;

}

	div#contact-box div.col { display:block; width:100%; float:left; margin:0 0 10px 0; }
	div#contact-box label { width:180px; display:block; font-weight:bold; margin:0 0 4px 0; }
	div#contact-box input[type=text], div#contact-box textarea { float:left; width:220px; border:1px #333 inset; font-size:12px; font-family:inherit; line-height:normal; padding:2px; margin:0 0 4px 0;}
	div#contact-box textarea { margin:0 0 10px 0; }
	div#contact-box br { clear:both; }
	div#contact-box p { margin:0 0 10px 0; }
	div#output { display:none; background:rgba(0,0,0,0.1); padding:5px; margin:5px; }
