@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	color: #333;
	background: #fff;
	}
a:link,
a:visited {
	color: #6b2389;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #333;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* ------ Website Layout ------ */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 992px;
	background: #fff url(/images/backgrounds/page.png) center top repeat-y;
	}
.full-width #wrapper {
	background: #fff url(/images/backgrounds/page-full.png) center top repeat-y;
	}
	
/* -- Header -- */
#header {
	position: relative;
	height: 205px;
	overflow: hidden;
	background: #fff url(/images/backgrounds/banner.jpg);
	}
#header h1 a {
	position: absolute;
	top: 35px;
	left: 350px;
	width: 315px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
	}
#header ul {
	position: absolute;
	top: 38px;
	right: 25px;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	list-style: none;
	}
#header li {
	float: left;
	display: inline;
	margin-right: 4px;
	width: 31px;
	height: 30px;
	overflow: hidden;
	}
#header li#header-twitter {
	width: 32px;
	}
#header li#header-blog {
	margin-right: 0;
	width: 49px;
	}
#header li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/* -- Navigation -- */
#cat-nav {
	padding: 3px 26px 0;
	height: 66px;
	overflow: hidden;
	font-size: 1.6em;
	text-align: center;
	background: #fff url(/images/backgrounds/nav.png) center top no-repeat;
	}
.full-width #cat-nav {
	height: 60px;
	}
#cat-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
	line-height: 59px;
	}
#cat-nav li {
	display: inline;
	padding: 0 .5em;
	}
#cat-nav a {
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	}
#cat-nav a:hover {
	text-decoration: underline;
	color: #555;
	}
	
/* -- Side bar -- */
#side-nav {
	margin: 1em 0;
	}
#categories {
	float: left;
	display: inline;
	margin: 30px 0 0 16px;
	padding: 0 10px;
	width: 165px;
	font-size: 1.2em;
	}
#categories h2 {
	margin: 1em 0 .5em;
	padding-bottom: 5px;
	color: #333;
	border-bottom: 1px solid #bbb;
	}
#categories h2#header-basket {
	margin-top: 10px;
	}
#categories img {
	border-width: 0;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a,
#simple-cart li a {
	padding: .5em 0;
	line-height: 2;
	text-decoration: none;
	color: #555;
	}
#categories li a:hover,
#simple-cart li a:hover {
	text-decoration: underline;
	color: #333;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories ul ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	}
#categories .collapsed {
	display: none;
	}
#categories #subnavigation {
	margin: 1em 0;
	}
#simple-cart {
	position: absolute;
	top: 8px;
	right: 20px;
	height: 21px;
	overflow: hidden;
	font-size: 1em;
	}
.full-width #simple-cart {
	font-size: 1.2em;
	}
#simple-cart strong {
	font-weight: normal;
	color: #777;
	}
#simple-cart ul {
	margin: 0;
	padding: 0;
	}
#simple-cart ul li {
	display: inline;
	}
#simple-cart ul li:after {
	content: '\2022';
	margin: 0 .25em;
	}
#simple-cart ul li:last-child:after {
	content: '';
	margin: 0;
	}
#simple-cart li a {
	line-height: 21px;
	color: #6b2389;
	}
#simple-cart li a:hover {
	color: #6b2389;
	}
#quick-search {
	position: absolute;
	top: 275px;
	left: 25px;
	}
	
/* -- Page Content -- */
#content {
	float: left;
	margin-right: 36px;
	padding: 20px 25px;
	width: 705px;
	min-height: 500px;
	line-height: 1.75;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-frame.png) center top no-repeat;
	}
.full-width #content {
	float: none;
	margin: 0;
	padding: 0 10px;
	width: 972px;
	background: none;
	}

/* -- Navigation -- */
#navigation {
	clear: both;
	padding: 29px 26px 0;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	background: #fff url(/images/backgrounds/footer.png) center top no-repeat;
}
.full-width #navigation {
	padding: 8px 26px 0;
	background: #fff url(/images/backgrounds/footer-wide.png) center -19px no-repeat;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
	padding: 0 .5em;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 0;
	height: 27px;
	text-align: center;
	font-size: 1em;
	background: #fff url(/images/backgrounds/footer.png) center bottom no-repeat;
	}
.full-width #footer {
	background: #fff url(/images/backgrounds/footer-wide.png) center 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;
	}

/* ------ Event Calendar ------ */

#eventCalendar {
	clear: left;
}
.cal-day-text {
	font-size: .7em;
}
#dayDetailDiv h3 {
	clear: left;
}
#dayDetailDiv img {
	float: left;
	margin: 0 1em .5em 0;
}

/* -- Retailers Page -- */
#us-retailer-wrap,
#intl-retailer-wrap {
	float: left;
	margin: 0 10px 1em 0;
	width: 317px;
	}
#retailers-listing {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	}
#retailers-listing li {
	clear: left;
	}
.retailer-map {
	margin-left: 5px;
	font-size: .7em;
}
.retailer-image {
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
	}
#retailerForm {
	clear: left;
	}

/* ------ 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;
	}
table.error {
	width: auto;
	}
.section-divider {
	clear: both;
	}
