/* GLOBAL */

body {
	margin:auto;
  	font: 1em  segoe, Arial, Sans-Serif;
}

img {
	border:0px;
}

.clear {
  	clear: both;
}

.small {
  	font-size: 85%;
}

.big {
  	font-size: 125%;
}

.fl {
  	float:left;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}
	
a:link, a:visited, a:active {
	text-decoration:none;
}

a:link hover {
	color:pink;
}

h2 {
	margin:0px;
	padding:8px;
}

#pagination {
	padding: 0px;
        
}

/* LAYOUT */

#frame {
	width:900px;
	margin:auto;
	text-align:left;
}

#content {
         	width:900px;
	margin:auto;
         text-align:left;
         
}
	
#sidebar {
	width:900px;
	float:right;
         margin:0px;
}

#contentcenter {
         color:#80a291;
         font-stretch:expanded;
         font-size: 100%;
         background-color:#F3F7D5;
	width:700px;
	float:bottom;       
         text-align:justify;
         margin:auto;
         
}
#contentcenter p{
         font-size:100%;
         text-align:justify;
         margin:10px 20px 10px 20px;

}

#contentcenter a{
         font-size:100%;
         font-weight:lighter;
         color:#ec466a;
}

#contentcenter a:hover{
         color:#facbc0;

}
#contentcenter h3{
         color:#ec466a;
         font-size: 90%;
         font-weight:lighter;
}

.shadow { 
        background-color:#ccc; 
}


#contentcenter h2 {
         background-color:#EFEEA9;
         font-family:tahoma;
  	font-weight:lighter;
         text-align:left;
         vertical-align:middle;
         padding-top:6px;
         font-size:130%;
         height:26px;
}



#header {
  	clear:both;
  	background-repeat:no-repeat;
  	height:100px;
  	padding-bottom:10px;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
  	font: 1em/1.3em Helvetica, Arial, Sans-Serif;
  	font-size: 200%;
  	text-decoration: none;
}

#header h1 {
	text-align:left;
         font-family:segoe, arial, trebuchet;
}
	
#shopping-cart {
  	height: 20px;
  	text-align: left;
  	padding-top:4px;
  	padding-left:10px;
	font-weight:bold;
	background-image:url(assets/cart.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
	
#contentheader h1 {
         font-family:segoe, arial, trebuchet;
	font-size:100%;
	padding:10px;
	margin:0px;
}

#footer {
  	clear: left;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
}

#footer li {
	display: inline;
	font-size: 90%;
	margin: 0 3px;
	line-height:24px;
         text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
  	text-decoration: none;
}

#footer a:hover {
  	text-decoration: underline;
}

#shopify {
  	clear: both;
  	text-align: center;
         vertical-align:middle;
  	width:900px;
  	height:30px;
  	margin:auto; 
	font-size:80%;
}

#logo {
      float:left;

}


/* PRODUCTS */

.product {
         padding:15px;

  	text-align: center;

}

.product a:link, .product a:visited, .product a:active, .product a:hover {
  	text-decoration: none;
}

.product a{
         font-family:segoe, arial, trebuchet;
  	font-weight: lighter;
  	margin:0px;
	font-size:100%;
        
}

.product-image {
  	width: 160px;
  	height: 220px;
}

.product-image img {
  	height:150px;
         align:center;
}


.compare-at-price {
  	text-decoration: line-through;
         color:red;
  	
}

.money {
  	font-size: 90%;
  	text-align:center;
}

.coll-desc {
  	width: 700px;
  	clear:both;
  	font-size:100%;
         text-align:justify;
         padding:0px;
}

.coll-desc p {
	padding:8px;
         color:#80a291;
         font-family: segoe, arial, trebuchet;
         font-size:110%;
}

/* TOP NAVIGATION */

#navigation {
	width: 900px;
	height: 26px;
	margin: 0px auto 0px;
	padding:0px;
}

#navigation ul {
	margin: auto;
	padding: 0;
}

#navigation ul li {
	text-align: center;
         vertical-align:bottom;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:80%;
	font-weight:normal;
}

#navigation ul li a:link, #navigation ul li a:visited {
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	padding-left: 6px;
         padding-right: 12px;
         padding-top: 10px;
         vertical-align:bottom;
}

.navigate {
	text-align:right;
         vertical-align:middle;
}

/* BOTTOM NAVIGATION */

#bottom-links {
         width: 700px;
	height: 14px;
	margin: auto;
	padding:0px;
}

#bottom-links ul {
	margin: auto;
	padding: 0;
}

