/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background:url(images/bg.jpg) repeat-x #0b1113;
	background-position:top center;
	font-family: century gothic, arial, sans-serif;
	font-size:13px;
	line-height:14px;
	color: white;

}

#container {
	width: 805px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background:url(images/header.png) no-repeat;
	height:100px;
	width:805px;
	padding: 0px 0px 0px 0px;
}

#content {
	position:relative;
	padding:4px 10px 10px 4px;
	min-height:150px;
	width:805px;
}

#footer {
	color: white;
}


/* Headers and fonts ------------------------------------------- */

h1.bandname  {                                         
	color: #ffffff;
	font: 20pt "century gothic";  
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
}

h2.support  {                                         
	color: #b9b9b9;
	margin-top: 1;
	font: 12pt "Century Gothic"; 
	line-height: 0.5em; 
	font-weight: normal; 
	vertical-align:absbottom; 
	display:inline       
}

h3.location {                                         
	color: #ffffff;
	margin-top: 0;
	font: 13pt "Verdana";
	line-height: 0em; 
	vertical-align:absbottom; 
	display:inline     
}


h4.blurb {                                         
	color: #d9d9d9;
	margin-top: 0;
	font: 8pt "Verdana";
	line-height: 9.5pt;   
}


/* Links ------------------------------------------- */

A.link:link {
	color: #fff;
	font: 13px Century Gothic, Arial, sans-serif;
	padding: 1px 4px;
	background-color: #cc0000;
}
A.link:visited {
	color: #fff;
	font: 13px Century Gothic, Arial, sans-serif;
	padding: 1px 4px;
	background-color: #cc0000;
}
A.link:hover {
	color: #fff;
	font: 13px Century Gothic, Arial, sans-serif;
	padding: 1px 4px;
	background-color: #a10000;
}


A.seglink:link {
	color: #fff;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #121212;
}
A.seglink:visited {
	text-decoration : none;   /*line-through;*/
	color: #ffffff;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #121212;
	}

A.seglink:hover {
	color: #000;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #e7d76b;
}
A.imagelink:hover {
	border: 5px solid #e7d76b;
}


/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 2px solid #fff; 
}

/* Lightbox ------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2926; }
