/*
===================================================
	Developed by Semantico
	info@semantico.nl - www.semantico.nl
===================================================
*/

/* Main BG colors */
.style-1 #content { color: #fff; }
.style-1 #container { background-color: #240e33; }
.style-1 #content { color: #fff; background-color: #240e33; }
.style-1 #navigation { color: #fff; }
.style-1 h2 { color: #fff; }
.style-1 p { color: #fff; }
.style-1 ul#navigation a { background-color: #9f76b4; color: #240e33; }
.style-1 ul#navigation li.current a { background-color: #240e33; color: #fff;}
.style-1 ul#navigation a:hover { background-color: #b88fcd; }
.style-1 #header p { color: #666; }

/* playlist bits */

.style-1 .tab-header { height:46px; background-color: #6a5096; }
/*.style-1 div.playlist-inner { background-color: #00adc6; }  */
.style-1 div.playlist-container { background-color:#fff; } 
.style-1 div.clips a {
	background: #353535 url(../media/themes/style-1/bg-playlist-clip.gif) repeat-x top;
	color:#fff;
}
.style-1 div.clips a.current-clip, .style-1 div.clips a:hover {
	background: #353535 url(../media/themes/style-1/bg-playlist-clip-ov.gif) repeat-x top;
}

/* bottom of page elements */
.style-1 a.link-pop { background-color:#f00; color:#fff; }
.style-1 #inline-content, .style-1 #inline-content-inner { background-color:#fff; }
.style-1 form#newsletter input#news-submit { background-color:#00adc6; border:0; color:#fff; }
.style-1 form#newsletter label { color:#00adc6; }


