/* Basket Case website - CSS Document */

body {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	background-color: #342F2F;
	text-align: center;
	font-size: 10px;
	background-image: url(graphics/global/bg_tile.jpg);
}
div.container {
	margin: 0 auto;
	width: 920px;
}
#main {
	width: 920px;
	height: 100%;
}
.header {
	height: 375px;
	width: 920px;
	background-image: url(graphics/global/header_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 315px;
	padding-left: 55px;
}
#menu {
	height: 26px;
	width: 593px;
}
.menu-divide {
	width: 22px;
	background-image: url(graphics/global/menu-divide.gif);
	background-repeat: no-repeat;
}
.menu-text {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.menu-text a {
	color: #000000;
	text-decoration: none;
}
.menu-text a:hover {
	color: #D70000;
	text-decoration: none;
}
.content-bg {
	background-image: url(graphics/global/main-tile.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.footer {
	height: 200px;
	padding-top: 75px;
	background-image: url(graphics/global/main-tile.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 11px;
	color: #D70000;
}
.footer a {
	color: #D70000;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	background-color: #D70000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#main-cols {
	width: 920px;
}
.main-right-col {
	width: 290px;
	vertical-align: top;
}
.title {
	height: 100px;
}
.text-padding {
	padding-left: 50px;
	padding-right: 45px;
	vertical-align: top;
}
.text-intro {
	height: 100px;
	padding-left: 50px;
	padding-right: 45px;
	vertical-align: top;
}
.text-header01 {
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
}
.text-header02 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text-date {
	font-size: 12px;
	font-weight: bold;
	color: #D70000;
}
.text-main {
	font-size: 12px;
	background-color: #ffffff;
	padding: 1px;
}
.text-main a {
	color: #D70000;
	font-weight: bold;
}
.text-main a:hover {
	color: #D70000;
	font-weight: bold;
}
#boxout {
	width: 290px;
	margin-top: 15px;
}
.boxout-bg-booking {
	background-image: url(graphics/boxouts/bg-booking.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 60px;
	vertical-align: top;
}
.boxout-bg-listen {
	background-image: url(graphics/boxouts/bg-listen.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 60px;
	vertical-align: top;
}
.boxout-bg-gallery {
	height: 245px;
	background-image: url(graphics/boxouts/bg-gallery.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 60px;
	vertical-align: top;
}
.boxout-bg-biog {
	background-image: url(graphics/boxouts/bg-biog.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 60px;
	vertical-align: top;
}
.boxout-bg-gigs {
	background-image: url(graphics/boxouts/bg-gigs.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 60px;
	vertical-align: top;
}
.boxout-footer {
	height: 8px;
	background-image: url(graphics/boxouts/footer-bg.gif);
	background-repeat: no-repeat;
}
.boxout-text-header01 {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
.boxout-text-header02 {
	color: #ffffff;
	background-color: #d70000;
	font-weight: bold;
	font-size: 12px;
}
.boxout-text-link {
	font-size: 12px;
}
.boxout-text-link a {
	color: #ffffff;
	background-color: #d70000;
	text-decoration: none;
}
.boxout-text-link a:hover {
	color: #d70000;
	background-color: #ffffff;
	text-decoration: none;
}
.gallery-cell {
	width: 176px;
	height: 176px;
}
.gallery-thumb {
	border: 4px solid #d70000;
}
.mp3-title {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #d70000;
}





/* ---------------------   Lightbox   --------------------- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 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(graphics/lightbox/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(graphics/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(graphics/lightbox/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: #BA0000; }
#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;
	}








