/*
Theme Name: Covet
Theme URI: http://covetboutique.com/
Description: Vintage butterfly custom Wordpress design for Covet Boutique.
Version: 1.0
Author: Isahrai Azaria
Author URI: http://irmacreative.com/
Tags: vintage, butterfly, teal, cream, 2-columns
*/


html {
	margin: 0;
	padding: 0;
	}

body {
	font-size: .87em; 
	font-family: Georgia, 'Times New Roman', serif;
	background: #ced3a7;
	color: #29392e;
	text-align: center;
	line-height: 1.3;
	min-width: 1000px;
	}
	
a,
a:visited {
	color: #6ca89c;
	text-decoration: none;
	}
	
a:hover {
	color: #db7936;
	text-decoration: underline;
	}
	
img, a img, a:hover img { 
	border: 0;
	}

p, ol, ul, pre {
	margin: 6px 0;
	}
	
ul {
	list-style: none;
	text-indent: none;
	}
	
li {
	list-style: none;
	text-indent: none;
	}
			
strong {
	font-weight: bold;
	color: #35534d;
	}

	
.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
	}
	
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
	
/* layout */

#container {
	background: transparent;
	border: none;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	background: #ffffff url('images/background.gif') top center no-repeat;
	}
	
#container-inner {
	margin: 0;
	padding: 0 25px 10px 25px;
	}
	
#navigation {
	height: 132px;
	width: 100%;
	background: url('images/comingsoon.png') top center no-repeat;
	}
	
#shop, #wish {
	display: block;
	}
	
#shop {
	position: fixed;
	width: 96px;
	height: 71px;
	margin: 0 0 0 -125px;
	z-index: 100;
	background: url('images/shop.png') top center no-repeat;
	}
	
#wish {
	position: fixed;
	width: 96px;
	height: 71px;
	margin: 90px 0 0 -125px;
	z-index: 100;
	background: url('images/wish.png') top center no-repeat;
	}	
	
#shop span, #wish span {
	display: none;
	height: 71px;
	width: 96px;
	}
	
#header {
	float: left;
	margin: 0;
	padding: 0 5px;
	margin-bottom: 110px;
	position: relative;
	text-align: center;
	background: #b0bab3;
	min-width: 100px;
	}
	
#store {
	font-size: .86em;
	color: #f0ece4;
	padding: 3px 0;
	}

#store a, 
#store a:visited {
	color: #f0ece4;
	text-decoration: none;
	}
	
#store a:hover {
	color: #db7936;
	text-decoration: underline;
	}	
	
#content, #sidebar {
	display: inline;
	float: left;
	min-height: 1px;
	}
	
#content {
	width: 600px;
	}
	
#sidebar {
	width: 350px;
	}
	
#content-inner {
	padding: 0 15px 15px 15px;
	}
	
#sidebar-inner {
	text-align: center;
	font-size: .9em;
	line-height: 1.5;
	padding-left: 35px;
	}
	
#news {
	background: url('images/news.png') top left no-repeat;
	padding-bottom: 10px;
	}
	
#news-inner {
	padding-top: 75px;
	}
	
#featured {
	background: url('images/featured.png') top left no-repeat;
	margin-bottom: 10px;
	}
	
#featured-inner {
	padding-top: 60px;
	}

#footer {
	clear: both;
	width: 640px;
	float: left;
	padding-top: 25px;
	}
	
#footer-inner {
	text-align: center;
	font-size: .9em;
	color: #927861;
	}
	
#footer-inner h4 a{
	font-size: 1.4em;
	font-style: italic;
	color: #96b3ab;
	}
	
#footer-inner a {
	color: #35534d;
	}


/* sidebar */	

#logo {
	display: block;
	background: url('images/logo.png') top center no-repeat;
	height: 180px;
	}

#logo h1 {
	text-indent: -9999px;
	}	

#address {
	background: url('images/address.gif') no-repeat top center;
	display: block;
	clear: both;
	height: 115px;
	padding-top: 5px;
	}
	
#address a {
	display: none;
	}


#sidebar-menu {
	position: relative;
	clear: both;
	padding-top: 10px;
	width: 285px;
	margin: 0 auto;
	}

#sidebar-nav {
	margin: 0;
	padding: 5px 0;
	height: 50px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#sidebar-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#sidebar-nav a {	
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:50px; /* for IE5/Win only */
	}
	
	
