/* GLOBAL */

body {
  	color: #80a291;
         font-family: segoe, arial, trebuchet;
        	background-image:url(assets/patternstripes4.jpg);
}
	
a:link, a:visited, a:active {
	color: #80a291;
}


h2 {
	color:#80a291;
         font-family:tahoma;         
         background-image:url(assets/h2elefant4.jpg);
  	font-weight:lighter;
         text-align:left;
         padding-top:0px;
         height:30px;
        
}
h3 {
         color:#768dab;
         font-family: segoe, arial, trebuchet;
         font-size:100%;
         font-weight:lighter;
}
h5 {
         color:#a4b02d;
         font-family: segoe, arial, trebuchet;
         font-size:80%;
         font-weight:normal;
         line-height:24px; 
         text-align:center; 
        
}



/* LAYOUT */

#frame {
	background-color: #fff;
}

#header {
  	background-image:url(assets/banner4shadow.jpg);
         background-position:bottom;
         height:150px;

}

#header h1 {
	color:#fff;
        
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
  	color: #fff;
}


#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
  	color:#fff;
}
		
#shopify {
	color: #ec466a;
	background-color:#dfe778;
}

/* PRODUCTS */

.product {
  	border:none;
         
}

.product a:link, .product a:visited, .product a:active, .product a:hover {
  	text-decoration: none;
  	color: #666;
}

.coll-desc {
  	background-color:#F3F7D5;
}

/* TOP NAVIGATION */

#navigation {
	background-color:#fff;
	color: #ec466a;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #ec466a;
}

#navigation ul li a:hover {
	color: #facbc0;
}
#navigation ul li a .mark {
         color: #facbc0;

}

/* BOTTOM NAVIGATION */

#bottom-links {
	color: #80a291;
}

#bottom-links ul li a:link, #bottom-links ul li a:visited {
	color: #80a291;
}

#bottom-links ul li a:hover {
	color: #cccccc;
}

/* SIDEBAR */

#sidelinks li {
  	background-color:#fff;
  	border: none;
         width:auto;
         padding:0px 0px 0px 0px;
         text-align:center;
         font-size:16px;
}


#feature-sidebar {
  	background-color:#fff;
  	
}

.featuring-image img {
	background-color: #e1ddc8;
	border: 2px solid #999;
}

#bio {
  	background-color:#fff;
  	border: 2px dotted #ffff66;
}



#cartside {
  	background-color:#fff;
  	border: 2px dotted #ffff66;
         width:155px;

}

/* SEARCHBAR */

#searchbar {
  	background-color:fff;
  	border: none;
         width:140px;
         padding:0px 0px 0px 0px;

}
#searchbar h3{
	padding:0px;
         color:#80a291;
         font-family: segoe,, arial, trebuchet;
         font-size:100%;
         font-weight:lighter;
         text-align:left;
}

/* TAGS */

#tags {
  	background-color:#F3F7D5;
}

/* INDEX.LIQUID */

#articles {
  	background-color:#FCFFDD;
}

#articles h3 {
	color: #CC6699;
}

/* PRODUCT.LIQUID */

#product-main h5 {
         font:segoe, arial, trebuchet;
         text-align:center;
         line-height:16px;
}

#product-main {
         padding-top:20px;
         margin-top:8px;
         padding-bottom:20px;
	border:dotted 2px #FACBC0;
         text-align:center;
}

.prod-img-small{
         padding-top:8px;
         padding-bottom:8px;
}

#variant-add {
         background-color:#ffffff;
}

.original-price {
         text-decoration: line-through;
         font-color:#df3030;
}

#description {
         border:dotted 2px #FACBC0;    
}

/* CART.LIQUID */

#shoppingcart {
	border:dotted 2px #FACBC0;
         align:center;
}

#shoppingcart a:link, #shoppingcart a:visited, #shoppingcart a:active, #shoppingcart a:hover {
  	color: #666;
}

.total {
  	background-color:none;
}

/* BLOG.LIQUID */

.headline {
  	color: #333;
}
        
}
.title {
  	background: #fff;
	height: 36px;

}


.date {
  	background: #fff;
  	color: #FACBC0;
}

.date h4 {
  	color: #FACBC0;
}



/* ARTICLE.LIQUID */


#comments h3 {
	color: #FACBC0;
         font-weight:bold;
}

#comment-form h3 {
	color: #FACBC0;
}

.notice, .hint {
color: #80a291;
}