body{
	margin:0px;
	background-color:#000;
	font-size:0.9em;
	font-family:arial;
	color:#e2e2e2;
}

img{	border:none;}
a{
	text-decoration:none;
	color:#ad0000;
	}
a:hover{
	text-decoration:underline;
	color:#cd0000;
}
a.white{
	text-decoration:none;
	color:#fff;
	}
a.white:hover{
	text-decoration:underline;
	color:#fff;
}
#container{
	margin-top:5px;
	width:1000px;
	height:973px;
	border:2px solid #fff;
/*	background-image:url(/images/background.jpg); */
	background-image:url(/images/bgdark.jpg); 
	background-repeat:no-repeat;
	position:relative;
}
#container_club{
	margin-top:5px;
	width:1000px;
	height:973px;
	border:2px solid #fff;
	background-image:url(/images/clubbackground.jpg);
	background-repeat:no-repeat;
	position:relative;
}
/*navigation*/
#navbar{
	display:none;
	position:absolute;
	height:71px;
	width:975px;
	left:8px;
	top:11px;
}
#navlogo{
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:71px;
	background-image:url(/images/logonav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#livenav{
	position:absolute;
	left:330px;
	top:0px;
	width:59px;
	height:71px;
	background-image:url(/images/livenav.png);
	background-repeat:no-repeat;
		cursor:pointer;
}
#livenav:hover{
	
	background-image:url(/images/livenav_ov.png);
	
}
#musicnav{
	position:absolute;
	left:389px;
	top:0px;
	width:85px;
	height:71px;
	background-image:url(/images/musicnav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#musicnav:hover{
	background-image:url(/images/musicnav_ov.png);
	background-repeat:no-repeat;
}
#videonav{
	position:absolute;
	left:474px;
	top:0px;
	width:91px;
	height:71px;
	background-image:url(/images/videonav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#videonav:hover{
	background-image:url(/images/videonav_ov.png);
	background-repeat:no-repeat;
}
#bionav{
	position:absolute;
	left:565px;
	top:0px;
	width:50px;
	height:71px;
	background-image:url(/images/bionav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#bionav:hover{
	background-image:url(/images/bionav_ov.png);
	background-repeat:no-repeat;
}
#photonav{
	position:absolute;
	left:615px;
	top:0px;
	width:96px;
	height:71px;
	background-image:url(/images/photonav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#photonav:hover{
background-image:url(/images/photonav_ov.png);
	background-repeat:no-repeat;
}
#newsnav{
	position:absolute;
	left:711px;
	top:0px;
	width:81px;
	height:71px;
	background-image:url(/images/newsnav.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#newsnav:hover{
	background-image:url(/images/newsnav_ov.png);
	background-repeat:no-repeat;
}
#clubsumonav{
	position:absolute;
	left:792px;
	top:0px;
	width:192px;
	height:71px;
	background-image:url(/images/clubsumo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#clubsumonav:hover{
	background-image:url(/images/clubsumo_ov.png);
	background-repeat:no-repeat;
}
#socialnav{
	display:none;
	position:absolute;
	left:793px;
	top:82px;
	width:199px;
	height:36px;
	background-image:url(/images/socialnav.png);
	background-repeat:no-repeat;
}
#rightbar{
	display:none;
	position:absolute;
	left:795px;
	top:122px;
	width:199px;
	height:808px;
	background-image:url(/images/rightbar.png);
	background-repeat:no-repeat;
	
}
#maincontent{
	display:none;
	position:absolute;
	left:9px;
	top:122px;
	width:776px;
	height:808px;
	background-image:url(/images/maincontent.png);
	background-repeat:no-repeat;
	
}
#maincontent40{
	display:none;
	position:absolute;
	left:9px;
	top:122px;
	width:776px;
	height:808px;
	background-image:url(/images/maincontent40.png);
	background-repeat:no-repeat;
	
}
#footerbar{
	width:984px;
	height:25px;
}
/*social network*/
#youtube{
	position:absolute;
	left:5px;
	top:0px;
	width:58px;
	height:34px;
}
#myspace{
	position:absolute;
	left:64px;
	top:0px;
	width:30px;
	height:34px;
}
#twitter{
	position:absolute;
	left:95px;
	top:0px;
	width:30px;
	height:34px;	
}
#facebook{
	position:absolute;
	left:127px;
	top:0px;
	width:30px;
	height:34px;
}
#flickr{
	position:absolute;
	left:162px;
	top:0px;
	width:30px;
	height:34px;
}
/*titles*/
#hometitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/hometitle.png);
	background-repeat:no-repeat;
}
#livetitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/livetitle.png);
	background-repeat:no-repeat;
}
#clubsumotitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/clubsumotitle.png);
	background-repeat:no-repeat;
}
#videotitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/videotitle.png);
	background-repeat:no-repeat;
}
#musictitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/musictitle.png);
	background-repeat:no-repeat;
}
#biotitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/biotitle.png);
	background-repeat:no-repeat;
}
#newstitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/newstitle.png);
	background-repeat:no-repeat;
}
#phototitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/phototitle.png);
	background-repeat:no-repeat;
}
#adtitle{
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/adtitle.png);
	background-repeat:no-repeat;
}
#jaytitle{
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/jaytitle.png);
	background-repeat:no-repeat;
}
#faztitle{
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/faztitle.png);
	background-repeat:no-repeat;
}
#stevetitle{
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/stevetitle.png);
	background-repeat:no-repeat;
}
#montytitle{
	position:absolute;
	top:7px;
	left:12px;
	width:748px;
	height:48px;
	background-image:url(/images/montytitle.png);
	background-repeat:no-repeat;
}
#adpic{
	width:180px;
	height:120px;
	padding-top:41px;
	padding-left:1px;
	left:8px;
	background-image:url(/images/adpic.png);
	background-repeat:no-repeat;
}
#jaypic{
	width:180px;
	height:120px;
	padding-top:41px;
	padding-left:1px;
	left:8px;
	background-image:url(/images/jaypic.png);
	background-repeat:no-repeat;
}
#fazpic{
	width:180px;
	height:120px;
	padding-top:41px;
	padding-left:1px;
	left:8px;
	background-image:url(/images/fazpic.png);
	background-repeat:no-repeat;
}
#stevepic{
	width:180px;
	height:155px;
	padding-top:40px;
	padding-left:1px;
	left:8px;
	background-image:url(/images/stevepic.png);
	background-repeat:no-repeat;
}
div.picbio{
	font-size:0.7em;
	float:right;
	margin-right:5px;
}
div.bodytext{
	text-align:left;
	position:absolute;
	padding:1px;
	width:745px;
	top:57px;
	left:17px;
	font-size:0.9em;
	color:#000;
	line-height:20px;
}
li.giglist{
	line-height:26px;
	list-style-type:none;
}
.gigdate_h{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
}
.gigtime_h{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
}
.gigvenue_h{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
}
.gigticket_h{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
}
.gigdate{
	font-size:1.1em;
	font-weight:bold;
	color:#e2e2e2;
}
.gigtime{
	font-size:1.1em;
	font-weight:bold;
	color:#e2e2e2;
}
.gigvenue{
	font-size:1.1em;
	font-weight:bold;
	color:#e2e2e2;
}
.gigticket{
	font-size:1.1em;
	font-weight:bold;
	color:#e2e2e2;
}
div.rightbartitle{
	margin-top:8px;
	text-align:left;
	color:#e2e2e2;
	font-weight:bold;
	font-size:1.7em;
	width:180px;
	padding:3px 3px 6px 10px;
	line-height:30px;
	height:31px;
	
}
div.tweetdiv{
	position:relative;
	color:#000;
	width:175px;
	height:110px;
	margin:0px;
	text-align:left;
	font-size:0.75em;
	background-image:url(/images/pannelup.png);
	background-repeat:no-repeat;
	margin:auto;
	padding:11px;
	cursor:pointer;
	
}
div.tweetdiv:hover{
	background-image:url(/images/pannelover.png);
}
div.tweedate	{
	position:absolute;
	top:88px;
	color:#333;
	font-size:0.8em;
	font-weight:bold;
	
}
div.scrollable div.items {     
    position:absolute; 
    left:0px;
	width:165px;
    /* this time we have very large space for height */     
    height:20000em;     
}
div.scrollable {   
     
    /* required settings */ 
	left:8px;
    position:absolute; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: 115px;      
    width: 180px;     
} 
div.pstuff{
	
	padding:2px;
	border-bottom:1px dotted #000;
}
div.linkdiv{
	float:right;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	position:absolute;
	left:15px;
	top:65px;
	float:right;
	width:748px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #fff;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.caption{display:none;}
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
	padding-top:10px;
	
	
}
div.slideshow span.image-wrapper {
	margin:auto;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 5px;
	display: block;
	border: 1px solid #ccc;
	background-color:#333;
}
div.slideshow img {
	border: none;
	margin:25px;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	display:none;
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	margin-left:13px;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {

	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
 