/* Primary Styles */
body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #000;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	}
h1, h2 {
	font-size: 180%;
	line-height: 1.2em;
	color: #000;
	}
h3 {
	font-size: 140%;
	line-height: 1.2em;
	color: #000;
	}
a {
	text-decoration: underline;
	color: #000;
	}
a:hover {
	color: #6c0;
	text-decoration: none;
	}
img { border: 1px solid #ccc;
         padding: 2px; }
hr, .hide { display: none; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PRIMARY LAYOUT */
body {
	margin: 0 auto;
	text-align:center;
	background: #f9f9f9;
}
#container {
	width: 980px;
	margin: 0 auto 30px auto;
	text-align:left;
	}
#main {
	clear:both;
	width: 980px;

	}
.page {
	width:1010px;
	margin: 0 auto 0 auto;
	text-align:center;

}
#feature {
  padding: 5px;



}
#feature h2 {
  margin 0;
}
#feature img { 
 margin: 0 10px 0 0;
}
/* Nav Styles */
#nav {background:url(http://blog.frankdamazio.com/wp-content/themes/thesis_16/thesis_16/custom/images/nav-background.png) repeat-x;
	height:30px;  }
#nav ul {background:url(http://blog.frankdamazio.com/wp-content/themes/thesis_16/thesis_16/custom/images/nav-background.png) repeat-x; 
	border:none;  
	list-style-type: none; 
	margin: 0 -37px auto;
padding-top:7px;
	
}

#nav ul li { 
	float:left; 
	
}

.menu a { 
	font-size: 11px; 
	line-height: 1.273em; 
	padding-right:1.64em; 	
	color:#F9F9F9; 
	text-transform: uppercase;  
	font-weight:bold;
        letter-spacing:.19em;
	text-decoration:none;
}

/* Header Styles */
#header {
	height:100px;
	background:url(http://blog.frankdamazio.com/wp-content/themes/thesis_16/thesis_16/custom/images/header-background.png) repeat-x;
	border-top: 1px solid #FC0;
	}
#logo {float:left;
	padding-top:20px;
        padding-left:3px;
}

#cartlinks {
        border: 1px solid #eee;
        padding: 10px;
        background: #E7F2DB;
        font-size: 1.25em;
        margin-bottom: 10px;
}

#cartlinks a {text-decoration:none;}

/* MAIN CONTENT AREA */
#searchbox {
	border-bottom: 1px solid #eee;
	text-align: right;
	}
#searchbox form { margin: 0; padding: 0; }
#searchbox #search-input { border: 1px solid #ddd; line-height: 20px; width: 135px; background: #FFF; }
#searchbox input { vertical-align: middle; }

#content {
	width: 740px;
	float: left;
	}
#innercontent {
	margin: 0;
	padding: 0;
	}
	

/* Right Menu Area */
#rightsiders {
	width: 205px;
	float: right;
	text-align: left;
	border:1px solid #CCC;
	background:#E4E4C9;
	padding: 10px;
	margin:0;
	}
#rightsiders h3 {
	font-size: 120%;
         color: #333;
	line-height: 2em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
ul.rightlinks {
	padding: 0;
	margin: 5px 0 10px 0;
	font-size: 90%;
	}
ul.rightlinks li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 1.5em;
	}
ul.rightlinks li a {
	padding: 5px 5px;
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	}
ul.rightlinks li a:hover {

	}


/* CART PAGE */
.info {
	padding: 5px;
	text-align: right;
	}
#line-items {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#line-items li {
	padding: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ddd;
	position: relative;
	}
.price {
	color: #6c0;
	font-weight: bold;
	}
.money {
	color: #000;
	font-weight: bold;
	}
li#total {
	text-align: right;
	border-top: 1px solid #ddd;
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	color: #444;
	}
li#total .money {
	font-size: 22px;
	}
#cart label {
	font-size: 12px;
	color: #444;
	padding-right: 5px;
	}
#cart .right {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	}
#update-cart {
	float: left;
	}
.thumb .prodimage a {
	width: 75px;
	padding: 10px 5px;
	margin: 0 5px 0 0;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	float: left;
	}
.thumb .prodimage a:hover {
	border-color: #000;
	}

.additional-checkout-buttons {
  text-align: right;
}

.additional-checkout-buttons p {
  position: relative;
  right: 122px;
  margin-top: 10px;
  color: #777;
}

.additional-checkout-buttons input {
  margin: 10px 0 0 0;
}


/* ARTICLES */

#frontarticles {
	float: left;
	width: 405px;
	padding: 10px 10px 0 5px;
        border-top: 1px solid #ccc;
  
	}
.article {
	margin-bottom: 20px;
	}


