@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #bde7ab;
	}
a:link,
a:visited {
	color: #ce797c;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #ce787b;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	}
#page {
	background-image: url(/images/backgrounds/page-repeat.png);
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 134px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	height: 50px;
	text-align: center;
	font-size: 1.4em;
	background-image: url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0;
	padding: 10px 0 0 30px;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	text-decoration: none;
	color: #829963;
	}
#navigation a.selected {
	font-weight: bold;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 10px 10px 10px 60px;
	width: 170px;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/page.png) 23px 0 no-repeat;
	}
#categories h2 {
	margin: 0;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	}
#categories ul {
	margin-top: 80px;
	padding: 0;
list-style: none;
	}
#categories ul#studio-list {
margin-top: 0;
}
#categories ul ul {
	margin: 0;
padding-left: 1em;
list-style: disc;
	}
#categories li {
	color: #ce797c;
	}
#categories li a {
	line-height: 2;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#categories li a:hover {
	text-decoration: underline;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#categories #simple-cart {
	position: absolute;
	top: 72px;
	right: 58px;
	width: 150px;
	text-align: center;
	}
#categories #simple-cart p {
	margin-top: 0;
	}
#categories #simple-cart ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories #simple-cart a {
	line-height: 1.5;
	color: #829963;
	}
#categories #header-information {
	margin: .75em 0 .25em;
	height: 23px;
	background: transparent url(/images/backgrounds/information.png) left top no-repeat;
	}
#categories #subnavigation ul {
	margin: 0;
	}
#categories #section-links ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	}
#categories #section-links img {
	border: none;
	}
#categories ul li a#shop-cafe {
	display: block;
	margin-top: 15px;
	height: 66px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/icon-home.png) no-repeat;
	}
#categories ul li a#shop-studio {
	display: block;
	margin-top: 15px;
	height: 69px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/icon-painted-cottage.png) no-repeat;
	}
#gift-cert {
	margin-top: 10px;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px 60px 10px 10px;
	width: 490px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/page.png) -217px 0 no-repeat;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 15px 10px 0;
	height: 47px;
	text-align: center;
	background: transparent url(/images/backgrounds/footer.png) left bottom no-repeat;
	}
#footer p {
	margin: 0;
	}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
	}
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;
	}

/* -- Misc. Classes -- */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}