/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=
Created by Chris Robins (http://www.chrisrobins.com)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=
*/

html {overflow-y: scroll;}

* { margin: 0; padding: 0; border: 0; }

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #454442 url(../img/black_body.jpg) top center repeat-x;
}

body, td
{
	font-size: 11px;
	line-height: 15px;
}

p { margin: 0 0 1em 0; }

h2 { margin-top: 10px; font-size: 1em; color: #784513; }
h3 {color: #784513; }

td { padding: 2px 0; }

input, textarea { padding: 2px; border: 1px solid #ccc; }

input:hover, textarea:hover { border: 1px solid #999; background-color: #fff; }

a:link,a:visited { color: #6b3f12; text-decoration: underline; padding: }
a:hover { background-color: #6b3f12; color:#fff; text-decoration: underline; }

ul.dates
{
	padding: 10px 0;
	list-style-type: none;
	text-align: center;
}

ul.dates li
{
	display: inline;
	padding: 0 5px 0 4px;
}

ul.artists
{
	list-style-type: none;
	text-align: left;
	width: 280px;
}

img#artist
{
float: left;
margin: 0 10px 5px 0;
border: 1px solid #AAAAAA;
padding: 2px;
}

div#scroll
{
width: 285px;
height: 600px;
overflow-y: scroll;
scrollbar-arrow-color: green;
scrollbar-face-color: #e7e7e7;
scrollbar-3dlight-color: #a0a0a0;
scrollbar-darkshadow-color: #888888
background-color: #fff;
}

/*========================================
	Container
========================================*/

div#container
{
	margin: 0 auto;
	width: 700px;
	height: 500px;
	text-align: left;
	background-color: #454442;
    background: #454442 url(../img/black_splash.jpg) top center no-repeat;
}

/*========================================
	Banner
========================================*/

div#banner
{
	height: 73px;
	text-indent: -9999px;
	background: #454442 url(../img/black_banner.jpg) top center no-repeat;
}

div#splash
{
	height: 375px;
	text-indent: -9999px;
	background: #454442 url(../img/black_splash.jpg) top center no-repeat;
}

div#break
{
	height: 120px;
}

/*========================================
	Global Menu
========================================*/


div#globalnav
{
	width: 700px;
	height: 37px;
}

div#globalnav ul#menu
{
	position: relative;
	width: 700px;
	height: 37px;
	background: #454442 url(../img/black_menu.jpg) top left no-repeat;
}

div#globalnav ul#menu li
{
	list-style: none;
	position: absolute;
	top: 0;
}
	
ul#menu li, ul#menu a
{
	height: 37px;
	display: block;
}
	
div#globalnav ul#menu li a
{
	text-indent: -9999px;
	text-decoration: none;
}
	
#about			{ left: 25px; width: 96px; }
#menus			{ left: 121px; width: 75px; }
#shows			{ left: 196px; width: 149px; }
#private		{ left: 345px; width: 125px; }
#outdoors		{ left: 470px; width: 96px; }
#contact		{ left: 566px; width: 109px; }

#about a:hover		{ background: transparent url(../img/black_menu.jpg) -25px -37px no-repeat; }
#menus a:hover 		{ background: transparent url(../img/black_menu.jpg) -121px -37px no-repeat; }
#shows a:hover		{ background: transparent url(../img/black_menu.jpg) -196px -37px no-repeat; }
#private a:hover	{ background: transparent url(../img/black_menu.jpg) -345px -37px no-repeat; }
#outdoors a:hover	{ background: transparent url(../img/black_menu.jpg) -470px -37px no-repeat; }
#contact a:hover	{ background: transparent url(../img/black_menu.jpg) -566px -37px no-repeat; }

/*========================================
	Content
========================================*/

div#main
{
	background: #fff url(../img/black_main_bg.jpg) center top repeat-y;
}


div#content
{
	width: 700px;
	padding: 25px 61px 20px 55px;
	width/**/:/**/584px;
	background: transparent url(../img/black_main_top.jpg) center top no-repeat;
}

div#left
{
	float: left;
	width: 290px;
	padding-right: 15px;
	width/**/:/**/275px;
	background: transparent url(../img/divide.gif) right top repeat-y;
}

div#right
{
	float: right;
	width: 280px;
}

div#right_performers
{
	float: right;
	width: 285px;
}

div#right_performers ul
{
	width: 270px;
}

div#left_s
{
	float: left;
	width: 370px;
	padding-right: 15px;
	width/**/:/**/355px;
	background: transparent url(../img/divide.gif) right top repeat-y;
}

div#right_s
{
	float: right;
	width: 200px;
}

div#right_s ul
{
	list-style-type: none;
}

div#right_s a
{
	display: block;
	padding: 3px 0 3px 13px;
	width: 190px;
	border-bottom: 1px solid #eee;
}

div#right_s a:hover
{
	background: transparent url(../img/bullet2.gif) center left no-repeat;
}

div#right_s li.active
{
	background: transparent url(../img/bullet.gif) center left no-repeat;
}

div#right_s li.active a:hover
{
	background: none;
}

div#right_s a:link, #navlist a:visited
{
	color: #333;
	text-decoration: none;
}

div#right_s a:hover
{
	color: #761413;
}

div#footer
{
	clear: both;
	width: 700px;
	padding: 0 61px 0 55px;
	width/**/:/**/584px;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	background: #454442 url(../img/black_main_bottom.jpg) center top no-repeat;
}

div#footer_splash
{
	clear: both;
	width: 700px;
	padding: 11px 61px 0 55px;
	width/**/:/**/584px;
	height: 50px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	color: #C5C5C5;
	background: #454442 url(../img/footer_splash.jpg) center top no-repeat;
}