


/* *** DEFAULT STYLES FOR SELECT HTML ELEMENTS *** */


	img {
		border: none;
	}

	
/* *** Global Template *** */

	html, body {
		margin: 0;
		padding: 0;
	}

	body {
		font-size: 62.5%;
		font-family: Verdana, sans-serif;	
		color: #90918D;
		background: #fff url(../images/bg.gif) top center repeat-y;		
	}
	
	#wrapper {
		padding: 0;
		margin: 0 auto 0 auto;
		width: 778px;
	}


/* *** MASTHEAD *** */


	#header {
		width: 778px;
		height: 71px;
		background: transparent url(../images/bgHeader.gif) bottom left no-repeat;			
	}

		
	#logo {
		display: block;
		text-decoration: none;
		text-indent: -5000px;
		float: left;
		width: 158px;
		height: 71px;
		border: 0;
	}

	#logo img {
		height: 10px;
	}


	a:hover#logo {
		background: none;
	}


	#content {
		padding-top: 24px;
		float: left;
		width: 778px;
	}


	
	#primary {
		width: 778px;
		float: left;
		margin: 0 0 24px 0;
		font-size: 1.1em;
		display: inline; /* Fix for IE double margin on float bug */
	}

	body.wtc #primary {
		width: 504px;
		margin-right: 42px;
	}

	#tertiary {
		float: left;
		margin: 0 0 24px 0;
		width: 208px;
		font-size: 1.1em;
	}


		
	#secondary {
		font-size: 1.1em;		
		
	}
	



	
	/* *** GLOBAL NAV *** */
	
	

		#nav {
			background: transparent url(../images/nav1.gif) 0 0 no-repeat;
			margin: 0;
			position: relative;
			top: 2px;
			left: 376px;
			padding: 0;
			height: 64px;
			width: 232px;
			float: left;
			list-style: none;
		}
		
		#nav li {
			padding: 0;
			margin: 0;
			background: none;
		}	
		
		#nav a {
			background: transparent url(../images/nav.gif) 0 0 no-repeat;
			display: block;
			height: 16px;
			width: 232px;
			text-indent: -5000px;
			border: 0;
			text-decoration: none;
		}

	
		#home a {
			background-position: 0 0;
		}
		
		#home a:hover, .home #home a {
			background-position: 0 -64px;
		}	
		
		#photos a {
			background-position: 0 -16px;
		}
		
		#photos a:hover, .photos #photos a {
			background-position: 0 -80px;
		}
		
		
		#about a {
			background-position: 0 -32px;
		}
		
		#about a:hover, .about #about a {
			background-position: 0 -96px;
		}
		
	
		#links a {
			background-position: 0 -48px;
		}
		
		#links a:hover, .links #links a  {
			background-position: 0 -112px;
		}




/* *** FOOTER *** */


	#footer {
		margin: 0 0 12px 0;
		border-top: 1px solid #90918D;
		padding-top: 12px;
		clear: left;
		width: 504px;
	}
	
	#footer li {
		background-image: none;
		display: inline;
		padding: 0 12px 0 0;
		margin: 0;
		border-right: 1px solid #90918D;
	}

	#footer li.last {
		background-image: none;
		display: inline;
		padding: 0 0 0 6px;
		margin: 0;
		border-right: 0;
	}
	
		
/* *** Miscellaneous *** */

	
	.lc, .rc {
		width: 215px;
		float: left;
		
	}
	
	.lc {
		margin-right: 24px;
	}


	#photoMain {
		margin-bottom: 24px;
		text-align: left;
		width: 498px;
		}


	#photoThumbs {
	float: left;
	}

	#photoThumbs a {
		margin: 0 6px 6px 0;
		float: left;
		display: block;
		width: 66px;
		height: 66px;
		background-color: #fff;
		border: 0;

	}

	#photoThumbs a:hover {
		padding: 2px;
		width: 62px;
		height: 62px;
	}

	#photoThumbs a:hover img {
		width: 62px;
		height: 62px;
	}


