html { background-color: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a:focus {outline: none;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
caption,th{text-align:left; }
pre,code{ font:115% monospace; }
img, fieldset, abbr, acronym { border:0px}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
q:before{content:'\2018\2018';}
q:after{content:'\2019\2019';}
br, hr {display: none;}
ol, ul {padding-left: 20px;}
em { font-style: oblique;}
strong { font-weight: bold;}
html {

	background: #fff url(bg.gif);

}
body {
	/*   */
	font-family: Optima, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 96%;
	/* font-size: 87.8%; */
}

a {
	color: #000;	
}
/* ---------------------------
	  typography
--------------------------- */

h1 {
	font-size: 2.5em;
	line-height: 1.255em;
	/* padding-bottom: .01em; */
	/*padding-bottom: 1.256em; */
	/* color: #9D7878; */
	color: #333;

}
h2 {
	font-size:1.50em;
	line-height: 1.046em;
	padding-top: 1.01em;

}
h3, h4, h5, h6 {
	font-size:1em;
	line-height: 1.57em;
	padding-top: 1.57em;
	font-weight: bold;
}
p, ul ,ol ,dl { 
	font-size:1em;
	line-height: 1.57em;
	padding-bottom: 1.57em;
}
blockquote {
	padding-left: 10px;
	margin-bottom: 1em;
	border-left: 10px solid #DDD;
}
blockquote p:before {content:'\2018\2018';}
blockquote p:after{content:'\2019\2019';}

#wrapper {
	margin: 0px auto;
	padding: 43px 0px;

}

/* ---------------------------
	  logo
--------------------------- */
.logo {
	/* background: url(deer.png) no-repeat top right; */
	padding: 0 30px;
	margin: 0;
	min-width: 600px;
	font-size: 2.1em;

}
.logo img {
	/* width:500px; */
}
/* ---------------------------
	  Menu
--------------------------- */
.menu {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 30px;
	clear: both;
	overflow: hidden;
}
.menu li {
	float: left;
	margin-right: 2em;
}
.menu li a {
	color: #222;
	text-decoration: none;
}
.menu li a:hover {
	color: #824235;
}
.cart {
	margin: 10px 25px 30px 30px;
	min-width: 90px;
}
.cart a {
	padding: .5em;
	background-color: #691F1F;
	color: #fff;
	text-decoration: none;
	border: 2px dotted #FFF;
	float: right;

}
.cart a:hover {
	background-color: #888;
}



/* ---------------------------
	  copyright
--------------------------- */
#copyright {
	height: 50px;
	/* height: 200px; */
	min-width: 440px;
	margin: 0 20px;
	/* background: url(footer-flowers.png) top left no-repeat; */
	clear: both;
	display: block;
	position: relative;
}
#copyright a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	font-size: .9em;
	color: #333;
}



/* ---------------------------
	  page layouts
--------------------------- */

#content {
	margin: 80px 30px 20px 30px;
	clear: both;
	position: relative;
	height: 1%;
}


/* ---------------------------
	  home
--------------------------- */

.home .current-collection {
	float: left;
	margin: .4em 30px 20px 0;
	height: 400px;
}
.home .current-collection img {
	padding: 10px 10px 5px 10px;
	width:380px;
}
.home .current-collection a {
	display: block;
	background-color: #300907;
	text-decoration: none;
	color: #FFF;
}
.home .current-collection a:hover {
	background-color: #222;
}
.home .current-collection a strong{
	display: block;
	padding: 0 10px;
	text-align: right;
	font-variant: small-caps;
	padding-bottom: 5px;
}
.home .text {
	float: left;
	max-width: 520px;
	margin-bottom: 20px;
}
.home .text a {
	color: #000;
}
.home .text h2 {
	padding-top: 0;
	font-size: 2.5em;
	line-height: 1.255em;
}
.home .text h2 a {
	text-decoration: none;
}


