/* CSS Document */

* {

	margin: 0;
	padding: 0;
	outline: 0; /* eliminate text indent outline in FF */
	}
	
html {
	width: 100%;
	}
	
body {

	background: #FFF url(../images/main/pagebg.jpg) top left repeat-y;
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0;
	color: #000;
	font: 85% georgia, "times new roman", times, serif;
	}
	
img {
	border: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}
	
.clear {
	clear: both;
	}
	
td {
	vertical-align: top;
	text-align: left;
	}

.center {
		text-align: center;
}

/* Structure */

h1.mast {
	background: #FFF url(../images/main/mast.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	height: 158px;
	width: 205px;
	display: block;
	position: relative;
}

h2.about {
	background: #FFF url(../images/main/undernav.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	height: 90px;
	width: 205px;
	display: block;
	position: relative;
}

.redbar {
	height: 20px;
	width: 100%;
	background: transparent url(../images/main/redband.jpg) top left repeat-x;
	z-index: 1;
}

.tablewrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}

/* Navigation*/

ul.nav {
	list-style: none;
	width: 205px;
}

ul.nav li, ul.nav li a, ul.nav a:hover, ul.nav a:visited {
	text-decoration: none;
	display: block;
	width: 205px;
	position: relative;
	text-indent: -9999px;
	}

ul.nav li.home a:link, li.home a:visited {
	background: transparent url(../images/nav/home.jpg) top left no-repeat;
	height: 29px;
}

ul.nav li.home a:hover {
	background: transparent url(../images/nav/home-over.jpg) top left no-repeat;
	height: 29px;
}

ul.nav li.music a:link, li.music a:visited {
	background: transparent url(../images/nav/music.jpg) top left no-repeat;
	height: 32px;
}

ul.nav li.music a:hover {
	background: transparent url(../images/nav/music-over.jpg) top left no-repeat;
	height: 32px;
}

ul.nav li.reviews a:link, li.reviews a:visited {
	background: transparent url(../images/nav/reviews.jpg) top left no-repeat;
	height: 33px;
}

ul.nav li.reviews a:hover {
	background: transparent url(../images/nav/reviews-over.jpg) top left no-repeat;
	height: 33px;
}

ul.nav li.calendar a:link, li.calendar a:visited {
	background: transparent url(../images/nav/calendar.jpg) top left no-repeat;
	height: 36px;
}

ul.nav li.calendar a:hover {
	background: transparent url(../images/nav/calendar-over.jpg) top left no-repeat;
	height: 36px;
}

ul.nav li.photos a:link, li.photos a:visited {
	background: transparent url(../images/nav/photos.jpg) top left no-repeat;
	height: 34px;
}

ul.nav li.photos a:hover {
	background: transparent url(../images/nav/photos-over.jpg) top left no-repeat;
	height: 34px;
}

ul.nav li.contact a:link, li.contact a:visited {
	background: transparent url(../images/nav/contact.jpg) top left no-repeat;
	height: 46px;
}

ul.nav li.contact a:hover {
	background: transparent url(../images/nav/contact-over.jpg) top left no-repeat;
	height: 46px;
}


/* ----- Main Content Area ----- */

div.contentwrap {
	width: 594px;
	position: relative;
	background: transparent url(../images/main/contentbg.jpg) top left repeat-y;
}

div.contentfooter {
	background: transparent url(../images/main/content-footer.jpg) bottom left no-repeat;
	min-height: 600px;
}

div.contentheader {
	background: transparent url(../images/main/content-top.jpg) 0 0 no-repeat;
	width: 594px;
	height: 16px;
}

div.textwrap {
	width: 550px;
	margin: 0 auto;
	padding-bottom: 30px;
	}
	
#music img {
	display:inline;
	width: 32px;
	vertical-align: middle;
	}		
	
img.photo {
	float: left;
	position:relative;
	display: block;
	margin: 0 10px 0 -13px;
	}
	
/* ----- Typography ----- */

td.event  {
	
	line-height: 1.3em;

}

.event tr  {
	line-height: 1.3em;
	vertical-align: top;
	text-align: right;
}

.event td {
	padding-left: 3px;
}

.altevent tr  {
	line-height: 1.3em;
	vertical-align: top;
	text-align: right;
}

.altevent td {
	padding-left: 3px;
}

p {
	margin: 0 0 1.3em auto;
	line-height: 1.3em;
	font-size: 1.1em;
	}
	
p.photocredit {
	font-size: 10px;
	color: #6E6E6E;
	padding: 0;
	}
	
p.address {
	font-size: 10px;
	margin-left: 50px;
	font-family: arial, helvetica, "trebuchet ms", trebuchet, serif;
	}
	
p.address a:link, p.address a:visited, p.address a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	}
	
p.address a:hover {
	text-decoration: underline;
	}
	
h3 {
	background: transparent;
	text-indent: -9999px;
	display:block;
	position: relative;
	height: 62px;
	width: 547px;
	margin: 0 auto;
	}
	
h3.welcome {
	background: transparent url(../images/headline/welcome.png) top left no-repeat;
	}
	
h3.music {
	background: transparent url(../images/headline/music.png) top left no-repeat;
	}
	
h3.reviews {
	background: transparent url(../images/headline/reviews.png) top left no-repeat;
	}
	
h3.calendar {
	background: transparent url(../images/headline/calendar.png) top left no-repeat;
	}
	
h3.photos {
	background: transparent url(../images/headline/photos.png) top left no-repeat;
	}
	
h3.contact {
	background: transparent url(../images/headline/contact.png) top left no-repeat;
	}
	
/* Links */

a:link {
	color: #96190A;
	}
	
a:hover {
	color: #D3401F;
	}
	
a:visited {
	color: #000;
	} 
	
/*
Formmailer
*/

.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 8px;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
	