@charset "utf-8";
/* CSS Document */
body {
	background-attachment: scroll;
	background-color: #999999;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.leftbg {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}
.rightBG {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
}
.maincontent {
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 48px;
	padding-left: 48px;
	background-color: #E2E4E7;
	padding-top: 0px;
	height: 402px;
}
.footer {
	background-color: #8D929E;
	background-image: url(images/footerimage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 214px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D8384B;
	margin-bottom: 6px;
	margin-top: 0px;
}
a {
	color:#333;
}
a:visited {
	color:#666;
}
a:hover {
	color:#D8384B;
}
a.navLink: visited {
		color: 666666;
}
#signature {
	margin-top: 110px;
	margin-left: 775px;
}
/* -------------- Music Page ------------*/
.musictableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333;
}
.musicLinks, .musicLinks:visited, .musicLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration:underline
}
.musicLinks:visited {
	color:#666;
}
.musicLinks:hover {
	color:#FF6600;
}
.descriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: justify;
	font-style: italic;
}
.albumnotesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	line-height: 12px;
	text-align: center;
}
.dividerLine {
	height: 1px;
	font-size: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 4px;
	margin-bottom: 6px;
}
.highlightedText {
	font-weight: bold;
	color: #905F24;
}
.albumphoto {
	border: 1px solid #333;
}
/* -------------- Event Listings ------------*/

.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.eventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.eventsMonthHeader{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	text-indent: 0px;
}
.eventsHeader{
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666;
}
.eventsDay{
	font-size: 12px;
	font-weight: bold;
	color: #3155A3;
}
.eventsComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: italic;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-weight: bold;
	color: #666;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
}
.photosCaption {

	color: #333;
	clear: both;
}
.navLink {
	font-size: 14px;
}
/* -------------------------- Links Page ----------------------------- */
.linksHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #666;
}
.linksLink{
	font-size: 12px;
	text-decoration: underline;
}
.linksLink:visited {
	font-size: 12px;
	text-decoration: underline;
}
.linksDescription {
	font-size: 11px;
}
.contactField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 14px;
	width: 325px;
	border: 1px solid #333333;
	margin-bottom: 3px;
}
.contactArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150px;
	width: 325px;
	border: 1px solid #333333;
	margin-bottom: 3px;
}
.contactButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 20px;
	width: 327px;
	border: 1px solid #333333;
}

