/*
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 { background: #9e9e9e url(/images/bg_grad_grey.gif) repeat-x; }



.custom #content_box { background: url(/wp-content/uploads/2010/01/bg_cols1.gif) repeat-y;}
.custom #page {background: #FFF;}
/*.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}
	
.custom ul#tabs li:hover ul {display:block;}*/

.custom .search_form .search_button { border: 0px; float: right; margin-top: 5px; margin-bottom: 20px; }
.custom .plugin-support { display: none; }
.custom div.gsom-optin-radiogroup input[type="submit"] { 
cursor: pointer;
background: url('/wp-content/uploads/2010/01/subscribe.gif') no-repeat;
width: 64px;
height: 26px;
border:0;
color: #FFF; 
}


#head_container { 
 	width: 951px;
	height: 158px;
	border: 0px solid red;
	margin-bottom: -5px;
	margin-left: 0;
	background: url(/wp-content/uploads/2010/01/bg_vector_gsi_header2.jpg);
 }
 #logo_side { 
 	width: 460px; 
	height: 153px;
	border: 0px solid red;
	float: left;
	margin-left: 15px;
	position: relative;
	top: 20px;
	}
 #ad_side { 
	border: 0px solid red;
	float: right;
	margin-top: 0px;
  }

.custom .menu { background-color: #517a1b; width: 951px; }
.custom .menu a { padding: .4em 1em; }
  

.custom #tabs li { border: 0; }

.custom #yoastbreadcrumb { margin: 5px; }
.custom #sidebar_2, .custom #sidebars { background-color: #fff;}
.custom #sidebar_1 { margin: 0 auto; background-color: #517a1b;  }
.custom #sidebar_1 a { color: #ffffff; }
.custom #image_box { background-color: #dae1d2; border-bottom: 0; }
.custom #image_box img { border: 1px solid #ccc; }

#footercolumns { padding:15px 0 0 22px; }
#footercolumns .block {float:left; text-align: left; width:30%; margin:0 0 35px 2.5%; border: 0px solid red; line-height: 1.8em; font-size: 1.1em; color: #FFF;}
#footercolumns .block a { color: #fff; }
#footercolumns .block a:hover { color: #f7ea9c; }
#footercolumns .block h3 { font-size: 1.8em; margin-bottom: 15px;} 
#footercolumns .block ul li { font-size: 1.2em; line-height: 1.8em; } 

#footercolumns .first, * html #footercolumns .first{clear:both; margin:0}

#footercolumns .first { padding-right: 15px;}

.custom #footer a {color: #dae1d2;}
.custom #footer { background: #517a1b; border: 0px; }

.custom #sidebars li.widget ul { line-height: .5em;}
.custom li.widget { margin-bottom: 1.5em; }
.custom .textwidget { margin: 0px; }
.custom #text-3 { position: relative; top: -10px;}

.custom #home-links { font-size: 1.2em; line-height: 1.3em; padding: 10px; margin-left: 10px;}
.custom #home-links h3 { padding-bottom: 10px; }
.custom #home-links a {color: #00F; }

.custom .amzshcs-item { margin-bottom: 15px; margin-left: 9px; }

.custom .sidebar h3 { font-size: 1.2em; font-weight: bold; text-align: left; }
.custom #sidebar_2 h3 { color: #517a1b; }
.custom #sidebar_1 h3 { font-weight: bold; }
.custom #sidebar_2 a { color: #333; }
.custom #sidebars #flashObject { margin: 0px; }
.custom #amzshcs-bb24df76e98323114801f149c5d27ee2 { position: relative; left: -3px; top: 10px;}

.custom .teaser h2 { font-size: 1.8em; }
.custom .teaser .teaser_link { font-size:1.2em; line-height:1.5em; text-decoration: underline; color: #83bc01;}
.custom .teaser .teaser_link:hover { text-decoration: underline; color: #333;}

.custom #side_ad { text-align: center; }
.custom #side_ad img { text-align: center; margin: 0 auto;  }
.custom #side_ad2 { margin-left: 35px; }

.custom #header { padding: 0; margin-top: 20px; }

.custom #header fieldset { width: 300px; background-color: #ffffff; border: 2px solid #83bc01;}
.custom #header form { width: 275px; float: right; margin: 0 50px 0 0; position: relative; top: 20px; left: 0px; }
.custom #header form input { width: 240px; padding: 2px; margin: 1px 0 1px 25px; }
.custom #header form legend { margin: 0 0 0 15px; font-weight: bold; text-transform: uppercase; background-color: #83bc01; font-size: 1.2em; color: #fff;}
.custom #header form .btn { width: 100px; float: right; margin: 7px 8px 7px 0; background-color: #ffff00; font-weight: bold; }
.custom #header form label { margin: 20px 8px 0px 25px; }

.custom .pagenav, .custom .categories { margin-left: 25px; }


.custom .headline_area img.alignleft { border: 6px solid #ccc; }