/* ---------------------------
	  Blog
--------------------------- */
.blog, 
.post,
.about,
.contact {
	padding-right: 330px;
}
.blog .text, 
.post .text,
.about .text,
.contact .text {
	width:100%;
	float: left;
	padding-right: 30px;
	overflow: hidden;
	min-width: 250px;
	max-width:800px;
	padding-bottom: 1em;
	overflow: visible;

}
.blog .date {
    color: #666;
    padding-right: .5em;
}
.blog .text a,
.post .text a {
	color: #000;
}
.blog .sidebar,
.post .sidebar,
.contact .image,
.about .image {
	width:300px;
	float: left; 
	padding: 10px;
	margin-right: -400px;
	margin-top: 25px;

}
.blog .meta {
    font-size: .9em;
    font-style: italic;

}
.blog .sidebar h2,
.post .sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #777;
	padding-bottom: .3em;

}
.blog .sidebar ul,
.post .sidebar ul {
	padding-left: 0;
	border-bottom: 1px dotted #999;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.blog .sidebar ul li,
.post .sidebar ul li {
	border-top: 1px dotted #999;
	list-style: none;
	
}
.blog .sidebar ul li a,
.post .sidebar ul li a {
	display: block;
	color: #555;
	padding-left: 3px;
	padding: 3px .2em .3px .2em;
	text-decoration: none;
}
.blog .sidebar ul li a:hover,
.post .sidebar ul li a:hover {
	background-color: #E8E7BD;
	
}

/* ---------------------------
	  Post List
--------------------------- */

.post-list {
	list-style: none;
	padding-left: 0;
}
.post-list li {
	margin-bottom: 2em;
}
.post .date {
	font-style: italic;
	display: block;
	margin-bottom: 1em;	
}

/* ---------------------------
	  Comments
--------------------------- */

.post .comments {
	margin-top: 2em;
	clear: both;
}


/* ---------------------------
	  about
--------------------------- */
.about .text h1 {
	padding-bottom: .3em;
}
.about .text img {
	float: left;
	margin-right: 1em;
	margin-bottom: .1em;
}
.about .text p {

}
/* ---------------------------
	  List of collections
--------------------------- */

.collections {
	height: 1%;
	min-width: 480px;
	overflow: hidden;
}
.collections h1 {
	padding-bottom: .2em;
}
.collections img {
	width:350px;
	height: 277px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.collections .current img {
	
}

/* ---------------------------
	collection product list
--------------------------- */

.collection {

}
.collection a {
	
}
.collection a img{
	border: 1px dotted #aaa;
}


.collection a:hover img {
	border: 1px dotted #691F1F;
}
/* ---------------------------
	  product page
--------------------------- */
.product {

}

.product img {
	border: 1px dotted #666;
}
.product .meta {
	margin-bottom: .7em;

}
.product .meta a{
	text-decoration: none;
	color: #000;
}
.large-pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-images {
	float: left;
	width:110px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}
.product-images img{
	clear: both;
	margin-bottom: 5px;
	width:100px;
}
.measurements {
	width:300px;
	font-size: 1em;
	float: left;
	padding-left: 0;
	margin-bottom: 30px;
	margin-right: 20px;
	border-bottom: 2px dotted #666;
	padding-bottom: 0;
}
.measurements li{
	border-top: 2px dotted #666;
	list-style: none;
	padding: .5em 0 .3em 0;
	text-align: right;
}
.measurements li label {
	display: inline;
}
.measurements li select  {
	display: inline;
}
.measurements li strong {
	display: block;
	text-align: left;
	width:200px;
	float: left;
}
.product-text {
	float: left;
	max-width:450px;
}
.add-to-cart {
	margin-bottom: 1em;
	margin-right: 35px;
	float: left;
}
.items {
	font-size: .9em;
	margin-top: .3em;
}
.product .add-to-cart{
	margin-top: 0;
	padding-top: 0;
}
.product .add-to-cart #submit {
	margin: 0;
	padding: 0;
}
.add-to-cart #submit, .download-vcard {
	padding: .5em 50px .5em .5em;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	border: 2px dotted #FFF;
	display: block;
}
.add-to-cart a:hover {
	background-color: #666;
}



/* ---------------------------
	  contact page
--------------------------- */

.download-vcard {
	display: inline;
    padding: .5em .5em .5em .5em;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	border: 2px dotted #FFF;
}
.download-vcard:hover {
	background-color: #333;
}
.contact .vcard .fn, .contact .vcard .title {
	display: none;
}
.contact form {
	margin-top: 10px;
}
form label,
form input,
form textarea {
	display: block;
}
form label {
	margin-top: 2em;
}
form div {
	margin-top: 1em;
}
form #name, 
form #email,
form #website {
	width:300px;
	margin-top: .1em;
}
form textarea {
	width:500px;
	height: 15em;
	margin-top: .1em;
}

/* ---------------------------
      Splash Page
--------------------------- */
.splash {
    margin:0px auto !important;
    width:700px;
}
.splash h1 {
    width:460px;
}

.splash .enter {
    display: block;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
}
.splash .enter span {
    display: block;
    text-align: center;
    font-size: 2em;
    color: #444;
}


.error {
	font-weight: bold;
	color: #F00;
}
/* ---------------------------
	  shopping cart
--------------------------- */
.shopping-cart {
	
}
.shopping-cart table {
	width:90%;
}
.shopping-cart th {
	font-weight: bold;
	padding-bottom: .3em;
}
.shopping-cart tr {
	border-bottom: 1px solid #888;
}
.shopping-cart tfoot tr {
	border-bottom: 0px;
}
.shopping-cart tfoot td {
	font-weight: bold;
}
.shopping-cart td{
	padding: .5em 2em 0.5em 0;
}
.shopping-cart tr{
	
}
.shopping-cart .remove {
	text-align: right;
	padding-right: 0;
}
.shopping-cart .remove a {
	color: #000;
}
.designer {
	text-indent: -9999px;
}


/* ---------------------------
	  size chart
--------------------------- */
table.size-chart {
	background-color: #FEE0D6;
}
.size-chart thead th {
	padding: .5em;
}
.size-chart thead tr{

}
.size-chart thead td{

}
.size-chart tbody{

}
.size-chart tbody tr{
	
}
.size-chart .even {
	background-color: #E58D7F;
}
.size-chart tbody td, .size-chart tbody th{
	padding: .5em;
}
/* ---------------------------
	  light box
--------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

