/* ----- CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, hr, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: transparent url(../images/bg_pattern.gif) left top;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
	}

.clear {
	clear: both;
}

/* ----- STRUCTURE ------ */

#mainwrap {
	width: 810px;
	margin: auto;
	background-color: #12203C;
	font-style: normal;
	font-family: verdana;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
}


table#contentwrap {
	font: normal verdana 11px;
	font-color: #9299A5;
}

table#contentwrap td {
	vertical-align: top;
}

table.signup {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}

table.signup td {
	padding: 0px;
}

/* ----- MAST ----- */

h1#mast {
	width: 810px;
	margin: 0px auto 0px auto;
	height: 338px;
	text-indent: -9999px;
	position: relative;
	display: block;
	background: transparent url(../images/mast.jpg) top left no-repeat;
	}


	

/* ----- LINKS ----- */

a:link {
	color: #ffffff;
}

a:visited {
 color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {

}
		
	
/* ----- INDEX PAGE ----- */

.leftcol {
	width: 150px;
	margin: 35px 0px 0px 45px; 
	color: #9299A5;
}

.leftcol a:link, .leftcol a:visited {
	color: #9299A5;
	text-decoration: underline;
}

.leftcol a:hover {
	color: #ffffff;
	text-decoration: underline;
}


td.middle {
	display: block;
	position: relative;
	width: 300px;
	padding: 30px 0 0 30px;
	z-index: 100;
}

td.right {
	padding: 30px 0px 0px 30px;
	width: 220px;
	color: #9299A5;
}

.right a:link, .right a:visited {
	color: #9299A5;
	text-decoration: underline;
}

.right a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* ----- INTERIOR PAGES ----- */

td.middlecolint {
	padding: 30px 60px 0 30px; 
	margin: 0 !important;
	vertical-align: top;
}


/* ----- BLOG -----*/

table.blog td {	
	padding-bottom: 12px;
}


.guestbook {
	display: block;
	position: relative;
	width: 400px;
	margin: 30px 0px;
}

.guestbook_entry {
	display: block;
	position: relative;	
	padding: 6px 6px 20px 6px;	
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
	border-top: 1px solid #9299A5;	
 }
 
.guestbook_name {
	font-weight: bold;
}

.guestbook_date {
	font-size: 10px;
}

.guestbook_comment {
	margin: 8px 0 0 0;
}


/* ----- CALENDAR -----*/

.calendar { 
	color: #fff; /* text color */
    width: 400px;
    padding: 3px;
}

table.calendar_event_1 {
    width: 100%; 
}

td.calendar_event_1 {
	border-bottom: 1px solid #9299A5;
	padding-top: 6px;
	padding-bottom: 25px;
}

table.calendar_event_2 {
    width: 100%; 
}

td.calendar_event_2 {
	border-bottom: 1px solid #9299A5;
	padding-top: 6px;
	padding-bottom: 25px;
}

.calendar_date_table {

}

.calendar_artist_text {

}

.calendar_date_text {
	font-size: 12px;
	font-color: #9299A5;
}

.calendar_event_title_text {
	font-size: 11px;
}

.calendar_venue_text {

}

.calendar_notes_text {
	font-size: 10px;
}



/* ----- MUSIC -----*/

.details {
	padding-top: 6px;
	padding-bottom: 25px;
}

.caption {
	font-size: 9px;
}

.details li {
	list-style: none;
}

blockquote.description {
	margin-top: 3px;	
}


/* ----- PHOTOS ----- */


dl.photo {
	display: block;
	position: relative;
	vertical-align: top;
	clear: none;
	margin: 0;
	padding: 0;
	border: none;
}

dd {
	margin-bottom: 20px;
	padding-top: 10px;
}




/* ----- NAVIGATION ----- */

#nav {
	width: 810px;
	height: 32px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	background: transparent url(../images/nav_bg.jpg) top left no-repeat;
}

#nav ul {
	display: block;
	position: relative;
	top: 6px;
	float: right;
	right: 28px;
	margin: 0px auto 0px auto; 
}

