/* TABLE OF CONTENTS:
 16	Color Key
 22	General Page Formatting
 99	Header
163	Navigation
224	Sidebar("Left") Side Formatting
391	Content ("Right") Side Formatting
413	Footer
453	Index Page-Specific Formatting
538	News Page-Specific Formatting
544	Schedule Page-Specific Formatting
595	Bio Page-Specific Formatting
601	Contact Page-Specific Formatting
*/

/* COLOR KEY
orange-red: #9A3013
gold: #B27605
audio-background-grey: #CCCCCC
*/

/* BEGIN GENERAL PAGE FORMATTING */
body {
	background: url(images/bg_page.jpg) 0 0 repeat-x #EBEBEB;
	background-attachment: fixed;
	text-align: center;
	min-width: 760px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
}

*html body {
	overflow: auto;
}

#container {
	position: relative;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;	
}

#content {
	float: left;
	width: 760px;
	min-height: 300px;
}
	
*html #content {
	height: 300px;
}

#news #content {
	background: url(images/bg_content.gif);
}

#sched #content {
	background: url(images/bg_content_blue.gif);
}

#bio #content {
	background: url(images/bg_content_gold.gif);
}

#contact #content {
	background: url(images/bg_content_red.gif);
}


a {
	outline: none;
}

p {
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, sans-serif;
	font-size: 13px;
}

h1 {
	color: #9A3013;
	text-align: center;
	margin: 30px 10px 0 10px;
	padding-bottom: 0px;
}

.texthead { 
	margin: 0 0 0 0;
	text-align: center;
}

.t {
	font-style: italic;
}
/* END GENERAL PAGE FORMATTING */

/* BEGIN HEADER */
#header {
	width: 760px;
	float: left;
	height: 132px;
}

#bio #header, #news #header {
	background: url(images/header.jpg);
}

#sched #header {
	background: url(images/header_sched.jpg);
}

#contact #header {
	background: url(images/header_contact.jpg);
}

#back{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 95px;
	display: inline;
	overflow: hidden;
	width: 177px;
}
	
#back li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#back a {
	float: left;
	margin: 0;
	padding: 95px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:95px; /* for IE5/Win */
}
	
#back a:hover {
	background-position: 0 0px;
}

#back a:active {
	background-position: 0 0px;
}

#back a:hover.selected, #nav a.selected {
	background-position: 0 0px;
}

#navback a {
	width: 177px;
	background: url(images/header_name.jpg) top left no-repeat;
}
/* END HEADER */

/* BEGIN NAVIGATION	*/
#nav{
	float: right;
	list-style: none;
	margin: 0;
	padding: 37px 45px 0 0;
	height: 28px;
	display: inline;
	overflow: hidden;
	width: 373px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	margin: 0;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -28px;
}

#nav a:active {
	background-position: 0 -28px;
}

#nav a:hover.selected, #nav a.selected {
	background-position: 0 -28px;
}

#nnews a {
	width: 80px;
	background: url(images/nav_news.jpg) top left no-repeat;
}

#nschedule a {
	width: 121px;
	background: url(images/nav_schedule.jpg) top left no-repeat;
}

#nbio a {
	width: 61px;
	background: url(images/nav_bio.jpg) top left no-repeat;
}
	
#ncontact a {
	width: 111px;
	background: url(images/nav_contact.jpg) top left no-repeat;
}
/* END NAVIGATION */	

/* BEGIN SIDEBAR ("LEFT") SIDE FORMATTING */
#leftcontainer {
	float: left;
	padding: 0;
	min-height: 300px; 
	text-align: left;
}
	
*html #leftcontainer {
	height: 300px;
}

#news #leftcontainer, #bio #leftcontainer {
	width: 250px;
}

#sched #leftcontainer, #contact #leftcontainer {
	width: 510px;	
	background: url(images/bg_lfcontent.jpg) 0 0 no-repeat;
}

#rightcontainer {
	float: right;
	padding: 0;
	min-height: 300px; 
	text-align: left;
}
	
*html #rightcontainer {
	height: 300px;
}

#news #rightcontainer, #bio #rightcontainer {
	width: 510px;
	background: url(images/bg_rtcontent.jpg) 100% 0 no-repeat;
}

#sched #rightcontainer, #contact #rightcontainer {
	width: 250px;
}

#rightcontent {
	padding: 0 10px;
	text-align: justify;
	margin: 0px 0 0 0;
}

*html #rightcontent {
	margin-top: 22px;
	width: 487px;
}

#contact #rightcontent {
	text-align: center;
}

#kevin_img {
	height: 387px;
	width: 250px;
}

#photog_cred {
	text-align: center;
}

#photog_cred p {
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0;
}

#photog_cred a:link, #footer a:link {
	color: #fff;
	text-decoration: underline;
}

#photog_cred a:visited, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#photog_cred a:active, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#photog_cred a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
}

#audio {
	background: #CCCCCC;
	width: 224px;
	margin: 8px;
	padding: 8px 5px 8px 5px;
}

#audio h1 {
	margin: 0;
}

#audio p {
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	margin: 0;
}

#audio ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
	font-family: Helvetica, verdana, arial, sanf-serif;
	font-size: 12px;
}