#bottom-links ul li {
	text-align: center;
         vertical-align:bottom;
	margin: auto;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:80%;
	font-weight:normal;
}

#bottom-links ul li a:link, #bottom-links ul li a:visited {
	text-decoration: none;
	text-align: center;
	padding: 0px 10px;
}

.navigate {

}


/* SIDEBAR */

#sidebar h3 {
         font:segoe, arial, trebuchet;
	text-align:center;
	padding:0px;
	margin:10px;
	font-size: 100%;
}

#sidelinks li {
	width: auto;
         height:65px;
         padding:0px 0px 0px 0px;
         margin:8px;
   	font-size:80%;
         float:left;
         text-align: center;
         
}

#sidelinks ul {
  	list-style-type: none;
  	margin: auto;
  	padding: 0px;
}

#feature-sidebar {
	width: 170px;
  	margin: 3px 5px;
  	padding: 5px;
  	font-size:80%;
}

#feature-sidebar h3 {
         font:segoe, arial, trebuchet;
  	font-size:100%;
}

.featuring-image img {
	margin: 3px;
	padding: 5px;
}

.featuring-info {
	padding-top: 1px;
	width: 100px;	
}

.avatar {
	text-align:center;
         padding-bottom: 5px;
}

#bio {
	width: 800px;
  	margin: 5px;
  	padding: 5px;
         font-size:85%;
         align:center;
         float:top;
}

#bio p {
	font-size:100%;
}

#bio li {
	font-size:100%;
}


#cartside {
	width: 170px;
  	background-image:url(assets/cart.gif);
  	background-repeat:no-repeat;
  	margin: 5px;
  	padding: 5px;
         float:right;
}

#cartside p {
	margin:0px;
	padding:0 0 0 50px;
	font-size:80%;
}


/* SEARCHBAR */

.search {
	width: 100px;
         border: 3px dotted #ffff66;
              
}

#searchbar button{
	width:24px;
	height:24px;
	text-indent:-9999px;
	background:url(assets/go2.jpg) 0 0 no-repeat;
	border:none;
	margin-left:4px;
	margin-top:2px;
        
}

#searchbar {
         width: 250px;
         height:20px;
  	margin:0px;
         padding:0px;
         float:top;
         vertical-align:top;
}


/* TAGS */

#tags {
  	width: 700px;
  	clear:both;
  	margin:auto;
  	padding-top: 5px;
         padding-bottom:5px;
  	font-size:80%;
         text-align:center;
}

#tags ul {
  	list-style-type: none;
  	padding: 0px;
  	margin: 0px;
}

#tags li {
  	display: inline;
  	padding: 0px 0px;
}

#tags a:link, a:visited {
  	text-decoration: none;
}

#tags a:hover {
  	text-decoration: highlight;
}

#pagination {
  	font-size: 100%;
         text-align:center;  	
}

/* INDEX.LIQUID */

#articles {
	width: 580px;
  	font-size:80%;
  	clear: left;
  	margin: 5px;
  	padding: 20px;
}

#articles h3 {
         font-family:segoe, arial, trebuchet;
	padding:0px;
	margin:0px;
}

.article-body {
	margin:0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* PRODUCT.LIQUID */

#product h2 {
         font-family: segoe, arial, trebuchet;
         text-align:center;
         padding-top:4px;
         background-color:#EFEEA9;
  	font-weight:lighter;
         text-align:left;
         height:22px;
}

#product h5 {
         font-family:segoe, arial, trebuchet;
         font-size:80%;
  	font-weight:normal;
         text-align:justify;
         vertical-align:bottom;

}

#product-main {
         background-color:#fff;
	width:400px;
	text-align:center;
         margin:auto;
}

#prod-img {
	width:400px;
         	padding:0px;
         margin-top:12px;
         margin-bottom:12px;
  	text-align: center;
        
}

#prod-img img {
  	vertical-align: middle;
         width:250px;
}

#product-small {
	width:400px;
}

.prod-img-small {
  	width:400px;
}

#prod-img-small img {
   	vertical-align:middle;
                  
}

ul#variants {
  	list-style-type: none;
  	margin: 0px;
  	padding: 0px;
  	float:left;
  	width:400px;
  	font-size:85%;
         background-color:#ffffff;
}

#description {
  	padding: 10px 0px;
         font-size:85%;
  	clear:both;
  	width:400px;
         text-align:justify;
         background-color:#ffffff;
}
#add-variant-desc {
        background-color:#ffffff;
        width:400px;
}

