/*
File:			custom.css
Description:		Custom styles for Thesis
*/

.mp_product_categories { display: none; }

.entry-title, .entry-title a {
	color: #000000;
	}
	
#content_box {
	padding-top: 15px;
	} /*new on today*/

.headline_area h1, .headline_area h2 {
	/*background: #000000 url(images/blacktile.gif) repeat 0 0;*/
	/*color: #fff;*/
	color: #000000;
	display: block;
	/*font-size: 6em;*/
	font-size: 3em;
	font-style: italic;
	line-height: 1em;
	padding-right: 0.15em;
	padding-top: 0.15em;
	/*text-align: right;*/
	text-transform: uppercase;
	}

.headline_area h1 a:hover, .headline_area h2 a:hover {
	/*color: #fcf;*/
	color: #906;
	}

.newmenu {
	width:915px;
	height:120px;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
}
	.newmenu a {
		padding:0;
		margin:0;
		display:block;
		float:left;
	}
	.l1{width:71px;height:109px;margin-right:20px !important;}
	.l2{width:70px;height:109px;margin-right:23px !important;}
	.l3{width:95px;height:109px;margin-right:30px !important;}
	.l4{width:75px;height:109px;margin-right:30px !important;}
	.l5{width:74px;height:109px;margin-right:30px !important;}
	.l6{width:70px;height:109px;margin-right:36px !important;}
	.l7{width:73px;height:109px;margin-right:30px !important;}
	.l8{width:67px;height:109px;margin-right:25px !important;}

body {
	/*background: #000000 url(images/blacktile.gif) repeat scroll 0 0;*/
	background: #eee;
	}

#page {
	background: #FFFFFF url(images/headbg2.jpg) no-repeat scroll center 0;
	padding: 0 2em;
	}

#header {
	background: transparent;
	display: block;
	border-bottom: none;
	}

a, h2 a:hover {
	color: #906;
	}

ul#tabs {
	border-width: 0 0 1px;
	display: block;
	}

ul#tabs, ul#tabs li {
	background: #000000;
	border-color: #000000 #000000 #000000 #FFFFFF;
	}

ul#tabs li {
	border: none;
	margin-bottom: 0;
	}

ul#tabs li a {
	color: #fff;
	padding: 0.7em 0.818em;
	}

ul#tabs li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background:#000;
	border-bottom: 0 none;
	padding-bottom: 0;
	}
	
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
	color: #fff;
	}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	color:#FFFFFF;
	}

ul#tabs li.rss {
	padding-right:0.818em;
	}

.post_tags {
	font-size: 1em;
	line-height: 1.8em;
	font-style: italic;
	color: #888;
	}

.post_tags a, .post_tags span a {
	color: #888;
	}

/* Styling for Search Form in Header */
.custom #search_form form input {
	float: right;
	padding: 0.308em;
	width: 200px;
	font-size: 1.25em;
	margin-top: 50px;
	font-family: Georgia,"Times New Roman",Times,serif;
	}

.post_box {
	overflow: hidden;
	}

#multimedia_box {
	margin-top: 2.2em;
	}

#image_box {
	background:#000000;
	border-bottom: none;
	padding:1.1em;
	}

#image_box img {
	background: none;
	border: none;
	display:block;
	padding:0.2em;
	}

.sidebar h3 {
	display: block;
	background: #000;
	color: #FFF;
	line-height: 2.385em;
	padding-left: 0.5em;
	}

.teaser .format_teaser {
	font-size:1.2em;
	line-height:1.5em;
	overflow: hidden;
	}

.teaser h2 {
	text-align: center;
	}

.entry-title {
	font-style: italic;
	font-weight: normal;
	}

dl#comment_list dt a {
	color: #111111;
	}

dl#comment_list dt a:hover {
	text-decoration:underline;
	}

.custom .myfeaturebox {
	/*padding: 2em 0 0 0;*/
	text-align: center;
	}

#feature_box {
	background: none;
	border: none;
	padding: 2.2em 1em 0 0;
	}

.image_caption {
	margin-bottom: 0.5em;
	}

.image_caption p {
	font-size: smaller;
	color: #666666;
	}

.image_caption p a {
	color: #666666;
	text-decoration: none;
	}

.image_caption p a:hover {
	text-decoration: underline;
	}

.format_text .to_comments {
	text-align: center;
	}

.format_text .to_comments a {
	color:#900;
	}

.author_comment {
	background: #FCF;
	}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a {
	display: block;
	height: 130px;
	width: 960px;
	outline: none;
	/*background: url('images/header2.jpg') center no-repeat;*/
	background: transparent;
	/*padding-bottom: 40px;*/

	}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline {
	text-indent: -9999px;
	}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline {
	height: 0;
	}

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header {
	padding: 0;
	}
	
/* This formats the outside box */
.custom div.post_ad {
	background-color: #deb859;
	margin: 0;
	padding: 6px;
	border: 1px solid #787878;
	height: 260px;
	}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
	margin: 0 0 9px;
	}

/* This formats the image */
.custom div.post_ad img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	}

/* This code is not in my CSS but I decided to add it in. This formats the color of a hyperlink */
.custom div.post_ad a {
	color: #0000FF;
	}
	
/* This is for MarketPress shopping cart removing login 
.mp_cart_login { display: none; }*/