/*
FUCKUH.COM / FUCKERMEDIA.COM
If you steal this design or leech our bandwidth I
will find you and fuck your asshole raw. Fuck you.
*/

/* --[ general ]------------------------------- */

body, div, ul {
  margin: 0;
  padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-size: 12px;
  text-align: justify;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
#body_wrapper {
	background: url(http://www.fuckuh.com/images/bg.png) repeat-x top #000000;
}
.clear {
	clear: both;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #b0e12d;
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #666666;
}

/* --[ style spans ]------------------------------- */

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #b0e12d;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #b0e12d;
}
.style3 {
	font-size: 11px;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* --[ image links ]------------------------------- */

.misc a:link img {
	border: 1px solid #FFFFFF;
}
.misc a:visited img {
	border: 1px solid #FFFFFF;
}
.misc a:hover img {
	border: 1px solid #666666;
}
.misc a:active img {
	border: 1px solid #666666;
}

/* --[ login link ]------------------------------- */

#login_link {
	color:#000000;
	height:29px;
	left:50%;
	position:absolute;
	width:489px;
	z-index:50;
}
#login_link_left {
  background-image: url(http://www.fuckuh.com/images/login_link_right.gif);
  width: 7px;
  float: right;
  height: 29px;
}
#login_link_middle {
  background-image: url(http://www.fuckuh.com/images/login_link_middle.gif);
  padding: 3px;
  padding-top: 6px;
  float: right;
  height: 19px;
}
#login_link_right {
  background-image: url(http://www.fuckuh.com/images/login_link_left.gif);
  width: 7px;
  float: right;
  height: 29px;
}
#login_link img {
  vertical-align: middle;
}
#login_link a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
#login_link a:hover {
	color: #b0e12d;
}

/* --[ header ]------------------------------- */

#header {
	position: relative;
	width: 980px;
	height: 110px;
	margin: 0 auto;
}
#menu_background {
	position: absolute;
	z-index: 1;
	width: 945px;
	height: 101px;
	top: 9px;
}
#nav_main ul {
	position: relative;
	z-index: 4;
	font-size: 20px;
	list-style-type: none;
}
#nav_main ul #Videos {
	position: absolute;
	height: 57px;
	width: 100px;
	top: 54px;
	left: 340px;
}
#nav_main ul #Channels {
	position: absolute;
	height: 57px;
	width: 100px;
	top: 54px;
	left: 440px;
}
#nav_main ul #Premium {
	position: absolute;
	height: 57px;
	width: 100px;
	top: 54px;
	left: 560px;
}
#nav_main ul #MyVideos {
	position: absolute;
	height: 57px;
	width: 140px;
	top: 54px;
	left: 740px;
}
#nav_main ul #Upload {
	position: absolute;
	height: 57px;
	width: 100px;
	top: 54px;
	left: 885px;
}
#nav_main ul li a {
	position: absolute;
	z-index: 10;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#nav_main ul li a:hover {
	color: #b0e12d;
}

/* --[ search bar ]------------------------------- */

#search {
  width: 600px;
  margin-top: -8px;
  margin-bottom: -10px;
  float: right;
  z-index: 10;
}
#searchtext {
  border: 1;
  background: none;
  color: #B0E12D;
}
#searchbutton {

}

/* --[ content ]------------------------------- */

#wrapper {
	background: url(http://www.fuckuh.com/images/wrapper.png) repeat-x top #000;
	min-height: 400px;
	background-color: #000000;
}
#container {
	width: 980px;
	margin: 0 auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 8px;
	background-color: #000000;
}
#content {
  width: 674px;
	float: left;
  display: inline;
}
#LinksColumn {
  width: 185px;
	float: right;
	display: inline;
	margin-top: -5px;
	margin-right: 10px;
}
#ContentBox {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 12px;
	width: 335px;
	border: 1px solid #3A3A3A;
}

/* --[ video thumbnails ]------------------------------- */

#videos {
	margin-top: 20px;
}
.video {
	width: 162px;
	height: 190px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}
