/*
 Screen style    
 Site: Light
*/
body {
	color: #aaaaaa;
	font-size: 75%;
	padding: 45px 0 55px 0;
	text-align: center;
	background-color:#0b0f14;
}
#wrapper #content #hp-desc {
	padding-top: 4em;
	margin-top: 10px;
}
#content p {
	font: 1.15em Arial, Helvetica, sans-serif;
	color: #FCFCFC;
}
#content h3 {
	font-size: 1.85em;
	line-height: 1em;
}

a {
	color: #CCCCCC;
}

.strike {
	text-decoration: line-through;
}


#wrapper {
 margin: 0 auto;
 text-align: left;
 width: 829px;
}

/*
=Logo
*/
#logo {
	float: left;
	font-size: 1em;
	margin: 0 0 28px 0;
	overflow: hidden;
	position: relative;
	width: 210;
}

#logo span {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	cursor: pointer;
	visibility: visible;
}

/*
=Navigation
*/
#nav {
	float: right;
	list-style: none;
	margin: 45px 0 25px 0;
	position: relative;
	width: 615px;
}

#nav li {
 background: url(../images/delimiter.gif) 0 40% no-repeat;
 float: left;
 margin: 0;
 padding: 0 2px 0 4px;
}

#nav li.first {
 background: none;
}

#nav a {
 color: #ffffff;
 display: block;
 font-size: 0.92em;
 font-weight: bold;
 line-height: 1.3;
 padding: 2px 6px 8px 6px;
 text-decoration: none;
 text-transform: uppercase;
}

#nav a:hover {
 color: #79a1af;
}

#nav .current a {
 background: #66666;
}

/* Secondary navigation */
#nav ul {
 left: 6px;
 margin: 0;
 position: absolute;
 z-index: 1;
}

#nav .current.right ul {
 left: auto;
 right: 2px;
}

#nav li li a {
 padding: 4px;
}

#nav li li {
 background: none;
 display: inline;
 list-style: none;
 padding: 0;
}

/*
=Content
*/
#content {
 clear: both;
 float: right;
 font-family: Arial, "Myriad Pro", Geneva, lucida, sans-serif;
 padding: 20px 0 30px 0;
 width: 605px;
}

.intro {
	font-size: 1em;
	line-height: 2.1em;
	color: #999999;
}

.intro strong {
 color: #79a1af;
 text-transform: uppercase;
}

.home #content a {
	color: #CCCCCC;
}

.home #content a:hover {
 color: #79a1af;
}

.home #content {
 float: none;
 font-family: Verdana, Geneva, lucida, sans-serif;
 padding-top: 0;
 width: auto;
 color: #333333;

}

#flash {
 height: 400px;
 margin: 0 0 10px 0;
 width: 829px;
 
}

.intro em {
 color: #79a1af;
 font-style: normal;
}

.imgborder {
	border: solid 1px #333333;
}
#content a {
	color: #CCCCCC;
	border: 0;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
	border: 0;
	text-decoration: underline;
}
#content h1 {
	font-weight: bold;
	line-height:1.0em;
	font-size: 1.5em;
	padding-bottom:.2em;

}
#content  h1 a{
text-decoration:none;

}
#content  h1 a:hover {
 color: #79a1af;
}
#content h2 {
	color: #3f3f3f;
	font-size: 3em;
	line-height: 1em;
}
#content h3 {
 color: #fff;
}
#content   H4, H4 a{
	color: #79a1af;
	font-weight: bold;
	line-height:1.0em;
	font-size: 1.45em;
	padding-bottom:.2em;

}
#content h5 {
	color: #79a1af;
	font-weight: bold;
	line-height:1.0em;
	font-size: 1.45em;
	padding-bottom:.2em;
}


.date, .info {
 color: #aaaaaa;
}
#content .location, .info{
 color: #ffffff;
 font-weight: bold;
 font-size: 14px;
 line-height: 1.2em;
 padding-bottom: .3em;

}
#content .description, .info{
 color: #999999;
 font-size: 12px;
 line-height: 1.4em;

}
#content .sponsor, .info{
	color: #ffffff;
	font-size: 0.95em;
	text-transform: uppercase;
	line-height: 1.1em;
	padding-bottom: 1em;
}
.exception {
	font-size: 24px;
	color: #79a1af;
}

/*
=Sidebar
*/
#sidebar {
 float: none;
 padding: 100px 0 30 0;
 width: 200px;
}

#sidebar .artist {
	color: #ffffff;
	font-size: 0.83em;
	margin: 1px 0;
	text-transform: uppercase;
	margin-bottom: 3em;
}

/*
=Footer
*/
#footer {
	clear: both;
	font-size: 0.83em;
	color: #333333;
	text-transform: uppercase;
	height: 55px;
	padding: 25 0 0 0;
}

#footer a {
 margin: 0 2px;
 text-decoration: none;
	color: #aaaaaa;

}

#footer a.first {
 margin-left: 0;
	color: #aaaaaa;

}

#footer a:hover {
 color: #79a1af;
}
	
