/* --- Start Reset and default selectors --- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
a:link, a:visited, a:hover, a:link {text-decoration: none;}
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
.clear {clear: both;} .right {float: right;} .left {float: left;} body {font-size: 62.5%;}
strong {font-weight: bold} em {font-style: italic;}

/*-- End Reset --*/

body { 
	background-color: #b19600;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	}

#header { 
	height: 160px;
	background-image: url('../images/header_bg.jpg');
	}
	
#content { 
	background-color: #000;
	background-image: url('../images/home_bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative; 
	}

#footer { 
	height: 40px;
	background-color: #b19600;
	}	
	
/* --------- Header ---------- */	
h1 { 
	float: right;
	margin-right: 100px;
	margin-top: 76px;
	}
	
h1 span { display: none;}

h1 a {
	display: block;
	background-image: url('../images/logo.gif');
	width: 218px;
	height: 84px;
	 }	
	
	/* ----- Main Navigation ----- */
	#header #mainnav {position: absolute; top: 140px; left: 100px; }
	#header #mainnav li {display: inline; margin-right: 10px; font-size: 1.4em;}
	
	#header #mainnav a{color: black; font-weight: bold;}
	#header #mainnav a:hover { border-bottom: 15px solid black; }
	

/* --------- Content ---------- */	
	
#content { 
	color: #ccc;
	font-size: 1.4em;
	line-height: 1.8em;
	}	
	
#wrapper { 
	width: 500px; 
	margin-left: 100px; 
	padding: 45px 0;
	}
	
#rhc { 
	width: 250px; 
	position: absolute; 
	top: 86px; 
	left: 625px;
	height: 300px; 
	}	
	
#wrapper p {margin-bottom: 1.4em;}
#wrapper #tracklisting {list-style-type: decimal; margin-left: 1.5em;}

p.small {font-size: 0.7em; margin-top: 10px; line-height: 1.5em;}
.hr {
	height: 1px; 
	background-color: #b19600;
	margin-bottom: 1.4em;
	}

h3 { 
	text-transform: uppercase;
	letter-spacing: .1em;
	color: white;
}

/* --------- Pic Gallery ---------- */	
#picgallery li {float: left; border: 1px solid white; padding: 5px; margin: 5px;}


	
	/* ----- Ir's ----- */
	h2 {text-indent: -9999px; margin-bottom: 1.4em; height: 21px;}
	h2#home_h2 {background-image: url('../images/home_h2.gif'); width: 53px; background-repeat: no-repeat;background-position: left top; }
	h2#band_h2 {background: url('../images/band_h2.gif'); width: 79px; background-repeat: no-repeat; background-position: left top; }
	h2#contact_h2 {background: url('../images/contact_h2.gif');	width: 120px; background-repeat: no-repeat;background-position: left top; }
	h2#multi_h2 {background: url('../images/multi_h2.gif'); width: 156px; background-repeat: no-repeat; background-position: left top;}
	h2#shows_h2 {background: url('../images/shows_h2.gif'); width: 142px;  background-repeat: no-repeat;background-position: left top; }
	h2#cd_h2 {background: url('../images/cd_h2.gif'); width: 135px; background-repeat: no-repeat; background-position: left top;}
	
	
/* --------- Footer ---------- */	

#footer p { 
	float: right;
	margin: 13px 45px 0 0;
	font-weight: bold;
	font-size: 1em;
	}	
	
#footer a { color: black; text-decoration: underline;}
#footer a:hover {color: black; text-decoration: none;}	


/* --------- Links ---------- */	
#content a:link, #content a:visited, #content a:active {color: #b19600; text-decoration: none;}
#content a:hover {color: #b19800; text-decoration: underline;}



	
	