/*-----------page layout-----------*/


body {
margin: 0; padding: 0; 
background-color:#666666;
background-image:url(images/body_bg_04.png);
background-repeat:repeat-y;
font: 0.9em Tahoma, Verdana, sans-serif;
}

#content {
width:767px;
height:auto;
position:absolute;
z-index:0;
}

#header {
float:left; 
background-image:url(images/header.png); 
width:767px; 
height:700px;
position:absolute;
z-index:1;
}

#menu {
width:auto; 
height:auto; 
margin-top:357px; 
margin-left:100px; 
position:absolute; 
z-index:2;
}

#contenttext {
width:450px; 
height:auto; 
margin-top:425px; 
margin-left:250px;
padding:10px;
position:absolute;
z-index:3;
}

#shows {
width:165px; 
height:auto; 
margin-top:525px; 
margin-left:40px;
padding:10px;
position:absolute;
z-index:4;
}


/*-----------text sytles-----------*/


.bodytext {
font-size: 0.8em;
color: #666666;
}

.bodytext a {
color: #f75606;
text-decoration:none;
}

.bodytext a:hover {
color:#fcad14;
text-decoration:none;
}

.maintitle {
font-size:2.3em;
font-weight:bold;
color:#000000;
margin: 5px 0 10px 0;
border-bottom: 1px solid #d7d7d7;
}

.smalltitle {
font-size:0.9em;
margin: 5px 0 10px 0;
font-weight:bold;
text-transform:uppercase;
color:#CC0000;
}

.biotitle {
font-size:2.3em;
font-weight:bold;
color:#0f5588;
margin: 5px 0 10px 0;
border-bottom: 1px solid #d7d7d7;
}

.updatemaintitle {
font-size:1.5em;
font-weight:bold;
color:#0f5588;
}

.updatesmalltitle {
font-size:0.7em;
margin: 5px 0 10px 0;
font-weight:bold;
color:#CC0000;
border-bottom: 1px solid #d7d7d7;
}

.updatedate {
font-size: 0.9em;
font-weight:bold;
text-transform:uppercase;
color: #000000;
}

.showsdate {
font-size: 0.8em;
font-weight:bold;
text-transform:uppercase;
color:#0f5588;
padding: 3px;
border-bottom: 1px solid #d7d7d7;
margin: 5px 0 10px 0;
}

.menutext, .menutext a:hover {
font-size: 0.9em;
font-weight:bold;
text-transform:uppercase;
color:#FFFFFF;
}

.menutext a {
font-size: 0.9em;
color:#000000;
text-decoration:none;
}

.randomlink a {
color:#e13838;
font-weight:bold;
text-decoration:none;
}

.randomlink a:hover {
color:#000000
}

.footer {
font-size: 0.7em;
font-weight:bold;
text-transform:uppercase;
color:#e13838;
padding:10px;
text-align:center;
margin: 20px 0 10px 0;
}

.footer a {
color:#e13838;
font-weight:bold;
text-decoration:none;
}

.footer a:hover {
color:#000000
}

.copy {
font-size: 0.7em;
font-weight:bold;
color:#000000;
padding:10px;
text-align:center;
margin: 5px 0 10px 0;
}


a img {
border: 0;
}

.redtext {color: #CC0000}
/*-----------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: 10px 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

