/*NORMALIZING*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe
{
    margin: 0;
    padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul
{
    list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}

/*Removes border from fieldset and img*/
img
{
    border: 0;
}

a
{
    text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/
body{
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.wrapper{
	width: 950px;
	padding: 10px;
	margin: 0px auto;
}
.clearing{
	clear: both;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
p
{
	font-size: 12px;
}
#main-content-wrapper
{
	width: 930px;
}
/*HEADER*/
#heading-wrapper{
	width: 930px;
	background-color: black;
	height: 200px;
	background-image: url(images/homeBanner.jpg);
	background-repeat: no-repeat;
}
#header-left{
	float:left;
width:495px;
}
#header-right{
	float:right;
	margin-top: 100px;
	width: 286px;
	height: 94px;
	
}
/*NAV*/
#nav{
background-color: #C6006F;
height: 50px;
width: 930px;
}
#navHome a{
background-image: url('images/navHome.jpg');
background-repeat: no-repeat;
height: 50px;
width: 87px;
border: 0px solid white;
display: block;
float:left;
}
#navHome a:hover{
background-image: url('images/navHomeHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 87px;
border: 0px solid white;
float:left;
}
#navNews a{
margin-left: 7px;
background-image: url('images/navNews.jpg');
background-repeat: no-repeat;
height: 50px;
width: 90px;
border: 0px solid white;
display: block;
float:left;
}
#navNews a:hover{
margin-left: 7px;
background-image: url('images/navNewsHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 90px;
border: 0px solid white;
float:left;
}
#navAbout a{
margin-left: 7px;
background-image: url('images/navAbout.jpg');
background-repeat: no-repeat;
height: 50px;
width: 97px;
border: 0px solid white;
display: block;
float:left;
}
#navAbout a:hover{
margin-left: 7px;
background-image: url('images/navAboutHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 97px;
border: 0px solid white;
float:left;
}
#navMusic a{
margin-left: 7px;
background-image: url('images/navMusic.jpg');
background-repeat: no-repeat;
height: 50px;
width: 85px;
border: 0px solid white;
display: block;
float:left;
}
#navMusic a:hover{
margin-left: 7px;
background-image: url('images/navMusicHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 85px;
border: 0px solid white;
float:left;
}
#navVid a{
margin-left: 7px;
background-image: url('images/navVideos.jpg');
background-repeat: no-repeat;
height: 50px;
width: 115px;
border: 0px solid white;
display: block;
float:left;
}
#navVid a:hover{
margin-left: 7px;
background-image: url('images/navVideosHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 115px;
border: 0px solid white;
float:left;
}
#navPics a{
margin-left: 7px;
background-image: url('images/navPics.jpg');
background-repeat: no-repeat;
height: 50px;
width: 87px;
border: 0px solid white;
display: block;
float:left;
}
#navPics a:hover{
margin-left: 7px;
background-image: url('images/navPicsHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 87px;
border: 0px solid white;
float:left;
}
#navShows a{
margin-left: 7px;
background-image: url('images/navShows.jpg');
background-repeat: no-repeat;
height: 50px;
width: 103px;
border: 0px solid white;
display: block;
float:left;
}
#navShows a:hover{
margin-left: 7px;
background-image: url('images/navShowsHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 103px;
border: 0px solid white;
float:left;
}
#navLyrics a{
margin-left: 7px;
background-image: url('images/navLyrics.jpg');
background-repeat: no-repeat;
height: 50px;
width: 88px;
border: 0px solid white;
display: block;
float:left;
}
#navLyrics a:hover{
margin-left: 7px;
background-image: url('images/navLyricsHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 88px;
border: 0px solid white;
float:left;
}
#navContact a{
margin-left: 0px;
background-image: url('images/navContact.jpg');
background-repeat: no-repeat;
height: 50px;
width: 116px;
border: 0px solid white;
display: block;
float:left;
}
#navContact a:hover{
margin-left: 0px;
background-image: url('images/navContactHover.jpg');
background-repeat: no-repeat;
height: 50px;
width: 116px;
border: 0px solid white;
float:left;
}
/*MAIN CONTENT*/
#main-content{
	width: 800px;
	float: left;
	font-size:12px;
}
/*Vid*/
#music-wrapper #main-content{
	width: 800px;
	float: left;
	font-size:12px;
	background-color:#444444;
	color: #999;
}
#vid-wrapper #main-content{
	width: 800px;
	float: left;
	font-size:12px;
	background-color:#444444;
	color: #999;
}
#vid-wrapper #main-content p{
	text-align: left;
	margin-left: 25px;
	
}
/*Lyrics*/
#lyrics-wrapper #main-content h4{
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
}
#lyrics-wrapper #main-content h3{
	font-weight: bold;
	font-size:16px;
}
#lyrics-wrapper #main-content{
	width: 760px;
	text-align:center;
	float: left;
	font-size:12px;
	background-color:#444444;
	color: #fff;
	padding:20px;
}
#lyrics-wrapper #main-content p{
	text-align: left;
	margin-left: 25px;
	
}
#lyrics-wrapper #main-content h4{
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
}
/*Pics*/
#pics-wrapper #main-content{
	width: 800px;
	float: left;
	font-size:12px;
	background-color:#444444;
	color: #999;
	padding: 20px 0px;
}
#pics-wrapper #main-content p{
	text-align: left;
	margin-left: 25px;
	
}
#pics-wrapper #main-content h4{
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
}
/*Donate*/
#setlist-wrapper #main-content{
	width: 800px;
	float: left;
	font-size:12px;
	
}
#setlists-wrapper #main-content p{
	text-align: left;
	
}
/*Shows*/
#shows-wrapper #main-content{
	background-color:#444444;
	color:#999999;
	float:left;
	font-size:12px;
	width:800px;
}
#shows-wrapper #main-content #right-column p{
	text-align: left;
	margin-left: 25px;
	
}
#shows-wrapper #main-content #right-column h4{
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
}
#shows-wrapper #main-content #right-column {
	width: 340px;
	float: right;
	padding: 10px 10px 5px 5px;
	}
