/* ---------------------- */
/* STYLESHEET FOR BOMBCMS */
/* ---------------------- */

/* GENERAL PAGE ELEMENTS */
body {	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Helvetica, verdana, arial, sans-serif;	font-size: 14px;	margin: 0;	padding: 0;	text-align: left; 
	background: black;
}

body.mceContentBody {
	background: white;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: black;
}

h1 {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 30px;
	margin-top: 3px;
	font-family: Helvetica, verdana, arial, sans-serif;
}

table {
	font-size: 11px;
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

td {
	margin-right: 5px;
	padding: 5px;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
	padding: 0 5px;
}

img {
	margin: 10px;
}

img.border {	border: 1px solid black;	padding: 4px;	margin: 0;}

img.alignright {
	float:right;
	margin: 0 0 0 10px;
}

img.alignleft {
	float:left;
	margin: 0 10px 0 0;
}

/* PAGE SECTIONS */
  
#content {
	padding: 0px 0px 0px 0px;	position: relative;	margin: 0 auto;	text-align: left;	width: 700px;
	background: white;
	background-image: url(common/fade.jpg);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}

#header {
	height: 180px;
	background: url(common/header.jpg) no-repeat;
}	

#menu {
	float: left;
	padding: 3px 0px;
	margin-left: 10px;
	margin-top: 25px;
	background: transparent;
	text-align: right;
	clear: both;
	width: 180px;
}

#pages {
	margin: 35px 35px 25px 220px;
	text-align: justify;
	min-height: 400px;
	line-height: 18px;
}

#pages a {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

#pages h2 {
    color: red;
}

/* for Internet Explorer *//*\*/* html #pages {height: 400px;}/**/

#footer {
	color:gray;
	text-align: center;
	padding: 3px 25px;
	font-size: 9px;
	font-family: Helvetica, verdana, arial, sans-serif;
}

#footer a {
	color: gray;
}

/* STRUCTURE DIVS */

/* Menu */#menu li {	/*display: inline;*/	list-style-type: none;
	margin-bottom: 15px;
	padding: 5px 5px;}#menu ul, ol {	margin: 0;	padding: 0;	}#menu a {	background: transparent;	color: #6a5e59;	font-weight: bold;	margin: 0;
	margin-top: 5px;   	font-family: Helvetica, verdana, arial, sans-serif;
    text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	padding: 10px 0;	}#menu a:hover, #menu a.current {
	color: black;
}

.song {
	width: 95%;
	border: 1px solid gray;
	padding: 10px;
	margin: 0 auto 10px auto;
}

.song p {
	margin: 0 0 5px 0;
}

.date h3 {
	margin: 0;
	font-weight: normal;
}

.date h2 {
	margin: 0;
	text-align: left;
	font-size: 17px;
}

.date p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.date img {
	margin-top: 0px;
	display: inline;
	float: right;
}

.date {
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

div.clearer {	clear: right; 	line-height: 0; 	height: 0;}


/* GALLERY STUFF */

#thumbnails {
	position: static;
	/*clear: both;*/
	margin-top: 0;
}

#thumbnails img {
	margin: 0;
}

.clear {
	clear: both;
}

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

.thumb:hover {
	background-color: #666666;
}

.thumb:active {
	background-color: #99CC99;
}

/* Lightbox stylesheet */

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

#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: transparent url(gallery/js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(gallery/js/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(gallery/js/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
