/*  
Theme Name: Simple e-Commerce
Theme URI: http://www.borellidesigns.com
Description: This theme utilizes the power of Wordpress to provide a simple, yet extremely effective e-Commerce solution.  
Version: 1.0
Original Author: Shawn Borelli Designs
Original Author URI: http://borellidesigns.com
Designer: Shawn Borelli
Designer URL: http://borellidesigns.com

The CSS, XHTML and design is copyright Shawn Borelli Designs. All rights reserved. 
*/


/* Begin HTML Elements */
*{ 
	margin:0px; 
	padding:0px;
}
html, body{ 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px; 
	background:#FFF; 
	font-size:90%; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000; 
	text-align:center; 
	cursor:pointer;
}
a img{ 
	border:0px;
}
img{
	padding:5px;
}
a:link, a:visited{ 
	color:#00468C; 
	text-decoration:none;
}
a:hover, a:active{ 
	color:#1B6CCD; 
	text-decoration:underline;
}
blockquote{
	width:580px;
	margin:40px; 
	padding:10px; 
	background:#EEE; 
}
code{
	font-size: 1.0em; 
	font-family:'Courier New', Courier, Fixed; 
	background:#ececec;
}	
p{ 
	padding:10px 0px 10px 5px;
	background:#FFF;
	font-size:1.1em;
}
ul{
	padding-left:10px;
	text-align:left;
}
h1{
	font-size:2.5em;
	padding:5px 10px 5px 10px;
	text-align:left;
}
h2{
	font-size:2.0em;
	padding-left:5px;
	line-height:1.5em;
	text-align:left;
	color:#36C;
}
h3{
	font-size:1.5em;
	padding:0px 10px 0px 5px;
	text-align:left;
    color:#00468C;
}
h4{
	font-size:1.25em;
	padding:0px 10px 5px 15px;
	text-align:left;
}
h5{
	font-size:1.0em;
	padding:0px 10px 5px 15px;
	text-align:left;
}
h6{
	font-size:0.9em;
	padding:0px 10px 5px 15px;
	text-align:left;
}
.title{
	border-bottom:thin solid #999;
	color:#36C;
}
/* End HTML Elements */

/* Begin header */
#header{ 
	width:960px;  
	background:#FFF;  
	margin-left:auto; 
	margin-right:auto; 
	padding:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	text-align:left;
}
#header ul{ 
	list-style:none;
	padding-right:10px;
	margin-top:0px;
}
#header li{ 
	display:block; 
	list-style:none; 
	float:right; 
	padding:5px 0px 5px 5px;
}
#header li a, #top-nav a:link, #top-nav a:visited{ 
	color:#000;
	font-weight:bold;
}
#header li a:hover{
	color:#1B6CCD;
	text-decoration:underline;
}
#header h1{
	font-size:2.5em;
	color:#36C;
	padding-top:20px;
	line-height:0.75em;
	padding-bottom:0px;
}
#header h1 a:link, #header h1 a:visited{
	color:#36C;
}
#header h1 a:hover{
	color:#36C;
	text-decoration:none;
}
#header h2{
	font-size:1.25em;
	color:#888;
	padding-bottom:10px;
	padding-top:0px;
}
.name{ 
    padding-top:10px; 
	margin-left:10px; 
	color:#333;
}
.description{
	margin-top:5px; 
	margin-left:30px; 
	color:#999;
	text-decoration:italic;
}
/* End top header */

/* Begin Navigation */
#nav{
	background:#FFF;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height:30px;
	margin-top:0px;
	font-weight:bold;
	font-size:1.05em;
	border-top:thin dashed #999;
    border-bottom:thin dashed #999;
}
#nav ul{ 
	list-style:none;
	padding-left:15px;
}
#nav li{  
	list-style:none; 
	float:left; 
	padding:7px 10px 7px 5px;
}
#nav li a, #top-nav a:link, #top-nav a:visited{ 
	color:#000;
	font-weight:bold;
}
#nav li a:hover{
	color:#1B6CCD;
	text-decoration:underline;
}
/* End Navigation */

/* Begin Page Container */
#page{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#container{
	width:960px;
	float:left;
	background:#FFF;
	border-bottom:thin solid #999;
}
/* End Page Container */

