@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	background-image:none;
	color:#FFF; 
	margin:0px; 
	font-family:Comic Sans MS, Comic Sans, cursive, sans-serif;
}


#wrapper {
	/*	height:auto;
	height:1012px;*/
	position:relative;
	width:647px;
	margin:0 0 0 15px;
	padding:0px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background:#000000;
/*	height: 1022px; */
	opacity:.85;
	}

	#home_page, #news_page, #bio_page, #music_page, #gigs_page, #store_page, #photos_page, #mailing_page {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	z-index:-1;
	}	
	#home_page, #news_page, #mailing_page {
	background:url(images/backgrounds/home.jpg) repeat-x fixed #000;
	}

	#bio_page {
	background:url(images/backgrounds/bio.jpg) repeat-x fixed #000;
	opacity:0;
	}

	#gigs_page {
	background:url(images/backgrounds/gigs.jpg) repeat-x fixed #000;
	opacity:0;
	}

	#photos_page {
	background:url(images/backgrounds/photos.jpg) repeat-x fixed #000;
	opacity:0;
	}

	#store_page {
	background:url(images/backgrounds/store.jpg) repeat-x fixed #000;
	opacity:0;
	}

	#mailingList_page {
	background:url(images/backgrounds/mailingList.jpg) repeat-x fixed #000;
	}

#topbar {
}

#footbar {
margin-top:10px;
border-top:1px solid #C6C; 
clear:both;
padding:10px;
font-size:11px;
}


a {color:#FF33FF; text-decoration:none}

h1 {
margin:0px; 
padding:0px;
height:0px;
}

h2 {
margin:0 0 5px 5px;
}

#logo {
	position:absolute;
	left:16px;
	z-index:1;
}

#nav {
text-align:center;
padding-top:303px;
}

#nav a {
color:black;
font-size:23px;
font-weight:bold;
}

#nav a:hover {color:#FF33FF;}

#nav img {border:none;}

#box {
position:absolute;
min-height:425px;
margin:0px; 
opacity:.8;
}

#box_bg {
width:480px; 
padding: 0 10px 0 10px;
margin-left:70px;
background:url(images/shades.png) repeat-y center;
z-index:1;
position:absolute;
top:84px;
height:100%;
}

	#playerBG {
	background:url(images/player_trans.png) repeat-x;
	position:fixed;
	top:0px;
	left:662px;
	width:263px;
	height:203px;
	opacity:.5;
	}
	
	#player {
/*	margin:10px auto;*/
	width:284px;
	position:fixed;
	left:660px;
	top:-56px;
	}
	
#container {
	min-height:425px;
	position:relative;
}

	.picRight {
	float:right;
	padding:5px;
	border:5px solid #FF33FF;
	background:#ffffff;
	margin-left:10px;
	}
	
.item p {
margin:0 0 10px 0; 
}

.item {
font-size:14px;
}

.item h3 {
border-bottom:1px solid #CC44AA;
color:#CC44AA;
font-size:24px;
font-weight:bold;
margin-bottom:10px;
}

#splash {
	position:absolute;
	left:475px;
	height: 517px;
}

a:hover .photo {
border:8px solid #fcf;
}

.download, .download img {
border:none;
float:right;
}	


/* specific page info */

.news, .bio, .gigs, .store {
padding:0px 20px 30px 20px;
}

.gigs:first-line {
font-weight:bold;
}

.photo {
display:inline;
margin:0 6px;
padding:0;
}

.photo img {
border:none;
padding:5px;
}


#links {
padding-left:50px;
padding-right:50px;
margin:129px 0 10px 0;
}

#links img {
margin:2px;
border:none;
}

#mailing {
float:right;
border:none;
}

.mailbox {
width:500px;
border:1px solid #666666;
margin-left:auto;
margin-right:auto;
margin-top:50px;
padding:20px;
width:500px;
}

.mailbox strong {
color:#CC44AA;
font-size:24px;
font-weight:bold;
margin-bottom:10px;
}

.mailbox a {
padding:20px;
}
