@charset "UTF-8";

body
{
//	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
header
{
	position: relative;
	width: 975px;
	height: 180px;
	margin-top: 20px;
}
.link_button
{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
.nav_bar
{
	background-color: #F2DFB6;
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 24px;
	border-bottom: 1px #C1842F;
}
.left_spacer
{
}
.nav_item

{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link 
{
	color:#1905FB;
    text-decoration: none;
}

a:visited 
{
	color: #1905FB;
    text-decoration: none;
}
#content
{
	text-align: center;
}

#fade 
{
	display: none; 
	position: absolute;
	left: 0%;
	top: 0%;
	background-color: black;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	min-height: 3000px;
	z-index: 90;
}

#past_shows
{
	display: none; 
	position: fixed;
	left: 10%;
	top: 200px;
	width: 420px;
	height: 400px;
	z-index: 100;
	background-color: white;
	border: 3px solid #d8870d;
	padding: 20px;
	overflow-y: scroll
}

#past_shows_header
{
	margin-bottom: 30px;
}