#variant-add {
         background-color:#ffffff;
  	padding-top:0px;
         margin-top: 0px;
  	width:404px;
         height:auto;
         text-align:left;
         
}

.addtocart {
         background-color:#ffffff;
	float:right;
	padding:0px 0px;
}

/* CART.LIQUID */

#shoppingcart {
  	width: 200px;
         height: 250px;
  	margin: 14px;
         background:#fff;
  	padding-top:8px;
  	text-align: center;
         float:left;
         align:center;
}

#shoppingcart a:link, #shoppingcart a:visited, #shoppingcart a:active, #shoppingcart a:hover {
  	text-decoration: none;
}

#shoppingcart a:hover {
  	text-decoration: underline;
}

#shoppingcart h3 {
         font-family:segoe, arial, trebuchet;
  	font-weight: normal;
  	margin:0px;
	font-size:80%;
}

#shoppingcart h5 {
         font-family:segoe, arial, trebuchet;
  	font-weight: normal;
  	margin:0px;
	font-size:80%;
         line-height:24px;
}
#shoppingcart select {
  	margin: 5px;
}

.shoppingcart-image {
  	width: 200px;
  	margin: auto;
}

.shoppingcart-image img {
	border: none;
  	height:120px;
}

.updater {
	font-size:70%;
	padding:5px;
}

.cart-update {
	width:30px;
}

.remove-cart {
	margin:8px;
}

.checkout {
	width: 700px;
         height:58px;
         background-color:#fff;
  	margin: 0px;
  	padding-top: 10px;
         padding-bottom: 30px;
  	text-align:center;
}

.total {
 	clear:both;
         color:#ec466a;
	width: 700px;
	font-size:100%;
	font-weight:bold;
  	margin: 5px;
  	padding: 5px;
  	text-align:center;
}

/* PAGE.LIQUID */

.article {
        	font-family:segoe, arial, trebuchet;
         font-size:100%;
         text-align:justify;
}
.article textile {

         margin:auto;
}

.article h3 {
         font-family:segoe, arial, trebuchet;
  	padding:0px;
         font-size:100%;
         font-weight:lighter;
         padding-top:10px;
}

/* BLOG.LIQUID */

#page {
  	padding: 0px;
                
}
.article {
}
 
.headline {
  	margin: 0px;
         height:48px;
         width:700px;
         background-color:#fff;

}

.headline h3{
}

.title {
  	background-color: #fff;
         height: 36px;
         width:660px;
         font-size: 110%;
         font-weight:lighter;
         padding-top: 12px;
         float:bottom;
}

.title {
}

.date {
  	font-family:segoe, arial, trebuchet;
         height: 36px;
  	width: 40px;
  	float: right;
         padding-top:10px;
}

.date h4 {
  	margin-top:0px;
}

/* ARTICLE.LIQUID */

.article-details {
         
         font-size: 85%;
         margin: 0px;
}
.article-body {
        font-family:Arial;
        font-size: 90%;
        border-top:dotted 2px #FACBC0;
        border-bottom:dotted 2px #FACBC0;
        color:#ec466a;
        text-align:justify;
     
}


#comments {
         margin:auto;

}

#comments h3 {
         font-size:90%;
}

#comment-list {
         width:400px;
         padding:0px;
         margin:auto;
              
}

#comment-list li {
        list-style-type: none;
        border-bottom: dotted 2px #FACBC0;
        background-color: #fff;
        padding-bottom: 5px;
        padding-top:15px;
        font-size:90%;
}

.comment-details {
        font-size:75%;
        margin-left:10px;
        color:#FACBC0;
}

#comment-form {
        font-size:85%;
        padding-bottom: 30px;
}

#comment-form h3 {
       font-family:segoe, arial, trebuchet;
       font-size:100%;
       padding-top: 10px;
}

#comment-form dl {
       border: dotted 2px #FACBC0;
       background-color: #fff;
       padding-top: 10px;
       width:400px;
       margin:auto;
}

#comment-form dt {
       padding: 10px 0px 3px 40px;
      
}

.hint {
       margin-left:40px;
}

#comment-submit {
       padding: 5px;
       margin-left:40px;
}

/* SEARCH PAGE */


#searchresults form {
	padding-top: 30px;
	padding-bottom:20px;
         padding-left:0px;
         margin-left:0px;
         border-bottom: dotted 2px #FACBC0;
}


#searchresults {
         padding-left:0px;
         margin-left:0px;
	background:none;
}

#searchresults input{
         margin-left:0px;
	width:500px;
	background:#fff;
         color:#ec466a;



}







/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(assets/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(assets/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(assets/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(assets/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
