/***pervert world css file**/
*{
	margin: 0px; padding: 0px;
}
body{
	background-color: #000;
	color:#fffef0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/**defaults**/
a {
	color:#ff0000;
	text-decoration:none;
}
a:hover{
	color:#fffef0;
	text-decoration: underline;
}
#login a{
	color:#a90000;
}
#login a:hover{
	color:#000;
}
#subnavigation a{
	color:#a90000;
}
#subnavigation a:hover{
	color:#000;
}
/**head constructor**/
#head1{
	float: left;
}
#head2{
	float: left;
}
#head3{
	float: left;
	width:611px;
	height:84px;
        padding-top:20px;
        padding-left:20px;
        text-align:left;
        font-weight:bold;
}
/**navigation**/
.last{
	border-right: solid 1px #000;
}
.navimg{
	float: left;
}
#navwrap{
   width:950px;
   text-align: left;
   display: inline-block;
}
#navigation a{
	font-size: 18px;
	font-weight: bold;
	color:#000;	
	border-left: solid 1px #000;
	padding: 3px 10px 3px 10px; 
	display: block;
	float: left;
}
#navigation a:hover{
	text-decoration:none;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}
/**tube main page layout**/
#login{
    background-color: #fffef0;
    font-weight: bolder;
    color:#a90000;
    border: solid 1px #6a6a6a;
    padding: 2px 5px;
    position: absolute;
    z-index: 2;
    right:0px;
}
h1{
   position: absolute;
	z-index: 3;
	font-size: 10px;
	font-weight: normal;
}
#head{
   width:100%;
   background-image: url(img/head-bg.jpg);
   background-repeat: repeat-x;
}
#headwrap{
	width: 950px;
	position: relative;
	z-index: 1;
}
#navigation{
   width:100%;
   text-align: center;
   background-image: url(img/nav-bg.gif);
   background-repeat: repeat-x;
   line-height: 24px;
}
#subnavigation{
    background-color: #fffef0;
    width: 900px;
    border: solid 1px #898983;
    padding: 5px;
    color:#a90000;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
#wrap{
    width:990px;
}
#content{
    width:770px;
    float: left;
    background-color: #1a1a1a;
    border: solid 1px #444444;
}
#sidebar{
 width:207px;
 float:left;
 margin-left: 10px;
}
#footer{}
#friends, #tags, #banners, #related{
	background-color: #1a1a1a;
    border: solid 1px #444444;
}
/**tube item**/
.item{
	width: 182px;
	height: 185px;
	position: relative;
	padding: 3px;
	margin: 2px;
   /****	border: solid 1px #5e5e5e; ***/
	text-align: left;
	float: left;
}
.item:hover{
	background-color: #262626;
}
.item img{
	border: solid 1px #c0c0c0;
	margin: 4px 0px;
}
.item a{
	font-weight: bold;
}
.time{
	text-align: right;
	font-weight: bold;
	color:#fff;
	font-size:10px;
	position: absolute; bottom: 16px; right:3px;
}
.views{
	font-size:10px;
	color:#eaeaea;
	font-style: italic;
	left: 3px;
	position: absolute; bottom: 2px;
}
.stars{
	right:3px;
	position: absolute; bottom: 2px;       
}
.stars img{
border: none;
	margin: 0px;
}
/**search form**/
#search{
  padding-top:4px;
}
#stext{
	border: solid 1px ;
	background-color: #eaeaea;
	width: 200px;
	height: 20px;
	position:absolute;
	z-index:1;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}
#sbutton{
	vertical-align: middle;
	position:absolute;
	z-index:2;
	margin-left:180px; 
	margin-top: 2px;
}
/**banners**/
#bottom_banners img{
	border:dashed 2px #ce0000;
}
/**content styles**/
h2{ 
   width: 760px;
   color:#000;
   font-size: 18px;
   text-align: left;
   padding-left: 10px;
	background-image: url(img/nav-bg.gif);
}

/**sidebar styles**/
#sidebar h2{ 
   width: 195px;
   color:#000;
   font-size: 18px;
   text-align: left;
   padding-left: 10px;
	background-image: url(img/nav-bg.gif);
}
ul{
	text-align: left;
	list-style: none;
	margin: 10px auto 10px 10px;
	font-weight: bold;
}
/* TAG CLOUD */
div.tags {
  line-height: 1.5em;
}

div.tags a {
  padding: 0 3px;
  vertical-align: middle;
  font-weight:bold;
}

div.tags a:hover {
  color: #fff;
}

a.tag-100 {
  font-size: 100%;
  color: #f44300;
}

a.tag-100:hover {
  background-color: #f44300;
}

a.tag-110 {
  font-size: 110%;
  color: #d23a00;
}

a.tag-110:hover {
  background-color: #d23a00;
}

a.tag-120 {
  font-size: 120%;
  color: #ff672d;
}

a.tag-120:hover {
  background-color: #ff672d;
}

a.tag-130 {
  font-size: 130%;
  color: #ff5d20;
}

a.tag-130:hover {
  background-color: #ff5d20;
}

a.tag-140 {
  font-size: 140%;
  color: #b22222;
}

a.tag-140:hover {
  background-color: #b22222;
}

a.tag-150 {
  font-size: 150%;
  color: #df5757;
}

a.tag-150:hover {
  background-color: #df5757;
}

a.tag-160 {
  font-size: 160%;
  color: #e10000;
}

a.tag-160:hover {
  background-color: #e10000;
}

a.tag-170 {
  font-size: 170%;
  color: #e5852e;
}

a.tag-170:hover {
  background-color: #e5852e;
}

a.tag-180 {
  font-size: 180%;
  color: #e47e21;
}

a.tag-180:hover {
  background-color: #e47e21;
}

a.tag-190 {
  font-size: 190%;
  color: #99a5b0;
}

a.tag-190:hover {
  background-color: #99a5b0;
}

a.tag-200 {
  font-size: 200%;
  color: #e17009;
}

a.tag-200:hover {
  background-color: #e17009;
}
/*****/
/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 18.6px;
  height: 20px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}
/**watch**/
.inner-section-header span{
width:150px;
padding:3px;
border: solid 1px;
margin:5px;
display:inline-block;
}
#panel-feature, #panel-flagged, #panel-favorite, #panel-comment{
margin:20px;
}
/****/
.paginationx{
font-weight:bold;
font-size:22px;
margin:5px;
}