* {margin: 0; padding: 0;}

body {
	margin: 0; padding: 20px 0;
	background: #000;
	color: #fff;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 100%; 
	text-align: center;
	height: 100%;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #ffe862;
}
a:focus, a:active, a:hover {
	color: #f99;
}
h1 a,
h1 a:link,
h1 a:visited {
	color: #fff;
}

#content a, 
#content a:link, 
#content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #611;
}
#content a:focus, 
#content a:active, 
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content a span, 
#content a:link span, 
#content a:visited span {
	display: none;
}
#content a:focus span, 
#content a:active span, 
#content a:hover span {
	display: inline; font-weight: normal;
}
p {
	margin: 1em 0; padding: 0 1em;
	line-height: 1.4;
}
.centre {
	text-align: center;
}
#content h3 {
	padding: 0 1em;
	margin: 1em 0;
	font-size: 1.3em;
}
#content ul {
	line-height: 1.4;
	padding: 0 1em;
	margin: 0 1em;
}
#links #content ul {
	list-style: none;
	line-height: 1.4;
	padding: 0 1em;
}
#links #content ul li {
	padding: 0.5em 1em 0;
	border-bottom: 1px dashed #522;
}
dl {padding: 1em; line-height: 1.6;}
dt {font-weight: bold; font-size: 1.1em}
dd {
}
blockquote {
	margin: 1em 0; padding: 1em 4em;
	line-height: 1.6;
	background: #f6f9df url(../images/left-quote.png) no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-style: italic; font-size: 1.1em;
}
blockquote em {
	font-style: normal;
}

/* --- Basic structure --- */
#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto; padding: 1px;
	background: #000;
	border: 6px solid #492c28;
	text-align: left;
}
#topbar {
	margin: 0; padding: 0;
	border-bottom: 6px double #522;
	background: #322;
}
#header {
	height: 150px;
	margin: 0; padding: 0;
	background: #322;
	text-indent: -10000px;
}
h1 {
	text-indent: 0;
	font-size: 175%;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	}

#content {
	position: relative;
	background: #f6f9df;
	color: #000;
	padding: 1em 2em; margin: 0;
}
#content h2 {

}
#sidebar {
	position: absolute;
	left: 0; top: 1em;
	width: 150px;
	margin: 0 0 0 -150px; padding: 0;
}
#content>#sidebar {margin: 0;}
#footer {
	clear: both;
	padding: 5px 10px;
	margin: 0;
	text-align: right;
	background: #322;
}
#footer p {
	margin: 0; padding: 0;
}
#copy {
	position: relative;
	width: 750px;
	margin: 0 auto 20px; padding: 1px;
	background: #000;
	text-align: left;
	font-size: 75%;
}
#gall {
	margin: 1em auto; 
	position: relative; 
	padding: 0;
	width: 550px; height: 400px;
}
/* --- #navbar styles --- */

ul.navbar {
	width: 750px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: capitalize;
	border-top: 6px double #522;
	text-align: center;
}
ul.navbar li {
	display: inline;
	padding: 0;
	margin: 0;
}
ul.navbar li a {
	padding: 0 20px;
	margin: 0;
	font: normal normal bold 1em/1.8 Arial, Helvetica, Sans-Serif;
	text-transform: capitalize;
}

/* --- Header styles --- */

#homepage #header {
	height: 250px;
	background: url(../images/jc-main.jpg) no-repeat scroll bottom;
}

#gigs h2#header {
	background: url(../images/gig-schedule.jpg) no-repeat scroll bottom;
}
#bands h2#header {
	background: url(../images/bands02.jpg) no-repeat scroll bottom;
}
#bigband h2#header {
	background: url(../images/bigband.jpg) no-repeat scroll bottom;
}
#links h2#header {
	background: url(../images/links.jpg) no-repeat scroll bottom;
}
#contact h2#header {
	background: url(../images/contact.jpg) no-repeat scroll bottom;
}
#gallery h2#header {
	background: url(../images/gallery.jpg) no-repeat scroll bottom;
}
#bio h2#header {
	background: url(../images/bio.jpg) no-repeat scroll bottom;
}
#cd h2#header {
	background: url(../images/recordings.jpg) no-repeat scroll bottom;
}
#loosecannons h2#header {
	background: url(../images/loosecannons.jpg) no-repeat scroll bottom;
}
#loosecannons #content {text-align: center;}
#asterisk h2#header {
	background: url(../images/asterisk.jpg) no-repeat scroll bottom;
}
#sitemap h2#header {
	background: url(../images/sitemap.jpg) no-repeat scroll bottom;
}
/* --- Music Player styles --- */
#homepage #player {
	text-align: right;
	margin: 0 10px; padding: 2px 0;
}
#asterisk #player,
#bigband #player,
#loosecannons #player,
#cd #player {
	position: absolute;
	top: 5px; right: 0;
	margin: 0 10px; padding: 0;
	width: 200px; height: 19px;
}

