/* 
Title:   The Root Down stylesheet for screen media
Author:  Elliot Taylor, www.ejtstudios.com
Updated: 03 Feb 2008
Version: 2.01
*/
body {
	margin: 0; 
	padding: 0;
	background: #ebe3cb url(/images/headerbg.gif) repeat-x;
	font: 80% "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	color: #46483c;
	text-align: center;
}
.hide { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
img { border: none; }
h1, h2, ul { margin: 0; }
a, #content a, #sidebar a {
	color: #003a7b;
	text-decoration: none;
	border-bottom: solid 1px #a0aa8f;
}
a:hover, #content a:hover, #sidebar a:hover {
	color: #000;
	border-color: #46483c;
}

/* Header
-------------------------------------- */
#header {
	position: relative;
	width: 975px;
	height: 287px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header a {
	border: none;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: 310px;
	width: 581px;
}

/* Nav
-------------------------------------- */
#nav {
	position: absolute;
	top: 21px;
	left: 50px;
	width: 212px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#nav ul {
	width: 212px;
	height: 245px;
	padding: 0;
	margin: 0;
	background: url(/images/nav.gif) top left no-repeat;
}
#nav li {
	width: 212px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;	
}
#nav a {
	display: block;
	width: 212px;
	height: 35px;
	padding: 0;
	margin: 0;
	border: none;
	text-indent: -9999px;
}
#n-about a:hover, body#about #n-about a { background: url(/images/nav.gif) -212px 0 no-repeat; }
#n-news a:hover, body#news #n-news a { background: url(/images/nav.gif) -212px -35px no-repeat; }
#n-currentshow a:hover, body#currentshow #n-currentshow a { background: url(/images/nav.gif) -212px -70px no-repeat; }
#n-shows a:hover, body#shows #n-shows a, body#show #n-shows a { background: url(/images/nav.gif) -212px -105px no-repeat; }
#n-contact a:hover, body#contact #n-contact a { background: url(/images/nav.gif) -212px -140px no-repeat; }
#n-links a:hover, body#links #n-links a { background: url(/images/nav.gif) -212px -175px no-repeat; }
#n-shop a:hover, body#shop #n-shop a { background: url(/images/nav.gif) -212px -210px no-repeat; }

/* Main Body & Inner
-------------------------------------- */
#main-body {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}
#main-body-inner {
	background: url(/images/contentbg.gif) 60px 0px repeat-y;
	float: left;
}
#main-body a.thumb {
	border: none;
	padding-bottom: 0; 
}
#main-body a.thumb:hover { 
	padding-bottom: 0;
}

/* Content & Wrappers
-------------------------------------- */
#content {
	width: 615px;
	float: left;
	background: url(/images/content-headbg.gif) top right no-repeat;
	line-height: 1.6em;
	margin: 0;
	padding: 25px 20px 0 10px;
}
#content h2 {
	clear: both;
	padding-bottom: 5px;
	border-bottom: solid 1px #c5c7ae;
	font: normal 225% "Cooper Black";
	line-height: 45px;
	color: #291f11;
}
#content h3 {
	clear: both;
	padding: 15px 0 5px 0;
	border-bottom: solid 1px #c5c7ae;
	font: normal 150% "Cooper Black";
	color: #291f11;
}
#content h4 {
	font-weight: bold;
	font-size: 100%;
	color: #291f11;
	padding-top: 5px;
	margin-bottom: 0;
}

#content ul.tracklisting {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.5em;
	font-size: 95%;
}
#content ul.tracklisting li.sublist {
	margin-top: 1.5em;
	padding-left: 30px;
}
#content ul.tracklisting li span.artist {
	font-weight: bold;
}
#content ul.tracklisting li span.label {
	font-style: italic;
}
#content ul.tracklisting li.featured {
	color: #291f11;
}
#content .inline-right {
	float: right;
	margin-bottom: 10px;
}
#content .inline-left {
	float: left;
	margin-bottom: 10px;
}
#content.wide {
	width: 742px;
	background: url(/images/wide-contentbg.gif) top left no-repeat;
}

