/* TABLE OF CONTENTS:
 17  Color Key
 26  General Page Formatting
 49   -Left Side
 76   -Right Side
127  Navigation
205  Right Footer Text Formatting
236  General Text Formatting
345  Page-Specific Formatting
346   -Index
406   -Bios
423   -Music
463   -Schedule
490   -Contact
*/

/* COLOR KEY
pink = #B83C36
dk gold = #CF852B
camel = #C69D4A
tan = #CDC394
dk grey = #333333
blue = #0A5994 (possible blue to coordinate with pic, not used)
*/

/* BEGIN GENERAL PAGE FORMATTING */
body {
	background-color: #CDC394;
	text-align: center;
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
}

*html body {
	overflow: auto;
}

#container {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0 auto;
	background: #C69D4A;	
}

 /* BEGIN LEFT SIDE */
#leftcontainer {
	float: left;
	width: 470px;
	min-height: 726px;
	margin-top: 9px;
	margin-bottom: 9px;
	background: url(images/lefttext_bg.gif) no-repeat 422px 0 #fff;
}
	
*html #leftcontainer {
	height: 726px;
}

#lefttext {
	float: left;
	padding: 10px;
	width: 450px;
	min-height: 717px; 
	background: url(images/footer_bg.gif) no-repeat 0 100%;
	text-align: left;
}
	
*html #lefttext {
	height: 717px;
}
 /* END LEFT SIDE */
 /* BEGIN RIGHT SIDE */	
#rightcontainer {
	float: right;
	width: 310px;
}

#banner {
	float: right;
	margin: 0;
	width: 310px;
	height: 171px;
	background: url(images/banner.gif) no-repeat 0 0;
}
	
#rightimage {
	float: right;
	margin: 0;
	width: 310px;
	height: 461px;
	background: url(images/rightimage.jpg) no-repeat 0 0;
}

#pinkbar {
	float: right;
	margin: 0;
	width: 310px;
	height: 28px;
	background-color: #B83C36;
}
	
#goldbar {
	float: right;
	margin: 0;
	width: 310px;
	height: 28px;
	background-color: #CF852B;
}
	
#rightfooter {
	float: right;
	margin: 0;
	width: 310px;
	min-height: 46px;
}

*html #rightfooter {
	height: 46px;
}
 /* END RIGHT SIDE */
/* END GENERAL PAGE FORMATTING */	

/* BEGIN NAVIGATION	*/
#topnav{
	float: left;
	list-style: none;
	background: url(images/nav_rightspacer-top.jpg) no-repeat 100% 0 #333333;
	margin: 0;
	padding: 0 0 0 14px;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 530px;
}

#bottomnav {
	float: left;
	list-style: none;
	background: url(images/nav_rightspacer-btm.jpg) no-repeat 100% 0 #333333;
	margin: 0 0 -2px 0;
	padding: 0 0 0 14px;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 530px;
}
	
#topnav li, #bottomnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topnav a, #bottomnav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
}
	
#topnav a:hover, #bottomnav a:hover {
	background-position: 0 -30px;
}

#topnav a:active, #bottomnav a:active {
	background-position: 0 -30px;
}

#topnav a:hover.selected, #topnav a.selected, #bottomnav a:hover.selected, #bottomnav a.selected {
	background-position: 0 -60px;
}

#nhome a, #bnhome a {
	width: 88px;
	background: url(images/nav_home.jpg) top left no-repeat;
}

#nbios a, #bnbios a {
	width: 72px;
	background: url(images/nav_bios.jpg) top left no-repeat;
}

#nmusic a, #bnmusic a {
	width: 91px;
	background: url(images/nav_music.jpg) top left no-repeat;
}

#nschedule a, #bnschedule a {
	width: 126px;
	background: url(images/nav_schedule.jpg) top left no-repeat;
}
	
#ncontact a, #bncontact a  {
	width: 109px;
	background: url(images/nav_contact.jpg) top left no-repeat;
}
/* END NAVIGATION */	

/* BEGIN RIGHT FOOTER TEXT FORMATTING */
#rightfooter p {
	float: right;
	width: 300px;
	margin: 0;
	padding: 2px 3px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
}

#rightfooter a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #B83C36;
}
	
#rightfooter a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #B83C36;
}
	
#rightfooter a:hover, #rightfooter a:active {
	color: #B83C36;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

/* END RIGHT FOOTER TEXT FORMATTING */

/* BEGIN GENERAL TEXT FORMATTING */	
hr { 
	display: block; 
	clear: both; 
	margin: 0; 
  	visibility: hidden;
}

