/* /////////////////////////////////////////////
=Globals
///////////////////////////////////////////// */	

body { 
	background-color: #a4d42b;
}

/* /////////////////////////////////////////////
=Containers
///////////////////////////////////////////// */	

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* /////////////////////////////////////////////
=Header
///////////////////////////////////////////// */	

#header {
	height: 159px;
	background: url('/img/bg/mainheader.jpg') no-repeat;
}

#logo_link {
	float: left;
	width: 114px;
	height: 137px;
}

#logo_link a {
	display: block;
	height: 0;
	padding-top: 137px;
	overflow: hidden;
}

#logotype_link {
	float: left;
	height: 60px;
	width: 530px;
	position: relative;
	top: 30px;
}

#logotype_link a {
	display: block;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}

#switch {
	background: url('/img/bg/lightswitch.gif') no-repeat 0 0;
	float: right;
	width: 25px;
	height: 35px;
	margin: 27px 25px 0 0;
	cursor: pointer;
}

#switch:hover { background: url('/img/bg/lightswitch.gif') no-repeat 0 -35px; }

/* /////////////////////////////////////////////
=Subheaderbar
///////////////////////////////////////////// */	

#subheaderbar {
	position: relative;
	margin-top: -33px;
	margin-bottom: -3px;
	height: 34px;
}

#user_profile_box{
	margin-top: 2px;
	margin-left: 144px;
}

#user_profile_box div { 
	color: #ffffff;
	font: bold 14px Helvetica,Arial,Sans-Serif;
}
	
#user_profile_box span:hover {
	color: #C8FB45;
	cursor: pointer;
}

#usermenu {
	background-color: #ffffff;
	border-top: 1px solid #a4d42b;
	border-bottom: 1px solid #a4d42b;
	border-left: 1px solid #a4d42b;
	border-right: 1px solid #a4d42b;
	left: 213px;
	position: absolute;
	top: 20px;	
	width: 100px;
	color: #498200;
 	font-size: 12px;
	text-align: center;
}

#optLogout {
	margin: 5px;
	cursor: pointer;
}

#optLogout:hover {
	background: #a4d42b;
	color: #ffffff;
}

#optProfiles {
	margin: 5px;
	cursor: pointer;
}

#optProfiles:hover {
	background: #a4d42b;
	color: #ffffff;
}

/* /////////////////////////////////////////////
=signup box
///////////////////////////////////////////// */		

#registerbox {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 386px;
	height: 348px;
	margin-top: -200px;
	margin-left: -200px;
	background-color: #2D2D2D;
	border: 3px solid #eeeeee;
	text-align: center;
	display: none;
}

#registerbox ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

#registerbox #close_registerbox {
	position: absolute;
	margin-top: -2px;
	color: white;
	top: 0px;
	right: 0px;
}

#registerbox #close_registerbox:hover{
	cursor: pointer;
}

#registerboxcontent {
	margin-top: 30px;
	padding-left: 40px;
}

#registerboxcontent a {
	color: #ade719;
	cursor: pointer;
	text-decoration: underline;
}

#registerboxcontent a:hover {
	text-decoration: none;
}
	
#registerboxcontent label {
	float: left;
	margin: 0 15px 0 -30px;
	text-align: right;
	width: 125px;
}

#registerboxcontent ul li {
	width: 300px; 
	margin: 2px 0 4px 0;
}

#registerboxcontent img {
	margin: 5px 0 0 64px;
}

#verification_text {
	font-size: 11px;
	width: 150px;
	font-weight: normal;
	margin-left: 131px;
}

#registerboxcontent #statusStrip {
	width: 380px;
	height: 18px;
	color:	red;
	bottom: 0px;
	left: 0px;
	margin-left:-35px;
}

/****************************************/

#loginbox {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	background: #424242;
	border: 3px solid #eeeeee;
	color: #ffffff;
	width: 200px;
	margin-top: -60px;
	margin-left: -130px;
	height: 115px; 
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#loginbox img {
	float: right;
	cursor: pointer; 
}	