#audio li {
	margin: 0 0 0 0;
}

#audio a {
	display: block;
	width:204px;
	padding: 3px 2px 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #dcdcdc;
	text-decoration: none;
}

#audio a:link, #audio a:active, #audio a:visited {
	color: #000000;
}

#audio a:hover, #audio a:focus {
	border: 1px solid #B27605;
	background: #dcdcdc;
}

#audio .t {
	color: #B27605;
	font-size: 13px;
	font-weight: bold;
	margin-left: -12px;
}

#audio a:hover .t {
	color: #9A3013;
}

#audio .note {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
}

#placeholder {
	width: 224px;
	height: 20px;
	font-size: 11px;
	padding-top: 8px;
}
/* END SIDEBAR ("LEFT") SIDE FORMATTING */

/* BEGIN CONTENT ("RIGHT") SIDE FORMATTING */
#rightcontent a:link, #footer a:link {
	color: #B27605;
	text-decoration: underline;
}

#rightcontent a:visited, #footer a:visited {
	color: #B27605;
	text-decoration: underline;
}

#rightcontent a:active, #footer a:active {
	color: #B27605;
	text-decoration: none;
}

#rightcontent a:hover, #footer a:hover {
	color: #B27605;
	text-decoration: none;
}
/* END CONTENT ("RIGHT") SIDE FORMATTING */

/* BEGIN FOOTER FORMATTING */
#footer {
	width: 740px;
	clear: both;
	height: 54px;
	padding: 0px 10px 0 10px;
}

#news #footer {
	background: url(images/footer_news.jpg) bottom left no-repeat;
}

#sched #footer {
	background: url(images/footer_sched.jpg) bottom left no-repeat;
}

#bio #footer {
	background: url(images/footer_bio.jpg) bottom left no-repeat;
}

#contact #footer {
	background: url(images/footer_contact.jpg) bottom left no-repeat;
}

#footer p {
	font-size: 12px;
	color: #000;
	margin:0;
	padding-top:27px;
}

.co {
	float: left;
}

.ad {
	float: right;
}
/* END FOOTER FORMATTING */

/* BEGIN INDEX PAGE-SPECIFIC CONTENT */
#index #container {
	margin: 0 auto;
	margin-top: 140px;
	height: 370px;
	width: 780px;
	background: none;
}

#index #name {
	float: left;
	width: 153px;
	height: 125px;
	background: url(images/index_name.gif) 0 0 no-repeat;
}

#index #splash {
	float: left;
}

#splash img {
	border: 2px solid #2B1716;
}

#index_nav{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	height: 336px;
	display: inline;
	overflow: hidden;
	width: 107px;
}
	
#index_nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#index_nav a {
	float: left;
	margin: 0 0 72px 0;
	padding: 0 0 0 107px;
	overflow: hidden;
	width: 0px !important; 
	width /**/:107px; /* for IE5/Win */
}
	
#index_nav a:hover {
	background-position: -107px 0;
}

#index_nav a:active {
	background-position: -107px 0;
}

#index_nav a:hover.selected, #index_nav a.selected {
	background-position: -107px 0;
}

#innews a {
	height: 30px;
	background: url(images/inav_news.jpg) top left no-repeat;
}

#inschedule a {
	height: 30px;
	background: url(images/inav_schedule.jpg) top left no-repeat;
}

#inbio a {
	height: 30px;
	background: url(images/inav_bio.jpg) top left no-repeat;
}
	
#incontact a {
	height: 30px;
	background: url(images/inav_contact.jpg) top left no-repeat;
}

/* END INDEX PAGE-SPECIFIC CONTENT */

/* BEGIN NEWS PAGE-SPECIFIC CONTENT */
#news #kevin_img {
	background: url(images/side_news.jpg);
}
/* END NEWS PAGE-SPECIFIC CONTENT */

/* BEGIN SCHEDULE PAGE-SPECIFIC CONTENT */
#sched #kevin_img {
	background: url(images/side_sched_right.jpg);
}

h2 {
	color: #555;
	text-align: center;
	width: 490px;
	border-bottom: 1px dotted #888;
	margin-bottom: 0;
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, sans-serif;
}

.event {
	width: 470px;
	border-bottom: 1px dotted #888;
	padding: 10px 10px 10px 10px;
}

.date {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #9A3013;
	
}

.desc {
	margin: 0;
}

.rep {
	margin: 8px 0 0 0;
	padding-left: 25px;
	font-weight: bold;
}

ul.replist {
	list-style: none;
	margin: 0 0 0 30px;
	border-left: 3px solid #B27605;
	padding: 4px 10px;
}

.replist li {
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, sans-serif;
	font-size: 13px;
}
/* END SCHEDULE PAGE-SPECIFIC CONTENT */

/* BEGIN BIO PAGE-SPECIFIC CONTENT */
#bio #kevin_img {
	background: url(images/side_bio.jpg);
}
/* END BIO PAGE-SPECIFIC CONTENT */

/* BEGIN CONTACT PAGE-SPECIFIC CONTENT */
#contact #kevin_img {
	background: url(images/side_contact_right.jpg);
}
/* END CONTACT PAGE-SPECIFIC CONTENT */