/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body.custom {
background-color:#000000;
}
.custom div#header {
border-bottom-width:0;
height:0;
overflow:hidden;
padding-bottom:0;
padding-top:0;
visibility:hidden;
}
/*search box style*/
.custom #s {
     float: right;
     color: #bd2031;
     padding: 5px 29px 5px 11px;
     margin-top: -25px;
     width: 141px;
     height: 13px;
}

.custom div#pre_header {
background-image:url(/wp-content/themes/thesis/custom/images/bghead.jpg);
background-repeat:repeat-x; overflow:hidden; 
}
.custom div#pre_header img {
margin-left:auto;
}


.custom div.headline_area {margin-bottom: 0.5em;}

.custom div#logo {

float:left;
}
.custom div.float {  float: left; padding:10px;
width:120px; }
  
.custom div.float p { text-align: center; padding-right:20  }

.custom div.float_product {  float: left; padding:5px;
width:220px; }

.custom div.float2 {  float: left; padding:10px; width:220px; }

.custom div.float1 {  float: left; padding:2px; width:380px; }

.custom div.floatcart {  float: left; padding:10px;
width:400px; }
.custom #wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
.custom #wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
.custom #wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
.custom #wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


.custom div#middle {
background-image:url(/wp-content/themes/thesis/custom/images/bghead.jpg);
background-repeat:repeat-x;

}
.custom .no_sidebars #content {background-color:#FFFFFF;}

.custom div.lightfront {padding: 3px;background-color:#e3edef; padding-bottom:01.0em; color:#837b68;font-family "Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif; font-size:1.2em; line-height:1.2em;}

.custom div.light {padding: 3px;background-color:#e3edef; padding-bottom:.5em;}

.custom div.dark {padding: 5px;background-color:#d5e7ea; padding-bottom:.5em; }

.custom div #sidebar_1 h3 {color:#837b68; }

.custom h5.headers {color:#837b68;font-family "Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif; font-size:1.2em; line-height:1.2em;}

.custom div#header-rightside {background-repeat:no-repeat; float:right;}

.custom ul#tabs {background-image:url(/wp-content/themes/thesis/custom/images/navbg.jpg);}

.custom ul#tabs li {background-image:url(/wp-content/themes/thesis/custom/images/navbg.jpg);}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {}

.custom ul#tabs li a {}

.custom ul#tabs li a:hover {background: url('/wp-content/themes/thesis/custom/images/navbg2.jpg');}

.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
}
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {}

.custom ul#tabs li.rss {}

.custom ul#tabs li.rss a {}

.custom div.headline_area h1 {color:#cc3232; text-transform: uppercase; }

.custom div.headline_area h2 {color:#cc3232; }

.custom div#archive_info h1 {color:#cc3232; text-transform: uppercase; }

.custom div#content_box {background-color:#FFFFFF;}

.custom div#footer {font-size:1.2em; padding-top: 25px; border-top-style: none; padding-left:0.1em; padding-right:0.1em;background-image:url(http://www.smacomm.com/images/sma_footer.jpg); text-align:center;
margin:0 auto auto;
overflow:hidden;
padding:0 0;
width:817px; Height:31px;}

.custom .comments_closed p {display: none ;}