#loginboxcontent {
	width: 185px;
	height: 80px;
	margin: 23px 0 0 8px;
}

#loginboxcontent input#signupPwd {
	margin-top: 2px;
}

#loginboxcontent #rememberme {
	width: 120px;
	margin: 12px 0 0 7px;
}

#loginboxcontent #forgotaccountinformation {
	width: 200px;
	height: 15px;
}

#loginboxcontent #forgotpassword {
	margin: 10px 0 0 7px;
	width: 90px;
	color: #ade719;
	cursor: pointer;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#loginboxcontent #forgotpassword:hover {
	text-decoration: none;
}

#loginboxcontent #lostid {
	margin: -12px 0 0 110px;
	width: 50px;
	color: #ade719;
	cursor: pointer;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#loginboxcontent #lostid:hover {
	text-decoration: none;
}

#loginboxcontent input#login {
	background: url('/img/bg/login.gif') no-repeat;
	float: right;
	height: 18px;
	width: 46px;
	margin: -15px 3px 0 0;
	border: none;
	cursor: pointer;
}

/* /////////////////////////////////////////////
=Search Videos
///////////////////////////////////////////// */

#search input.text {
	float: right;
	margin: -15px 98px 10px 0px;
	padding: -10px 0 0 5px;
	height: 14px;
	width: 140px;
	border: 1px solid #fff; /* ie fix border */
	font-size: 11px;
	color: #666;
}

#search input.submit {
	background: url('/img/bg/submitbuttons.gif') no-repeat 0 0;
	float: right;
	margin: -16px -175px -3px 0px;
	height: 18px;
	width: 28px;
	border: none;
	cursor: pointer;
}

#search input.submit:hover { 
	background: url('/img/bg/submitbuttons.gif') no-repeat 0 -18px;
}

#search input.random {
	background: url('/img/bg/wtfbuttons.gif') no-repeat 0 0;
	float: right;
	margin: -16px -202px -3px 0px;
	height: 18px;
	width: 26px;
	border: none;
	cursor: pointer;
}

#search input.random:hover { 
	background: url('/img/bg/wtfbuttons.gif') no-repeat 0 -18px;
}	

/* /////////////////////////////////////////////
=main
	This section contains all colums as children.
	These rules are inherited by all children.
///////////////////////////////////////////// */		
	
#main {
	background: url('/img/bg/main.gif') repeat-y;
	float: left;
	width: 960px;
}

/* /////////////////////////////////////////////
=leftcol 
///////////////////////////////////////////// */	
	
#leftcol {
	float: left;
	padding-left: 10px;
	width: 165px;
	margin-top: 10px;
}

#leftcol div {
	padding: 10px 10px 10px 10px;
	width: 145px;
}

/* /////////////////////////////////////////////////////////////
=navbox
//////////////////////////////////////////////////////////// */	

#navbox { 
	height:auto;
	text-align:left;
	width:165px;
}

#navbox ul {
	list-style-position: outside;
	margin-left: -3px;
}

#navbox .ul1 {
	list-style-position: inside;
	margin-left: 40px;
}

#navbox ul li {
	font: bold 16px Helvetica,Arial,Sans-Serif; /*editable, but be careful of the font sizes*/
	text-align: left;
	padding-bottom: 5px;
	color:#f28042;
}

#navbox ul li:hover {
	color: #759e0c; /*editable*/
	cursor: pointer;
}

#navbox ul div {
	margin: 0px;
	padding: 0px;
}

/* /////////////////////////////////////////////////////////////
=didyouknow
//////////////////////////////////////////////////////////// */	

#didyouknow {	
	background: url('/img/bg/didyouknow.gif') no-repeat top;
	margin: 10px 0 0 1px;
	height: 18px; 
	width: 140px;
}

