/* CSS Document */


body{
	font-family: Verdana, Arial,sans-serif;
	font-size:11px;
	text-align:left;
	background-color:#000000;
	color: #CCCCCC;
	margin:0 auto;
}

#bckimg{
	background:url(../img/bckFinal2.png) right no-repeat;
	width:950px;
	height:600px;
	margin:0 auto;

}
#mp3player{
	float:right;
	}
body#player{
	width:950px;
	margin-top:5px;
}
.grey_sq{
	background: url(../img/grey_sq.png) left no-repeat; 
	width:560px;
	height:580px;
	behavior: url(iepngfix.htc); /*have to check this out*****************************************************************/	
}

.content{
	margin:25px 0px 0px 8px;
	width:485px;
	height:450px;
	overflow:auto;	
	padding:3px;
}
#nav{
	margin-bottom:1%;
}
h2{
	text-align:center;
	color:#8FBE00;
	letter-spacing:1px;
}
h3, h4{
	letter-spacing:1px;
}
a{
	color:#8FBE00;
	text-decoration:none;	
}
a:hover{
	
	color:#666666;
}

p{
	letter-spacing:.5px;
}
p.divider{
	border-bottom: 1px solid #333333;
	margin:0px 10px;
}
/*news page*/

.bold span{
	color:#8FBE00;
}

/***************************************Rollover img************************************************************/
#menu li, #c li{
	float:left;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:3%;
}
#menu, #c{
	list-style:none;
	padding: 0;
	margin: 0;	
}
#menu span, #c span{
	display:none;	
}
#menu a, #c a{
	display:block;
	position:relative;
	
}
#menu a:hover, #c a:hover{
	background-position: left;
}
#menu a:hover span, #c a:hover span{
	display:block;
}
#menu .about{
	width:99px;
	height:19px;
	background:url(../img/about.png) no-repeat;
	margin-top:20%;
}
#menu .about span{
	width:99px;
	height:19px;
	background:url(../img/about_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#menu .news{
	width:99px;
	height:19px;
	background:url(../img/news.png) no-repeat;
	margin-top:20%;
}
#menu .news span{
width:99px;
	height:19px;
	background:url(../img/news_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#menu .artist{
	width:99px;
	height:19px;
	background:url(../img/artist.png) no-repeat;
	margin-top:20%;
}
#menu .artist span{
	width:99px;
	height:19px;
	background:url(../img/artist_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#menu .music{
	width:99px;
	height:19px;
	background:url(../img/music.png) no-repeat;
	margin-top:20%;
}
#menu .music span{
	width:99px;
	height:19px;
	background:url(../img/music_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#menu .releases{
	width:99px;
	height:19px;
	background:url(../img/releases.png) no-repeat;
	margin-top:20%;
}
#menu .releases span{
	width:99px;
	height:19px;
	background:url(../img/releases_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#menu .gallery{
	width:99px;
	height:19px;
	background:url(../img/gallery.png) no-repeat;
	margin-top:20%;
}
#menu .gallery span{
	width:99px;
	height:19px;
	background:url(../img/gallery_r.png) no-repeat;
	border-bottom:#8FBE00 1px solid;
}
#c .contact{
position:relative;
	width:74px;
	height:14px;
	background:url(../img/contact.png)  right no-repeat;
	margin-top:24.5px;
	margin-left:70px;

}
#c .contact span{
	width:74px;
	height:14px;
	background:url(../img/contact_r.png) right no-repeat;
	border-bottom:#8FBE00 1px solid;		
}
/**********************************************************************************************************/
/*Releases & Artsist page*/
.disco {
	float:left;
	margin:5px;
	border:#8FBE00 2px solid;
	padding:3px; 
}
a:hover.disco {
	border:#ccc 2px solid;
	padding:3px;
}
.artist_pix{
	float:left;
	margin:5px;
}

img{
	border:none;
}
p.artsits_link{
	float:right;
}
/**/
/*Gallery page*/
ul#gallery-items{
	list-style-type:none;
}
ul#gallery-items li{
	margin:10px;
	}
ul#gallery-items li img{
	border:#8FBE00 2px solid;
	padding:3px; 
}

.fix{margin:0;}
/*flyedesign footer*/
#fd{
	font-size:9px;
}
.clear{
	clear:both;
}


