@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image:url(images/maingbg.jpg);
	background-repeat:repeat-x;
	background-position: center 226px;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#main {
	height: 906px;
	width: 100%;
	position:absolute;
	z-index:1;
}
a {
	color:#ffffff;
}
a:hover {
	color:#F60;
}
a:visited {
	color:#CCC;
}
#leftDiv {
	padding-left: 51px;
	margin-top: 32px;
	text-align: justify;
}
h1, h2 {
	color:#069;
	font-size: 17px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}
#newsDiv {
	height: 220px;
	overflow: visible;
}
#theplayerDiv {
	margin: 25px;
	height: 403px;
}
#commentsDiv {
	margin-top: 24px;
	height: 130px;
	width: 260px;
}
.commentstext {
	font-size: 11px;
	color: #CCC;
}
.commentsname {
	font-size: 11px;
	font-weight: bold;
	color: #905F24;
}
.homecomment {
	margin-top: 6px;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
/* -------------- Music Page ------------*/
.musictableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	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: #CCC;
	text-decoration:underline
}
.musicLinks:visited {
	color:#CCC;
}
.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: #999;
	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;
}
.booktextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF!important;
	height: 16px;
	width: 250px;
	font-weight: normal;
	margin: 0px;
}

.booksubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 20px;
	width: 70px;
}
.booktextArea, .sttextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF!important;
	height: 100px;
	width: 250px;
}
.guestbookFields {
	font-weight: bold;
}
.navLink {
	font-size: 14px;
}
.smalltext {
	font-size: 10px;
}
.hidden { display: none; }
.unhidden { display: block; }
.playbutton, .playbutton:hover, .playbutton_play, .playbutton_play:hover {
	background-image: url(images/playbut.jpg);
	background-position: 0px 0px;
	height: 13px;
	width: 13px;
	overflow: hidden;
	margin-bottom: 1px;
}
.playbutton_play {
	background-position:0px 13px;
}
.playbutton:hover {
	cursor: pointer;
	background-position: 0px 26px;
}
.playbutton_play:hover {
	cursor: pointer;
	background-position: 0px 39px;
}