/*MAIN CONTENT LEFT COLUMN*/
#left-column{
width: 370px;
float: left;
padding: 15px;
}
/*Home*/
#home-wrapper #left-column{
background-color:#c3b600;
color:#000000;
padding: 0px;
width: 400px;
}
#home-wrapper #main-content #left-column #updates {
color:#fff;
background-color: #C6006F;
line-height:14px;
padding:10px 10px 0px 15px;
}
#home-wrapper #main-content #left-column #updates a{
color: #fff;
text-decoration: underline;
}
#home-wrapper #main-content #left-column #updates h3{
font-size: 14px;
}
#home-wrapper #main-content #left-column #bio-box {
background-color:#c3b600;
line-height:14px;
padding:10px 10px 0px 15px;

}
#home-wrapper #main-content #left-column #gallery-box {
	padding: 20px;
	background-color: #c6006f;
}
#home-wrapper #main-content #left-column #gallery-box ul li{

}
#moreAbout{
text-align: left;
margin-top: 12px;
}
#moreAbout a{
	display: block;
	width: 58px;
	height: 16px;
	background-image: url("images/bMore.jpg");
	margin-top: 10px;
	margin-left: 0px;
	
}
#moreAbout a:hover{
	display: block;
	width: 58px;
	height: 16px;
	background-image: url("images/bMoreHover.jpg");
	margin-top: 10px;
}
#iTunes{margin-top: 15px;margin-left: 5px;}
#iTunes a{
	display: block;
	width:107px;
	height: 22px;
	background-image: url("images/bItunes.jpg");
	margin-top: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#iTunes a:hover{
	display: block;
	width: 107px;
	height: 22px;
	background-image: url("images/bItunesHover.jpg");
	margin-top: 10px;
}
#moreMusic{margin-top: 5px;margin-left: 5px;}
#moreMusic a{
	display: block;
	width:59px;
	height: 13px;
	background-image: url("images/bMusic.jpg");
	margin-top: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#moreMusic a:hover{
	display: block;
	width: 59px;
	height: 13px;
	background-image: url("images/bMusicHover.jpg");
	margin-top: 10px;
}

/*Bio*/
#bio-wrapper #left-column{
background-color:#444444;
color:#FBFBFB;
padding: 0px;
width: 400px;
}
#bio-wrapper #left-column p{
	padding: 15px 15px 0px 15px;
}
#bio-wrapper #left-column{
background-color:#444444;
color:#FBFBFB;
}
#bio-wrapper #left-column a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#bio-wrapper #left-column a:hover{
	color: #C3B600;
	text-decoration: none;
	font-weight: bold;
}
/*Music*/
#music-wrapper #left-column{
background-color:#B2740E;
color:#000000;
padding: 0px 0px 10px 0px;
width: 560px;
}
#music-wrapper #left-column ul{
font-size: 10px;
font-weight: bold;
}
#music-wrapper #left-column h4{
font-size: 12px;
font-weight: bold;
}
/*Pics*/
#pics-wrapper #left-column{
width: 90px;
float: left;
}
/*Shows*/
#shows-wrapper #left-column
{
	color:#FFFFFF;
	margin-left:10px;
	margin-right:25px;
	margin-top:20px;
width:432px;
}
/*SET LISTS*/
#setlists-wrapper #left-column{
background-color: #c3b600;
width: 305px
}
#setlists-wrapper #left-column a{
color: black;
}
#setlists-wrapper #left-column a:hover{
color: white;
}
/*Contact*/
#contact-wrapper #left-column{
background-color:#444;
color:#FFFFFF;
font-weight:bold;
width: 280px;
height:150px;
}
#contact-wrapper #left-column ul{
font-size: 10px;
font-weight: bold;
}
#contact-wrapper #left-column h4{
font-size: 12px;
font-weight: bold;
}
#contact-wrapper #left-column a{
color:#ffffff;
}
#contact-wrapper #left-column a:hover{
color:#c6006f;
}
/*MAIN CONTENT RIGHT COLUMN*/
#right-column{
width: 370px;
float: left;
padding: 15px;
}
/*Home*/
#home-wrapper #right-column{
background-color:#444;
color:#999999;
padding: 0px;
width: 400px;
}
#home-wrapper #main-content #right-column #music-box {
background-color:#C5960C;
line-height:14px;
padding:5px 0px 5px 10px;
height: 175px;
font-size: 11px;
color: #000000;
}
#home-wrapper #main-content #right-column #music-box h4{
font-size: 12px;
}
#home-wrapper #main-content #right-column #music-box ul{
margin-left: 10px;
}
#home-wrapper #main-content #right-column #vid1 h4{
	margin-left: 40px
}
#home-wrapper #main-content #right-column #vid1 p{
	margin-left: 40px;
	font-size: 11px;
}
#home-wrapper #main-content #right-column #vid3{
	margin-top: 20px;
}
#home-wrapper #main-content #right-column #vid3 h4{
	margin-left: 40px
}
#home-wrapper #main-content #right-column #vid3 p{
	margin-left: 40px;
	font-size: 11px;
}
/*Bio*/
#bio-wrapper #right-column{
background-color:#C3B600;
color:#000000;
}
#bio-wrapper #right-column ul{
margin-bottom: 10px;
}
#bio-wrapper #right-column a{
color: black;
text-decoration:underline;

}
#bio-wrapper #right-column a:hover{
color: white;
text-decoration:underline;

}
/*Music*/
#music-wrapper #right-column{
background-color:#C5960C;
color:#000;
width: 210px;
text-align:right
}
#music-wrapper #right-column #iTunes{
	margin-top: 0px;
}
#music-wrapper #right-column ul{
margin-bottom: 10px;
}
/*PICS*/
#pics-wrapper #right-column{