.video a img {
  border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 3px;
}
.video a:hover img {
	border: 1px solid #b0e12d;
}
.video a {
	text-decoration: none;
}
.video a:hover {
	color: #b0e12d;
}
.video #title {
	font-size: 11px;
	text-align: left;
	height: 30px;
	color: #b0e12d;
}
.video #title a:hover {
  color: #ffffff;
  cursor: text;
}
.video #views {
	color: #ffffff;
	font-size: 11px;
	width: 90px;
	float: left;
}
.video #rating {
  float: right;
  width: 55px;
}
.video #poster {
	color: #555555;
	font-size: 11px;
	width: 126px;
	float: left;
}
.video #duration {
	color: #ffffff;
	font-size: 11px;
  float: right;
  width: 28px;
}

/* --[ star rating ]---------------------------- */

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.small-star{
	width:55px;
	height:12px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(http://www.fuckuh.com/images/stars.gif);
	line-height: 11px;
	height: 12px;
}

/* --[ channels ]---------------------------- */

.channels {
  padding-top: 30px;
  padding-left: 35px;
}
.channel {
	width: 210px;
	height: 280px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	float: left;
}
.channel a img {
	border: 0px;
}
.channel #title {
  width: 210px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: -25px;
}
.channel #title a:hover {
  color: #ffffff;
}

/* --[ advertisements ]---------------------------- */
.ads-top {
	width: 740px;
	height: 300px;
	margin-left: 10px;
	float: left;
}
.ad-middle {
	width: 740px;
	height: 250px;
	margin-left: 10px;
	float: left;
}
.ad-300 {
	width: 300px;
	float: right;
}
.ad-300 a img {
  width: 300px;
  border: 0px;
}
#adbar {
   width: 185px;
   float: right;
   border:1px solid #6e6e6e;
   text-align:center;
}

/* --[ text gallery links ]------------------------------- */

.gallery a:link {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* --[ video pages ]------------------------------- */

.tipBox {
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	color: #000000;
	width: 660px;
	padding: 5px;
}
.videoinput {
	padding: 3px;
	border: 1px solid #b0e12d;
}
input.videoinput {
  border: 1px solid #b0e12d;
  background: #000000;
  color: #FFFFFF;
}
textarea.videoinput  {
  border: 1px solid #b0e12d;
  background: #000000;
  color: #FFFFFF;
}

/* --[ Pagination ]------------------------------- */

div.pagination {
	padding: 3px;
	padding-bottom: 5px;
	margin: 3px;
	margin-top: 9px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #b0e12d;
	text-decoration: none; /* no underline */
	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #b0e12d;
	color: #b0e12d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #b0e12d;
	font-weight: bold;
	background-color: #b0e12d;
	color: #000000;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666666;
	color: #333;
}

/* --[ Top List ]------------------------------- */

.toplist {
  margin-top: 10px;
  margin-bottom: 10px;
	width: 730px;
}
.toplist #topsite {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	height: 30px;
	float: left;
}
.toplist #topsite a {
	color: #FFFFFF;
	text-decoration: underline;
}
.toplist #topsite a:hover {
	color: #b0e12d;
	text-decoration: underline;
}

/* --[ Upload Bar/Info ]------------------------------- */

.debug {
  font:16px Arial;
  background-color:#FFFFFF;
  border:1px solid #898989;
  width:700px;
  height:100px;
  overflow:auto;
}
.alert {
  font:18px Arial;
}
.data {
  background-color:#b3b3b3;
  border:1px solid #898989;
  width:350px;
}
.data tr td {
  background-color:#000000;
  font:13px Arial;
  width:35%;
}
.bar1 {
  background-color:#212121;
  position:relative;
  text-align:left;
  height:20px;
  width:400px;
  border:1px solid #505050;
}
.bar2 {
  background-color:#b0e12d;
  position:relative;
  text-align:left;
  height:20px;
  width:0%;
}

/* --[ footer ]------------------------------- */

#footer {
	clear: both;
	position: relative;
	height: 50px;
	margin-top: 10px;
	background: url(http://www.fuckuh.com/images/footer.png) repeat-x top #000000;
}
#footer_container {
	position: relative;
	top: 0;
	clear: both;
	width: 945px;
	height: 50px;
	margin: 0 auto;
  padding: 0 0 0 45px;
}
#footer_links {
	position: relative;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a0f446;
	margin: 15px 50px 0 0;
}
#footer_links a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_links a:hover {
	color: #000000;
}