/* @override http://tvpigs.com:8888/css/main.css */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	font-family:Arial;
	color:#ccc;
	background-color:#1b1b1a;
	
}

a{
	color:#999;
	text-decoration:none;
}

.content{
	width:1025px;
	
	margin:0 auto;
	
	background: transparent url('../img/content_bg.gif') repeat-y scroll top center;
	
}

.content .header{
	background:transparent url('../img/header_bg.gif') no-repeat;
	height:230px;
	padding:13px 0 0 18px;
}

.header .header-images{
	
}

.header .header-img{
	float:left;
}

.header-img .img-description{
	display:none;
}

.header .logo{
	float:left;
	width:240px;
	font-size:0px;
}

.header .right-side{
	float:left;
}

.header .right-side .ad{
	background-color:#ccc;
	
	width:728px;
	height:90px;
	
	margin:13px 0 0 10px;
}

.content .footer{
	background:transparent url('../img/footer_bg.gif') no-repeat;
	height:65px;
	
	padding: 10px 0 0 40px;
	
	font-size:12px;
	color:#777;
	
	overflow:hidden;
}

.footer .comics-logo{
	float:left;
}

.footer .legal{
	float:left;
	margin:0 0 0 20px;
}

.footer .legal a:hover{
	text-decoration:underline;
}

.footer .legal p{
	margin:0 0 5px 0px;
}

.content .main{
	
	padding:0px 35px 25px 35px;
}

.video-thumbs-container{
	height:555px;
}

.video-thumb{
	float:left;
	margin:10px 10px 10px 0;
	background-color:#000;
	padding:15px 0 0 0;
	
	height:210px;
	width:150px;
	
	font-size:12px;
	
	overflow:hidden;
}

.video-thumbs-header,
.featured-header{
	height:35px;
	background:transparent url('../img/thumbs_header_bg.gif') repeat-x;
	padding:6px 10px;
}

.video-thumbs-header h3,
.video-thumbs-container .pagination{
	display:inline;
}

.video-thumbs-header h3,
.featured-header h3{
	font-size:16px;
}

.featured-container{
	margin: 0 0 10px 0;
}

.pagination{
	font-size:12px;
	float:right;
}

.video-thumbs-bottom .pagination{
	margin:0px 0 0 0;
}

.video-thumbs-container .pagination{
	margin:3px 0 0 0;
}

.video-thumb.last{
	margin-right:0px;
}

.thumb-img{
	height:90px;
	width:120px;
	overflow:hidden;
	
	margin:0 auto 5px auto;
}

.thumb-title,
.thumb-desc{
	width:120px;
	letter-spacing:1px;
	overflow:hidden;
}

.thumb-title{
	margin:0 auto 0px auto;
	font-weight:bold;
	color:white;
}

.thumb-desc{
	margin:0 auto;
	font-weight:normal;
	height:90px;
}

.thumb-desc-full{
	display:none;
}

.hr{
	clear:left;
	height:1px;
	width:100%;
	background-color:#333;
	font-size:0px;
}

.featured-thumbs .hr{
	background-color: black;
}

.current-page,
.total-pages{
	display:inline;
}

.video-player-container{
	min-height:400px;
	padding:0 0 40px 0;
}

.video-player-container .video-header{
	margin:0 0 10px 0;
}

.video-player-container .video-header h2{
	font-size:20px;
}

.video-player-container .video-header p{
	font-size:12px;
	padding:0 20px 0 0;
}

.player{
	height:340px;
	overflow:hidden;
}

.video-init .left{
	width: 655px;
	height: 420px;
	float: left;
}

.video-init .left .player{
	
	padding: 40px 0 0 0;
	margin: 0;
}

.video-init .right{
	float: left;
}

.video-init .left .title{
	margin: 20px 0 0 0;
}

.video-init .bottom-space{
	clear: both;
	height: 0px;
	font-size: 0;
}

.ajax-loader{
	margin: 10px;
}

.next, .prev{
	cursor:pointer;
	font-size:14px;
}

.share-buttons{
	width:290px;
	height:60px;
	background:#000 url('../img/share_bg.gif') no-repeat;
	margin:0px 0 15px 0;
	font-size:0px;
	padding:5px;
}

.share-buttons .youtube{
	float:left;
}

.share-buttons .share{
	float:right;
	margin:6px 0 0 0;
	z-index: 4000;
}
.share-buttons .subscribe{
	float:right;
	
}

.share-video .ad{
	width:300px;
	height:250px;
	background-color:#222;
	margin:0 0 10px 0;
}

.share-video p{
	margin:10px 0 0 0;
	font-size:12px;
}

.share-video input{
	font-size:14px;
	border:1px solid #999;
	padding:2px;
	width:294px;
}

.legal-container{
	padding:10px;
}

.legal-container a{
	text-decoration: underline;
	color: #ccc;	
}

.legal-container h3,
.legal-container h2{
	margin: 10px 0;
}

.legal-container h2{
	font-size: 18px;
}

.legal-container h1{
	margin: 0 0 30px 0;
}

.legal-container p{
	font-size: 12px;
	line-height: 16px;
	color: #999;	
	margin: 0 0 20px 0;
}

.legal-container p.code{
	color: yellow;
}

.legal-container ul li,
.legal-container ol li
{
	list-style-position: inside;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.legal-container ul li ul li{
	margin: 0 0 0 20px;
}

.FAQ_LeftColumn, 
.FAQ_RightColumn{
	float:left;
	margin-right:15px;
	width:450px;
}

.Clearer {
	clear:both;
	height: 40px;
}

.answers a{
	text-decoration: none;
}

.answers p{
	margin: 0 0 15px 0;
}

.answers b{
	color: #ccc;
}

.FRM_Row{
	margin: 20px 0;
}

.contact-container .text-input,
.contact-container .textarea-input{
	font-size: 20px;
	padding: 2px;
	border: 1px solid #999;
	width: 400px;
}

.contact-container p{
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
}

.contact-container .form-row p{
	font-size: 16px;
	font-weight: bold;
}

.contact-container h1{
	margin: 0 0 30px 0;
}

.contact-container .textarea-input{
	font-size: 14px;
	height: 150px;
}

.contact-container .select{
	font-size: 14px;
}

.contact-container .submit{
	padding: 5px;
	margin: 10px 0;
}

.contact-container .form-row{
	margin: 25px 0;
}

.contact-container .form-error{
	border: 1px solid red;
	background: ;
	color: red;
	padding:10px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.contact-container .form-success{
	border: 1px solid green;
	background: ;
	color: green;
	padding:10px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.contact-container .invalid{
	color: red;
}
