/*  blue style */

/*  Images */
body.wootube { 
	background: #18191b url(blue/bg.jpg) repeat-x center 0;
}

/*  Colors */
a {
	color: #4B5676;
	text-decoration: none;
}
#main, #sidebar ul, #sidebar .textwidget, div#video-browser-holder{
	border:5px solid #dfe4ea;
}

#sidebar h2 {
	background: #335678;
}
#main-content .post h4.continue a {
	background: #335678;
}
#footer-out {
	background: #344b61;
}
#sidebar{
	background: #fff;
	width:270px;
	padding:30px 10px 30px 10px;
}
#sidebar ul{

	padding:10px;
}
#sidebar ul a:hover{
color:orange;
}
#livesearchpopup_results li a:hover{
color:#fff;
}
h2 span{background: #fff;padding:5px;}
#searchform .searchinput {
    width: 160px;
    font-size: 15px;
	font-weight:bold;
    background: #ffffff;
    height: 20px;
    border: 0px;
	padding:3px 50px 0 10px;
    autocomplete: off;
    outline-width: 0px;
	color:#2B4158;

}
#searchform {
    width: 250px;
}

#searchform .box {
    position: relative;
    height: 18px;
}
#searchform .searchbox {    
    position:relative;
    top: 0px;
    left: 10px;
    background: #ffffff;

    height: 25px;
    width: 240px;
    border: 0px;
    margin: 0px;
    overflow: hidden; 

    border: 1px solid #c0c0c0;
    
}
#searchform .lupe {
    position: absolute;
    top: -5px;
    right: -20px;
	background: url(http://freegraphicsart.com/wp-content/themes/freegraphicsart/images/search_btn.gif) no-repeat;
	border: 0;
	width:72px;
	height:37px;
	cursor:pointer;

}
.dashed{font-size:30px;color:#DFE4EA;font-weight:bolder;padding:5px;width:260px;}
.filter{padding:6px;}