#nav li a, #nav li a:link {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 22px;
	line-height: 0 !important;
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
	font-size: 0px;
}

#nav li.home a:link, #nav li.home a:hover, #nav li.home a:visited {
	background: transparent url(../images/home.gif) top left no-repeat;
	width: 65px;
	margin: 0px 0 0 0px;
}

#nav li.home a:hover {
	background: transparent url(../images/home.png) top left repeat-x; */
}

#nav li.nav_bullet1 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -23px 0 0 70px;
}

#nav li.about a:link, #nav li.about a:hover, #nav li.about a:visited {
	background: transparent url(../images/about.gif) top left no-repeat;
	width: 65px;
	margin: -13px 0 0 80px;
}

#nav li.about a:hover {
	background: transparent url(../images/about.png) top left no-repeat;
}

#nav li.nav_bullet2 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -23px 0 0 149px;
}

#nav li.music a:link, #nav li.music a:hover, #nav li.music a:visited {
	background: transparent url(../images/music.gif) top left no-repeat;
	width: 64px;
	margin: -14px 0 0 160px;
}

#nav li.music a:hover {
	background: transparent url(../images/music.png) top left no-repeat;
}

#nav li.nav_bullet3 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -23px 0 0 227px;
}

#nav li.photos a:link, #nav li.photos a:hover, #nav li.photos a:visited {
	background: transparent url(../images/photos.gif) top left no-repeat;
	width: 73px;
	margin: -13px 0 0 236px;
}

#nav li.photos a:hover {
	background: transparent url(../images/photos.png) top left no-repeat;
}

#nav li.nav_bullet4 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -23px 0 0 318px;
}

#nav li.calendar a:link, #nav li.calendar a:hover, #nav li.calendar a:visited {
	background: transparent url(../images/calendar.gif) top left no-repeat;
	width: 88px;
	margin: -16px 0 0 330px;
}

#nav li.calendar a:hover {
	background: transparent url(../images/calendar.png) top left no-repeat;
}


#nav li.nav_bullet5 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -26px 0 0 423px;
}

#nav li.blog a:link, #nav li.blog a:hover, #nav li.blog a:visited {
	background: transparent url(../images/blog.gif) top left no-repeat;
	width: 54px;
	margin: -13px 0 0 432px;
}

#nav li.blog a:hover {
	background: transparent url(../images/blog.png) top left no-repeat;
}

#nav li.nav_bullet6 {
	background: transparent url(../images/nav_bullet.gif) top left no-repeat;
	width: 6px;
	margin: -23px 0 0 490px;
}

#nav li.contact a:link, #nav li.contact a:hover, #nav li.contact a:visited {
	background: transparent url(../images/contact.gif) top left no-repeat;
	width: 79px;
	margin: -14px 0 0 500px;
}

#nav li.contact a:hover {
	background: transparent url(../images/contact.png) top left no-repeat;
}




/* ----- HEADLINES ----- */

h3 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}



/* ----- FOOTER ----- */

#footer {
	display: block;
	position: relative;
	margin: 25px auto 10px auto;
}

#footer p {
	color: #efefef;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding: 0px 35px;
}

#footer a:link, #footer a:visited {
	color: #efefef;
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}


/* ----- IMAGE POSITIONING ----- */

.colhead {
	margin-bottom: 4px;
}

.divider {
	margin-top: 10px;

}

img.center {
	margin: 10px auto;
	display: block;
}

img.addleftmargin {
	margin: 10px auto 10px -13px;
	display: block;
}

img.parkingmapmargin {
	margin: 10px auto 10px -5px;
	display: block;
}

img.right, img.left {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #8294B3;
	padding: 2px;
	}
	
img.left {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
img.top {
	margin-top: 0;
	}

/*  ----- FORM ELEMENTS ---- */

.button {
	margin-top: 6px;
}

.textform {
	margin: 6px 0px 6px 0;
	height: 12px;
	padding: 2px;
	font-size: 10px;
	color: #124164;
}

.textareaform {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	margin: 6px 0px 12px 0;
	padding: 2px;
	color: #124164;
}


/*  ----- TYPOGRAPHY ---- */


