<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------BODY-----------------------------*/
body{
	font-size:11px;
	font-family: Arial,Sens-Serif !important;
	margin:0px;
	padding:0px;

}

#body_bg_div {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: -2;
}

/*-------------------------DIV:CONTAINER-------------------------*/

div.container{
	width:850px;
	min-height:500px;
	margin:auto;
	margin-top:15px;
}

/*-------------------------DIV:NAVBAR-------------------------*/

div.navbar{
	height:50px;
	width:850px;
	margin:auto;
	background-image:url('../images/nav.png');
	padding:0px;
}

div.navbar a{
	color:#CCC;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

div.navbar a:hover{
	color:#EEE;
	text-decoration:underline;
}

/*NAVBAR LEFT SIDE - LINKS*/

div.navleft{
	float:left;
	width:215px;
	text-align:left;
	padding-left: 7px;
	margin-top: -1px;
}

/*NAVBAR RIGHT SIDE - SEARCH AND LOGIN*/

div.navright{
	float: right;
	width: 343px;
	color: #CCC;
	text-align: right;
	padding-right: 22px;
}

div.navright a{
	font-size:11px;
}

div.navcenter {
	margin: 5px auto;
	padding: 3px;
	display: inline-block;
	width: 120px;
	text-align: right;
}

div.navcenter input{
	background-image: url('/images/magnifier.png');
	background-position: 100% 1%; 
	background-repeat: no-repeat;
	width: 110px;
	font-size:10px;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: none;
	border-bottom: none;
	padding: 2px;
	border-radius: 2px;
	margin: 0px auto;
}


/*------------------------DIV: GLASS BACKGROUND--------------------------*/

div.glass_top{
	width:744px;
	height:35px;
	margin:auto;
	background-image:url('../images/glass_top.png');
}

div.glass{
	width:744px;
	min-height:300px;
	margin:auto;
	margin-top:-15px;
	background-image:url('../images/glass.png');
}

div.glass_bottom{
	width:744px;
	height:35px;
	margin:auto;
	background-image:url('../images/glass_bottom.png');
	margin-top:0px;
}

/*-------------------------DIV:LATEST AND FEATURED-------------------------*/

div.latest_featured{
	width:700px;
	height:188px;
	margin:auto;
	margin-top:15px;
	position: relative;
}

div.author_title{
	color:#EEE;
	padding: 5px 20px 5px 20px;
	margin: 10px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
/*
	background-image:url('../images/trans.png');
*/
	background: #474642 url('../images/details-background.jpg');
	background-size: cover;
/*
	border-bottom:1px solid black;
	border-top:1px solid black;
	border:1px solid #333;
*/
	border: none;
}

div.author_title a{
	color:#CCC;
	text-decoration:none;
}

div.author_title a:hover{
	color:#FFF;
	text-decoration:none;
}


div.author_title p, div.author_title h1{
	margin: 0px;
	width: inherit;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.author_title img{
	border: none;
}

/*LATEST MOVIE*/

div.latest_container{
	float:left;
}


div.latest{
	width:335px;
	height:188px;
	float:left;
	border:1px solid #444;
	background-image:url('../images/featured.jpg');
	border-radius: 10px;
}

div.latest p{
	margin: 0px;
	width: inherit;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*FEATURED MOVIE*/

div.featured_container{
	float:right;
}

div.featured{
	width:335px;
	height:188px;
	float:right;
	border:1px solid #444;
	background-image:url('../images/featured.jpg');
	border-radius: 10px;
}

/*-------------------------DIV:LIST LATEST AND MOST POPULAR-------------------------*/

div.content{
	z-index: 0;
	width:700px;
	min-height:425px;
	margin:auto;
	margin-top:-20px;
	background-image:url('../images/content.png');
	padding-top:15px;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
}

div.content_rounded{
	position: relative;
	z-index: 100;
/*
	padding-top: 20px;
*/
	width:700px;
	min-height: 6px;
/*
	margin-top: -3px;
*/
	margin:auto;
/*
	background-image: url('../images/content-background.jpg');
	background-size: cover;
*/
	border-radius: 7px;
}

div.top_gradient {
	padding-top: 20px;
	background-image: url('/images/top-gradient.png');
}

div.content a, div.content_rounded a{
	text-decoration: none;
	color:#444;
}

div.content a:hover, div.content_rounded a:hover{
	color:#666;
	text-decoration: underline;
}

div.contenttop{
	width:700px;
	height:35px;
	margin: 15px auto auto auto;
	background-image:url('../images/content_top.png');
}

div.contentbottom{
	width:700px;
	height:35px;
	margin:auto;
	background-image:url('../images/content_bottom.png');
}

div.content h3{
	margin-top:0px;
}

div.listlatest{
	width:325px;
	min-height:400px;
	float:left;
	padding-left:20px;
}

div.listpopular{
	width:325px;
	min-height:400px;
	float:right;
	padding-right:20px;
	/*border-left:1px solid black;*/
}

div.content td.preview, div.content div.preview{
	width:160px;
	height:90px;
	padding: 3px 2px 3px 5px;
	border:1px solid black;
	background-image:url('../images/preview.jpg');
	vertical-align:top;
	padding-left:5px;
}

div.content div.preview_overlay{
	position: relative;
	width: 160px;
}

div.content div.preview_overlay p{
	position: absolute;
	left: 1.5px;
}

div.content p.overlay_approved {
	top: 8px;
	left: 8px;
	margin: 0px;
	position: absolute;
	opacity:0.8;
}

div.content p.overlay_time {
	font-weight: bold;
	border-radius: 2px;
	top: 65px;
	left: 6px;
	padding: 0px 2px 0px 2px;
	background-color: #ccc;
	position: absolute;
	opacity:0.8;
}

div.content td.details {
	width: 160px;
	height: 90px;
	padding: 3px 2px 3px 2px;
	vertical-align: middle;
}

div.content td.details p {
	margin: 0px;
	width: inherit;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*-------------------------DIV:SEARCH RESULTS-------------------------*/

div.search_results{
	width:335px;
	min-height:400px;
	padding-left:10px;
}

/*-------------------------REGISTRATION-------------------------*/

table.registration{
	border:1px solid #CCC;
	background-color:#DEDEDE;
	width: 100%;
}

table.registration td{
}

table.registration input{
	width:300px;
}

table.captcha{
	border:1px solid #CCC;
	background-color:#DEDEDE;
	width: 100%;
}

table.captcha td{
	width:200px;
	padding:5px;
}

div.captcha{
	width:200px;
	height:70px;
	border:1px solid black;
}

/*-------------------------DIV:FOOTER-------------------------*/

div.footer{
/*
	width:100%;
	height:30px;
	margin-top:25px;
	padding:5px;
	text-align:center;
	color:#000;
	border-top:1px solid #000;
*/

	height:30px;
	width:850px;
	margin: 15px auto 0px auto;
	background: url('../images/nav.png') no-repeat;
	text-align:center;
	padding-top: 11px;
	color:#000;
}

div.footer a{
	color:#000;
}

div.footer a:hover{
	color:#333;
}

.formerror {
	color: #FF0000;
}

.formwarning {
	color: #E8A317;
}

/* for the tooltips */
.ui-tooltip {
	max-width: 450px !important;
}

/* remove the border around flash embedded objects when clicked */
object:focus {
	outline: none;
	-moz-outline-style: none;
}
</pre></body></html>