#sidebar-nav a:visited {
	background-position: 0 -100px;
	}	

#sidebar-nav a:hover,
#sidebar-nav a:active {
	background-position: 0 -50px;
	}	

	
#about a {
	width: 80px;
	background: url('images/sidebar-about.png');
	}
	
#directions a {
	width: 120px;
	background: url('images/sidebar-directions.png');
	}
	
#contact a {
	width: 85px;
	background: url('images/sidebar-contact.png');
	}	
	

/* comment style */	


#commentform input {
	width: 170px;
	padding: 2px;
	background: #f0ece4;
	border: 1px solid #b0bab3;
	}
	
#commentform textarea {
	width: 500px;
	padding: 2px;
	background: #f0ece4;
	border: 1px solid #b0bab3;
	}
	
#commentform submit {
	padding: 2px;
	background: #f0ece4;
	border: 1px solid #b0bab3;
	}
	
	
/* class styles */	


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}	
	
.bracket-inner {
	padding-left: 15px;
	}
	
.bracket {	
	padding: 10px 0;
	background: url('images/bracket2.png') top left no-repeat;
	height: 140px;
	}
	
h1 {
	font-size: 2.5em;
	color: #6ca89c;
	line-height: 1;
	}
	
h2 {
	font-size: 1.5em;
	color: #35534d;
	line-height: 1.06;
	}
	
h2  a {
	font-size: 1.5em;
	color: #db7936;
	line-height: 1.06;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 1.6;
	color: #927861;
	}
	
h3 a {
	font-size: 1.2em;
	line-height: 1.6;
	color: #927861;
	}
	
h4 {
	font-size: .92em;
	color: #8a988e;
	line-height: 1;
	}
	
.entry {
	padding-bottom: 60px;
	background: url('images/signature.png') bottom right no-repeat;
	width: 100%;
	}
	
.salutation {
	float: right;
	font-style: italic;
	}
	
.module {
	padding-bottom: 10px;
	}
	
#artists-listing {
	clear: both;
	padding-top: 5px;
	list-style: none;
	display: inline;
	overflow: hidden;
	height: 110px;
	margin: 5px auto;
	}
	
#artists-listing li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}	
	
#artists-listing  a {	
	float: left;
	padding: 110px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:110px; /* for IE5/Win only */
	}

#artists-listing a:hover,
#artists-listing a:active {
	background-position: 0 -110px;
	}		
		
#artistsinstore a {
	background: url(images/artists-listing.png);
	width: 325px;
	}

	

/* image style */

.thumbleft img {
	float: left;
	width: 150px;
	padding: 0 15px 5px 0;
	}

.left img {
	float: left;
	}
	
.right img {
	float: right;
	}
	
.shadow {
  float:left;
  background: url('images/shadow.png') no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 15px 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
 .thumb img,
 .thumb a img,
 .thumb a:visited img  {
 	float: left;
 	width: 85px;
 	height: 85px;
 	padding: 5px;
 	border: 1px solid #6ca89c;
 	margin: 5px;
 	}
 	
 .thumb a:hover img {
 	float: left;
 	width: 85px;
 	height: 85px;
 	padding: 5px;
 	border: 1px solid #db7936;
 	margin: 5px;
 	}
 	
 .thumb2 img,
 .thumb2 a img,
 .thumb2 a:visited img  {
 	float: left;
 	width: 65px;
 	height: 65px;
 	padding: 2px;
 	border: 1px solid #6ca89c;
 	margin: 3px 3px 3px 4px;
 	}
 	
 .thumb2 a:hover img {
 	float: left;
 	width: 65px;
 	height: 65px;
 	padding: 2px;
 	border: 1px solid #db7936;
 	 margin: 3px 3px 3px 4px;
 	}	
 	
 /* paint the town */
 
 .img_cell {
	float: left;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	width: 170px;
	height: 280px;
	}
	
.img_cell a img  {
	display: block; 
	margin: 8px auto;
	padding: 2px;
	width: 125px;
	border: 1px solid #b0bab3;	
	}
	
.img_cell a:hover img  {
	display: block; 
	margin: 8px auto;
	padding: 2px;
	width: 125px;
	border: 1px solid #db7936;
	}	

.img_cell span {
	font-weight: normal;
	color: #3b2b1d;
	font-size: .85em;
	padding: 2px 6px;
	}	
	