@charset "UTF-8";
/* CSS Document */

body {
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #000;
		
}
a img { border:0;}


#container {
	width: 850px;
	margin: 0 auto;
	margin-right:auto;
	margin-left:auto;
	text-align: left;	
}

/*#mainContent { min-height:800px; }*/

#header {
	width: 850px;
	height: 200px;
	padding-top: 0;
	position: relative;
}
#mainNav {
	height: 54px;
	width: 444px;
	position: absolute;
	left: 408px;
	top: 15px;
}
#buy {
	height: 98px;
	width: 89px;
	position: absolute;
	left: 725px;
	top: 67px;
	border: 1px solid #FEFF00;
}
/*home css*/
#homeBG {
	background-image: url(../imagess/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftCol {
	width: 200px;
	float: left;
	height: 400px;
}
#home {
	width: 250px;
	text-align: left;
	float: left;
	height: 800px;
	margin-left: 5px;
}
#leftColHat {
	width: 300px;
	float: left;
	height: 400px;
}
#homeHat {
	width: 300px;
	text-align: left;
	float: left;	
}
/*bio css*/
#bioBG {
	background-image: url(../imagess/bio_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#oth {
	width: 500px;
	text-align: left;
	float: left;
	margin-top: 25px;
	margin-left: 175px;
	background-color: rgba(0,0,255,0.5);
	/*background: rgb(00, 00, 00);  The Fallback IE */
	background:rgba(0,0,255,0.5) none repeat scroll 0 0;
	padding: 20px;
}
#leftColBio {
	width: 205px;
	float: left;
	height: 600px;
	margin-top: 25px;
	margin-left: 120px;
	background-color: rgba(0,0,255,0.5);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#oth2ColBio {
	/*width: 310px;*/
	width: 610px;
	text-align: left;
	float: left;
	margin-top: 25px;
	/*margin-left: 25px;*/
	margin-left:100px;
	background-color: rgba(0,0,255,0.5);
	/*background: rgb(00, 00, 00);  The Fallback IE */
	background:rgba(0,0,255,0.5) none repeat scroll 0 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 500px;
	
}


/*lyrics css*/
#lyricsBG {
	background-image: url(../imagess/lyrics_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #050005;
}
#leftColOth h3 .active {
	color: #fff;
}
#leftColOth h3 a.link {
	color: #FEFF00;
}
#leftColOth {
	width: 205px;
	float: left;
	height: 600px;
	margin-top: 25px;
	margin-left: 100px;
	background-color: rgba(0,0,255,0.5);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#oth2Col {
	width: 310px;
	text-align: left;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	background-color: rgba(0,0,255,0.5);
	/*background: rgb(00, 00, 00);  The Fallback IE */
	background:rgba(0,0,255,0.5) none repeat scroll 0 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 600px;

	
}


/*music css*/
#musicBG {
	background-image: url(../imagess/music_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftColMusic {
	width: 205px;
	height: 780px;
	float: left;
	margin-top: 25px;
	margin-left: 100px;
	background-color: rgba(0,0,255,0.5);
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#oth2ColMusic {
	width: 310px;
	height: 780px;
	text-align: left;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	background-color: rgba(0,0,255,0.5);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	
	
}


/*contact css
*/#contactBG {
	background-image: url(../imagess/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact {
	width: 500px;
	text-align: left;
	float: left;
	
}

/*menu*/
#mainNav ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#mainNav li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	color: #FFF;
}

#mainNav a {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: left;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FF0;	
}

#mainNav a:link, #mainNav a:visited
{
	color: #FFF;
	text-decoration: none;
}
#mainNav a:hover
{
	color: #FEFF00;
	
	text-decoration: none;
	
}

#mainNav #active a {
	color: #FEFF00;
	padding-right: 5px;
	padding-left: 5px;	
}
/*end menu*/

#footer {
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 10px;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	color: #FF0;
	font-size: 16px;
	line-height: 1.4;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: .3em;
	font-weight: bold;
	text-transform: uppercase;
	}
		
h2 {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 0px;
	color: #FF0;
	padding-top: 5px;
}



h3 {
	color: #FF0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.9;
	
	}
h3 a {
	color: #FEFF00;
	text-decoration: none;
}
h3 a:hover { color: #FFF;}
h3 a:active { color: #FFF;}

h4 {
	color: #0B366D;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

a.copy:link  {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}
a.copy:visited {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

a.copy:hover {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
#leftColMusic h3 {
	margin: 0px;
	padding-bottom: 5px;
}
/** contact form!**/

input,textarea{
	width:250px;
}
.form div{
 margin-bottom:20px;
 margin-left:10px;
 margin-right: 10px;
 font-size:10px;
 font-family:Helvetica, sans-serif;
 }


.text_field1 {
	background-color: #fff;
	border:1px solid #000;
}

.text_submit {
	color: #000;
	font-size: 14px;
	width: 72px;
	height: 25px;
	border:none;
	background-color: #fff;
}
.form_titles {
	padding-right: 3px;
	color: #fff;
	font-size: 12px;
}
/**end form!**/
#contact div form table {
	background-color: #000;
}
.soulberg {
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}
.underlineHome {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#work {
	position:absolute;
	left:479px;
	top:95px;
	width:319px;
	height:74px;
	z-index:1;
}
a:link {
	color: #FEFF00;
}
a:visited {
	color: #FEFF00;
}
a:hover {
	color: #FFF;
}