#didyouknow .didyouknowbox {
	background: url('/img/bg/didyouknowbox.gif') no-repeat;
	padding: 0;
	margin: 23px 0 0 25px;
	width: 91px;
	height: 68px;
}

#didyouknow img {
	float: left;
	margin: 4px 0 0px 4px;
}

#didyouknow div.caption {
	float: left;
	margin: 0px 0 0 -11px;
	width: 144px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but watch the font size*/
	color: #498200;
	text-align: center;
}

/* /////////////////////////////////////////////////////////////
=lefttextads
//////////////////////////////////////////////////////////// */	

#lefttextads {
	width: 140px;
	float: left;
}

#lefttextads div.title {
	margin: 0 0 0 -9px;
	text-align: center;
	color: #498200;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but watch the font size*/
}

#lefttextads p {
	margin: -10px 0 0 -1px;
	text-align: center;
	color: #498200;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but watch the font size*/
}

#lefttextads div.ad_title {
	margin: 10px 0 7px -10px;
	text-align: center;
	color: #f28042; /*editable*/
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but watch the font size*/
}

#lefttextads a:link, #lefttextads a:visited {
	color: #759E0C; /*editable*/
	text-decoration: none; /*editable*/
}

#lefttextads div.title a:hover, #lefttextads div.title a:active { color: #f28042; }

#lefttextads .ad_title a:link, #lefttextads .ad_title a:visited { color: #f28042; }

#lefttextads .ad_title a:hover, #lefttextads .ad_title a:active { text-decoration: underline; }

/* /////////////////////////////////////////////////////////////
=topsearchqueries
//////////////////////////////////////////////////////////// */	

#topsearchqueries {
	clear: both;
	background: url('/img/bg/topsearch.gif') no-repeat top;
	margin: 15px 0 0 1px;
	height: 18px; 
}

#topsearchqueries_list ul {
	list-style-position: outside;
}

#topsearchqueries ul li {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but be careful of the font sizes*/
	float: left;
	margin: 20px 0 -17px 20px;
	width: 136px;
	color: #498200;
}

#topsearchqueries ul li a {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; /*editable, but be careful of the font sizes*/
	color: #498200;
}

#topsearchqueries ul li a:hover {
	cursor: pointer;
	color: #f28042;
	text-decoration: none; 
}

#loginform {
	position: absolute;
	font: normal 11px Arial,Helvetica,sans-serif; /*editable, but watch the font size*/
	border: 2px solid black;
	background-color: white;
	z-index: 100;
	width: 200px;
}

#loginform input {
	background: url('/img/bg/login_input.gif') no-repeat top;
	height: 18px;
	width: 100px;
	padding-left: 15px;
	padding-top: 2px;
	border: 1px solid #fff; /* ie fix border */
	font-size: 11px;
	color: #666;
	font: normal 11px Arial,Helvetica,sans-serif; /*editable, but watch the font size*/

}

#inputBtnLogin {
	width: 114px;
	height: 1px;
}

#signuparea:hover, #loginarea:hover {
	cursor: pointer;
}

/* /////////////////////////////////////////////////////////////
=Centercol
//////////////////////////////////////////////////////////// */			
	
#centercol {
	float: left;
	width: 468px;
}

/* /////////////////////////////////////////////////////////////
=movie
//////////////////////////////////////////////////////////// */	

#centercol .movie {
	background: url('/img/bg/movie.gif') repeat-x top;
	margin-top: 20px;
	margin-bottom: -15px;
	width: 452px;
	border: 2px solid #d9f477;
	min-height:122px;
	height:auto !important;
	height:122px;
	clear: both;
}

#centercol a {
	float: left; 
	width: 280px;
}

/**
 * [#centercol .movie a] is the title.
 */
#centercol .movie a { 
	float: left;
	margin: 10px 0 2px 0;
	font: bold 12px Helvetica,Arial,Sans-Serif;
	color: #4c4d56;  
	text-decoration: none;
}

#centercol .movie a:hover {
	color: #F28042;
	text-decoration: underline;
}