/* Begin Sidebar */
#sidebar{
	width:230px;
	background:#FFF;
	min-height:200px;
	float:left;
	text-align:center;
	padding:23px 10px 10px 10px;
}
#sidebar-block{
	width:225px;
	background:#FFF;
	margin:0px 0px 20px 0px;
	padding-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:thin solid #999;
}
#sidebar h2{
	font-size:1.15em;
	line-height:1.5em;
	padding:2px 5px 2px 10px;
	margin-bottom:5px;
	background:#36C;
	color:#EEE;
	border-bottom:thin solid #999;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
}
#sidebar h4{
	font-size:1.15em;
	line-height:0.7em;
}
#sidebar ul{
	padding:10px;
	margin-bottom:20px;
}
#sidebar li{
	list-style:none;
	padding-left:10px;
	text-align:left;
}
#sidebar img{
	text-align:center;
}
#sidebar img a:link, #sidebar img a:visited, #sidebar img a:hover{
	border:0px;
}
/* End Sidebar */

/* Begin Content */
#content{
	width:680px;
	background:#FFF;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-left:20px;
	padding-left:10px;
	padding-bottom:20px;
}
#content p{
	text-align:left;
	margin-right:20px;
}
#backtrack{
	font-size:0.85em;
	font-weight:bold;
	background:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
.page-change-right{
	float:right;
	background:#F5FFFA;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding:5px;
}
.page-change-left{
	float:left;
	background:#F5FFFA;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding:5px;
}
/* End Content */

/* Begin Showcase Content Blocks */
#showcase{
	width:670px;
	background:#FFF;
	float:right;
	text-align:center;
	margin:5px 10px 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:thin solid #999;
}
#showcase-bottom{
	background:#EEE;
}
#showcase-block{
	width:220px;
	margin:10px 0px 10px 3px;
	float:left;
	background:#FFF;
}
#showcase-block img{
	padding:7px 5px 0px 5px;
	width:200px;
	height:200px;
}
#showcase h2{
	font-size:1.15em;
	line-height:2.0em;
	padding:2px 5px 2px 10px;
	background:#36C;
	color:#EEE;
	border-bottom:thin solid #999;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
}
#showcase-block p{
	padding-left:15px;
}
.red{
	font-weight:bold;
	color:#E00;
}
.strikethru{
	text-decoration:line-through;
	font-weight:normal;
}
/* End Showcase Content Blocks */

/* Begin Footer */
#footer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
#footer p{
	text-align:center;
	font-size:0.85em;
}
/* End Footer */
/* Begin Searchform CSS */
#search {
	background:#a3a267;
	vertical-align: middle;
	min-height:30px;
	float: left;
	width: 660px;
    margin-right:5px;
    margin-bottom:10px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:0px;
	border: thin solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#searchinput{
	width:400px;
	float:left;
	margin:0px;
}
#CategoryMenu{
	width:inheret;
	float:left;
	margin:0px 10px 0px 10px;
display:inline-block;
	
}
#button{
	margin:0px;
display:inline-block;
}

/* End Searchform CSS*/

/* Begin SearchPage CSS */
.searchterm{
	color:#888;
	font-size:0.9em;
	font-style:italic;
}
#post-listing{
	width:635px;
	border-bottom:thin dashed #999;
	overflow:hidden;
	margin-left:10px;
	padding-bottom:10px;
}
#post-listing h3{
	font-size:1.25em;
	color:#36C;
	padding-top:10px;
	padding-bottom:0px;
}
#post-listing img{
    padding-top:15px;
    padding-right:10px;
}
/* End SearchPage CSS */

/* Begin Float Properties*/
.entry {
	margin-top:20px;
	}

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}
.right, .alignright{ 
	float:right;
	}
.left, .alignleft{ 
	float:left;
	}
.center{ 
	text-align:center;
	}
/* End Float Properties*/

/* Begin Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:760px;
	background:#fff;
	}
#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	margin-top:5px;
	}
/* End Comments*/

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
.breadcrumbs{font-size:0.9em;}
#stats{font-size:0.75em;}