/* *** MAIN TYPOGRAPHIC ELEMENTS *** */

	h1, h2, h3, h4, h5, h6, ul, ol, dl, p, a, dl, dt, dd, form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		line-height: 1.5em;
	}

	h1 {
		font-size: 2em;
		margin-bottom: .5em;
		line-height: 1.25em;
		clear: left;
		font-weight: normal;
	}

	h2,
	h3,
	h4,
	p {
		margin-bottom: 1em;
	}

	h2 {
		font-size: 1.17em;
		font-weight: normal;
	}

	.home #primary h2, .home #tertiary h3 {
		font-size: 1.17em;
		font-weight: normal;
	}



	
	h3 {
		font-size: 1.17em;
		font-weight: bold;
		}
	
	.home #primary h3 {
		font-size: 1em;
		font-weight: bold;
		}


	h3 a {
		font-weight: bold;
		}
		
	h4 {
		font-size: 1em;
		font-weight: bold;
		}

	p,
	ul,
	dl {
		margin-bottom: 1.5em;
	}

	li {
		list-style-type: none;
		background: url(../images/bullet.gif) top left no-repeat;
		padding-left: 7px;
		margin-bottom: .25em;
	}

	li ul {
		margin-bottom: 0;
		font-size: 1em;
	}

	li ul li {
		margin-left: 18px;
	}

	li ul li ul {
		margin-left: 6px;
		font-size: 1em;
	}


	a:link, a:visited {
		color: #90918D;
		text-decoration: none;
		border-bottom: 1px solid #90918D;	
	}


	a:hover, a:active {
		background-color: #90918D;
		color: #fff;
		border-bottom: 1px solid #90918D;	
	}


	a.offsite, a.offsite:hover, a.offsite:active {
		background: url(../images/offsite.gif) bottom right no-repeat;
		padding-right: 14px;
		padding-bottom: 1px;
		border: 0;
	}	


	#tertiary a.offsite, #tertiary a.offsite:hover, #tertiary a.offsite:active {
		background: url(../images/offsite2.gif) bottom right no-repeat;

	}	


	a.offsite:hover, a.offsite:active, #tertiary a.offsite:hover, #tertiary a.offsite:active {
		background-color: #90918D;
		border: 0;
	}	



	.links a.offsite, .links a.offsite:active, .links #tertiary a.offsite, .links #tertiary a:active.offsite {
		color: #90918D;
		text-decoration: none;
		border-bottom: 1px solid #90918D;
		padding: 0;
		background: none;
	}	

	.links a.offsite:hover, .links #tertiary a.offsite:hover {
		background-color: #90918D;
		color: #fff;
		border-bottom: 1px solid #90918D;
		background-image: none;
		padding: 0;		
	}	



	label {
		font-size: .917em;
		font-weight: bold;
	}

	input, select {
		font-size: 1em;
	}

	acronym, address {
		font-style: normal;
	}
	
	strong a {
		font-weight: bold;
	}
	

	
	#tertiary h2 {
		font-size: 1.17em;
	}

	.home #tertiary dt {
		font-weight: bold;
	}


	#tertiary dd {
		margin-bottom: 1.5em;
	}		
	
	

	h2.relatedLinks {
		text-indent: -5000px;
		background: transparent url(../images/h2_relatedLinks.gif) top left no-repeat;
		height: 10px;
	}


	h2.comingSoon {
		text-indent: -5000px;
		background: transparent url(../images/h2_comingSoon.gif) top left no-repeat;
		height: 18px;
	}
	
	
	h2.photoGallery {
		text-indent: -5000px;
		background: transparent url(../images/h2_photoGallery.gif) top left no-repeat;
		height: 18px;
	}

	h2.bands {
		text-indent: -5000px;
		background: transparent url(../images/h2_bands.gif) top left no-repeat;
		height: 18px;
	}
	
	h2.bands {
		text-indent: -5000px;
		background: transparent url(../images/h2_bands.gif) top left no-repeat;
		height: 18px;
	}


	h2.labels {
		text-indent: -5000px;
		background: transparent url(../images/h2_labels.gif) top left no-repeat;
		height: 18px;
	}


	h2.publications {
		text-indent: -5000px;
		background: transparent url(../images/h2_publications.gif) top left no-repeat;
		height: 18px;
	}



	h2.internetRadio {
		text-indent: -5000px;
		background: transparent url(../images/h2_internetRadio.gif) top left no-repeat;
		height: 18px;
	}


	h2.about {
		text-indent: -5000px;
		background: transparent url(../images/h2_about.gif) top left no-repeat;
		height: 18px;
	}


	h2.thankYou {
		text-indent: -5000px;
		background: transparent url(../images/h2_thankYou.gif) top left no-repeat;
		height: 18px;
	}



	h2.specialThanks {
		text-indent: -5000px;
		background: transparent url(../images/h2_specialThanks.gif) top left no-repeat;
		height: 18px;
	}


	h2.upcomingShows {
		text-indent: -5000px;
		background: transparent url(../images/h2_upcomingShows.gif) top left no-repeat;
		height: 18px;
	}



	h2.upcomingReleases {
		text-indent: -5000px;
		background: transparent url(../images/h2_upcomingReleases.gif) top left no-repeat;
		height: 18px;
	}
		

	
	.entry {
		border-bottom: 1px solid #EBEDE6;
		margin-bottom: 24px;
	}
	

	.new {
		color: #900;
	}
	

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 12px;
	}

