/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration:none;}

/* Now, the real styles */

body {
	font-family: Arial, Verdana, sans-serif;
	background: black url(images/bg.jpg) top center no-repeat;
	line-height: 15px;
	font-size: 12px;
	line-height: 20px;
}

body.home {
	background: black url(images/bg-home.jpg) top center no-repeat;	
}

a {
	color: yellow;	
}

a:hover {
	color:orange;	
}

h1 {
	font-size: 36px;
	line-height: 36px;
margin: 0 0 20px 0;	
font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

#footer {
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: verdana, arial, sans-serif;	
	font-size: 10px;
	background:black;
	position: fixed;
	bottom: 10px;
	left: 10px;
	opacity: .3;
}

#footer:hover {
	opacity: .8;
}

#content {
	margin: 300px auto 30px auto;
	padding: 20px;
	background: url(images/black-trans-bg.png) repeat;
	width: 960px;
	height: 437px;
	overflow: auto;
	color: white;	
}

#content.contact {
	background: none;
}

#content.music {
	background: none;
	padding: 0px;
	width: 1050px;
	height: 450px;
}

#content.music div#album-detail div.album *, #content.music div#gallery-detail {
	display: none;	
}

#content.music #album-list {
	float: left;
	display: inline;
	width: 255px;
	padding: 20px 0px 0px 20px;
	margin: 0 20px 0 0;
	background: url(images/black-trans-bg.png) repeat;
	height: 380px;
	overflow: auto;
}

#content.music #album-list a img.small-cover {
	float:left;
	display: inline;
	max-width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	opacity: .7;
}

#content.music #album-list a img.small-cover:hover, #content.music #album-list a img.small-cover.active {
	opacity: 1.0;
}

#content.music img#cover, #content.music img.cover {
	float: left;
	background: url(images/black-trans-bg.png) repeat;
	padding:20px;		
}

#content.music div.description {
	position: absolute;
	top:500px;
	left: 50%;
	width: 365px;
	height: 160px;
	overflow: auto;
	margin: 0 0 0 -210px;
	background: url(images/black-trans-bg.png) repeat;
	padding:20px 20px 0px 20px;				
	display: none;
}

#content.music #track-list {
	margin: 0 0 0px 20px;		
	float: left;
	display: inline;
}

#content.music #track-list p, #content.music #track-list h2  {
	margin: 0 0 20px 0px;
	background: url(images/black-trans-bg.png) repeat;
	padding: 10px;
	display: block;
	width: 220px;
}


/* Gallery Styles */

div.gallery-container {
	background: #000000;	
}

div.gallery-description {
	padding:20px 20px 20px 20px;
	color: white;					
}

div.gallery-description p {
	width: 350px;

}

#content.music #gallery-list {
	float: left;
	display: inline;
	max-width: 1000px;
	padding: 0px;
	margin: 0 20px 0 0;
	overflow: auto;
}

#content.music #gallery-list a img.gallery-thumbnail {
	float:left;
	display: inline;
	overflow: hidden;
	margin: 0 20px 20px 0;
	background: url(images/black-trans-bg.png) repeat;
	padding: 20px;
	opacity: .7;
}

#content.music #gallery-list a img.gallery-thumbnail:hover, #content.music #gallery-list a img.gallery-thumbnail.active {
	opacity: 1.0;
}


#content.video {
	background: none;
	width: 980px;
	padding: 0px 20px;
}

#content.news {
	background: none;
	padding: 0px;
	overflow: hidden
}

#content.news #posts {
	width: 600px;
	background: url(images/black-trans-bg.png) repeat;	
	margin: 0 20px 0 0;
	padding: 20px;
	float: left;
	display: inline;
	height: 457px;
	overflow: auto;
}


#content.news #sidebar {
	padding: 20px;
	float: left;
	width: 260px;
	background: url(images/black-trans-bg.png) repeat;			
}

#content.news #sidebar.top {
	padding: 20px 20px 0px 20px;
	margin: 0 0 -20px 0;
	float: left;
	width: 260px;
	background: url(images/black-trans-bg.png) repeat;			
}

#content.news #sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;	
}

#content.news #sidebar ul li ul {
}

#content.live {
	width: 960px;
	padding: 0px;
	background: none;
    overflow: visible;
}

#content.live #event-detail {
	float: left;
	display: inline;
	width: 420px;
	max-height: 437px;
	overflow: auto;
	padding: 20px;
	background: url(images/black-trans-bg.png) repeat;
}

#content.live #event-detail h1 {
	color: yellow;
}

#content.live #event-list {
	float: left;
	display: inline;
	width: 450px;
	padding: 20px 10px 20px 20px;
	margin: 0 20px 0 0;
	background: url(images/black-trans-bg.png) repeat;
}

#content.live #event-list.home {
	float: left;
	display: inline;
	width: 450px;
	padding: 20px 10px 20px 20px;
	background: url(images/black-trans-bg.png) repeat;
}

#content.live #event-list .item {
	float: left;
	display: inline;
	width: 120px;
    min-height: 100px;
	padding: 10px;
 	background: #444444;
    margin: 0 10px 10px 0;
}

#content.live #event-list .item:hover {
background: #222222;
cursor: pointer;
}

#content.live #event-list .item.active {
background: #222222;
}

#content.live #event-list .item.even {
//margin: 0 10px 10px 0;
}

#content.live #event-list .item h1 {
font-size: 16px;
line-height: 16px;
color: yellow;
margin: 0px 0 10px 0;
}

#content.live #event-list .item h2 {
font-size: 14px;
line-height:14px;
margin: 0px 0 10px 0;
}