/* --- CD page --- */
.cd {
	margin: 10px auto 0;
	padding: 5px 30px;
	border: 2px solid #492c28; border-width: 2px 0 0;
	position: relative;
	width: 580px;
}
.cd h3 {
	margin: 5px 0 20px;
	text-decoration: underline;
	font-size: 1.1em;
}
.cd-art {
 	float: left;
	position: relative; display: inline;
	padding: 0 40px 0 0;
}
.cd-art img {
	border: 1px solid #322;
}
.cd-info {
	padding-left: 40px;
	display: inline;
	position: relative;
}
.cd-info ol {
	padding: 0 12px 12px;
	list-style-position: outside;
}
.cd-info ol li {
	line-height: 1.6;
	font-weight: bold;
}
p.buynow {
	clear: both;
	text-align: right;
}
p.buynow a {
	margin: 2px; font-size: 1.2em; font-weight: bold;
}
.cd-personnel {
	font-size: 0.8em;
}
.reviews {
	margin: 10px 30px;
	padding-top: 10px;
	border-top: 1px dashed #522;
}
.reviews blockquote {
	padding: 1em 4em 0;
}
.reviews .rev-sig {
	text-align: right;
	border-bottom: 1px dashed #522;
	margin: 0;
	padding: 0 1em 2em;
	
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .cd {
  height: 1%; padding-top: 10px;
  } 
/* End hide from IE5/mac */

/* --- band pages --- */

.recipe {
	margin: 10px 25px;
	padding: 2em;
	border: 3px double #522;
	font-weight: bold;
}
ul#bands-list {
	list-style: none;
	margin: 20px 300px 20px 100px;
	padding: 0;
}
ul#bands-list li {
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 5px 0 0;
}
ul#bands-list li a {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 60px;
	display: block;
	margin: 0;
}
li#jcbb a{
	background: url(../images/jcbb-bullet.jpg) no-repeat scroll 0% 0%;
}
li#lcs a{
	background: url(../images/jc-bullet.jpg) no-repeat scroll 0% 0%;
}
li#ast a{
	background: url(../images/asterisk-bullet.jpg) no-repeat scroll 0% 0%;
}

/* --- Data Tables (Schedule) --- */
table#schedule {
	width: 90%;
	margin: 1em auto;
	line-height: 1.4;
	border: solid #492c28; border-width: 3px 0;
	padding: 1px 0;
}
#schedule th {
	color: #322;
	font-size: 1.2em;
	padding: 0.5em 1em;
	border: #492c28;
	border-width: 1px 0 3px; border-style: solid none double;
	text-align: center; text-transform: uppercase;
}
#schedule th.month {
	text-align: left;
	padding-left: 1em;
}
#schedule td {
	font-size: 1em;
	padding: 0.5em 1em;
	border-bottom: 1px solid #492c28;
	vertical-align: top;
}
#schedule .date {
	width: 15%;
}
#schedule .band {
	width: 50%;
	margin-left: 0.5%
}
#schedule .details {
	width: 30%;
	margin-left: 0.5%
}
#schedule ul {
	margin: 0.75em 1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #333; background-color: transparent;
}
#schedule p {
	margin: 0.5em 0;
}

/* --- Contact page --- */
div.contact-form { 
	width: 500px;
	border: 1px dotted #522;	
	padding: 5px; 
	position: relative;
	margin: 0 auto 1em;
	}
label {
	font-weight:bold;
	display:block;
	margin:1em 2em 0;
	color: #000;
	}
label.inl {display:inline;}
label em {
	font-weight:normal;
	font-style:normal;
	font-size:0.94em;
	}
input.txt {
	display:block;
	color:#000;
	background:#fff;
	width:250px;
	margin-left: 2em;
	}
input.btn {padding:0 0.5em;
	margin-left: 2em;}
input.btn+input.btn {padding:0 0.5em;
	margin-left: 0;}
textarea.txt {
	display:block;
	width:380px;
	color:#000;
	background:#fff;
	margin-left: 2em;
	}
input.txt:focus,
textarea.txt:focus {background:#fffff6;}