body {

	margin:5px 0px 10px 0px;
	font-family:verdana, helvetica, sans-serif;
	font: small, verdana, sans-serif;
	background-color:#01212C;
	background-image: url(images/bg-blue.jpg); 
	background-repeat: no-repeat;
	background-position: top center;

	scrollbar-base-color: #01212C; 
	scrollbar-Track-Color: #01212C;
	scrollbar-Face-Color: #01212C; 
	scrollbar-arrow-color: #cc6600;
	scrollbar-DarkShadow-Color: #01212C; 
	scrollbar-Highlight-Color: #002424;
	scrollbar-Shadow-Color: #002424;

	}

.main {font-family: georgia, times roman, serif; font-size: 11pt;}
.caption {font-family: verdana, helvetica, sans-serif; font-size: 8pt;}
.date {font-family: verdana, helvetica, sans-serif; font-size: 8pt; color: #757575; text-transform: uppercase;}
.show-head {font-family: verdana, helvetica, sans-serif; font-size: 10pt; text-transform: uppercase;}
.show-detail {font-family: georgia, times roman, serif; font-size: 9pt; font-weight: bold;}
.title {font-family: georgia, times roman, serif; font-size: 13pt; color: #000000; font-weight: bold; text-transform: uppercase;}
.toplink {font-family: verdana, helvetica, sans-serif; font-size: 7pt; text-transform: uppercase;}

a:link { color: #cc6600; text-decoration: underline; }
a:visited { color: #cc6600; text-decoration: underline; } 
a:hover { color: #666666; text-decoration: underline; } 

a{text-decoration:none}
a img { border-width : 0; }

img { display : block; 
	border: none;
} 

p { margin : 0px }

ol { list-style-position: outside; 
	margin-left: 20px;
	padding-left: 0;
}

ol li {   
  	margin:0 0 8px 0; /* THIS CREATES VERTICAL SPACE BTWN ITEMS IN ORDERED LIST */   
} 

.line {border-top: 1px solid #1f3338; margin-top: 5px; margin-bottom: 5px; width: 90%; }
.greyline {border-top: 5px solid #D8DADB; margin-top: 15px; margin-bottom: 5px; }

.double { 
	display: block;
	margin: 0;
  	padding-top: 1px;
	margin-top: 1px;
      border-top:2px solid #000000; 
      border-bottom:2px solid #000000; 
	margin-bottom: 5px;
	width: auto;
	margin-left: 0;
  	margin-right: 0;
  	background: none;
	}

table.tight { 
	border-width : 0px; 
	border-spacing : 0; 
	border-style : none; 
	border-color : #cccccc; 
	border-collapse : collapse; 
} 

table.tight td { 
	border-width : 0px; 
	padding : 0; 
	border-style : none; 
	border-color : #cccccc; 
} 

table.loose { 
	border-width : 0; 
	border-spacing : 0; 
	border-style : none; 
	border-collapse : collapse; 
} 

table.loose td { 
	border-width : 0px; 
	padding : 5px; 
	border-style : solid; 
} 

table.spaced { 
	border-width : 0; 
	border-style : none; 
	border-spacing : 3px; 
	border-collapse : separate; 
	empty-cells:hide;
} 

table.spaced td { 
	border-width : 1px; 
	border-style : solid; 
	padding : 3px; 
} 
.hidden { 
	border-width : 0; 
	border-style : none; 
	padding : 3px; 
}

#wrap { 
	width:785px; 
	margin:0 auto;
	}

#header { 
	width:785px;
	background:transparent;
	} 

#nav { 
	margin: 0;
	padding: 0;
	width: 785px;
	background: #000000;
	} 

/* this part controls the menu mouseover effects */
#nav ul { 
margin:0; 
padding:0; 
list-style:none; 
} 
#nav li { 
display:inline; 
margin:0; 
padding:0; 
height: 54px;
list-style: none;
background-repeat: no-repeat;
}

.nav li a, .nav li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 54px;
	background-repeat: no-repeat;
}

.home {background-image: url(images/menu-home-on.gif); width: 109px;}
.home a {background-image: url(images/menu-home.gif);}
.bio {background-image: url(images/menu-bio-on.gif); width: 58px;}
.bio a {background-image: url(images/menu-bio.gif);}
.tour {background-image: url(images/menu-tour-on.gif); width: 65px;}
.tour a {background-image: url(images/menu-tour.gif);}
.press {background-image: url(images/menu-press-on.gif); width: 101px;}
.press a {background-image: url(images/menu-press.gif);}
.gallery {background-image: url(images/menu-gallery-on.gif); width: 87px;}
.gallery a {background-image: url(images/menu-gallery.gif);}
.store {background-image: url(images/menu-store-on.gif); width: 73px;}
.store a {background-image: url(images/menu-store.gif);}
.lyrics {background-image: url(images/menu-lyrics-on.gif); width: 83px;}
.lyrics a {background-image: url(images/menu-lyrics.gif);}
.contact {background-image: url(images/menu-contact-on.gif); width: 124px;}
.contact a {background-image: url(images/menu-contact.gif);}

ul.nav li a:hover {background: none;}
.nav li {float: left;} 
.nav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*end menu effects*/

#papertop {
	width:785px; 
	margin:0 auto;
	}