#centercol .category {
	clear: both;
	color: #666666;
	text-decoration: underline;
}

#centercol .time_posted {
	color: #C83D1D;
}

#centercol .movie_intro {
	float: left;
	width: 270px;
	margin-top: 7px;
}

#centercol .movie {
	clear: both;
	float: left;
	font: normal 11px Helvetica,Arial,Sans-Serif;
	color: #000000;
}

#centercol .movie a.thumbnail_link {
	width: 150px;
	height: 100px;
	margin: 9px 9px 8px 8px;
	border: 2px solid #d3d3d3;
	float: left;
}

#centercol a.thumbnail_link:hover {
	border: 2px solid #F28042;
	cursor: pointer;
}

#centercol .movie .movie_description {
	font: normal 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	width: 270px;
	float: left;
	margin-top: -8px;
}

#centercol .movie .comments_and_userratings {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	position: relative;
	bottom: 0px;
}

#centercol .movie .comments_and_userratings .numComments {
	margin-top: 10px
}

#centercol .movie .comments_and_userratings .userRatings {
	margin: 20px 0 0 10px;
}

/* This is everything except the .comments_and_userratings thing. */
#centercol .movie > p {
	height: 95px;
}

#centercol #moviepage {
	background-color: white;
	background-size: 100%;
	margin-top: 20px;
	width: 452px;
	min-height: 435px;
	height:auto !important;
	height: 435px;
	clear: both;
	padding-top: 0px;
}

#centercol #movie_title {
	color:#4c4d56;
	text-align: left; 
	font: bold 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px 0;
	padding: 0 5px 0 5px;
}

#centercol #movie_description {
	float: left;
	width: 442px;
	text-align: left; 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7b7a7c;
	margin: 0px 0px 15px 0px; 
	padding: 0 5px 0 5px;
}

#centercol .movie_infobox {
	width: 331px;
	margin-top: 15px;
	border: 3px solid #d9f477;
	height: 75px;
	clear: both;
}

#centercol .movie_infobox ul { 
	width: auto;
	list-style-position: outside; 
	list-style: none;
	float: left;
	vertical-align: middle;
}

#centercol .movie_infobox ul li {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	width: auto;
	margin: 5px 0 -2px 0;
	color: #f28042;
	cursor: pointer;
}

#centercol .movie_infobox #infobox_links1 {
	margin: 0 0 0 20px;
}

#centercol .movie_infobox #infobox_links2 {
	margin: 0 0 0 27px;
}

#centercol .movie_infobox #infobox_links3 {
	margin: 0 0 0 17px;
}

#infobox_ratings {
	margin-top: -79px;
	width: 110px;
	height: 75px;
	float: right;
}

#ratingsystem {
	width: 34px;
	height: 71px;
	float: right;
	margin: 0px 0 0 0px;
}

#up, #down {
	width: 34px;
	height: 34px;
}

#up {
	background: url('/img/icons/up.gif') no-repeat;
	cursor: pointer; 
	margin-bottom: 3px;
}

#down {
	background: url('/img/icons/down.gif') no-repeat;
	cursor: pointer; 
}

#totalthumbsup {
	background: url('/img/icons/thumb.gif') no-repeat;
	width: 64px;
	height: 74px;
	float: right;
	margin: -1px 6px 0 0;
 }

#totalthumbsup_number {
	float: right;
	margin: -67px 73px 0 0px;
	width: 41px; 
	color: #0000FF;
	font: bold 16px Arial,Helvetica,sans-serif;
	text-align: right;
}

#centercol #comments {
	width: 452px;
	height: auto;
	margin: 25px 0 5px 0;
}

.comments_title {
	font: bold 20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding:0px 0px 10px 5px;
	float: left;
}

.comments_options {
	float: right;
	display: inline; 
	margin: 5px 5px 0 0;  
}

