/*
File:			custom.css
Description:	Custom styles for Thesis
*/
.custom #header {
   border: none;
}
.custom #feature_box {
   color: #FFF;
   background-color: #358F6E;
   font-size: 1.8em;
   padding: 0.25em 1.1em;
}
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

.custom .teasers_box h2 a {
  color: #6166FF;
}
.custom .teasers_box h2 a:hover {
  color: red;
}

.custom #sidebars {
  margin-top: 1em;
}

/*
SINGLE PRODUCT PAGE
*********************************************************************/
/* single product bullets - shifted right */
.custom .teaser .price_line {
	font-size: 1.2em;
	font-weight: bold;
}
.custom .post_box .price_line {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}
.custom .price_amt {
	color: #600;
}

/* single product order button - shifted right under price */
.custom .post_box .order_button {
	clear: right;
	float: right;
}

.custom .to_comments {
	padding-top: 20px;
}

/* single product bullets - shifted right */
.custom .post_box .format_text ul {
	margin: 0 0 1.571em 14em;
}

/* single product image - shifted up */
.custom .post_box img.prod_img_single {
	float: left;
	margin: -25px 20px 10px 0;
}

/*
MISC STYLES
*********************************************************************/
/* hide stat img */
#wpstats {
	display: none;
}
