/*  
Theme Name: NetRender Custom theme
Theme URI: http://netrender.com
Description:  Based off of Berry.
Version: "Blu-Berry" 1.0 Build 100
Author: John Havlik
Author URI: http://mtekk.weblogs.us
*/

/*
Cart/Button
*/
input.wpsc_buy_button {
	font-weight: bolder;
}
/*General*/
body {
	margin: 0px;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	line-height: normal;
	position: absolute;
	background: #fff;
}
h1 {
	font-size: 2.4em;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.5em;

	font-weight: bolder;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 1.0em;
	font-weight: bolder;
	text-decoration: none;
	color: #333;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 1em;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
p {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
small {
	font-size: .7em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
hr {
	border-top: thin solid #ccc;
}
a {
	color: #cc0000;
	line-height: normal;
}
ul {
	font-weight: normal;
	margin: 0;
	padding: 2px 2px 5px 20px;
	color: #333;
	text-decoration: none;
	list-style: disc;
}
img {
	border: none;
}
.center {
	text-align:center;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
	position: relative;
}
/*Shop Bar*/
.shopbar {
	background-color: #333;
	width: 100%;
	height: 28px;
	float: right;
	position: relative;
}
.shopbar div, .shopbar div a {
	color: #fff;
}
.shopbar span a {
	float: right;
	position: relative;
	padding: 4px;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}
.shopbar a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#shoppingcartcontents {
	height: 20px;
	display: block;
	float: right;
	padding: 4px;
	position: relative;
}
#shoppingcartcontents img {
	float: left;
	padding: 2px 7px 5px 5px;
	position: relative;
}
.searchform {
	margin: 2px 5px 2px 5px;
	float: right;
	position: relative;
}
/*Header Layout - same for all*/
.header {
	width: 100%;
	height: 100px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.header img {
	margin: 10px;
	border: none;
	padding: 0;
	position: relative;
	float: left;
}
/*Navbar*/
.navbar {
	margin-top: 70px;
	height: 30px;
	width: 50%;
	position: relative;
	color: #333;
	float: right;
}
.navbar div {
	margin-top: 4px;
}
.navbar ul {
	margin: 4px 0 0 0;
	padding: 3px 15px 5px 0;
	list-style:none;
	position: relative;
	float: right;
}
.navbar li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border: none;
	font-size: 1em;
	font-weight: bolder;
	color: #333;
}
.navbar a {
	text-decoration: none;
	color: #333;
}
.navbar a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.breadcrumb {
	width: 100%;
	float: left;
	position: relative;
	border-top: #cc0000 1px solid;
}
.breadcrumb span {
	padding: 5px;
	font-size: .8em;
	font-weight: bolder;
}
/*Blog Layout*/
.main {
	width: 100%;
	float: left;
	position: relative;
}
.midtop {
	width: 100%;
	height: 200px;
	background: url(images/midbg.png) repeat-x top left;
	color: #fff;
}
.midtop h1 {
	padding-top: 0em;
	margin-top: 0em;
	font-size: 1.8em;
}
.midtop p, .midtop h1 {
	padding: 0 0 0 10px;
}
.midtop p {
	max-width: 750px;
	font-size: 1.1em;
	color: #fff;
}
.midtop ul {
	margin-top: .75em;
}
.midtop li {
	font-size: 1em;
	padding-bottom: .5em;
	color: #fff;
	margin-left: 1.25em;
}
.entry h2 a {
	text-decoration: none;
}
.entry h2 a:hover {
	text-decoration: underline;
}
/*Front page specific*/
.frontpage_product {
	width: 350px;
	padding: 5px 10px;
	float: left;
	position: relative;
}
.frontpage_product p {
	padding: 5px 0;
	font-size: 1.2em;
}
.frontpage_product img {
	float: right;
	position: relative;
}
.front_page_price {
	font-size: 1.1em;
}
.oldprice {
	font-size: .8em;
	text-decoration: line-through;
}
.articles {
	max-width: 800px;
	width: 70%;
	padding: 10px 10px 10px 19px;
	margin: 0;
	float: left;
	position: relative;
}
.itembody {
	margin: 0;
	line-height: 1.3em;
	padding: 0 0 15px 0;
}
.itembody p {
	padding: .3em 0 .3em 0;
}
.itembody img {
	margin: 5px 5px 5px 0;
}
.error {
	padding: 2px 0 2px 56px;
	width: 75%;
	background: url('images/error.png') left center no-repeat;
	margin-left: 5px;
}
.sidebar {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 3px 5px 5px;
	width: 220px;
	position: relative;
	text-align: left;
}
.sidebar ul {
	list-style-type: none;
}
.sidebar > ul {
	padding: 0 0 0 7px;
	position: relative;
	text-align: left;
	font-size: .65em;
}
.pagenav {
	margin: 0 0 0 -20px;
}
.sidebar > ul > li > ul > li {
	position: relative;
	text-align: left;
	font-size: 1.3em;
}
.thumbs {
	float: left;
	position: relative;
	list-style: none;
}
.thumbs li {
	float: left;
	margin: 1px;
	display: block;
	height: 138px;
	width: 138px;
	text-align: center;
	border: #ccc 1px solid;
	vertical-align: bottom;
}
.thumbs li:hover {
	border: #cc0000 1px solid;
}
/*Footer Layout*/
.footer {
	width: 100%;
	/*	height: 108px;*/
height: 154px;
	margin: 0;
	background: #333;
	position: relative;
	float: left;
}
.footer a {
	color: #fff;
}
.footer ul {
	font-size: 1em;
	margin: 0;
	color: #fff;
	float: left;
	position: relative;
	list-style: none;
}
.footer ul li ul {
	font-size: .9em;
}
.botnav {
	padding: 5px;
}
.page-item-3, .page-item-4, .page-item-380 {
	padding: 0 5px;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}
.footer>ul>li {
	padding: 0 5px;
	float: left;
	margin: 0 5px 0 0;
	position: relative;
}
.footer span {
	margin-top: 80px;
	color: #fff;
	font-size: .9em;
	padding: 5px;
	display: inline;
	float: right;
	position: relative;
}
/* Highlighting for important info, added by JD. CSS from the search unleashed plugin. If need full CSS, then get it from the plugin again */
.incoming {
	overflow: hidden;
	border: 3px solid #DCEEEE;
	padding: 0.5em;
	color: #2530A8;
	background-color: #F1FAF9;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.incoming div {
	padding: 5px;
}
.incoming p {
	margin-left: 5px;
}
.incoming ul li, .incoming ul {
	background: none;
	margin: 0;
	padding: 0;
}
.incoming ul li {
	margin-left: 40px;
}


/* Added quotes for testimonials -JD http://24ways.org/2005/swooshy-curly-quotes-without-images */
.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 600%;
     color: #FF0000;
 }