.comments_options a {
  	padding-left: 3px;
	font: bold 10px Arial,Helvetica,sans-serif;
	color: #f28042;
	text-decoration:none;
}

.comments_options a:hover {
	color: #759e0c;
}

.divider {
	border-bottom:3px solid #d9f477;
	width:452px;
	clear:both;
}

#centercol #show_comments {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.comments2 {
	clear:both;
	width:450px;
}

.comments_leftside {
	float:left;
	height:48px;
	width:48px;
	margin:	10px 0 0 10px;
}

.comments_rightside {
	color:#666666;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	width:380px;
}

.reply_comment {
	color: #f28042;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-top:-12px;
}

.reply_comment:hover {
	text-decoration: underline;
	cursor: pointer;
}

.replycomments {
	clear:both;
	width: 400px;
	margin-left: 50px;
}

.replycomments .comments_rightside {
	color:#666666;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	width:330px;
}

.replycomments .info .time {
	float: right;
	color:#2B65B0;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.info {
	border:none;
	margin:0;
	padding-bottom:5px;
}

.info .user {
	color:#759E0C;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-right: 13px;
	margin-top: 3px;
	width: auto;
}

.info .time {
	float: right;
	margin-top: -13px;
	color:#2B65B0;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#post_comment {
	background: url('/img/bg/textarea.gif') no-repeat;
	width: 452px; 
	height: 69px;
	margin-top: 5px;
	clear: both;
}

#post_comment textarea {
	background-color: #fffae2;
	border-style:solid;
	border-width:4px;
	color: #666666;
	float:left;
	font: 11px normal Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	height: 37px;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 11px 0 0 11px;
	width:375px;
}

#post_comment #replytextarea {
	background-color: #fffae2;
	border-style:solid;
	border-width:4px;
	color: #666666;
	float:left;
	font: 11px normal Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	height: 37px;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 11px 0 0 95px;
	width: 291px;
}

#post_comment #postcommentbutton {
	background: url('/img/bg/postbutton.gif') no-repeat 0 0;
	width: 37px;
	height: 45px;
	float: right;
	border: none;
	cursor: pointer;
	margin: 11px 12px 0 0px;
}

#post_comment #postcommentbutton:hover {
	background: url('/img/bg/postbutton.gif') no-repeat 0 -45px;
}

#post_comment #cancelreplybutton {
	background: url('/img/bg/cancelbutton.gif') no-repeat 0 0;
	width: 17px;
	height: 45px;
	float: left;
	border: none;
	cursor: pointer;
	margin: 11px 0 0 -212px;
	display: none;
}

#post_comment #cancelreplybutton:hover {
	background: url('/img/bg/cancelbutton.gif') no-repeat 0 -45px;
}

#post_comment #replycommentbutton {
	background: url('/img/bg/cancelbutton.gif') no-repeat 0 0;
	width: 17px;
	height: 45px;
	float: right;
	border: none;
	cursor: pointer;
	margin: 11px 12px 0 0px;
}

#post_comment #replycommentbutton:hover {
	background: url('/img/bg/cancelbutton.gif') no-repeat 0 -45px;
}

/* /////////////////////////////////////////////////////////////
=Centercol Footer Pages
//////////////////////////////////////////////////////////// */	

#centercol #dmca {
	width: 452px;
	margin-top: 20px;
}

#centercol #dmca_title {
	color:#4c4d56;
	text-align: left;
	font: bold 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px 0;
	padding: 0 5px 0 5px;
}

#centercol .dmca_description {
	float: left;
	text-align: left; 
	width: 442px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7b7a7c;
	margin: 0px 0px 15px 0px; 
	padding: 0 5px 0 5px;
}

#centercol .dmca_subtitle {
	color:#4c4d56;
	width: 442px;
	text-align: left; 
	font: bold 24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px 0;
	padding: 0 5px 0 5px;
}

#centercol #termsofuse {
	width: 452px;
	margin-top: 20px;
}

