﻿/*
===================================================
	tv.kobalt.nl
	Developed by Semantico
	info@semantico.nl - www.semantico.nl
===================================================
*/

/* MAIN BG COLORS */
.style-1 #container { background-color: #01acc6; }
.style-1 #content { color: #fff; background-color: #002c47; }
.style-1 #navigation { color: #fff; }
.style-1 h2 { color: #95d3df; }
.style-1 p { color: #00adc6; }
.style-1 ul#navigation a { background-color: #fff; color: #00adc6; }
.style-1 ul#navigation li.current a { background-color: #002c47; }
.style-1 ul#navigation a:hover { background-color: #bfeaf1; }

/* PLAYLIST */

.style-1 .tab-header { height:46px; background-color: #95d3df; }

/*.style-1 div.playlist-inner { background-color: #00adc6; }  */
.style-1 div.playlist-container { background-color:#00adc6; } 
.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;
}

/* CONTENT */
.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; }