@charset "UTF-8";
/* CSS Document */

	* { margin: 0; padding: 0; }
	ul, li { list-style: none; }
	a, a:visited { text-decoration: none; color: #7c6a55; }
	a:hover { text-decoration: underline; }
	img { border: none; }
	
	html, body {
	height: 100%;
	}
	
	body {
	font: 12px/1.5em "Lucida Grande",Verdana,Arial,Helvetica,Geneva,Trebuchet,sans-serif;
	color: #7c6a55;
	 background: url(../images/background.png) repeat top center;
	 text-align: center;
	}

#wrapper {
	max-width:672px;
	margin: auto;
}

#top h1 {
	 background: url(../images/logo.jpg) no-repeat bottom center;
	 max-width:672px;
	 height: 235px;
	 text-indent: -9999px;
	 border-bottom: 6px solid #FFF;
}

#top #nav {
	background: url(../images/nav_bg.jpg) no-repeat top center;
	border-bottom: 6px solid #FFF;
	width:100%;
	height: 41px;
	text-align: center;
}

#top #nav ul {
	margin: auto;
	width: 100%;
}
#top #nav li {

	
}

#top #nav li a {
	text-transform: uppercase;
	height: 21px;
	font-size: 12pt;
	font-weight: bold;
}


#home #nav_home a, #blog #nav_blog a,
#collections #nav_collections a,
#purchase #nav_purchase a,
#contact #nav_contact a,
#top #nav li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#top #nav li a:hover {
	text-decoration: none;
}




#content {
	background: #FFF;
	border-bottom: 6px solid #FFF;
}
.intro {
	padding: 48px;
	text-align: left;
}

.intro p {
	padding-bottom: 1.5em;
}
	

#footer {
	background: #f4f2ed url(../images/footer.jpg) no-repeat top center;
	font-size: 11px;
	padding-top: 24px;
}

#purchase .intro dl.left {
	float: left;
	width: 276px;
}

#purchase .intro dl.right {
	float: right;
	width: 276px;
}

#collections dl {
text-align: left;
padding: 12px 48px;
}

#purchase .intro dt,
#collections dt {
font-weight: bold;
padding: 12px 0;
border-bottom: 1px solid #7c6a55;
text-transform:uppercase;
}

#purchase .intro dd,
#collections dd {
	padding: 12px 0;
}

#collections #wide_top {
	padding-top: 48px;
}

#collections .gallery li {
	display: inline;
}

#collections .gallery {
	padding-bottom: 48px;
}


	.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
	color: white;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative; background-color: #333;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}