/* CSS Document */

/*

	Nalband Design stylesheet 
	coded by: Andrew Nalband
	www.nalbanddesign.com
	
	Red Color Pallette
	bright red		#e41819
	dark red		#9d030a
	
	black			#000000
	darkest grey	#3d3d3d
	dark grey		#787878
	light grey		#e6e6e6
	white			#ffffff
	
	
*/

html, body {

height: 100%;

}

body {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			small;
	background-color: 	#e6e6e6;
	margin-top:			10px;
	margin-bottom:		10px;
	color:				#3d3d3d;
}

a {
	color:				#e41819;
}

h1 {
	font-size:			300%;
	font-weight:		normal;
	color:				#9d030a;
	margin:				0px 0px 40px 0px;
	font-family:	univers;
}

h2 {
	color:				#e41819;
	font-weight:		normal;
	font-size:			150%;
}

#allcontent {
	width:				675px;
	padding:			10px;
	background-color:	#ffffff;
	/*margin-left:		auto;
	margin-right:		auto;*/
	margin: 0 auto -100px;
    min-height: 		100%;
    height: 			auto;
	}
	
#homeheader{
	background:			#e6e6e6 url("images/home_banner.gif") no-repeat center;
}
#soundsheader{
	background:			#e6e6e6 url("images/sounds_banner.gif") no-repeat center;
}
#showsheader{
	background:			#e6e6e6 url("images/shows_banner.gif") no-repeat center;
}
#contactheader{
	background:			#e6e6e6 url("images/contact_banner.gif") no-repeat center;
}

.header {
	margin-bottom:		20px;
	color:				#f5f8ea;
	width:				675px;
	height:				138px;
	text-align:			center;
}

.picture {
	float:				left;
	padding:			5px;
	margin:				20px;
	background-color:	#000000;
}

#navigation {
	margin:				0px 10px 0px 50px;
	font-size:			120%;
	text-align:			right;
}

#navigation a {
	color:				#e41819;
	text-decoration:	none;
	padding-bottom:		3px;
	border-bottom:		2px solid #ffffff;
	
}

#navigation a:hover {
	padding-bottom:		3px;
	border-bottom:		2px solid #787878;
}

#shows a:hover {
	background-color:	#537122;
	color:				#787878;
	border-left:		2px solid #1a1a1a;
	padding-left:		20px;
	padding-top:		2px;
	padding-right:		20px;
	padding-bottom:		2px;
	text-decoration:	none;
}

#content {
	margin-top:			10px;
	margin-left:		50px;
	margin-right:		50px;
}

table {
	border:				none;
	padding:			10px;
}

th {
	text-align:			right;
	vertical-align:		top;
	padding-right:		10px;
	padding-top:		2px;
}

th.title {
	text-align:			left;
	vertical-align:		top;
	padding-right:		10px;
	padding-top:		2px;
	padding-bottom:		2px;
	border-bottom:		2px solid black;
	}



td {
	vertical-align:		top;
	padding-top:		4px;
	padding-bottom:		15px;
}

#footer {
	color:				#e6e6e6;
	text-align:			center;
	padding:			5px;
	margin-top:			100px:
}

#footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

/* Hack for IE */
* html #allcontent {
    height: 100%;
}
/* End IE Hack */

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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;
	font-size:900%;
	
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
