/*  
Theme Name: Forte Carbon Fiber
Version: 1.0
Author: (a)squaredstudio
Author URI: http://www.asquaredstudio.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #686868;

}

/* Full Screen BG Image */
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

h1, h2, h3, h4, h5, h6{
	font-size: 13px;
	font-weight: normal;
}


h1{
	font-size: 20px;
	color: #F64729;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 5px;
}

h2{
	font-style: italic;
	font-size: 15px;
	color: #17181D;
	font-weight: bold;
	text-transform: uppercase;
}


h3 {
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	font-style: italic;
	border-bottom: solid 1px #727272;
	padding-top: 9px;
}

h4 {
	font-style: italic;
	font-size: 12px;
	color: #F64729;
	border-bottom: solid 1px #F64729;
	
}

h5{
	font-style: italic;
	font-size: 13px;
	color: #F64729;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #E3462B;
	font-style: italic;
	font-weight: bold;
}

a:hover{ text-decoration: none; }


.button {
	margin-top: 14px;
}

.button a {
	color: #ffffff;
	background-color: #393939;
	font-style: italic;
	border: 3px solid #EC4E35;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;	
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}


.button a:hover {
	background-color: #EC4E35;
	color: #ffffff;


}



a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	color: #333333;
	background-color: #d9dadf;
	background-image: url(images/bg_blockquote.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #fff;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	border: 1px solid #2F315A;
	background-color: #FFFFFF;
	color: #666666;
	padding: 3px;
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;

}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #2F315A;
	background-color: #FFFFFF;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}



label {
	margin-top: 12px;

}

input[type=submit] {
	color: #ffffff;
	background-color: #8d8faf;
	font-style: italic;
	border: solid 3px #a0a3d2;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	width: 150px;


}

input[type=submit]:hover{
	background-color: #a0a3d2;
	color: #ffffff;

}




input#author, input#email, input#url{
	margin: 0 5px 0 0;
}



#header, #menu, #menu ul li, #menu ul li a, #pagetitle, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#headerwrapper{

	height: 123px;
	color: #fff;
	background-image: url(images/background_header.jpg);
	background-repeat: repeat-x;	
	
}



.header{
	margin: auto;
	width: 950px;
	height: 100%;
	color: #fff;
	background-image: url(images/header_backgroundlogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	
}

.header_l {
	width: 266px;
	height: 74px;
	float: left;
	text-align: left;
	margin-top: 20px;
	

}

.header_c {
	width: 300px;
	height: 44px;
	margin: 52px 20px 0 0;
	float: right;
}


.header_r {
	width: 230px;
	height: 98px;
	padding-top: 18px;
	padding-left: 70px;
	border-top: solid 6px #d6311a;
	float: right;
	text-align: left;
	color:#fff;
	font-size: 15px;
	color: #d44a39;
	font-weight: bold;
	font-style: italic;
	background-color: #0b0c10;
	background-image: url(images/background_headerr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 27px;
}

.header_r a {
	color: #d44a39;
}

.header_r h1 {
	color: #ffffff;
	font-weight: normal;
	font-size: 20px;
	text-transform: capitalize;

}

#menuwrapper {
	background-image: url(images/background_menu.png);
	background-repeat: repeat-x;
	height: 54px;
}
#menu {
	width: 950px;
	height: 46px;
	clear: both;
	margin: auto;
	border-left: solid 1px #444444;
	
	
}

.current_page_item {
	background-color: #2a2e38;
	
	padding-top: 0px;
	
} 

.current_page_parent {
	background-color: #2a2e38;
	
}



.sign {
	width: 400px;
	float: left;
	margin-top: 12px;

}

