 /* Main Text Definitions */
 

 body {
 color: #ffffff;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 85%;
 margin: 0;
 background: #104aa0 url("../images/holding_bg.jpg") no-repeat right top;
}



h1 {
  color: #ffffff;
  font-family:"Times New Roman", Times, serif;
 font-weight: normal;
 font-size: 190%;
 margin: 20px 0px 20px 0px;
}


h2 {
color: #f1be18;
 font-weight: normal;
 font-size: 120%;
 margin: 15px 0px 0px 0px;
}

h3 {
 color: #ffffff;
 font-weight: normal;
 font-size: 110%;
 margin: 10px 0px 5px 0px;
}


a img {
 border: 0;
}

a { 
color: #ffffff;
 text-decoration: none;
}
a:hover { 
color: #f1be18;
 text-decoration: underline;
}


.small{
font-size: 90%;
}

.yell_copy{
color: #f1be18;
}

.yell_copy_lrg{
color: #f1be18;
font-size: 110%;
}



/************ CONTAINERS **************/

#main_container{
width: 820px;
/*background: url("../images/container_bg.png") top;*/
margin: auto;
/*margin-top: 30px;*/
padding: 40px;
color: #ffffff;
line-height: 18px;
}

#left_content{
float: left;
width: 500px;
margin-right: 20px;
}

#left_content_lyrics{
float: left;
width: 420px;
}

#right_content{
float: right;
width: 255px;
margin-top: 75px;
border-left: 1px dotted #ffffff;
padding: 0px 0px 0px 30px;
}

#right_content_lyrics{
float: left;
width: 370px;
padding: 60px 0px 0px 30px;
}

ul.cd{
margin: 0px;
padding: 0px;
}

ul.cd li{
list-style: none;
padding-bottom: 3px;
}

ul.cd li.zass_header{
font-size: 140%;
padding:8px 0px 5px 0px;
}

.intro{
line-height: 18px;
}

ul#nav{
margin: 0px 0px 25px 0px;
padding: 0px;
}

ul#nav li{
list-style: none;
display: inline;
font-size: 90%;
padding: 0px 15px 0px 0px;
font-weight: bold;
}

ul#nav li.navon{
color: #f1be18;
}

.gallery{
width: 500px;
padding-top: 10px;
}

.gallery img{
float: left;
padding-right: 10px;
}


/******LIGHTBOX STYLES ******/

#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/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_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: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #f6f6f6; }




