body {
	font-family:verdana;
	font-size:11px;
	color:#999;
	padding:0;
	margin:0;
/*  background:url(/images/street.jpg) top center no-repeat #000;*/
	background:url(/images/wood-disco-ball.jpg) top center no-repeat #000;
}
h1 {
	font-size:6em;
	color:#e5a400;
	text-align:center;
	font-weight:normal;
	font-family:georgia;
	font-style:italic;
	margin-top:0;
	margin-bottom:0;
}
h2 {
	clear:both;
	font-family:verdana;
	font-size:11px;
	border-top:1px solid #fff;
	margin-bottom:0;
}
h2 span {
	display:block;
	width:170px;
	background:#fff;
	padding:0px 4px 2px 4px;
	color:#000;
}
h3 {
	font-size:3em;
	color:#444;
	font-weight:normal;
	line-height:0.8em;
	font-family:georgia;
	font-style:italic;
	margin-bottom:.2em;
	padding-bottom:.2em;
}
a:link, a:visited {
	color:#2e4247;
	text-decoration:none;
	border-bottom:1px solid #5f8793;
}
a:hover {
	color:#000;
	border-bottom:1px solid #444;
}
.center {
	text-align:center;
}
.clear-both {
	clear:both;
}

/* Container */
#wrap {
	width:760px;
	margin:20px auto 30px auto;
	padding:10px;
	background:url(/images/bg-gradient.png) repeat-x top center;
}
#container {
	border-left:20px solid #000;
	border-right:20px solid #000;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

/* Header */
#header {
	/*border-top:6px solid #fff;*/
	height:160px;
}
#header h1 {
  padding-top:50px;
  margin-bottom:4px;
	height:53px;
	position:relative;
	text-indent:-9999px;
	background:url(/images/heading-canopy-sound.gif) bottom center no-repeat;
}
#nav,
#nav li {
  list-style:none;
  margin:0;
  padding:0;
  display:inline;
}
#nav li a:link,
#nav li a:visited {
  background:#000;
  padding:5px 10px 5px 10px;
  border:none;
  margin-left:0px;
  /*color:#5f8793;*/
  color:#444;
}
#nav li a:hover {
  color:#e5a400;
  background:url(/images/bg-sub-nav.gif) repeat-x top left #242424;
}


/* Main Content */
.content {
	float:right;
	width:525px;
	margin-bottom:00px;
	line-height:1.5em;
}
.content a:link,
.content a:visited{
	color:#5f8793;
	text-decoration:none;
	border-bottom:1px solid #2e4247;
}
.content a:hover{
	color:#fff;
	border-bottom:1px solid #444;
}


/* Events */
.content .event {
	clear:both;
	padding:1em 0 1em 0;
	border-top:1px solid #242424;
}
.content .first {
	padding-top:0;
	border-top:0;
}
.content .event h3 {
	float:left;
	color:#fff;
	font-size:18px;
	padding-top:20px;
	margin-top:-11px;
}
.content .event h3 a:link,
.content .event h3 a:visited {
  color:#fff;
}
.content .event h3 a:hover {
  color:#e5a400;
}
.content .event h3 span {
	display:block;
	position:absolute;
	font-size:11px;
	color:#444;
	font-family:verdana;
	padding-top:2px;
	font-style:normal;
}
.content .first h3 {
	border-top:none;
}
.content .first h3 span {
	padding-top:0;
}
.content .event p.date {
	float:right;
	margin-bottom:0;
	padding-bottom:0;
}
.content .event .info {
	clear:left;
	text-align:left;
}
.content .event .info-wide {
	float:left;
	width:525px;
}
.content .event .date {
	font-weight:bold;
	color:#aaa;
	border-bottom:1px solid #333;
}

/* pictures/thumbnails */
.content .thumbnails a {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.content .thumbnails a.last {
  margin-right:0;
}
.content .thumbnails a:link img,
.content .thumbnails a:visited img {
  border:2px solid #444;
}
.content .thumbnails a:hover img{
  border-color:#e5a400;
}


/* Footer */
#footer {
	clear:both;
	color:#333;
	text-align:center;
	padding:1em 0;
	line-height:1.5em;
	border-top:3px solid #222;
}
#footer a:link,
#footer a:visited{
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #333;
}
#footer a:hover{
	color:#fff;
	border-bottom:1px solid #666;
}