.sign input[type=text] {
	width: 200px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.sign input[type=submit] {
	width: 55px;
	font-size: 10px;
}




.social {
	width: 200px; 
	float: right;
	text-align: right;
	margin-top: 7px;

}

.social img {
	margin-left: 8px;

}

/*HOME STYLING */


.slider {
	width: 938px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background-color: #cccccc;
	border: solid 6px #f4361c;

}



.home_middle {
	
	height: 102px;
	padding-top: 12px;
	background-image: url(images/background_homemiddle.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
}

.home_contact_l {
	width: 295px;
	height: 42px;
	float: right;
	margin-right: 10px;
	margin-top: 13px;

}


.home_contact_r {
	width: 295px;
	height: 42px;
	float: right;
	text-align: left;
	margin-right: 12px;
	margin-top: 13px;

}


.home_content {
	width: 950px;
	height: 100%;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 30px;
 	clear: both;
}


.home_l {
	width: 310px;
	height: 400px;
	background-color: #000;
	float: left;
	margin-right: 9px;
	border-top: solid 6px #f4361c;
	background-image: url(images/background_homeleft.jpg);	
	background-repeat: no-repeat;
}

.home_c {
	width: 310px;
	height: 400px;
	background-color: #000;
	float: left;
	background-image: url(images/background_homecenter.jpg);	
	background-repeat: no-repeat;
	border-top: solid 6px #f4361c;
	
}



.home_r {
	width: 310px;
	height: 400px;
	background-color: #000;
	float: right;
	background-image: url(images/background_homeright.jpg);	
	background-repeat: no-repeat;	
	border-top: solid 6px #f4361c;
	
}

.home_copy {
	background-image: url(images/background_hometext.png);
	background-repeat: repeat;	
	width: 280px;
	height: 190px;
	margin-top: 200px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;

}

.home_copy h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #fff;
}


.home_graphic {
	width: 189px;
	height: 100%;
	overflow: hidden;
	float: left;

}

.home_text {
	width: 565px;
	margin-left: 20px;
	float: left;
	height: 100%;
	overflow: hidden;

}


.home_info {
	width: 900px;
	padding:12px;
	background-color: #ededed;
	height: 100%;
	margin-top: 12px;
	overflow: hidden;
	clear:both;

}






/*HOME STYLING */

.pagewrapper{
	float: left;
	width: 900px;
	background-color: #000;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}



.homewrapper{
	margin: auto;
	width: 950px;
	color: #333;
	
}



/* PAGE STYLING */

.page_slider_wrap {
	width: 950px;
	height: 192px;
	margin: auto;
}

.page_slider {
	width: 938px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background-color: #cccccc;
	border: solid 6px #f4361c;
	position: relative;
	z-index: 100;
	
	
}

.page_title {
	width: 288px;
	height: 42px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	margin-top: -140px;
	margin-right: -35px;
	float: right;
	background-image: url(images/background_pagetitle.png);
	background-repeat: no-repeat;
	background-position: right top;	
	z-index: 1000;

}


.page_title h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 19px;
	font-style: italic;
}


.quicklinks {
	width: 950px;
	height: 81px;
	background-color: #f4361c;
	margin-bottom: 12px;
	clear: both;
}

.quicklinks img {
	margin: 0px;
	padding: 0px;
	float: left;
}




/* PAGE STYLING */

.content{
	float: left;
	width: 950px;
	margin-top: 14px;
	


}

.expand_box {

	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 8px;

}

.expand_block {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 12px;
		
}

.expand {

	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;

}

.expand_h {
	line-height: 21px;
	font-size: 14px;
	color: #373a68;
	font-weight: normal;
}

.post_h {
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 00px;
	clear:both;

}


.post_question {
	width: 854px;
	float: left;
	line-height: 22px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #ededed;


}




.post_home {
	width: 620px;
	float: left;
	line-height: 22px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
	background-color: #ededed;


}

.post_home a img {

}

.post_home a:hover img {

	
}

.post_home img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post_home img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post_home ul {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 35px;
	list-style-image: url(images/bullet.png);
}

.post_home ul {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/bullet.png);
}

.post{
	width: 580px;
	float: left;
	line-height: 22px;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #ededed;

	
}


.post h2 a{
	font-size: 20px;
	color: #373a68;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 5px;
	line-height: 28px;
	text-decoration: none;

}