#paper { 
	width:785px; 
	margin:0 auto;
   	background-image: url(images/paper-tile3.jpg);
   	background-repeat: repeat-y;
	vertical-align: top; 
	text-align: left;
	overflow:hidden;
	display:inline-block;
	}

/* Note - if you change the width on these columns, you have to adjust the padding so padding plus width for both cols adds up to total div width of 785 */

#leftcol {
	float: left;
	width: 320px;
	padding: 0px 40px 0px 40px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#rightcol {
	float: right;
	width: 305px;
	padding: 0px 50px 0px 30px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#leftcolsub {
	float: left;
	width: 430px;
	padding: 0px 0px 0px 50px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#rightcolsub {
	float: right;
	width: 225px;
	padding: 0px 50px 0px 30px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#onecol {
	width: 685px;
	padding: 0px 50px 0px 50px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

.onecol {
	width: 685px;
	padding: 0px 50px 0px 50px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#leftcoleven {
	float: left;
	width: 328px;
	padding: 0px 0px 0px 50px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#rightcoleven {
	float: right;
	width: 327px;
	padding: 0px 50px 0px 30px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

.leftcoleven {
	float: left;
	width: 328px;
	padding: 0px 0px 0px 50px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

.rightcoleven {
	float: right;
	width: 327px;
	padding: 0px 50px 0px 30px; 
	border: 0; 
	vertical-align: top; 
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

/* FYI this 3-column setup doesn't work yet - not sure why  */
#3colleft {
	width: 215px; 
	float: left;
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#3colmiddle {
	width: 215px; 
	float: left;
	margin-left:10px;  
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#3colright {
	width: 215px; 
	float: left; 
	margin-left:10px;
	text-align: left;
	font-family: georgia, times roman, serif;  
	font-size: 10pt;
	line-height: 1.5; 
	color: #000000;
	}

#bttm-menu { 
      clear:both; 
	background-color: #01212C;
   	background-image: url(images/paper-bottom3.jpg);
   	background-repeat: no-repeat;
	padding: 0px 10px 10px 10px; 
	border: 0; 
	vertical-align: bottom; 
	text-align: center;
	font-family: georgia, times roman, serif; 
	font-size: 8pt;
      color: #000000;
	}

#footer {
	background-color: #01212C;
	padding: 0px 15px 0px 0px; 
	border: 0; 
	vertical-align: bottom; 
	text-align: right;
	font-family: georgia, times roman, serif; 
	font-size: 8pt;
      color: #ffffff;
	}

span.box { /* floating highlight box */
	float: right;
 	width: 200px; 
	padding: 10px; 
	margin: 0px 10px 10px 10px;
	background: #f1f2ee; 
	border: 0; 
	vertical-align: text-top; 
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
	color: #868585;
}


/* this one styles the plain form boxes */
.cleanbox { 
	font-family : "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	background-color : #ffffff; 
	border : 1px solid #666666; 
} 

.submit {
	height: 54px;
	width: 54px;
	background: url(images/button-join.gif) no-repeat;
	padding: 0px;
	clear: both;
} 

.submit:hover {background: url(images/button-join-on.gif) no-repeat;}

/* this one styles the form buttons */
.buttons { 
	font-family : "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #ffffff; 
	background-color : #f68c1f; 
	padding : 1px 2px 0 2px; 
	border : 1px solid #cccccc; 
} 

/* this one floats photos and captions to the right of content */
.photoright {
	float: right; 
	clear: right;
	padding:2px 0px 3px 10px; 
	margin: 0; 
	font-size:8pt; 
	color: #868585; 
}

/* this one floats photos and captions to the left of content */
.photoleft {
	float: left; 
	padding:2px 10px 6px 0px; 
	margin: 0; 
	font-size:8pt; 
	color: #868585; 
}

/* styling for Lightbox gallery */
#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: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