#content.live #event-list .item p {
font-size: 11px;
line-height:11px;
margin:0px;
}

#enlist-content {
width: 450px;
height: 300px;
background: black;
color: white;
padding: 20px;
}

#enlist-content h1, #enlist-content label {
	color:yellow;	
}

#video-post {
	float: left;
	display: inline;
	width: 430px;
	padding: 20px;
	background: url(images/black-trans-bg.png) repeat;
	margin: 0 0px 20px 0;	
}

#video-post.even {
	margin: 0 0 20px 20px;
}

/* Radio Request Styles */

#content table {
	width:900px;	
}

#content table tr td {
	padding: 5px;	
}

#content h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

#content p {
	line-height: 20px;	
	margin: 0 0 20px 0;
	font-family: verdana, arial, sans-serif;
}

#content.contact h2, #content.contact p {
	margin-bottom: 20px;
	background: url(images/black-trans-bg.png) repeat;
	padding: 15px;
	float:left;
	display: inline;	
	clear: left;
}

#content.contact p {
	clear: right;
	font-size: 14px	
}

/* Linkbar Styles */

a#home-button {
	border: none;
	position: absolute;
	top: 80px;
	left: 50%;
	margin: 0 0 0 -535px;
	width: 555px;
	height: 220px;
	display: block;
	background: url(images/home-logo-off.png);
	opacity:.8;	
}

.home a#home-button {
	background: url(images/home-logo-on.png);
	opacity:1.0;	
}

a#home-button:hover {
	background: url(images/home-logo-on.png);	
		opacity:1.0;
}


a#enlist {
	border: none;
	position: absolute;
	top: 125px;
	left: 50%;
	margin: 0 0 0 80px;
	width: 211px;
	height: 59px;
	display: block;
	background: url(images/enlist-off.png) no-repeat;	
}

a#enlist:hover, a#enlist.active {
	background: url(images/enlist-on.png);	
}

a#radio-request {
	border: none;
	position: absolute;
	top: 185px;
	left: 50%;
	margin: 0 0 0 80px;
	width: 450px;
	height: 60px;
	display: block;
	background: url(images/radio-request-off.png) no-repeat;	
}

a#radio-request:hover, a#radio-request.active {
	background: url(images/radio-request-on.png);	
}

ul#social {
	list-style:none;
	position: absolute;
	top: 125px;
	left: 50%;	
	margin: 0 0 0 290px;
	display:block;
	width: 252px;
}

ul#social li {
	float: left;	
	display: inline;
	margin: 0 5px 0 0;
}

ul#social li a {
	border: none;
	height: 58px;
	width: 58px;
	display: block;
}

a#facebook-button {
	background: url(images/facebook-off.png);	
}

a#facebook-button:hover {
	background: url(images/facebook-on.png);
}

a#myspace-button {
	background: url(images/myspace-off.png);	
}

a#myspace-button:hover {
	background: url(images/myspace-on.png);
}

a#youtube-button {
	background: url(images/youtube-off.png);	
}

a#youtube-button:hover {
	background: url(images/youtube-on.png);
}

a#twitter-button {
	background: url(images/twitter-off.png);	
}

a#twitter-button:hover {
	background: url(images/twitter-on.png);
}

ul#linkbar {
	width: 1050px;
	display: block;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0px 0 -525px;	
}

ul#linkbar li {
	float: left;
	display: inline;
	margin: 0 12px 0 0;	
}

ul#linkbar li a {
	border: none;
	display: block;	
}

ul#linkbar li#news a {
	width: 110px;
	height: 33px;
	background: url(images/news-off.png);
}

ul#linkbar li#news a:hover, ul#linkbar li#news a.active  {
	background: url(images/news-on.png);
}

ul#linkbar li#music a {
	width: 120px;
	height: 33px;
	background: url(images/music-off.png);
}

ul#linkbar li#music a:hover, ul#linkbar li#music a.active  {
	background: url(images/music-on.png);
}

ul#linkbar li#video a {
	width: 120px;
	height: 33px;
	background: url(images/video-off.png);
}

ul#linkbar li#video a:hover, ul#linkbar li#video a.active  {
	background: url(images/video-on.png);
}

ul#linkbar li#live a {
	width: 86px;
	height: 33px;
	background: url(images/live-off.png);
}

ul#linkbar li#live a:hover, ul#linkbar li#live a.active  {
	background: url(images/live-on.png);
}

ul#linkbar li#produce a {
	width: 180px;
	height: 33px;
	background: url(images/produce-off.png);
}

ul#linkbar li#produce a:hover, ul#linkbar li#produce a.active  {
	background: url(images/produce-on.png);
}

ul#linkbar li#gallery a {
	width: 177px;
	height: 33px;
	background: url(images/gallery-off.png);
}

ul#linkbar li#gallery a:hover, ul#linkbar li#gallery a.active  {
	background: url(images/gallery-on.png);
}

ul#linkbar li#contact a {
	width: 184px;
	height: 33px;
	background: url(images/contact-off.png);
	margin: 0px;
}

ul#linkbar li#contact a:hover, ul#linkbar li#contact a.active  {
	background: url(images/contact-on.png);
}

/* Noscript! */
noscript div {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -205px;
	width: 360px;
	height:150px;
	border: 5px solid white;
	background: red;
	color: white;
	font-size: 18px;
	font-family: Lucida Grande, Arial, sans-serif;
	line-height: 20px;
}

noscript div a {
	color: yellow;
	font-weight: bold;
}

/* Dev Styles */
#coming-soon {
	float: left;
	display: inline;	
	color: white;
	background: url(images/black-trans-bg.png) repeat;
	padding: 10px;
}