#centercol #termsofuse_title {
	color:#4c4d56;
	text-align: left;
	font: bold 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px 0;
	padding: 0 5px 0 5px;
}

#centercol .termsofuse_description {
	float: left;
	text-align: left; 
	width: 442px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7b7a7c;
	margin: 0px 0px 15px 0px; 
	padding: 0 5px 0 5px;
}

#centercol .termsofuse_subtitle {
	color:#4c4d56;
	width: 442px;
	text-align: left; 
	font: bold 24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 10px 0;
	padding: 0 5px 0 5px;
}

/* /////////////////////////////////////////////////////////////
=Rightcol
//////////////////////////////////////////////////////////// */		
	
#rightcol {
	float: right;
	width: 314px;
}

#rightcol .movie_infobox {
	width: 284px;
	border: 3px solid #d9f477;
	height: 111px;
	margin: 20px 0 0 -2px;
}

#rightcol .movie_infobox ul {
	width: auto;
	list-style-position: outside; 
	list-style: none;
	float: left;
	vertical-align: middle;
}

#rightcol .movie_infobox ul li {
	font: bold 12px Helvetica,Arial,Sans-Serif; 
	width: auto;
	margin: 2px 0 0 0px;
	color: #f28042;
}

#rightcol .movie_infobox #infobox_labels {
	margin-left: 24px;
	padding: 4px 25px 2px 0px;  
}

#rightcol .movie_infobox ul li span {
	color: #888888;
}

#rightcol .movie_infobox #infobox_labels2 {
	padding: 4px 0px 2px 0px; 
}

#rightcol .movie_infobox #infobox_links:hover {
	color: #759e0c;
	cursor: pointer;
}

#infobox_tags {
	clear: both;
	margin: 0px 75px 0 24px;
}

#infobox_tagspan {
	color: #f28042;
	font: bold 12px Helvetica,Arial,Sans-Serif;
	width: 250px;
}

#infobox_tagspan a {
	color: #888888;
	text-decoration: underline;
}

#infobox_tagspan a:hover {
	text-decoration: none; 
	color: #666666;
}

#watch_url {
	border-top: 2px solid #d9f477;
	margin: 9px 8px;
	padding-left:6px;
}

#watch_url label {
	float: left;
	margin: 5px 9px 0 11px;
	color: #f28042;
	font: bold 14px Helvetica,Arial,Sans-Serif;
}

#watch_url input {
	float: left;
	margin-top: 6px;
	font-size: 10px;
	color: #666666;
	width: 192px;
}

#adsense {
	position: relative;
	left: -7px;
	top: 10px;
	width: 300px;
	height: 260px;
}

/* /////////////////////////////////////////////////////////////
=Site News
//////////////////////////////////////////////////////////// */		
	
#site_news {
	background: url('/img/bg/site_news.gif') no-repeat top;
	margin: 20px 0 0 -2px;
	width: 290px;
	float: left;
}

#site_news #site_news_box {
	background: url('/img/bg/didyouknowbox.gif') no-repeat;
	float: left;
	margin: 33px 0 0 5px;
	width: 91px;
	height: 68px;
}

#site_news img {
	float: left;
	margin: 4px 0 0px 4px;
	width: 83px;
	height: 60px;
}

#site_news #site_news_title {
	float: right;
	width: 180px;
	margin: 33px 6px 0 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #498200;
	text-decoration: underline;
}

#site_news #site_news_content {
	float: right;
	width: 180px;
	margin: 0 6px 0 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#site_news #wtf_stats {
	float: left;
	width: 270px;
	margin: 12px 0 0 5px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f28042;
	text-decoration: underline;
}	

#site_news #wtf_stats_content {
	float: left;
	margin: 4px 0 0 5px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#site_news #wtf_stats_content span {
	font-weight: bold;
	color: #666666;
}

/* /////////////////////////////////////////////////////////////
=Linkexchange Box
//////////////////////////////////////////////////////////// */		
	
