@charset "UTF-8";
/* CSS Document */

html, body {
	background: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
	color:#a6a398;
	margin: 0px; 
	padding: 0px;
	height: 100%;
}

strong {
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
}

A {
color: #c2c0b7;
}

A:hover {
color: #fff;
}

A.address {
color: #c2c0b7;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

A:hover.address {
color: #fff;
text-decoration:none;
font-weight:bold;
font-size:10px;
}

A.footer {
color: #c2c0b7;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

A:hover.footer {
color: #fff;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

.hr {
	height:20px;
	margin-bottom:30px;
	border-bottom:1px dashed #1c1d1e;
}


.tonight {
	color:#fff; 
	font-weight:bold; 
	font-size:15px;
	line-height:18px;
	margin-top:15px;
	margin-bottom:15px;
}

.img_border {
	border:1px solid #666;
}

.centered {
	margin:0px auto;
	text-align:center;
}

#content {
	width:100%;
	height:100%;
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}

#wrapper {
	width:900px;
	height:100%;
	margin:0px auto;
}

#left_column {
	width:250px;
	height:900px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	float:left;
}

#left_column_alt {
	width:250px;
	height:900px;
	background-image:url(../images/logo_straight.gif);
	background-repeat:no-repeat;
	float:left;
}

#main {
	float:left; 
	width:650px;
}

#top_nav {
	width:600px;
	height:47px;
	float:left;
}

.nav_button_home {width:91px; height:37px; text-align:center; background:url(../images/home.gif)no-repeat 0px 7px; float:left;}
.nav_button_home:hover {background:url(../images/home.gif) no-repeat -91px 7px;}

.nav_button_about {width:91px; height:37px; text-align:center; background:url(../images/about.gif)no-repeat 0px 7px; float:left;}
.nav_button_about:hover {background:url(../images/about.gif) no-repeat -91px 7px;}

.nav_button_menu {width:91px; height:37px; text-align:center; background:url(../images/menu.gif)no-repeat 0px 7px; float:left;}
.nav_button_menu:hover {background:url(../images/menu.gif) no-repeat -91px 7px;}

.nav_button_events {width:91px; height:37px; text-align:center; background:url(../images/events.gif)no-repeat 0px 7px; float:left;}
.nav_button_events:hover {background:url(../images/events.gif) no-repeat -91px 7px;}

.nav_button_gallery {width:91px; height:37px; text-align:center; background:url(../images/gallery.gif)no-repeat 0px 7px; float:left;}
.nav_button_gallery:hover {background:url(../images/gallery.gif) no-repeat -91px 7px;}

.nav_button_community {width:120px; height:37px; text-align:center; background:url(../images/community.gif)no-repeat 0px 7px; float:left;}
.nav_button_community:hover {background:url(../images/community.gif) no-repeat -120px 7px;);}

.nav_button_selected {
	width:91px;
	height:40px;
	overflow:hidden;
	background-image:url(../images/nav_button_bg.gif);
	text-align:center;
	padding-top:7px;
	float:left;
}

.nav_button_community_selected {
	width:120px;
	height:40px;
	background-image:url(../images/nav_button_bg_community.gif);
	text-align:center;
	padding-top:7px;
	overflow:hidden;
	float:left;
}

#home_right {
	margin-top:30px; 
	width:600px;
	float:left;
	background-image:url(../images/dashed_bg.gif);
	background-repeat:repeat;
}

#center_column {
	width:270px;
	margin-left:10px;
	margin-right:20px;
	float:left;
}

#right_column {
	width:290px;
	float:left;
}

#band_text {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#calendar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	padding-left:30px;
	margin-bottom:20px;
}

.home_calendar {
	font-size:12px;
}

.home_calendar_bold {
	color:#fff; 
	font-weight:bold; 
	font-size:14px;
}

.thumb {
	width:68px;
	height:68px;
	overflow:hidden;
	margin-right:20px; 
	margin-bottom:20px; 
	border:4px solid #333; 
	text-align:center;
	float:left;
}

.vid {
	width:163px; 
	margin-bottom:10px;
	border:4px solid #333;
	float:left;
}

.vid_box{
	width:171px; 
	float:left; 
	margin-bottom:20px; 
	margin-right:20px; 
	text-align:justify; 
	font-size:10px;
	line-height:14px;
}

#about {
	margin-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	width:580px;
	background-image:url(../images/dashed_bg_about.gif);
	background-repeat:repeat;
	float:left;
}

#events {
	margin-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	width:580px;
	float:left;
}

.events_hr {
	width:570px;
	margin-right:10px;
	height:10px;
	margin-bottom:12px;
	border-bottom:1px dashed #1c1d1e;
	float:left;
}

.date_expanded {
	width:580px;
	display:block;
}

.date_collapsed {
	width:580px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
}

.event_expanded {
	float:left;
	width:346px;
	margin-top:5px;
	margin-left:10px;
}

.event_collapsed {
	float:left;
	height:73px;
	width:458px;
	margin-top:5px;
	margin-left:10px;
}

.event_date {
	font-weight:bold; 
	float:right;
	text-align:right;
	font-size:13px;
}

.event_title {
	color:#fff; 
	font-weight:bold; 
	font-size:15px;
	padding-right:20px;
}

#footer {
	width:580px;
	border-top:1px dashed #1c1d1e;
	margin:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:13px;
	color:#a6a398;
	text-align:center;
	float:left;
}
