@charset "utf-8";

a {
	color: #999999;
}
.onday {
	text-decoration: none;
	text-align: center;
}
.offday {
	color: #444444;
	text-align: center;
}
.highlighted-day {
	background-color:#303030;
}
body {
	background: #060606 url(images/background.png) repeat-x;
	margin: 20px;
	padding: 0px;
	color: #999999;
}

.upcoming span {
	font-size: 10px;
	color: #555555;
}
.past span {
	font-size: 10px;
	color: #444444;
}
.past a {
	color: #444444;
}

.large {
	font-size: 24px;
}
.medium {
	font-size: 16px;
}
.small {
	font-size: 14px;
}
.sign {
	background-color: #292929;
	padding: 8px;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}
.toggle {
	float: right;
	cursor: pointer;
	padding: 4px;
	display: inline-block;
	font-size: 12px;
	color: #555555;
	margin-bottom: 4px;
}
.clip {
	padding: 6px;
	color: #666666;
	font-size: 11px;
	width: 216px;
	vertical-align: top;
}
.clip a { color: #666666 }

.button {
	background-color: #323232;
	border: solid #161616 2px;
	padding: 10px;
	color: #999999;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
}

td.featured {
    padding-bottom: 15px;
}
.footer {
	color: #333333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
}
.footer a {
	color: #333333;
}
.content {
	background-color: #191919;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	padding: 15px;
}
.subcontent {
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #BBBBBB;
	font-weight: bold;
	margin-bottom: 5px;
}
.subheader {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	color: #7c2e2d;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
.title {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	color: #7c2e2d;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.subtitle {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 15px;
	color: #777777;
}

td.links {
	background-color: #060606;
	padding-top: 0px;
	padding-right: 0px;
}
div.links {
	padding-left: 10px;
	padding-right: 10px;
}
div.links ul {
	list-style: none;
}
div.links li {
	border-bottom: solid #171717 1px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular','Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	color: #999999;
	list-style: none;
	padding: 15px 5px 5px 5px;
	text-align: left;
}
div.links li.indent {
	font-size: 12px;
	padding: 5px 5px 5px 15px;
}
div.links li.doubleindent {
	font-size: 11px;
	padding: 5px 5px 5px 25px;
}
div.links a {
	text-decoration: none;
}
div.links li.last {
	border-bottom-style: none;
}

img.bio {
	margin: 3px 10px 10px 0px;
	border: solid #141414 6px;
}
div.bio {
	font-size: 18px;
	color: #777777;
}

img.highlighted {
	margin: 3px 10px 10px 0px;
	border: solid #323232 6px;
}

.thumbnail {
	padding: 8px;
}
img.featured {
	margin: 5px 12px 10px 0px;
}
.footnote {
	font-size: 13px;
	color: #606060;
}

.group {
	clear: both;
 	padding: 4px;
	margin-left: 10px;
}
.label {
	font-weight: bold;
	float: left;
}
.quantity {
	border: solid #323232 1px;
	background-color: #898989;
	font-size: 10px;
	color: #161616;
}
.size {
	cursor: pointer;
	margin-right: 7px;
	float: left;
}
.swatch {
	cursor: pointer;
	margin-right: 5px;
	border: solid #323232 1px;
	width: 25px;
	float: left;
}
.heliconia { background-color: #ce3f7c; }
.black { 	background-color: #000000; }
.carolinablue { background-color: #70a5c7; }
.kellygreen { background-color: #167658; }

