body { 
	margin: 0; 
	padding: 0; 
	background-color: #c7c7c7; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: small; 
	color: #000;
	background-image: url('../images/bg_grad.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper { 
	width: 780px; 
	background-color: #353535; 
	min-height: 700px; 
	margin: 0 auto; 
	padding: 0; 
	border-bottom: 1px solid #353535; 
}


#header { 
	height: 125px; 
	background-image: url('../images/header.jpg'); 
	border: 1px solid #353535; 
	margin: 0; 
	padding: 0; 
}

#lhc { 
	width: 514px; 
	float: left; 
	margin-left: 38px; 
	margin-top: 15px;
	background-color: #7d7d7e;
	padding: 10px 0;   
	font-size: 110%;
}

#rhc { 
	width: 175px; 
	color: #c7c7c7; 
	float: right; 
	margin-right: 25px;
	margin-top: 30px;
}

/*-------------------- Main Navigation ----- */
#mainnav { 
	list-style: none; 
	margin: 0; 
	padding-left: 35px; 
	height: 40px; 
	border: 0px solid green; 
	background-color: #7d7d7e; 
}

#mainnav li { 
	display: inline; 
	margin: 0; 
	padding: 0;	
	float: left; 
} 

.home a {
	display: block; 
	width: 78px; 
	height: 40px; 
	background: #ccc url('../images/nav_home.gif') no-repeat;
	border-left: 3px solid #353535;
}

.home a:hover { 
	background: #f00 url('../images/nav_home.gif') 0px bottom no-repeat; 
}

.bio a {
	display: block; 
	width: 108px; 
	height: 40px; 
	background: #ccc url('../images/nav_bio.gif') no-repeat;
	border-left: 3px solid #353535;
}

.bio a:hover { 
	background: #f00 url('../images/nav_bio.gif') 0px bottom no-repeat; 
}

.contact a {
	display: block; 
	width: 90px; 
	height: 40px; 
	background: #ccc url('../images/nav_contact.gif') no-repeat;
	border-left: 3px solid #353535;
	border-right: 3px solid #353535;
}

.contact a:hover { 
	background: #f00 url('../images/nav_contact.gif') 0px bottom no-repeat; 
}

.music a {
	display: block; 
	width: 71px; 
	height: 40px; 
	background: #ccc url('../images/nav_music.gif') no-repeat;
	border-left: 3px solid #353535;
}

.music a:hover { 
	background: #f00 url('../images/nav_music.gif') 0px bottom no-repeat; 
}

.orch a {
	display: block; 
	width: 140px; 
	height: 40px; 
	background: #ccc url('../images/nav_orch.gif') no-repeat;
	border-left: 3px solid #353535; 
}

.orch a:hover { 
	background: #f00 url('../images/nav_orch.gif') 0px bottom no-repeat; 
}

.pics a {
	display: block; 
	width: 92px; 
	height: 40px; 
	background: #ccc url('../images/nav_pic.gif') no-repeat;
	border-left: 3px solid #353535;
}

.pics a:hover { 
	background: #f00 url('../images/nav_pic.gif') 0px bottom no-repeat; 
}

.blog a {
	display: block; 
	width: 92px; 
	height: 40px; 
	background: #ccc url('../images/nav_blog.gif') no-repeat;
	border-left: 3px solid #353535;
}

.blog a:hover { 
	background: #f00 url('../images/nav_blog.gif') 0px bottom no-repeat; 
}

/*-------------------- Secondary Nav ----- */
#rhc h3 {
	font-size: 115%; 
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif; 
	color: #c3c3c3;
}

#rhc h3 a:link { 
	color: #7d7d7e;
	text-decoration: none;
	border: 0px solid green;  
	}

#rhc h3 a:visited { 
	color: #7d7d7e;
	text-decoration: none; 
	}
	
#rhc h3 a:hover { 
	color: #7d7d7e;
	text-decoration: none;
	border-right: 12px solid #7d7d7e;  
	padding-right: 10px; 
	}
	
#rhc h3 a:active { 
	color: #7d7d7e;
	text-decoration: none; 
	}

/*-------------------- Image Replacement Hide ----- */
#mainnav span {display: none;}
h1 span {display: none;}

/*-------------------- Float Clear -------------- */
.clear { clear: both; } 

/*-------------------- Image Replacement Hide ----- */
#lhc p { 
	font-size: 95%;
	line-height: 150%; 
	padding: 0 20px 0 0;
	margin: 0 15px 10px 15px;
	border: 0px solid red;  
}

.pagetitle { 
	border: 0px solid green; 
	width: 514px; 
	margin-left: 38px; 
	margin-top: 25px;
	margin-bottom: 0;
	text-align: center; 
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	color: #c7c7c7; 
	letter-spacing: .2em;
	} 

/*-------------------- Typography ----- */
h1 { 
	width: 269px; 
	height: 32px; 
	background-image: url('../images/header_fsjo.jpg');
	margin: 40px 0 0 40px; 
	padding: 0; 
	border: 0px solid red; 
} 


#lhc h3 { 	
	font-size: 115%; 
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif; 
	color: black;
	text-align: center;
	}
	
#lhc h4 { 
	font-size: 100%; 
	text-decoration: underline; 
	border: 0px solid red; 
	margin: 0 0 0 10px; 
} 
	
.tracklisting { 
	margin-left: 25px;
	border: 0px solid green;
	line-height: 140%;
}

#contactpg p{ 
	text-align: center; 
	border: 0px solid green; 
	margin-bottom: 20px; 
	} 
	
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

#rhc #epk a:link, #rhc #epk a:visited, #rhc #epk a:active { color: #7c7c7c; text-decoration: underline;}
#rhc #epk a:hover {color: #7c7c7c; text-decoration: none;}


/*-------------------- Pictures ----- */
.discpic { 
	margin-left: 30px; 
	margin-top: 15px;
	margin-bottom: 15px; 
	}
	
#holder {margin-left: 17px;}
  
 .biopic {float:left; margin: 0 20px; }


/*-------------------- Gallery ----- */

#lhc .gallery ul { 
	list-style: none;
	border: 1px solid red;
	}
	
#lhc .gallery li {display: inline;}	
	
	
	
	
	
	
	/*-------------------- Blog ----- */
	.post h3 {margin-bottom: 0px;}
	span.postDate {text-align: center; display: block; font-size: 80%;}
	span.postmetadata {font-size: 80%; margin-left: 15px;}
	#s {width: 100%; }
	
	/* Search Form */
	#searchsubmit {
		float: right; 
		margin-top: 10px; 
	
	}

	#rhc a:link, #rhc a:visited, #rhc a:active { color: #7c7c7c; text-decoration: underline;}
	#rhc a:hover {color: #7c7c7c; text-decoration: none;}	
	
	textarea#comment {width:100%;}
	
	#recaptcha_area, #submit {margin-left: 18px;}
	#submit  {margin-top: 10px;}

