html, body {
  	background:#000;
    color:#fff;
	width:100%;
    text-align:center;
    padding:0;
    margin:0;
    font-size:100%;
    font-family:helvetica neue,helvetica,arial,verdana,sans-serif;
}
a, a:visited, a:after, a:active {
	color:#fff;
}
header, header #logo {
    display:block;
	width:1265px;
    margin:0 auto;
}
header #logo {
	background:url(/theme/images/backgrounds/header.jpg) no-repeat scroll center center #000000;
	height:199px;
}
header #nav {
	background:url(/theme/images/backgrounds/nav.jpg) no-repeat scroll center center #000000;
	height:74px;
}
footer {
	background:url(/theme/images/backgrounds/footer.jpg) no-repeat scroll center center #000000;
	height:74px;
        line-height:74px;
}
header #nav a {
	line-height:34px;
	display:block;
	float:left;
	margin-left:12px;
     font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    font-size:90%;
}
#nav, content, footer  {
    display:block;
	width:767px;
    margin:0 auto;
}
content {
padding-top:20px;
padding-bottom:20px;
}
h2 {
    color:#A9A9A9;
}
h3 {
    color:#A9A9A9;
}
#player {
    width:199px;
}
#player .ttl {
    color:#fff;
    background:#101403;
    margin:2px;
    font-size:.8em;
    margin-top:4px;
    margin-bottom:6px;
}
#player .txt {
    color:#fff;
    background:#222907;
    margin:2px;
    font-size:.7em;
    text-align:left;
}
#clientplayer {
    border:2px solid #000;
    width:190px;
}
#playlist {
    color:#fff;
    font-size:.7em;
    text-align:left;
}
#playlist div {
    background:#222907;
    margin:2px;
}
#playlist a {
    color:#fff;
    margin:2px;
}
#gigs .ttl {
    color:#FAA934;    
    background:#101403;
    margin:2px;
    font-size:.8em;
    margin-top:0;
    margin-bottom:0;
    font-weight:bold;
}
#gigs .txt {
    color:#fff;    
    background:#101403;
    margin:2px;
    font-size:.8em;
    margin-top:6px;
    margin-bottom:6px;
}

#gigs .ttl-date {
	color:#FAA934;    
	font-size:1em;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:4px;
}
#nav_social {
	display:inline-block;
	float: right;
	margin-right: 44px;
}
.nav_btn {
	display:block;
	float:left;
}
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -10px;
top: -10px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}
.section-line {
    color:#1d1d1d;
}
