/*
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: url(images/bg.gif) center 0px repeat-y; }

#banner1, .banner1 .headline_area h2 { display:none; }
.banner1 #banner1 {display:block; }

.entry_div {float:left; margin:5px 5px 20px 5px; width:215px; height:150px; border:1px solid #CCCCCC; }
.entry_div h2 {border-bottom:2px solid #b0b80e; font-variant:small-caps; font-size:12px; color:#b0b80e; font-weight:bold; padding:0px; margin:5px; line-height:14px; }
.entry_div p { font-size:11px; color:#003d7f; font-weight:normal; padding:0px; margin:5px; line-height:12px; }
.enter_link { float:right; font-variant:small-caps; font-size:12px; color:#b0b80e; font-weight:bold; padding:0px 25px 0px 0px; margin:5px; line-height:14px; background: url(images/arrow.png) no-repeat right center;}

#header { padding:0px 10px 10px 10px; border:none; /*display: none;*/}
#header #logo, #header #logo a, #header #logo a:hover {font-size:14px; color:#b0b80e; float:right; cursor:default; }
#header #tagline {visibility:hidden; }

#topHeader { /* height: 115px */}
#topHeader #logo { float: left; margin: 30px 0px 0px 10px; }
#topHeader #adsense {  margin:40px 0px 0px 20px; float:left; }

h1{ color:#003d7f; }
h2{ color:#003d7f; }
h3{ color:#003d7f; }
h4{ color:#b0b80e; }

a { color: #4a87c9; }
a:hover { color: #2b5f95; }

/* Menu */

.custom .header_links { float:right; margin:10px 10px 0px 0px; font-size:12px; }
.custom .header_links a, .custom .header_links a:visited { text-decoration: none; }
.custom .header_links a:hover { text-decoration: underline; }

.custom ul#tabs { width: 935px; background-color: #efefef; margin:0px; padding:0px; list-style: none; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;  }
.custom ul#tabs li { background: none; border: none; margin: 0px; padding: 0px; }
.custom ul#tabs li a { color: #666666; font-weight:bold; margin: 0px; padding: 8px 20px 8px 20px;  text-decoration: none; text-transform: none; letter-spacing:normal; }
.custom ul#tabs li a:hover {  text-decoration: underline; color:#999999; text-decoration: none; background: url(images/nav_icon.png) 5px center no-repeat; }
.custom ul#tabs .current_page_item a { border: none; background-color: none; background: url(images/nav_icon.png) 5px center no-repeat; cursor:pointer; }
.custom ul#tabs li.current_page_item { /* background: none;*/ }

/* SIDEBARS */
.sidebar ul.sidebar_list {padding:0px; }

.widget ul {background-color: #efefef;; }
li.widget {width:auto;}

li.widget ul li { margin: 0; border-top:5px solid #FFFFFF; }
li.widget ul li a { background-color: #efefef; color: #666666 !important; font-size:13px !important; font-weight:normal; width:inherit; display:block; padding: 5px; margin: 0px 0px 1px 0px; }
li.widget ul li a:hover {background-color: #d7e0e9; width:inherit; text-decoration: none; margin: 0px 0px 1px 0px; }
li.widget li ul {/*background-color: #53492f;*/ margin:0px; }
.wpsc_category_image_link {display:none !important; }

.wpsc_top_level_categories li ul li a  { background-color: #efefef !important; text-indent:20px; }
.wpsc_top_level_categories li ul li a:hover  { background-color: #d7e0e9 !important; text-indent: 20px !important; }
.wpsc_top_level_categories li ul li ul li a { background-color: #efefef !important; text-indent:20px; }
.wpsc_top_level_categories li ul li a:hover  { background-color: #d7e0e9 !important; text-indent:20px; }

.widget h3, .widget h3 a { font-size: 16px; color: #003d7f; letter-spacing: 0px; text-decoration: none; font-variant: normal; text-align: center; }


.widget_wpsc_categorisation, .wpsc_categorisation_group {float:none !important;  }

.sidebar_logo { margin: 0px 0px 0px 25px; }

/*end sidebars */

/* EC PRODUCTS DIVS */

.producttext h2, .producttext h2 a { color: #b0b80e; }
div.productdisplay { background-color:#FFFFFF; border:1px solid #CCCCCC; clear: none; float:left; left:0; margin:10px; padding:10px; position:relative; text-align:left !important; top:0; max-width:240px; min-height: 560px; }

div.default_product_display div.textcol { margin-left:0 !important; min-height:96px; padding-top: 40px; }

div.textcol { float:left; left:0; margin:30px 0; padding-top:40px; position:relative; text-align:left !important; top:0; }

div.default_product_display div.textcol div.imagecol { left:0; margin-left:0 !important; position:absolute; top:0; }

div.imagecol { border:0 solid #FFFFFF; float:left; left:0; margin-right:5px; padding-right:5px; position:relative; top:0; }

div.producttext { font-size:10pt; text-align: left !important; /* width:280px; */ padding-top:30px; }

div.wpsc_product_price { color: #2F291A; width: auto; } 

div#sliding_cart { margin: 0; padding:0; color: #2F291A; font-size: 14px; width: auto; }

/* SINGLE PRODUCT PAGE */

div.single_product_display div.textcol { margin-left:0 !important; min-height:650px; }
div.single_product_display div.textcol div.imagecol { left:0; margin-bottom:0; margin-left:0 !important; position:absolute; top:0; }


table.shoppingcart { margin-bottom:5px; margin-left:-2px; margin-left: 30px; }

table.shoppingcart tr td { padding:0 0px; }
.shoppingcart { text-align:center; }
	

span.items { background: #2f291a; color: #fff; padding:0 0; margin: 0px 0px 0px 0px; text-align:center; }
.total { background: #2f291a; color: #fff; padding:0 0; margin: 0px 0px 0px 0px; text-align:center; }

span.pricedisplay { width: 120px; }

/* send button */
div.textcol form { min-width:200px !important; /* min-width:300px; */ }

.checkout .format_text input, #commentform input, #commentform textarea { border-width:1px; padding:0; width:120px; text-align: left; }

.item_image img { float: left; padding-right: 20px; margin: 10px 0px 0px 0px; }