width:550px;
}
/*vid*/
#vid1{margin-top:20px; margin-bottom: 20px;}
#vid2{margin-top:20px; margin-bottom: 20px;}
#vid3{margin-top:40px; margin-bottom: 20px;}
#vid4{margin-top:40px; margin-bottom: 20px;}
/*Setlists*/
#setlists-wrapper #main-content #right-column{
	background-color:#444444;
	color:#FAFAFA;
	padding:15px 45px 15px 20px;
width:400px;
}
#setlists-wrapper #main-content #right-column ol{
	color:#FAFAFA;
list-style-position:inside;
list-style-type:decimal;
margin:10px 50px 10px 5px;
}
#setlists-wrapper #main-content #right-column ol li{
	margin-bottom: 0px;
}
/*Contact*/
#contact-wrapper #right-column{
background-color:#000;
width: 490px;
color:#FFFFFF;
padding: 0px;
}
#music-wrapper #right-column #iTunes{margin-top: 0px;}
/*SECONDARY*/
#secondary-content{
float: left;
width: 130px;
}
.secondary-content-box{
	height: 130px;
}
#myspace{
background-color: #23bcb9;
}
#myspace a{
	display: block;
	width:130px;
	height: 130px;
	background-image: url("images/bMyspace.jpg");
	background-repeat: no-repeat;
}
#myspace a:hover{
	display: block;
		width:130px;
		height: 130px;
		background-image: url("images/bMyspaceHover.jpg");
	background-repeat: no-repeat;
}


#facebook{
background-color: #00b1b0;
}
#facebook a{
	display: block;
	width:130px;
	height: 130px;
	background-image: url("images/bFacebook.jpg");
	background-repeat: no-repeat;
}
#facebook a:hover{
	display: block;
		width:130px;
		height: 130px;
		background-image: url("images/bFacebookHover.jpg");
	background-repeat: no-repeat;
}
#youtube{
background-color: #009390;
}
#youtube a{
	display: block;
	width:130px;
	height: 130px;
	background-image: url("images/bYouTube.jpg");
	background-repeat: no-repeat;
}
#youtube a:hover{
	display: block;
		width:130px;
		height: 130px;
		background-image: url("images/bYouTubeHover.jpg");
	background-repeat: no-repeat;
}
#wordpress{
background-color: #007e79;
}

#wordpress a{
	display: block;
	width:130px;
	height: 130px;
	background-image: url("images/bWordpress.jpg");
	background-repeat: no-repeat;
}
#wordpress a:hover{
	display: block;
		width:130px;
		height: 130px;
		background-image: url("images/bWordpressHover.jpg");
	background-repeat: no-repeat;
}
#twitter{
background-color: #006a71;
}

#twitter a{
	display: block;
	width:130px;
	height: 130px;
	background-image: url("images/bTwitter.jpg");
	background-repeat: no-repeat;
}
#twitter a:hover{
	display: block;
		width:130px;
		height: 130px;
		background-image: url("images/bTwitterHover.jpg");
	background-repeat: no-repeat;
}
/*FOOTER*/
#footer{
color: #666;
font-size: 12px;
text-align: center;
margin-top: 20px;
}
#footer a{
color: #666;
}
#footer a:Hover{
color: #fff;
}
#footer ul{
margin-top:5px;
margin-bottom: 5px;
}
#footer ul li{
display: inline;
}