/*
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/
*/

.custom div#header {padding-bottom: 0px; padding-top: 0px; visibility: hidden; overflow: hidden; height: 0px; border-bottom-width: 0px;}

.custom p#logo {height: 0px }


body.custom { background: #DFE4E7; color: #000000; font-size:12 px; font: Verdana,Arial,Helvetica,sans-serif; background-image: url('http://www.smacomm.com/images/bg.gif'); background-repeat: repeat-x;}

body.homepage div#content  { padding-right: 0px; }


.custom .style3 {font-family: "Century Gothic","Apple Gothic",Verdana, sans-serif; font-size: 12px;}
.custom .style4 {font-family: "Century Gothic","Apple Gothic",Verdana, sans-serif; font-size: 12px; font-weight: bold; float: left;  padding:3px;width:200px; }



.custom table id="list"{ border: 1px #9CACFA solid; }

.custom img#home_page_image { margin-bottom: 0px; }

.custom div#pre_header { background-image: url('images/header-bg-vert.gif'); background-repeat: repeat-x; }

.custom div#pre_header img { display: block; margin-left: auto; margin-right: auto; }

.custom div#pre_header { overflow: hidden; }

.custom #container {background-image:url(http://eyezeeu2.com//wp-content/themes/thesis_151/images/shadow_bg884.png);
background-repeat:repeat-y;
margin:0px auto;
overflow:hidden;
padding:0px 7px;
width:870px;
}

.custom div.darkl {background-color:#EFF2FF; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 5px;}

.custom div#spacer {background-image:url(/images/bg-TopRight.gif);
background-position:right bottom;
background-repeat:no-repeat;
width:329px;}

custom div#products {color: #005BB7}

.custom div.float {  float: left; padding:5px; width:260px; }
  
.custom div.float p { text-align: center; padding-right:20  }

.custom ul#tabs { background-image:url('http://www.smacomm.com/images/navbg.jpg'); border-color: #9cacfa;  border-width:0 0 0 0;}

.custom ul#tabs li { background-color: transparent; border-color: #9cacfa; border-width:0 1px 0 0;}

.custom ul#tabs li.current_page_item { background-color: #fff; }

.custom	ul#tabs li a { text-transform: none; font-size: 11px; padding-top: .4em;  padding-bottom: .4em; }

.custom div.light {background-color:#f1f5f4; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 5px;}

.custom div.dark {background-color:#cccccc; }

.custom div.white {background-color:#ffffff; border-bottom:1px dotted #DDDDDD; text-align:right; line-height:1.4em; }



.custom div.format_text {font-size:1.3em; line-height:1.6em;}

.custom div#image_box img { margin: auto;}

.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: 10px;
	width: 100px;
}
.custom a { color:#2361A1}

.custom div#sidebars {float:left;}

.custom div#page {padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; background-color: #ffffff; border-style: solid; border-right-width: 0px; border-left-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-color: #B3C5DD;}

.custom h1 {color: #073f7c; font-family:"Century Gothic","Apple Gothic", Verdana,Arial,Helvetica,sans-serif; font-size:18px; margin-bottom:0.6em;}

.custom div.format_teaser {font-size:1.2em;}

.custom div.wp-caption {font-size:1em; background-color:#F1F5F4;
border-style:dotted;
font-style:normal;
text-align:left;}

custom .format_text .wp-caption p {
font-size:0.9em;

}
.custom li.page_item { background-image: url('images/separator.jpg'); background-repeat: no-repeat; }

.custom div#footer {font-size:1.1em; padding-top: 0px; border-top-style: none; padding-left:0.1em; padding-right:0.1em;background-image:url(http://www.smacomm.com/images/sma_footer.jpg);
margin:0 auto auto;
overflow:hidden;
padding:0 0;
width:870px; Height:61px;}

.custom .comments_closed p {display: none ;}

.custom div#ga_shade {
background-color:#EEEEEE;
display:none;
height:10px;

}

.custom .format_text ul {
margin:0 0 0 1.7em;
}
.custom div.promobox {
float:right;
padding: 7px 8px 0 18px;
width:260px; background-repeat:no-repeat;
background-image:url('http://www.smacomm.com/images/promobox_bg.jpg');
border-style:hidden; }
ul.inside {list-style-position:outside; list-style-type:circle;}