/* Sidebar
-------------------------------------- */
#sidebar {
	width: 310px;
	float: right;
	padding: 30px 0 0 20px;
	font-size: 95%;
	line-height: 1.7em;
}
#sidebar h3 {
	margin-top: 0px;
	padding: 22px 0 5px 0;
	border-bottom: solid 1px #c5c7ae;
	font: normal 150% "Cooper Black";
	color: #0c416a;
}
#sidebar h4 {
	font-weight: bold;
	font-size: 100%;
	color: #291f11;
}
#sidebar img.record {
	border: solid 1px #000;
}
#sidebar img.record.front {
	margin-right: 5px;
}
#sidebar p.featured-record {
	color: #291f11;
}
#sidebar p.featured-record .artist {
	font-weight: bold;
}
#sidebar p.featured-record .label {
	font-style: italic;
	display: block;
}

/* Footer
-------------------------------------- */
#footer {
	background: #46483c url(/images/footerbg.gif) top left repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #46483c;
}
#footer-affiliates {
	width: 955px;
	margin: 0 auto;
	height: 156px;
	text-align: left;
}
#footer-affiliates a {
	border: none;
	margin-right: 80px;
	padding: 0;
}
#footer-content {
	position: relative;
	background: url(/images/content-footbg.gif) 64px 0px no-repeat;
	width: 955px;
	margin: 0 auto;
	color: #ebe3cb;
	padding: 98px 10px 0 10px;
	font-size: 95%;
	text-align: left;
}
#footer-content p {
	border-bottom: solid 1px #46483c;
	margin: 1em 0;
}
#footer-content a {
	color: #e8e4d8;
}
#footer-content a:hover {
	color: #fff;
	border-color: #fff;
}
#footer-content p.standards {
	margin: 3px 0 15px 0;
}
#footer-content p.copy {
	margin: 15px 0 3px 0;
}
#footer-content a.icon {
	border: none;
}

/* Forms
-------------------------------------- */
form p { clear: both; }
form label {
	font-size: 95%;
	font-weight: bold;
	color: #291f11;
}
form input, form textarea {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding: 2px;
}
form input.text, form textarea {
	border: 1px solid #a0aa8f;
	color: #222;
	background-color: #fefefe;
}
form input.text:focus, form textarea:focus {
	border-color: #291f11;
}
form input.text {
	display: block;
	width: 300px;
}
form textarea {
	display: block;
	width: 455px;
	height: 200px;
}
form .checkbox {
	margin: 0 5px 0 0;
	border: none;
	background: none;
}
form .error {
	display: block;
	color: #b11;
	font-weight: bold;
}
form#donate {
	text-align: center;
}
form#donate input {
	border: none;
}

/* About Page
-------------------------------------- */
#content ul.links {
	list-style: none;
	padding-left: 0;
}

/* News Page
-------------------------------------- */
#news .date {
	margin-top: 0;
	font-style: italic;
	color: #717162;
}
#newsarchive {
	margin: 0 0 1em;
}
#newsarchive dt {
	margin-left: 0;
	font-weight: bold;
}
#newsarchive dd {
	margin-left: 0;
}
#newsarchive dd {
	margin-bottom: 0.5em;
}

/* Current Show & Archive Show Pages
-------------------------------------- */
#currentshow #flashPlayer, #show #flashPlayer {
	height: 67px;
}

/* Show Archive Page
-------------------------------------- */
#shows #main-body-inner {
	background: none;
}
#shows #content {
	background: none;
	width: 955px;
	padding: 25px 0 0 10px;
}
#shows #footer-content {
	background: none;
}
#shows .show {
	float: left;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom: solid 1px #c5c7ae;
}
#shows .show h4 {
	margin-top: 1em;
}
#shows .show .body {
	width: 635px;
	float: left;
}
#shows .featured-record {
	float: right;
	margin: 4em 0 1em 0;
}
#shows img.record {
	border: solid 1px #000;
}
#shows img.record.front {
	margin-right: 5px;
}

/* Links Page
-------------------------------------- */
#links dl.links dt {
	margin-top: 0.5em;
}
#links dl.links dd {
	margin-left: 0;
}