@charset "utf-8";
/* CSS Document */
*{
	margin:0; padding:0;border:0;outline: none;
}
html, body{
	margin:0; padding:0;
}
body {
	background:#000 url(img/back.gif) repeat-x;
	background-position:0px 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#FFFFFF;
}
#content-left a, #content-right-stuff a {
	color:#fff;
	border-bottom:1px solid #999;
	text-decoration:none;
}
#content-left a:hover, #content-right-stuff a:hover {
	border-bottom:1px solid #FAB000;
	color:#fff;
}

#wrap{
	display:block;
	clear:both;
	width:960px;
	padding:21px 0px 0px 5px;
	margin:0px auto 0px auto;
	_margin:0px auto 0px auto;
}
#menu{
	clear:both;
	width:570px;
	height:40px;
	display:block;
	float:right;
	height:29px;
}
#menu a{
	display:block;
	width:112px;
	margin-left:1px;
	height:17px;
	float:left;
	text-transform:lowercase;
	text-align:center;
	padding:6px 0px 6px 0px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	letter-spacing:+1px;
}
#menu a:hover, #menu a.active{ 
	color:#000;
	background-image:url(img/menu_over.gif);
}

#header{
	padding:0px 10px 10px 10px;
	clear:both;
}
#title{
	float:left;
	width:314px;
	height:130px;
}
#login-info{
	margin-top:20px;
	float:right;
	width:200px;
	height:86px;
	padding:3px;
}
#topbanner{
	margin-top:20px;
	float:right;
	width:370px;
	height:86px;
	padding:3px;
}

#content{
	clear:both;
	display:block;
	border-top:1px #fff solid;
	padding:10px;
}
#content-left{
	display:block;
	width:606px;
	float:left;
	border-right:1px solid #333;
	margin-bottom:10px;
	padding-right:10px;
}

#content-right{
	display:block;
	float:right;
	width:310px;
}
#content-right-stuff{
	display:block;
	float:left;
	margin-left:10px;
	width:160px;
}
#content-right-sponsors{
	display:block;
	float:right;
	width:128px;
	border-left:1px solid #333;
}
#content-right-sponsors img{
	padding:4px;
}

#footer{
	clear:both;
	display:block;
	border-top:1px #fff solid;
	padding:10px;
	text-align:center;
	margin-top:8px;
}

h1{
	font-size:19px;
	padding-bottom:20px;
}

h2{
	font-size:14px;
	padding-bottom:6px;
}

.video-list-order{
	display:block;
	clear:both;
	margin:4px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:4px;
	text-align:right;
	font-size:12px;
}
.video-list-order a{
	color:#666666;
	text-decoration:none;
}
.video-list-order a:hover, .video-list-order a.active {
	color:#fff;
}

.video-item{
	clear:both;
	display:block;
	width:564px;	
	padding:6px 0px;
	margin:4px;	
}

.video-item-img{
	display:block;
	width:130px;
	background:#000;
	float:left;
	padding:3px;
	text-align:center;
	border:1px solid #fab000;
}
a.no-underline, a.no-underline:hover{
	border-bottom:none;
	text-decoration:none;
}
.video-item-img a, .video-item-img a:hover, .video-item-img img a, .video-item-img img a:hover{
	border-bottom:none;
	text-decoration:none;
}

.video-item-img img{
	border-bottom:none;
}
.video-item-right{
	float:right;
	width:422px;
}
.video-item-title{
	padding:2px 0px;
	width:340px;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
}
.video-item-title a{
	color:#fff;
	text-decoration:none;
}
.video-item-title a:hover, .video-item-title a.active {
	color:#FAB000;
}
.video-item-rating{
	padding:2px 0px;
	display:block;
	float:right;
	width:80px;
}
.video-item-info{
	padding:2px 0px;
	display:block;
	clear:both;
	font-size:11px;
	color:#999999;
}
.video-item-description{
	padding:2px 0px;
	display:block;
	clear:both;
	font-size:12px;
	color:#fff;
}
label{
	display:block;
	padding:3px;
	margin:3px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
select, textarea, input{
	padding:3px;
	margin:3px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	color:#FFFFFF;
	background-color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
select:hover, textarea:hover, input:hover, select:focus, textarea:focus, input:focus{
	background-color:#333;
}

#video-inside{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
#stats{
	text-align: center;
	font-weight: bold;
	display:block;
	float:left;
	width:470px;
}
#stats p a, #stats p a:active{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#stats p a:hover{
    color: #666666;
    font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#desc{
	display:block;
	clear:both;
	width:500px;
	margin:28px auto 0 auto;
	text-align:center;
}
.cheader{
	margin-bottom: 2%;
	margin-top: 1%;
	color: #FFCC00;
}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
	color: #FAB000;
	border-bottom:1px solid #fff;
}
#reacties, #category{
	overflow: hidden;
	margin-bottom: 10%;
}
#reacties ul, #statistics ul, #category ul{
	list-style-type: none;
	color: #ccc;
	text-decoration: none;
}
#reacties ul li a:active, #reacties ul li a, #category ul li a:active, #category ul li a {
	color: #ccc;
	text-decoration: none;
	line-height:1.3em;
}
#reacties ul li a:hover, #category ul li a:hover{

	text-decoration: none;
	color: #FFF;
}
.comment{
	display: block;
	overflow: hidden;
}
#search{
	border-bottom: 1px #666 solid;
}
#search label{
	display: inline;
}
#search input{
	margin-right: 1px;
}

/*  Star rating  */
.ratingblock {
display:block;
float:right;
	/*border-bottom:1px solid #999;*/
}

.loading {
	height: 30px;
	background: url('img/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('img/starrating.gif') top left repeat-x;	
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}	
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}

.unit-rating li.current-rating {
	background: url('img/starrating.gif') left bottom;
	position: absolute;
	height: 15px;

	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	

/* Admin panel */
#admin{
	margin: 3% 3% 3% 3%;
}
#admin ul{
	list-style-type: none;
}
#err{
	margin: 2% 2% 2% 2%;
	padding: 4% 4% 4% 4%;
	color: #ffCC00;
	border: 1px #666666 dotted;
}

/* Login panel */
#login-info a, #page a, table.array td a{
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;

}
#page{
	float: right;
	margin-top: 10%;
	margin-right: 2%;
    display:inline;
}
#page ul li{
    padding:3px;
    margin-right:2px;
    margin-left:2px;
    display:inline;
}
#page ul li.active, #page ul li.active a{
    background-color: #FFCC00;
    color: #000000;
    font-weight: bold;
}
table.array{
	margin-right: 2%;
}
table.array td
        {
        vertical-align:top;
        text-align:left;
        border-right: 1px solid #FFFF99;
        border-bottom: 1px solid #FFFF99;
        padding:1px 2px 1px 2px;
        }
table.array th
        {
        font-weight:bold;
        color: #4f6b72;
        border-right: 1px solid #FFFF99;
        border-bottom: 1px solid #FFFF99;
        border-top: 1px solid #FFFF99;
        letter-spacing: 1px;
        text-align: left;
        padding: 2px;
        line-height:1.2em;
        overflow:hidden;
}
#featured{
	margin-bottom: 10%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
