body {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	background: #000 url('/layout/img/bg.gif') repeat-x top center;
	font-size: 11px;
}

img {
	border: 0;
}

h1 {
	
}

a {
	color: #d31a1a;
}

#container {
  margin:0px 0px 0px 0px;
  width:936px; 
  height:100%;
  margin-left: auto;
  margin-right: auto;
}

#container:after {
	clear: both;
	content: " ";
	visibility: hidden;
	display: block;
	height: 0px;
}

#header {
	height: 130px;
	margin-bottom: 3px;
}

#logo {
	float: left;
	width: 195px;
}

#banner {
	float: right;
	width: 741px;
	height: 98px;
	background-image: url('/layout/img/banner_bg.png');
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 5px;
}

#navigation {
	float: right;
	width: 739px;
	height: 52px;
	margin-top: -25px;
	background-image: url('/layout/img/navigation_bg.png');
	position: relative;
	z-index: 1;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 0 0;
}

#navigation ul li {
	float: left;
	width: 70px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-right: 1px solid #ae321f;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	margin-top: 2px;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#white_bg {
	width: 936px;
	margin: auto;
	background-image: url('/layout/img/main_bg.png');
	background-repeat: repeat-y;	
	position: relative;
	z-index: 2;
}

#white_bg:after {
	clear: both;
	content: " ";
	visibility: hidden;
	display: block;
	height: 0px;
}

#main_float {
	width: 652px;
	float: left;
}

#main {
	background-image: url('/layout/img/main_bg.png');
	float: left;
	width: 652px;
	position: relative;
	z-index: 2;
}

.main_container {
	position: relative;
	z-index: 1;
	width: 936px;
	margin: auto;
}

#leftcol {
	float: left;
	width: 175px;
	margin-top: -10px;
	position: relative;
	z-index: 5;
}

#leftcol h1 {
	background-image: url('/layout/img/left_nav_header_bg.gif');
	font-size: 14px;
	color: #fff;
	padding: 2px 0 0 0;
	width: 155px;
	height: 20px;
	text-align: center;
	margin: 0 auto 5px auto;
}

#leftcol a {
	color: #000;
	text-decoration: none;
}

#leftcol a:hover {
	color: #d31a1a;
}

#leftcol ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}

#leftcol ul li {
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 2px;
}

#search input {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 10px;
}

#search {
	text-align: center;
}

#content {
	float: left;
	width: 415px;
	padding: 10px;
	margin-top: -15px;
	border-left: 1px dotted #000;
	position: relative;
	z-index: 5;
}

#welcome {
	width: 406px;
	height: 19px;
	background-image: url('/layout/img/welcome.gif');
	margin: 0 auto 10px auto;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 10px;
}

#welcome a {
	color: #fff;
	text-decoration: none;
}

#welcome a:hover {
	color: #ccc;
}

.item {
	width: 413px;
	height: 110px;
	background-image: url('/layout/img/plug_bg.gif');
	background-repeat: no-repeat;
	margin: 0 auto 5px auto;
}

.item .thumb {
	float: left;
	width: 95px;
	border: 1px solid #a31600;
	margin-left: 5px;
	margin-top: 5px;
}

.item .thumb img {
	width: 95px;
	height: 95px;
}

.item h2 {
	float: right;
	width: 290px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
}

.item p {
	width: 290px;
	float: right;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.item h2 a {
	color: #fff;
	text-decoration: none;
}

.item h2 a:hover {
	color: #000;
}

.item .plug_info {
	float: left; 
	width: 110px;
	margin-left: 10px;
	height: 20px;
	background-image: url('/layout/img/plug_info.gif');
	font-size: 14px;
	font-weight: bold;
	color: #d31a1a;
	padding-left: 10px;
	padding-top: 2px;
}

.item p {
	font-weight: bold;
	color: #323232;
}

#right_float {
	float: left;
	width: 321px;
	margin-left: -39px;
	position: relative;
	z-index: 4;
	margin-top: -18px;
}

.rightcol_container {
	width: 322px;
	height: 18px;
}

#rightcol {
	background-image: url('/layout/img/rightcol_bg.png');
	width: 321px;
	background-position: top left;
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#rightcol a {
	text-decoration: none;
}

#rightcol h2 {
	color: #fff;
}

.red_box_container {
	width: 310px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.red_box_container img.blocked {
	display: block;
	margin: 0;
}

.red_box {
	width: 300px;
	padding: 5px;
	margin: auto;
	background: #780202 url('/layout/img/red_box_bg.png') repeat-y top center;
	color: #fff;
}

.red_box:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}

.red_box a {
	color: #fff;
}

.red_box a:hover {
	color: #ccc;
}

.red_box img {
	border: 1px solid #fff;
	padding: 1px;
}

.red_box img:hover {
	border: 1px solid #ff0000;
}

#shockyou img {
	border: 0;
}

.red_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.red_box ul li {
	float: left;
	width: 140px;
	padding-left: 5px;
}

#random_videos ul li, #latest_news ul li {
	width: 280px;
	font-size: 12px;
	text-align: left;
}

#footer {
	margin: -2px auto 0 auto;
	height: 122px;
	width: 936px;
	position: relative;
	z-index: 0;
	background-image: url('/layout/img/footer_bg.png');
	padding-top: 5px;
}

#footer_big {
	margin: -2px auto 0 auto;
	height: 220px;
	width: 936px;
	position: relative;
	z-index: 0;
	background-image: url('/layout/img/footer_bg-12.png');
	padding-top: 5px;
}

.clear:after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
	height: 0px;
}

#footer ul, #footer_big ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li, #footer_big ul li {
	float: left;
	width: 145px;
	padding-left: 10px;
}

#network {
	width: 50%;
	float: left;
}

#network ul li {
	float: left;
	width: 200px;
	text-align: center;
	height: 12px;
}

#footer ul li a, #footer_big ul li a {
	font-size: 10px;
	color: #fff;
}

#site_description { 
	width: 50%;
	float: right;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
}

#site_description a {
	color: #fff;
}

/* Video Page Info Styles */
#video_player {
	width: 410px;
	margin: auto;
}
#video_desc { padding: 10px; margin: 0; font-size: 12px; }
.video_info { padding: 5px 0px 5px 0px; font-size: 14px; font-weight: bold; height: 25px; }
.video_info b { color: #666; }
.mark_favorite, .share, .report_link { float: left; width: 33%; }
.mark_favorite { text-align: left; }
.share { text-align: center; }
.report_link { text-align: right; }
.video_info .left_info { float: left; width: 40%; margin-left: 5px; text-align: right; }
.video_info .right_info { float: right; width: 40%; margin-right: 5px; text-align: left; }
.video_info span { color: #b30000; cursor: pointer; }
.video_info span:hover { text-decoration: underline; }
.calign { text-align: center; font-weight: bold; font-size: 14px;}
#rating img { margin-top: 3px; cursor: pointer; }

.featured { float: left; margin: 5px; width: 90px; }
.featured img { width: 90px; height: 90px; }

.comment { width: 100%; margin-bottom: 5px; }
.comment p { float: left; padding: 10px; }
.comment_author { float: left; height: 15px; font-weight: bold; width: 410px; padding: 3px; font-size: 12px; }
.comment_date { font-size: 10px; font-weight: normal; }

#ajax_update {
	display: none;
	background-color: #ffedea;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #969696;
}


pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.exclusive {
	text-align: center;
	font-weight: bold;
	width: 97px;
	height: 0px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

