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

body  {
	
	background: #FF9 url(img/background.jpg) repeat;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:16px;
}


#container {
	position: relative;
	width: 950px;
	height:100%;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
} 


#header {
	background-color:#FFF;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-weight:bold;
	border-style:solid;
	border-width:5px;
	border-color:#000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	
}


#header img {
	padding:0px 0px 0px 0px;
	display: block;
	float:left;
}

#header p {margin:2px 0 2px 0;}

#header a:link {color: #5c2e01;text-decoration: none;}
#header a:visited {color: #5c2e01;text-decoration: none;}
#header a:hover {color: #000000;text-decoration: none;}
#header a:active {color: #f9ff8f;text-decoration: none;}



#nav {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;	
}
	

	
#nav a {
	float:left;
	width:115px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	padding:10px 25px 10px 25px;

}
	
#nav a:link, #nav a:visited {color: #FFFFFF;}

#nav a:hover {color:#f9ff8f;}

	#home #nav-home a,
	#about #nav-about a,
	#audio #nav-audio a,
	#songlist #nav-songlist a,
	#contact #nav-contact a	
	{color:#f9ff8f;}
	
	
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#audio #nav-audio a:hover,
	#songlist #nav-songlist a:hover,
	#contact #nav-contact a:hover
	{color:#f9ff8f;}

#nav a:active {color:#5c2e01;}
		


#contentwrapper {
	
	margin:5px 0 5px 0;
	width:940px;
	padding:0;
	background: #FFF url(img/sidebar.png) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-style:solid;
	border-width:5px;
	border-color:#000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	float:left;
	
}

#sidenav {
	
	padding:1em 0px 0 0px;
	height:100%;
	width:250px;
	float:left;
	background: #FFF url(img/sidebar.png) repeat-y;
	
}
	
#content {
	padding:1em 25px 15px 25px;
	height:100%;
	width:640px;
	float:left;

	
}


#footer {
	font-size:0.7em;
	padding:0px 0 3px 0;
	width:940px;
	float:left;
	height:30px;
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#000;
	text-align:center;
	display:block;


		
}

#footer img {
	padding:0px 0px 0px 0px;
	display: block;
	float:left;
}



#footer-nav {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

#footer-nav li {
	display:inline;
	margin:0;
	padding:0;	
}
	

#footer-nav a {
	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: underline;
	padding:0px 20px 0px 20px;

}
	
#footer-nav a:link, #footer-nav a:visited {color: #5c2e01;}

#footer-nav a:hover {color:#000000;}

#footer-nav a:active {color:#f9ff8f;}


.mp3 {
	
	width:570px;
	padding:5px 25px 5px 25px;
	margin:10px 5px 10px 5px;
	border-style:solid;
    border-width:2px;
	border-color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	
}
	
.mp3 a {
	font-style:italic;
	font-size:0.9em;
	}
	


#homephotos {width:220px;
float:left;


	}
	
#homephotos img {
	
	float:left;
	padding:0px 15px 10px 0px;
}


#profiles {
	width:640px;
	float:left;
	padding:10px 0px 10px 0px;
}
			

#profiles img {
	
	float:left;
	padding:0px 15px 0px 0px;
}
	
.photoleft {
	
	padding: 0px 15px 2px 0px;
	float:left;
}

.photoright {
	
	padding: 0px 0px 2px 15px;
	float:right;
}





body{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.5;
}

h1,h2,h5,h6 {
	margin: 6px 0 6px 0;
	padding: 0px;
	line-height:1.5;
}

h1 {
	font-size: 1.5em;
	color: #5c2e01;
	text-shadow:0px 1px 5px #999;
	font-weight:bold;
	}



h2 {
	font-size: 1.2em;
	color: #5c2e01;
	text-shadow:0px 1px 5px #999;
	font-weight:bold;
	
}

h2 a:link {text-decoration:none;}


h3 {
	font-size: 1em;
	color: #000;
	font-weight:bold;
}

h4 {
	font-size: 1em;
	color: #000;
	font-weight:bold;
	padding-top:15px;
}


h5 {
	font-size: 1em;
	color: #000;
	font-style:normal;
	text-align: right;
	
}

h6 {
	font-size: 12px;
	color: #000;
	text-align: center;
}




a:link {color: #5c2e01;}
a:visited {color: #5c2e01;}
a:hover {color: #000000;}
a:active {color: #f9ff8f;}


/* Shaun McKay 2009, (shaunmckay 'at' gmail 'dot' com*/