/* Style: Color */

body {
	}
	
#supersized-loader{ 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:10; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background-color:#111; 
	background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;}
	
#supersized{ 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; }

#supersized img{ 
	width:auto; 
	height:auto; 
	display:none; 
	outline:none; 
	border:none; }

#supersized.speed img{ 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; }	/*Speed*/

#supersized.quality img{ 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; }			/*Quality*/
		
#supersized a { 
	z-index:-30; 
	position:absolute; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background: url(../bgimages/bg2.jpg) center top no-repeat fixed;}
	
#supersized a.prevslide { 
	z-index:-20; }
	
#supersized a.activeslide { 
	z-index:-10; 
	text-align: center }

#supersized a.prevslide img, #supersized a.activeslide img{ 
	display:inline; }

#logo {
}

a {
	color: #CF4949;
}

.post-image a:link,
.post-image a:visited {
	border-color:#000
}

.post-image a:hover,
.post-image a:active { 
	border-color:#ffff99
}

.post-audio-thumb a:link,
.post-audio-thumb a:visited {
	border-color:#000
}

.post-audio-thumb a:hover,
.post-audio-thumb a:active {
	border-color:#ffff99
}

.archive-audio .col-left #main a { text-decoration:none}
.archive-audio .col-left #main a:hover { text-decoration:underline}
.archive-audio .col-left #main p a { text-decoration:underline}

#top-nav {
}

#top-nav li.current_page_item a,
#top-nav li.current-cat a,
#top-nav li.current-menu-item a {
}

#top-nav li.current_page_item ul a,
#top-nav li.current-cat ul a,
#top-nav li.current-menu-item ul a {
}

#main .col1 .post, #main .col2 .post,.col-right .post  {  border-bottom-color:rgba(140,140,140,0.5);}



#main h3 a {
	color: #ffff99;
}

#main .col1 h3 {
	
}

#main .col2 h3 {
}

.col-left #main h3 {
	
}

#main h2.arh {color:#CF4949; font-size:18px; text-transform:uppercase}






#main .col1 h3 a, #main .col2 h3 a, .col-left #main h3 a {
	color: #DC6112;
}


#main .post .audioplayer_container, #main .advert_468x60, .comment-entry {
	background:transparent url(default/audio_player_bg.png) repeat scroll center top;
}

#main .post .audioplayer_container{
	border-bottom-color: #ffffff;
}

#main .post .intro p {
	color: #999999;
}

.wp-caption {background-color:#000000;border:1px solid #111111;}

#comments .commentlist img.avatar {
	border-color: #000000;
}

#comments .user-meta {
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 6px;
}

#sidebar h3, .widget h3 {
}

.col2 .widget h3{
}



#main .post img.thumbnail {
	background-color:#333333;
	border-color: #000000;
}

#footer-out {
	margin: 0 auto;
    width: 1004px;
}

#footer p {
	background-color: #000000;
}

.search-terms { color:#fff }

.featured-tracks-holder .featured-track {background:rgb(21, 33, 42);background:rgba(0,0,0,0.4);  }