*html hr {
	display: none;
}

p {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	margin: 12px 0;
}

h1 {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	text-align: left;
	color: #B83C36;
}

.texthead { 
	margin: 20px 0 10px 0;
}
	
*html .texthead {
	margin-bottom: 6px;
}

h2 {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0;
	color: #CF852B;
}

h3 {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #333333;
}

h4 {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	color: #333333;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

a {
	outline: none;
}

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #CF852B;
}
	
a:visited {	
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #CF852B;
}
	
a:hover {
	color: #CF852B;
	border-bottom: 1px dotted #333333;
}
	
a:active {
	color: #CF852B;
	border-bottom: 1px dotted #333333;
}
	
table {
	width: 450px;
	padding-left: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 20px;
}	
	
td {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
/* END GENERAL TEXT FORMATTING */

/* BEGIN PAGE-SPECIFIC FORMATTING */
 /* BEGIN INDEX */	
.newsitem {
	border-bottom: 1px dashed #C69D4A;
}
	
.newsitem img {
	border: 1px solid #B8B8B8;
}
	
.l {
	float: left;
	margin: 3px 10px 10px 0;
}

#ml {
	position: relative;
	top: 20px;
	left: 193px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 83px;
	height: 63px;
	border: 2px solid #CDC394;
}

#ml li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	height: 63px;
}

*html #ml li {
	height: auto;
}

#ml a {
	float: left;
	padding: 63px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:63px; /* for IE5/Win */
}

#ml a:hover {
	background-position: 0 -63px;
}

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

#mailinglist a{
	width: 83px;
	background: url(images/mailing_list.jpg) top left no-repeat;
}
 /* END INDEX */
 /* BEGIN BIOS */
.biopicr {  /* meant to float a bio pic to the right */
	float: right; 
	margin: 15px 0 2px 10px; 
	border: #b8b8b8 1px solid;
}

.biopicl {  /* meant to float a bio pic to the left */
	float: left;
	margin: 15px 10px 2px 0;
	border: #b8b8b8 1px solid;
}

.indent {
	margin-left: 20px;
}
 /* END BIOS */
 /* BEGIN MUSIC */
.reptable td {
	border-bottom: 1px dashed #C69D4A;
}
	
.t {
	font-style: italic;
}

.desc {
	padding-left: 20px;
}

.comp {
	width: 100px;
}
	
.shaded {
	background-color: #fff;
}

a.listen {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #CF852B;
	color: #fff;
	border: 0;
}

a:visited.listen {
	background-color: #CF852B;
	color: #fff;
	border: 0;
}
	
a:hover.listen, a:active.listen {
	border: 0;
	color: #333333;
}
 /* END MUSIC */
 /* BEGIN SCHEDULE */
.event {
	border-bottom: 1px dashed #C69D4A;
	text-align: left;
}
	
.event h2, .event h3{
	text-align: left;
}
	
.event ul {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 12px;
}

.event li {
	line-height: 16px;
	margin-bottom: 2px;
}
	
.eventdesc {
	padding: 0px 20px;
}
 /* END SCHEDULE */
 /* BEGIN CONTACT */	
fieldset {
	border: solid 2px #B83C36;
	margin: 10px 20px;
	padding: 10px 10px 15px 10px;
}
	
legend {
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CF852B;
	padding: 0 6px;
}
	
form {
	text-align: left;
	padding: 10px 30px 0 30px;
	font-family: Arial, Verdana, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 10px 0 0 0;
}

input {
	margin: 0 0 15px 0;
}
 /* END CONTACT */
/* END PAGE-SPECIFIC FORMATTING */

/* MAILING LIST TEMPLATE */
body#mlletter {
	background-color: #CDC394;
	text-align: center;
	min-width: 600px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
}

#mlcontainer {
	position: relative;
	width: 600px;
	padding: 0;
	margin: 0 auto;
	background: #C69D4A;
}

#mlleft {
	float: left;
	width: 372px;
	min-height: 508px;
	margin-top: 9px;
	margin-bottom: 9px; 
	background: url(images/lefttext_bg.gif) no-repeat 324px 0 #fff;
}

#mllefttext {
	float: left;
	padding: 10px;
	width: 352px;
	min-height: 528px; 
	text-align: left;
}

#mlright {
	float: right;
	width: 228px;
	min-height: 528px;
	background: url(images/MailingListSidebar.jpg) no-repeat 0 0;
}

*html #mlright {
	height: 528px;
}