body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #4e4f0e url('/img/background.gif') repeat-x top center;
	font-size: 11px;
	color: #fff;
}

img {
	border: 0;
}

h1 {
	
}

a {
	color: #fff;
}

#container {
	width: 943px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#container:after {
	clear: both;
	content: " ";
	visibility: hidden;
	display: block;
	height: 0px;
}

#header {
	height: 118px;
	margin-bottom: 3px;
}

#logo {
	float: left;
	width: 212px;
}

#banner {
	float: right;
	width: 728px;
	height: 90px;
	background-color: #383838;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
}

#navigation {
	float: right;
	width: 731px;
	height: 31px;
	background-image: url('/img/navigation_bg.gif');
	position: relative;
	z-index: 1;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	width: 58px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #abaa70;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	margin-top: 6px;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #cacaca;
	text-decoration: none;
}

#white_bg {
	width: 939px;
	margin: auto;
	background-image: url('/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('/img/main_bg.png');
	float: left;
	width: 652px;
	position: relative;
	z-index: 2;
}

.main_container {
	position: relative;
	z-index: 1;
	width: 939px;
	margin: auto;
}

#leftcol {
	float: left;
	width: 170px;
	margin-top: -45px;
	position: relative;
	z-index: 5;
}

#leftcol h1 {
	background-image: url('/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: #fff;
	text-decoration: none;
}

#leftcol a:hover {
	color: #e1e1e1;
}

#leftcol ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 5px;
}

#leftcol ul li {
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	padding-left: 7px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	background-image: url(/img/left_li_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#search input {
	font-family: Arial;
	font-size: 12px;
	border: 0;
	color: #fff;
	height: 23px;
	background: transparent;
}

#search {
	text-align: center;
	width: 306px;
	height: 26px;
	padding-left: 5px;
	float: right;
	background-image: url(/img/search.png);
}

#content {
	float: left;
	width: 435px;
	padding: 5px;
	margin-top: -45px;
	position: relative;
	z-index: 5;
}

#welcome {
	width: 420px;
	height: 25px;
	background-image: url('/img/welcome.png');
	margin: 0 auto 10px auto;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 10px;
}

#welcome a:hover {
	color: #ccc;
}

.item {
	width: 423px;
	height: 120px;
	background-image: url('/img/plug_bg.png');
	background-repeat: no-repeat;
	margin: 0 auto 5px auto;
	position: relative;
}

.item .thumb {
	float: left;
	width: 95px;
	margin-top: 5px;
	padding-left: 5px;
}

.item .thumb img {
	width: 95px;
	height: 95px;
}

.item h2 {
	float: right;
	width: 303px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
}

.item p {
	width: 303px;
	float: right;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.item h2 a {
	color: #fff;
	text-decoration: none;
}

.item h2 a:hover {
	color: #e1e1e1;
}

.thumb img {
	border: 1px solid #b1b1b1;
	padding: 1px;
}

.thumb img:hover {
	border: 1px solid #fff;
	padding: 1px;
}

.item .plug_info {
	position: absolute;
	width: 115px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
	bottom: 5px;
	left: 120px;
}

.item p {
	color: #fff;
	font-size: 12px;
}

#latest_photos {
	width: 385px;
	margin: 5px auto;
	height: 148px;
	padding: 3px 10px 15px 25px;
	background-image: url('/img/latest_photos.png');
}

#latest_photos .item_p {
	float: left;
	width: 74px;
	border: 1px solid #fff;
	float: right;
	margin: 2px 10px 2px 10px;
}

#latest_photos .item_p img {
	width: 74px;
	height: 74px;
}

#right_float {
	float: left;
	width: 321px;
	margin-left: -39px;
	position: relative;
	z-index: 4;
	margin-top: -50px;
}

.rightcol_container {
	width: 322px;
	height: 18px;
}

#rightcol {
	width: 315px;
	background-position: top left;
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-left: 5px;
}

#rightcol a {
	text-decoration: none;
}

#rightcol h2 {
	color: #fff;
}

.right_box_container {
	width: 321px;
	margin: 0 auto 10px auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.newsletter_container {
	width: 321px;
	height: 108px;
	margin: 0 auto 10px auto;
	text-align: center;
	background-image: url('/img/newsletter.png');
	background-repeat: no-repeat;
	padding-top: 16px;
}

.newsletter_container form {
	margin: 0;
	padding: 0;
}

.newsletter_container input {
	border: 0;
	background: transparent;
	color: #fff;
}

.right_box_container img.blocked {
	display: block;
	margin: 0;
}

.right_box {
	width: 300px;
	padding: 5px;
	margin: auto;
	color: #fff;
}

.blue_box {
	width: 311px;
	padding: 5px;
	color: #fff;
	background-image: url('/img/blue_box_bg.png');	
}

.inner_box {
	margin-top: -30px;
	padding-left: 10px;
}

.right_box:after, .blue_box:after {
	clear: both;
	content: " ";
	display: block;
	height: 0px;
	visibility: hidden;
}

.right_box a, .blue_box a {
	color: #fff;
}

.right_box a:hover, .blue_box a:hover {
	color: #ccc;
}

.right_box img, .blue_box img {
	border: 1px solid #fff;
	padding: 1px;
}

.right_box img:hover, .blue_box img:hover {
	border: 1px solid #c6c6c6;
}

#shockyou img {
	border: 0;
}

.right_box ul, .blue_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_box ul li, .blue_box ul li {
	float: left;
	width: 140px;
	padding-left: 5px;
}

.blue_box ul li {
	width: 280px;
	font-size: 12px;
	text-align: left;
}

#footer {
	margin: auto;
	height: 152px;
	width: 939px;
	position: relative;
	z-index: 0;
	background-image: url('/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('/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;
	padding-top: 10px;
}

#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;
	text-align: center;
}
#video_desc { padding: 10px; margin: 0; font-size: 12px; color: #b0b0b0; }
.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; }
.mark_favorite { text-align: left; width: 37%; }
.share { text-align: center; width: 33%;}
.report_link { text-align: right; width: 29%; }
.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: #7A7C00; cursor: pointer;text-decoration: none; }
.video_info span:hover {color:#ffffff; text-decoration: none; }
.video_info a { color: #7A7C00; text-decoration: none;}
.video_info a:hover {color:#ffffff; text-decoration: none; }
.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;
}