/* PRODUCTS */

/* Products on the front page */
#frontproducts {
	width: 298px;
	padding: 10px 10px 0 10px;
	float: right;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
	}
#frontproduct h2 {
         text-align: center;}
.productmain {
	float: left;
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	}
.productmain .description {
	font-size: 90%;
	line-height: 1.2em;
	color: #444;
	}
.productmain .product-image{
         float:right;
         padding: 3px;

}

.productmain .left {
       float:left;
}

.productmain .right {
       float:right;
       
}

#frontproducts p.money {
	font-size: 100%;
	margin: 2px 0;
	color: #444;
	}
#frontproducts h3 {
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;

	}


/* Collection Pages */
#collectionpage h2 {
	padding-top: 10px;
	font-size: 200%;
	color: #333;
	margin: 0;
	}
#product-collection {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}

#collection-list {
        width: 95%;
}
li.singleproduct {
	margin-bottom: 20px;
	padding: 5px 0;
	}
.singleproduct .productdetails {
         float: right;
         width: 70%;
         }
.singleproduct .small {
	float: left;
	text-align: center;
	width: 20%;
	}

.small .prodimage a {
	width: 110px;
	padding: 10px 5px;
	border: 1px solid #fff;
	float: left;
	}
.small .prodimage a:hover {
	border-color: #000;
	}
.description h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	}
.singleproduct .productdetails {
	margin-left: 26%;
	}
.singleproduct .description {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 3px solid #eee;
	}

#pagination {
	font-size: 100%;

	line-height: 1.5em;
	}
#pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #666;
	}
#pagination a:hover {
	background: #fff;
	text-decoration: none;
	color: #000;
	}
#pagination .current {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	background: #333;
	font-weight: bold;
	}
	
/* Product Pages */
#productpage {
	float: left;
	width: 700px;
	}
#productimages {
	width: 265px;
	margin: 0 0 0 7px;
	float: right;
	}
a.productimage {
	width: 240px;
	margin: 15px 0px 5px 10px;
	padding: 10px 0;
	text-align: center;
	float: left;
	border: 1px solid #fff;
	}
a.productimage-small {
	width: 115px;
	margin: 5px 0px 5px 10px;
	padding: 10px 0;
	text-align: center;
	float: left;
	border: 1px solid #fff;
	}
a.productimage:hover, a.productimage-small:hover {
	border-color: #000;
	}
#productdetails {
	width: 400px;
	float: left;
	}
#productdetails h2 {
	padding-top: 10px;
	font-size: 200%;
	color: #333;
	margin: 0;
	}
ul.hlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.hlist li {
	display: inline;
	}
ul#details {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul#details li {
	margin-right: 5px;
	font-style: italic;
	}
#productcontrols { border-top: 2px solid #333; border-bottom: 2px solid #333; padding: 10px; margin: 10px 0; }
ul#variants { list-style: none; margin: 0; padding: 0; }
ul#variants li { line-height: 2em; font-size: 120%; }
ul#variants li input, ul#variants li label { vertical-align: middle; }
.addtocart { margin: 10px; }

#price-field {
  float: right;
  font-size: 14px;
}

#productdetails select {
  margin: 0 0 10px 0;
}

#productdetails label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
  font-size: 12px;
}

#add.disabled {
  -moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
}


.description {
	color: #333;
	margin-bottom: 10px;
	}

.collection-products {
 background: #E7F2DB;
 padding: 5px;
}

.collection-products ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px -30px;
	line-height: 1.5em;
}

/* FOOTER */
#footer {
	background:url(http://blog.frankdamazio.com/wp-content/themes/thesis_16/thesis_16/custom/images/header-background.png);
	font-size: 85%;
	text-align: right;
	color: #f9f9f9;
	padding-bottom: 30px;
	margin-top: 20px;
	min-height:75px;
	}
.footerinner {
	}
#footer a {
	color: #f9f9f9;
	}
#footer a:hover {
	color: #000;
	}

/* Comments */

#comments { margin: 20px 0; }
#comments dt { margin-top: 10px; margin-left: 0; }
#comments dd { margin-left: 0; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; padding: 0; }
#comments>ul>li { margin: 10px 0 !important; list-style-type: none; padding: 0; }
#comments input { margin-left: 0; }

.comment {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.comment-details {
	font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;  
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form { 
	margin-top: 40px;
}

.comment-form .hint {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.comment-form dt {
	font-weight: bold;
}

.comment-form input[type=submit] {
	margin-top: 8px;
}

.callout {
  border: 1px solid #ccc;
  padding: 8px;
}

.testimony{
  border: 1px solid #ccc;
  padding: 8px;
  margin: 5px;

}