/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
body{ 
	background-color: #F0F0F0; color: #333; font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;
}

a, a:link, a:visited	{ 
	color: #313428; 
	text-decoration: none; 
}
a:hover{ 
	color: #990000; 
	border-bottom: none; 
}
.entry-content a{
	text-decoration: underline !important; 
}
.entry-content a:hover{
	text-decoration: none !important;
}

.posts-default .entry-meta, .entry-comments, a[href$="#comments"]{
 	display: none !important;
}
#catalog li{
	list-style-type: square;	
}
#catalog li.category a{
	font-weight: bold;	
}
#catalog li.item a{
	font-weight: normal;	
}
.no-thumbs .featured-stories-summary{
	margin-left: 0;	
}

dl.product-info{
	position: relative;
}

.product-info dt.image,
.product-info dt.price,
.product-info dt.buy
{
	display: none;
}
.product-info dd,
.product-info form{
	padding: 0;
	margin: 0;
}
.product-bottom dd{
	padding-bottom: 5px;	
}
.product-info dd.image{
	float: left;
	padding: 0 15px 15px 0;
}
.product-info .sale-price{
	font-weight: bold;
	color: #c00;	
}
.product-info .buy{
	text-align: right;
	position: relative;
	margin-top: -2em;
}
.product-info .buy label{
	font-size: 85%;
	font-weight: bold;
	padding-top: 2em;
	display: block;	
}
.product-info .amazon,
.product-info .ebook{
	margin-top: 0;
	font-size: 90%;
}