/*
dark green #384808
light green #828D3D
dark orange #BE3C26
red #A93422
*/
body {
	width: 100%;
	background-color: #000;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}
div, p, form, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
img { border:0; }
input, textarea { border: 1px solid #666; background-color: #E7E7E7; }

/* GENERAL PAGE STYLES */
h4 { padding: 0 0 8px 0; }
h4 a { color: #000; }
h4 a:hover { text-decoration: none; color: #000; }
a { color: #003399; text-decoration: underline; }
a:hover { color: #000; }
.nav-link-on { font-weight:bold; color:#000033; }
img.left { float:left; margin: 5px; /*border: 1px solid #333;*/ }
img.right { float:right; margin: 5px; border: 1px solid #333; }
ul.decimal { list-style:decimal; }
ul.decimal li { margin:0 0 10px 0; }
ul.lower-alpha { list-style:lower-alpha; }
ul.lower-alpha li { margin:0 0 2px 0; }

ul.arrow { margin:0 0 0 18px; padding:0; list-style-image: url(/2010/assets/ul_li_arrow_7px.gif); }
ul.arrow li { margin:0 0 3px 0; padding:0; /*background: #00FF33 url(/assets/ul_li_arrow_7px.gif) 0.0em 0.7em no-repeat; background-position: 0.0em 0.7em;*/ }
ul.arrow li ul { margin:0; padding:0; list-style-image: none; }
ul.arrow li ul li { margin:0; padding:0;}

#gmap { width:629px; margin: 0 auto; height:450px; margin-top:10px; border:1px solid #8FA8BB; color:#000; }
#gmap a { color:#000; }
#gmap a:hover { color:#000; }



/* SITE STRUCTURE */
#main { width:800px; margin: 0px auto; }
#home_header { width: 800px; height: 226px; }
#inside_bg_full { background: url(/2010/assets/inside_top_bg.jpg) top left repeat-y; }

/* POPUP CONTENT */
#popup { }
#inside_bg_popup { padding:15px 0 0 0;/*width:600px; margin:0px auto; background: url(/2010/assets/popup_top_bg.jpg) top left repeat-y;*/ }
#inside_bg_popup h3 { margin:0 0 15px 0; }

/* SITE MARKUP */
div#pagetitle { padding:10px 0 0 86px; height:37px; background:url(/2010/assets/pagetitle_bg.jpg) top left no-repeat; }
#content_wrap { width:629px; margin:0 85px 0 86px; }
#content_wrap h1 { margin-bottom: 10px; padding-top:4px; border-bottom: 1px solid #828D3D; font-size: 16px; color: #384808; }
#content_wrap h2 { margin:15px 0 8px 0; font-size: 14px; color: #384808; }
#content_wrap h3 { margin-bottom: 10px; padding: 4px 0 0 0; font-size: 14px; color: #000033; }
#content_wrap p { margin: 0 0 12px 0; }
/*#content_wrap div.right {
	float: right;
	width: 124px;
}*/
#content_wrap .clear { height: 1px !IMPORTANT; height: 0px; clear: both; }
#content_wrap .float { display: block; cursor: hand; float: left; width: 150px; height: 30px; margin: 15px 10px 10px 10px; padding: 15px 10px 4px 10px; 
	border: 1px solid #22518B; background-color: #EEB535; }
#content_wrap a .float { text-decoration: none; color:#000; font-weight:bold; text-align:center; }
#content_wrap a:hover .float { text-decoration: underline; color:#683918; }
.back-to-top a { float: right; font-size: 9px; color: #CCC; }
.back-to-top a:hover { float: right; font-size: 9px; color: #333; }

/* IN PAGE LIST */
#inpage-list h1 { margin-top:25px; }
#inpage-list dl { line-height: 13px; }
#inpage-list dt { margin: 0 0 15px 0; padding: 4px; background-color: #D6902B; border: 1px solid #666; font-size: 14px; font-weight: bold; }
#inpage-list dd { margin: 0 0 8px 30px; }
#inpage-list dd.q { margin: 20px 0 8px 10px; font-size: 12px; color: #003366; font-weight: bold; }

#archive_lineup { float:right; }
#archive_lineup h1 { }
#archive_lineup p { font-size:11px; }
#archive_lineup p a { text-decoration:underline; }
#archive_lineup p a:hover { color:#000; text-decoration:none; }
#archive_lineup p a.selected { color:#000; text-decoration:none; font-weight:bold; }

/* SHADOW BOX 2 */
.shadowbox1_box {
	padding:0 6px 0 0;
	background:#DCDCDC url(/2010/assets/shadowbox1_borderRight.gif) 100% 0 repeat-y;
	color: #000000;
}
.shadowbox1_bi {
	padding:0 0 0 6px;
	background:#DCDCDC url(/2010/assets/shadowbox1_borderLeft.gif) 0 0 repeat-y;
}
.shadowbox1_bt {
	height:17px;
	margin:0 -6px;
	background:url(/2010/assets/shadowbox1_box.gif) 100% 0 no-repeat;
}
.shadowbox1_bt div {
	width:17px;
	height:17px;
	background:url(/2010/assets/shadowbox1_box.gif) 0 0 no-repeat;
}
.shadowbox1_bb {
	height:17px;
	margin:0 -6px;
	background:url(/2010/assets/shadowbox1_box.gif) 100% 100% no-repeat;
}
.shadowbox1_bb div {
	width:17px;
	height:17px;
	background:url(/2010/assets/shadowbox1_box.gif) 0 100% no-repeat;
}

.shadowbox1_box h1 {
	margin: 0 0 8px 0;
	color: #494949;
	font-size: 12px;
}
.shadowbox1_box p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
.shadowbox1_box a {
	color: #333333;
	text-decoration: none;
}
.shadowbox1_box a:hover {
	text-decoration: underline;
}

/* SHADOW BOX 2 */
.shadowbox2_box {
	padding:0 6px 0 0;
	background:#fff url(/2010/assets/shadowbox2_borderRight.gif) 100% 0 repeat-y;
	color: #000000;
}
.shadowbox2_bi {
	padding:0 0 0 6px;
	background:#fff url(/2010/assets/shadowbox2_borderLeft.gif) 0 0 repeat-y;
}
.shadowbox2_bt {
	height:17px;
	margin:0 -6px;
	background:url(/2010/assets/shadowbox2_box.gif) 100% 0 no-repeat;
}
.shadowbox2_bt div {
	width:17px;
	height:17px;
	background:url(/2010/assets/shadowbox2_box.gif) 0 0 no-repeat;
}
.shadowbox2_bb {
	height:17px;
	margin:0 -6px;
	background:url(/2010/assets/shadowbox2_box.gif) 100% 100% no-repeat;
}
.shadowbox2_bb div {
	width:17px;
	height:17px;
	background:url(/2010/assets/shadowbox2_box.gif) 0 100% no-repeat;
}

.shadowbox2_box h1 {
	margin: 0 0 8px 0;
	color: #494949;
	font-size: 12px;
}
.shadowbox2_box p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

.shadowbox1_box input, .shadowbox2_box input {
	margin: 0;
	padding: 2px;
	font-size: 9px;
	width: 100px;
	border: 1px inset #494949;
}

/* HOME PAGE */
#home-wrap { width:800px; margin: 0; padding: 0; color: #333; font-size: 10px; }
#home-wrap #column_1 { float:left; width:261px; height:541px; /*background:#A42412;*/ }
#home-wrap #column_2 { float:left; width:188px; height:541px; /*background:#98A25B;*/ }
#home-wrap #column_3 { float:left; width:351px; height:541px; /*background:#683918;*/ }

/* HOME NEWS */
#home-wrap #column_1 .news { float:left; display: block; width:188px; height: 210px; padding: 23px 3px 0 70px; background-image: url(/2010/assets/home_c1_01.jpg); background-repeat: no-repeat; overflow: hidden; }
#home-wrap #column_1 .news h1 { padding: 8px 0 2px 0; font-size: 12px; font-weight: bold; }
#home-wrap #column_1 .news h1 a { text-decoration: none; color: #A42412; }
#home-wrap #column_1 .news h1 a:hover { text-decoration: underline; color: #774D2E; }
p.news-date { padding: 0; }
p.news-caption { padding: 2px 0 0 0; }
a.news-more { color: #683918; }
a:hover.news-more { text-decoration: none; color: #774D2E; }

/* HOME SPONSORS */
#home_sponsors { width:161px; height:138px; padding:4px 0 0 100px; background-image: url(/2010/assets/home_c1_04.jpg); background-repeat: no-repeat; }
#home_sponsors img { margin-bottom:5px; }

/* COLUMN 2 */
#home-wrap #column_2 .row3 { width: 188px; height: 196px; padding: 0; background-image: url(/2010/assets/home_c2_03.jpg); background-repeat: no-repeat; overflow: hidden; color: #000; }

/* COLUMN 3 */
/*#home-wrap #column_3 a .spotlight { text-decoration: none; cursor: hand; }*/
#home-wrap #column_3 .spotlight { width: 271px; height: 115px; padding: 30px 70px 0px 10px; background-image: url(/2010/assets/home_c3_02.jpg); background-repeat: no-repeat; overflow: hidden; color: #000; }
#home-wrap #column_3 .spotlight a img {	margin: 0 5px 0 0; }
#home-wrap #column_3 .spotlight h1 { font-size: 12px; font-weight: bold; margin: 0 0 5px 0; }
#home-wrap #column_3 .spotlight h1 a { color: #A42412; text-decoration: none; }
#home-wrap #column_3 .spotlight h1 a:hover { color: #774D2E; text-decoration: underline; }
#home-wrap #column_3 .spotlight p { }

#home-wrap #column_3 .spotlight_alt { width: 271px; height: 115px; padding: 30px 70px 0px 10px; background-image: url(/2010/assets/home_c3_02_alt.jpg); background-repeat: no-repeat; overflow: hidden; color: #000; }

#inside_footer {
	width: 800px;
	height: 147px;
	padding: 0 0 0 0;
	background-image: url(/2010/assets/inside_footer.jpg);
	background-repeat: no-repeat;
	text-align:center;
	font-size: 10px;
	color: #333333;
}
#inside_footer p.copyright { padding-top: 70px; }
#inside_footer a { text-decoration: underline; }
#inside_footer a:hover { text-decoration: none; color:#003366; }

/* MUSIC LINE-UP PAGE */
#lineup_navigation { width: 180px; padding-right:6px; }
#lineup_navigation ul { margin: 0; padding: 0; }
#lineup_navigation ul li { margin: 0; padding: 0; list-style: none; }
#lineup_navigation a { display: block; width: 174px; padding: 3px 0 2px 6px; border-bottom: 1px dashed #CCC; text-decoration: none; color:#000; }
#lineup_navigation a:hover { color:#000; background-color: #E7E7E7; }
#lineup_navigation a.selected { color:#000; font-weight: bold; background-color: #E7E7E7; }
/*#lineup_navigation a:visited { color:#666; background-color: #E7E7E7; }*/
#lineup_band { padding-left: 10px; border-left: 1px solid #A93422; }
#lineup_band h2 { margin:0px 0 8px 0; color:#A93422; }
#lineup_band dl { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }
#lineup_band dt { margin: 10px 0 10px 0; font-size: 12px; font-weight: bold; color: #666666; }
#lineup_band dd { margin: 0 0 8px 30px; }

/* TICKETS LANDING PAGE & SUBS */
.tickets_left { float:left; width:304px; margin:0; padding:0; }
.tickets_right { float:left; width:304px; margin-left:10px; padding-left:10px; border-left:1px solid #E9E9E9; }
#content_wrap .tickets_left h3, #content_wrap .tickets_right h3 { font-size:16px; background-color:#E9E9E9; border-bottom:1px solid #CCCCCC; margin:20px 0 12px 0; padding:5px 0 3px 2px; }
#content_wrap .tickets_left h3 a, #content_wrap .tickets_right h3 a {}
#content_wrap .tickets_left h3 a:hover, #content_wrap .tickets_right h3 a:hover {}
.ticket_viewmore { margin:0 0 8px 0; }
.ticket_viewmore img { }

.tickets_left ul, .tickets_right ul {}
.tickets_left ul li, .tickets_right ul li {}


/* PHOTOGALLERY PAGE */
.phogal { float:left; width:189px; padding:25px 10px; text-align:center; }

table.adspecs { width:100%; }
table.adspecs tr {}
table.adspecs tr th { width:33%; padding:5px 0 15px 5px; font-size:14px; font-weight:bold; text-align:left; background:#CCCCCC; }
table.adspecs tr td { width:33%; padding:5px 0 15px 5px; font-size:12px; background:#F0F0F0; }

.spacer_20 {height:0;}

/*** NAVIGATION - VERTICAL IN PAGE SUBNAV ***/
#subnavLeft { width:157px; float:left; padding:0 0 0 0; margin:0 0 20px 0; }
#subnavLeft ul { width:157px; list-style: none; padding: 0; margin: 0 0 0 0; }
/*#subnavLeft ul li { width:157px; float:left; display:block; padding:4px 0px 4px 0px; }*/
#subnavLeft ul li {
	background-image: url(/2010/assets/Subnav_Arrows.jpg);
	background-repeat: no-repeat;
	background-position: 0.0em 0.7em;
	width:140px; 
	float:left; 
	display:block; 
	padding:4px 0px 4px 12px; }
#subnavLeft ul li a { text-decoration:underline; color:#000; }
#subnavLeft ul li a:hover { text-decoration:none; }
#subnavLeft #navon a { color:#003399; text-decoration:none; }

