/*  blue style */

/*  Images */
body.wootube { 
	background: #27518b  repeat-x 0 0;
}

/*  Colors */
a {
	color: #f4a93e;
}
#main, #sidebar ul, #sidebar .textwidget, div#video-browser-holder{
	border:4px solid #0a274e;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#sidebar h2 {
	background: #298916 ;
	border: 2px solid #399e25;
	
	-moz-border-radius:10px 0 10px 0;
	-khtml-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
}
#main-content .post h4.continue a {
	background: #335678;
}
#footer-out {
	background: #27518b;
}