#linkexchange_box {
	background: url('/img/bg/wtffriends.gif') no-repeat top;
	margin: 50px 0 0 -2px;
	width: 290px;
	float: left;
}

#linkexchange_box_links {
	float: left;
	margin: 27px 0 0 45px;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#linkexchange_box_links a {
	width: auto;
	margin: 2px 0 0 0px;
	color: #f28042;
}

#linkexchange_box_links a:hover {
	color: #498200;
}

#linkexchange_labels1 {
	float: left;
	margin: 27px 0 0 27px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}	

#linkexchange_labels2 {
	float: left;
	margin: 27px 0 0 50px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f28042;
	text-decoration: none;
}	

#labels_links:hover {
	color: #759e0c;
	cursor: pointer;
}

/* /////////////////////////////////////////////////////////////
=box_ad (300x250)
//////////////////////////////////////////////////////////// */	
	
#box_ad {
	width: 300px; 
	float: left;
	height: 250px;
}

#box_ad img {
	float: left;	
	margin: 15px 0 0-6px;
}

/* /////////////////////////////////////////////////////////////
=Random Videos
//////////////////////////////////////////////////////////// */		
	
#random_vids_clips {
	background: url('/img/bg/random_videos.gif') no-repeat top;
	margin: 10px 0 0 0;
	width: 290px;
	float: left;
}

#random_vids_clips .random_vids_clip {
	margin: 0px 0 -15px 0;
	clear: both;
}
#random_vids_clips .random_vids_clips_box {
	background: url('/img/bg/didyouknowbox.gif') no-repeat;
	margin: 33px 0 0 3px;
	width: 91px;
	height: 68px;
}

#random_vids_clips img {
	float: left;
	margin: 4px 0 0px 4px;
	width: 83px;
	height: 60px;
}

#random_vids_clips .random_vids_clips_title {
	float: right;
	width: 180px;
	margin: -69px 10px 0 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #759E0C;
	text-decoration: underline;
}

#random_vids_clips .random_vids_clips_title:hover {
	color: #498200;
	text-decoration: none; 
}

#random_vids_clips .random_vids_clips_stats {
	float: right;
	width: 177px;
	margin: -54px 13px 0 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f28042;
}

#random_vids_clips .random_vids_clips_description {
	float: right;
	width: 190px;
	margin: -41px 0px 0 0;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#random_vids_clips span {
	font-weight: bold;
	color: #666666;
}

/* /////////////////////////////////////////////////////////////
=Footer
	Rules for "footer"
//////////////////////////////////////////////////////////// */			
	
#footer {
	padding: 35px 25px 25px 25px;
	clear: both;
	height: 90px;
	background: url('/img/bg/footer.gif') top no-repeat;
	font: bold 14px Helvetica,Arial,Sans-Serif;
}

#footer p { 
	color: #f28042;
	float: right;
}


#footer ul {
	float: left;
	display: block;
	width: 535px;
	margin-left: 180px;
}

#footer li {
	float: left;
	margin-right: 12px;
}


#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active {
	color: #f28042;
}

/* /////////////////////////////////////////////////////////////
=General Classes
//////////////////////////////////////////////////////////// */		

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

#curpage {
	background-color:#666666;
	border:1px solid #999999;
	color: #ade719;
}

#pagination {
	width: 452px;
	padding-top: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}

.pages {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#f28042;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 12px;
	font-weight:bold;
	margin:20px 3px 0px 0px;
	text-align:center;
	width: 16px;
	height: 15px;
}

.pages:hover { 
	cursor: pointer; 
	background-color: #f28042;
	color: #ffffff;
}

/* /////////////////////////////////////////////////////////////
=Transparency Rules (IE-safe)
//////////////////////////////////////////////////////////// */	

.transON {height: 100%; width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
.trans00 {opacity:.00;filter: alpha(opacity=00); -moz-opacity: 0.0;}
.trans25 {height: 100%; width: 100%; opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;}
.trans50 {height: 100%; width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50;}