.post h2 a:hover {
	color: #0000000;
	border-bottom: dotted 1px #000000;


}

.post_home img{

	
}

.post img {
	border: solid 1px #ffffff;

}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}


.postinfo{
	color: #ffffff;
	float: left;
	width: 80px;
	height: 118px;
	background-image: url(images/background_postinfo.png);
	background-repeat: no-repeat;
	background-position: left top;	
	margin-top: 14px;
	padding-right: 18px;
	padding-top: 10px;
	text-align: center;
}

.postinfo a{
	color: #ffffff;
}



.post_day {
	font-size: 30px;

}


.post_month {
	font-size: 20px;


}





.post_year {
	font-size: 15px;


}


.commenting {
	margin-top: 10px;
	font-size: 12px;


}

.postdate{ color: #ffffff; }





.browse{
	width: 600px;
	float: left;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #373a68;
	
}



.sidebar, .obar{
	float: right;
	width: 250px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.obar h2 {
	height: 35px;
	padding-left: 10px;
	padding-top: 8px;
	color: #f4361c;
	background-image: url(images/background_h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.obar h3 {

}

.obar {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.obar_inner {
	width: 250px;
	border-top: solid 5px #f4361c;
	height: 100%;
	overflow: hidden;
	background-color: #F0F0F0;
	padding-bottom: 0px;

}

.obar_background {
	height: 21px;
	width: 250px;
	background-image: url(images/background_obar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;

}


.obar_graphic {
	width: 90px;
	float: left;
	padding-right: 8px;
	
}


.obar_text {
	
	float:left;
	height: 100%;
	overflow: hidden;
	line-height: 19px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 12px;

}

.obar_testimonial {
	width: 235px;
	float:left;
	height: 100%;
	overflow: hidden;
	line-height: 19px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;


}

.obar_h {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
	background-image: url(images/background_sidehead.jpg);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4361C;
	width: 237px;
	height: 27px;
}




.obar_icon a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: captialize;
	text-decoration: none;
	
	
}

.obar_icon a:hover {
	color: #FFFFFF;
	background-color: #2F315A; 	
}

.sidebar ul, .obar ul{
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
}

.sidebar li, .obar li {
	list-style: none;
	
}

.sidebar ul li, .obar ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 0px;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	color: #ffffff;
	padding-left: 20px;
}

.obar h3 {
	margin-left: 0px;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* STICKY FOOTER */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -370px; /* the bottom margin is the negative value of the footer's height */
}

.footerwrapper, .push {
	height: 370px; /* .push must be the same height as .footer */
	clear: both;
}


/* STICKY FOOTER */




/* FOOTER */

.footerwrapper {
	padding-top: 9px;
	background-image: url(images/background_footer.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8d8989;	

}


.footer {
	width: 950px;
	height: 190px;
	color: #ffffff;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 18px;
	font-size: 12px;
	
}

.footer a {
	color: #ffffff;

}




.footer_bottom_l {
	width: 250px;
	float: left;
	text-align: left;
	

}


.footer_bottom_l ul {
	margin: 0px;
	padding: 0px;
	list-style:none;

}

.footer_bottom ul li {
	list-style:none;

}

.footer_bottom_c{
	width: 280px;
	height: 250px;
	padding-left: 33px;
	float: left;
	text-align: left;
	margin-right: 20px;
	

}

.footer_contact{
	
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #474847;
	margin-bottom: 12px;
	padding-bottom: 12px;

}


.footer_bottom_r {
	width: 260px;
	height: 200px;
	float: right;
	text-align: right;
}


.footer_bottom a {
	font-size: 10px;
	color:#732e4a;
	font-style: normal;
	

}


.footer_h {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;


}

.social {
	width: 400px;
	margin-top: 40px;
	float: left;

}

.facebook {
	width: 70px;
	float: left; 
	height: 25px;
	padding-top: 8px;

}


.google {
	width: 90px;
	float: left;
	height: 25px;
	padding-top: 8px;

}




