@charset "utf-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img {
margin: 0px;
padding: 0px;
}

body { 
background: #000000 url(/images/bg.jpg) 0 0 no-repeat fixed;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:100.1%;
color:white;
}

#container {
position:relative;
width:750px;
top:0;
left:150px;
text-align: left;
margin-top:30px;
margin-bottom:40px;
border:1px solid #646050;
}

#banner {
position:relative;
width:100%;
height:125px;
padding-top:25px;
}

#banner h1 {
font-size:1.5em;
line-height:1.25em;
}



/* COMMON FONTS STYLES
---------------------------------------------- */

h1, h2, h3, p, ul, img {
margin-left:50px;
}

h1, h2, h3 {
color:#bc7712;  /*af741e cac5af*/
font-weight:normal;
}

p {
font-size:0.9em;
margin-right:50px;
line-height:1.5em;
}
.tracktitles {
font-size:0.85em;
line-height:1.25em;
}

.names {
font-weight:bold;
}

a:link, a:visited {
color:#3399FF;
text-decoration:none;
}


/* MENU BOX AND STYLES
---------------------------------------------- */

#menu {
position:relative;
border-top:1px solid #646050;
text-align:center;
}

#menu ul {
margin-left:0;
}

#menu ul li {
display:inline;
list-style-type:none;
}

#menu a {
font-size:.8em;
line-height:2em;
margin-right:2em;
text-transform:uppercase;
}

#menu a:hover {
color:#CC9933;
}

/* CONTENT BOX AND STYLES
---------------------------------------------- */

#content {
position:relative;
padding-top:50px;
padding-bottom:50px;
border-top:1px solid #646050;
}

#content h1 {
font-size:1.5em;
line-height:1.2em;
margin-bottom:.5em;
}

#content h2 {
font-size:1.2em;
line-height:1em;
margin-top:1.2em;
margin-bottom:.5em;
}

#content h3 {
font-size:1em;
line-height:1em;
margin-top:1.2em;
margin-bottom:.5em;
}

#content a:link, #content a:visited {
color:#af741e;
}

#content a:hover {
color:#cd9171;
text-decoration:underline;
}

#content img {
float:left;
margin-top:0;
margin-right:15px;
margin-bottom:10px;
border:1px solid #646050;
vertical-align:top;
}

#ListLeftCol {
width:300px;
float:left;
padding-top: 15px;
}

#ListRightCol {
width:350px;
float:right;
padding-top: 15px;
}

#flckrPhotos {
position:absolute;
top:15px;
right:15px;
border:1px solid #646050;
}

#flckrPhotos a {
font-size:0.8em;
line-height:0.8em;
padding:8px 12px;
display:block;
}

.notopspace {
padding-top:0;
margin-top:0;
}

.videoplayer {
display:inline;
}


/* FOOTER BOX AND STYLES
---------------------------------------------- */

#footer {
position:relative;
border-top:1px solid #646050;
}

#footer h3 {
color:#7f7b69;
font-size:.8em;
line-height:3em;
margin-left:
}

/* FORM STYLES
---------------------------------------------- */

#content form {
width: 600px;
margin:20px 0 0 20px;
}

#content fieldset {
border: 1px solid #646050;
}

#content legend {
font-weight: bold;
padding: 2px 10px 0 10px;
margin-bottom: 20px;
border: 1px solid #646050;
border-bottom: none;
}

#emailform label {
float: left;
margin-left:15px;
width: 125px;
}

#emailform input {
width: 300px;
margin-bottom: 15px;
background-color: #e5e3d9; /*FDF7B3 */
}

#emailform input.narrow {
width: 75px;
margin-top:20px;
margin-left:20px;
}

#emailform textarea {
width: 400px;
height: 150px;
margin-bottom: 35px;
background-color: #e5e3d9; /*FDF7B3 */
}

#emailform span.required {
position: absolute;
margin-left: -9999px;
}

#emailform input.text:focus, textarea:focus {
background-color: #FFFFFF; /*FDF7B3 */
}

/* SCHEDULE TABLE STYLES
------------------------------------------------------*/

table.schedule {
	font-size:0.75em;
	/*border-collapse:separate;*/
	border-collapse: collapse;
	border-spacing:0;
	margin:0 0 1em;
	color:#fff;
	}
table.schedule a {
	color:#b78d51;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.schedule a:visited {
	color:#444;
	font-weight:normal;
	}
table.schedule a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #625b51;
	border-width:1px 0;
	background:#725934;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #625b51;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#625b51;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#625b51;
	border-color:#625b51;
	}
tbody tr:hover th.table-month {
	background:#4a3313;
	}
.table-month {
background:#4a3313;
font-weight:bold;
}
	