@import url(http://fonts.googleapis.com/css?family=Cabin);

html {
	overflow-y: scroll;
	background: #F1F1F1 url(../i/body-bg.jpg) center top repeat fixed;
}
html, body, div#w, div#c {
       /*height: 100% !important;*/
}
body {
	color: #000;
}
body, td, textarea, input, select, button {
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover   {
color: #FFA400;
}
p  {
	padding: 10px 0; margin: 0;
}
ul {
	list-style-position: inside;
}
h1 {
	font-size: 35px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ffe9c9; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffe9c9 0%, #ffffff 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe9c9), color-stop(70%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* IE10+ */
	background: linear-gradient(to right,  #ffe9c9 0%,#ffffff 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
h2 {
	font-size: 35px;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}
input[type=radio] { vertical-align: middle; margin-bottom: 5px; }

/* ------------------ */

.cl { clear:both; height:0; line-height:0; font-size:0; }
.cf:before, .cf:after { content:" "; display:table; }
.cf:after { clear:both }
.cf { *zoom:1 }


/*
========================================
*/


div#w {
	background: transparent url(../i/w-bg.png) center top repeat-y;
}
div#c {
	background-color: #fff;
	margin: 0 auto;
	width: 975px;
	padding: 6px;
	clear: both;
}

/* ------------------ */

header {
	width: 975px;
}

/* slider */

header #slider {
	position:relative;
	width:500px; height:295px;
}
header #slider img {
	position:absolute;
	left:0; top:0; 
}

/* menu */
header #menu {
	height: 41px;
	list-style-type: none;
	margin: 5px 0 10px 0;
	/*border: 0;*/
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	-webkit-box-shadow:  0px 5px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 5px 3px 0px rgba(0, 0, 0, 0.2);
	background: rgb(127,123,124); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(127,123,124,1) 29%, rgba(35,35,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(127,123,124,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(127,123,124,1) 29%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(127,123,124,1) 29%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(127,123,124,1) 29%,rgba(35,35,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(127,123,124,1) 29%,rgba(35,35,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7b7c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
}
header #menu li {
	display: inline-block;
	color: #fff;
	padding: 0 18px;
	font-size: 17px;
	line-height: 40px;
	background: transparent url(../i/menu_div.jpg) left center no-repeat;
	text-shadow: 1px 1px 1px #000000;
}
header #menu li a {
	color: #fff;
	text-decoration: none;
}
header #menu li.site {
	background: transparent url(../i/menu_site.png) center center no-repeat;
	width: 100px; height: 40px;
	filter: none;
}

/* ------------------ */

footer {
	text-align: center;
	margin-bottom: 50px;
	line-height: 16px;
}
footer .links a {
	padding: 0 5px;
}
.totop {
	position: absolute;
	top: 0; right: 0;
}

/* ------------------ */

div#welcome {
	position: relative;
	height: 380px;
}
div#welcome div.stats {
	width: 249px; /* 249x379 */
	height: 386px;
	background: transparent url(../i/contentstats.png) right top no-repeat;
	line-height: 20px;
	position: absolute; top: 0; right: -16px;
}
div#welcome div.stats p {
	line-height: 24px;
	font-size: 11px;
	margin: 70px 15px 0 15px;
}
div#welcome div.stats .membership {
	background-color: #eee;
	border: 1px solid #000;
	width: 200px;
	margin: 15px 0 0 15px;
	text-align: center;
}
div#welcome div.stats .membership small {
	font-size: 10px;
}

div#welcome div.cont {
	width: 700px;
	padding: 0px 0px 0px 20px;
 /* 	background: transparent url(../i/camera.jpg) right center no-repeat; */
}
div#welcome div.cont p {
	font-size: 13px;
	line-height: 16px;
}
div#welcome div.cont div.ourcont p {
	float: left;
 /* 	width: 270px; */
}
div.sneak {
	float: right;
	width: 384px; height: 150px;
	background: transparent url(../i/sneak_shadow.png) bottom center no-repeat;
}
div.sneak .i {
	position: relative;
	float: left;
	width: 188px; height: 88px;
	background: transparent url(../i/sneak_bg.png) left top no-repeat;
	text-align: center;
	margin: 0 2px 10px 2px; 
}
div.sneak .i .title {
	padding: 5px 0 20px 0;
	font-size: 12px;
}
div.sneak .i .tick {
	position: absolute;
	top: 35px; left: 20px;
}
div.sneak .blurb {
	text-align: center;
	color: #888;
	font-size: 10px;
}
div.sneak a {
	text-decoration: none;
}

/* ------------------ */

div.update {
	width:966px;
	padding: 4px;
	border: 1px solid #000;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
}
div.update div.info {
	text-align: left;
}
div.update div.c1 {
	float: left;
	width: 300px;
	padding-right: 20px;
	margin-right: 20px;
	background: transparent url(../i/divh.png) right center no-repeat;
	line-height: 20px;
}
div.update div.c1 div.site {
	text-align: center;
}
div.update div.c1 div.sitenew {
	background: transparent url(../i/new.gif) left top no-repeat;
}
div.update div.c1 div.thumb {
	float: left;
	margin: 0px 10px 0px 30px;
	padding: 4px;
	background: transparent url(../i/frame.gif) left top no-repeat;
}
div.update div.c1 p img {
	margin: 5px 0;
}
div.update div.c2 {
	float: left;
	width: 600px;
	line-height: 16px;
}
div.update div.c2 h3 {
	width: 50%;
}
div.updatepics img {
	margin: 0px 2px 4px 0px;
	border: 1px solid #000;
}
div.prevupdate {
	background-color: #F7F7F7;
	padding-top: 50px;
	margin-top: 0;
	position: relative;
}
div.prevupdate img.close {
	position: absolute;
	top: 10px; right: 10px;
}

.area_player_main {
	position: relative;
}

.area_player {
	width:960px;
	margin:auto;
	position: relative;
}

.videoplayer_onfinish {
	z-index:101;
	display: none;
	background:#CCC;
	position: absolute;
	top:0; bottom:-3px;
	left:0; right:0;
}

/* ------------------ */

div.allmovies div.i {
	float: left;
	width: 230px;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-right: 15px;
}
div.allmovies div.i.og-expanded {
	border-bottom:none;
}
div.allmovies div.last {
	margin-right: 0px;
}
div.allmovies div.i img.th {
	border-bottom: 1px solid #000;
}
div.allmovies div.i div.c {
	padding: 10px;
	height: 115px;
}

div.allmovies table {
	width: 100%;
}
div.allmovies td {
	vertical-align: middle;
}
h3 { /* div.allmovies div.i h3 */
	font-size: 20px;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 5px;
	background: -moz-linear-gradient(left,  rgba(255,233,201,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,233,201,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,233,201,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,233,201,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,233,201,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,233,201,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9c9', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.showplayonhover {
}
.showplayonhover .playimage {
	display: none;
	z-index: 1;
	position: absolute; width: 120px; height: 70px; 
	  top: 50px; left: 55px;
	background: url('../i/icon-play.png') no-repeat center;
}
.showplayonhover:hover .playimage {
	display:block;
}
/* ------------------ */

div.moviebuttons {
	border: 1px solid #989b99;
	margin: 10px 0;
}
div.moviebuttons a {
	text-decoration:none
}
div.moviebuttons div.text {
	float: left;
	width: 160px;
	height: 60px;
	position: relative;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}
div.moviebuttons div.trailer {
	width: 170px;
	height: 60px;
	border-right: 1px solid #989b99;
	background: #d3e5d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3e5d3 0%, #baccba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3e5d3), color-stop(100%,#baccba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3e5d3 0%,#baccba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3e5d3 0%,#baccba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3e5d3 0%,#baccba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3e5d3 0%,#baccba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e5d3', endColorstr='#baccba',GradientType=0 ); /* IE6-9 */
}
div.moviebuttons p {
	background: transparent url(../i/moviebuttondiv.gif) left center no-repeat;
}
div.moviebuttons p strong {
	font-size: 15px;
	font-weight: bold;
}
div.moviebuttons p small {
	font-size: 10px;
}
div.moviebuttons div.text div.tick {
	position: absolute; top: 25px; left: 25px;
	background: transparent url(../i/tick.png) left top no-repeat;
	width: 21px; height: 20px;
}
div.moviebuttons div.text div.lock {
	position: absolute; top: 25px; left: 20px;
	background: transparent url(../i/lock.png) left top no-repeat;
	width: 18px; height: 19px;
}
div.moviebuttons div.first p, div.moviebuttons div.trailer p {
	background: none;
}
div.moviebuttons div.last {
	width: 152px;
}
div.moviebuttons div.last p {
	text-decoration: underline;
	padding-top: 8px;
}


.tooltipenabled {
	cursor: help;
	position: relative;
	display: block;
}

.tooltipenabled .tooltipcontent {
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
	text-transform: uppercase;
	font-family: "Gill Sans", Impact, sans-serif;
	text-align: center;
	font-size: 20px;
	background: rgb(255, 164, 0);
	top: 100%;
	color: #fff;
	display: block;
	left: -20px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index:102;
	-webkit-transform: translateY(10px);
	  -moz-transform: translateY(10px);
	  -ms-transform: translateY(10px);
	   -o-transform: translateY(10px);
	    transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	  -moz-transition: all .25s ease-out;
	  -ms-transition: all .25s ease-out;
	   -o-transition: all .25s ease-out;
	    transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/*
.tooltipenabled .tooltipcontent:before {
	top: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
*/

.tooltipenabled .tooltiparrow {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid rgb(255, 164, 0) 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.tooltipenabled:hover .tooltipcontent {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	   -o-transform: translateY(0px);
	    transform: translateY(0px);
}

.lte8 .tooltipenabled .tooltipcontent {
	/* display: none; */
}

.lte8 .tooltipenabled:hover .tooltipcontent {
	/* display: block;*/ 
}


/* ------------------ */

div#models .i {
	float: left;
	padding: 10px;
	width: 160px;
	border: 1px solid #000;
	margin-right: 15px;
	margin-bottom: 15px;
	background: transparent url(../i/pgicon.png) no-repeat 125px 170px;
}


div#models .l {
	margin-right: 0;
}
div#models img {
	border: 1px solid #000;
	margin-bottom: 5px;
}
div#models small {
	font-size: 10px;
}
div#models small a {
	text-decoration: underline;
	color: #000;
}

/* ------------------ */

nav {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
nav a {
	color: #000;
	text-decoration: none;
	padding: 0 7px;
}
nav span {
	border-bottom: 2px solid #000;
}
nav img {
	vertical-align: middle;
	float: right;
}

/* ------------------ */

span.length {
	padding: 2px 4px;
	margin: 3px 0;
	background-color: #EFEFEF;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	box-shadow: 0px 0px 1px #888888;
}
.b {
	border: 1px solid #000;
}

/* ------------------ */

.pad { padding-left: 20px; padding-right: 20px; }
div.divider {
	background: transparent url(../i/div.jpg) left top repeat-x;
	height: 40px;
}

div.divider2 {
	height: 1px;
}


/* ------------------ */

div.label {
	position: relative;
	height: 35px;
}
div.label div {
	position: absolute;
	top: 0px;
	left: -36px;
	background: transparent url(../i/label.png) left top no-repeat;
	width: 183px;
	height: 50px;
	font-size: 20px;
	padding: 5px 0 0 30px;
}
div.label2 div {
	background: transparent url(../i/label2.png) left top no-repeat;
}

/* ------------------ */

button {
	line-height: 20px;
	background: #D3D3D3 url(../i/btn-bg.jpg) left top repeat-x;
	cursor: pointer;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}
button::-moz-focus-inner { border: 0; }
input[type="button"]:focus { outline : none; }

/* ------------------ */

.tags{
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	list-style:none;
	}

.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	margin-bottom: 5px;
	}

.tags li{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#FFA400;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	} 
.tags li:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #FFA400 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
.tags li:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #FFA400;
	-webkit-box-shadow:-1px -1px 2px #FFA400;
	box-shadow:-1px -1px 2px #FFA400;
	}
	
	/* MAS */
	
	#models h3 { font-size: 16px; }
	.pagenumbers_selected { background-color: #FF9900; border: 1px solid black }

#modalMask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:transparent; 
	background-image:url(rgba.000000.9.png);
	background-repeat:repeat;
	z-index: 5000;
}

.splashPage { z-index:9999; position: fixed; top: 50%; left: 50%; margin-left: -290px; margin-top: -240px; width: 580px; height: 480px; padding: 20px; }
.splashPage h1 { background: transparent; font-size: 32px; margin: 1px 0; text-align: center; color: #ffffff }
.splashPage p { font-size: 13px; text-align: center; color: #ffffff; padding: 0 10px }
.splashPage .gold, .splashPage .gold a { color: #f1c000 }
.splashPage h1 a { color: #ffffff }


div#comments {
	border: 1px solid #777;
  margin: 10px;	
	padding: 5px;
	text-align: left;
	line-height: 20px;
}
div#comments div.item {
	padding-bottom: 4px;
	border-bottom: 1px dashed #AAA;
	margin-bottom: 8px;
}
div#comments div.item .date {
	font-size: 10px;
	font-weight: bold;
}
div#comments span.username {
  font-weight: bold;
	color: #777;
}
div#comments h2 {
  font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-color: #FFA400;
  width: 220px;
	padding: 4px;
}

/* ------------------ */

#ws .site {
	margin-bottom: 20px;
}
#ws .site .info {
	float: left;
	width: 240px;
	text-align: center;
	background: transparent url(../i/wsdivv.png) right center no-repeat;
	min-height: 150px;
	padding-top: 30px;
}
#ws .site .info p {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	padding-left: 35px;
}
#ws .site .info p img {
	float: left;
	padding: 12px 20px 0 0;
}
#ws .site .text {
	float: left;
	width: 530px;
	font-size: 12px;
	line-height: 16px;
	padding: 0 20px;
	min-height: 150px;
}
#ws .site .join {
	float: left;
	width: 160px;
	text-align: center;
	background: transparent url(../i/wsdivv.png) left center no-repeat;
	min-height: 150px;
	padding-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
#ws .site .text .tags {
	position: relative;
}
#ws .site .updatepics {
	text-align: center;
}
#ws .site .updatepics img {
	border: 1px solid #000;
	margin: 0px;
}

#ws h1 {
	font-size: 35px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ffe9c9; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffe9c9 0%, #ffffff 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe9c9), color-stop(70%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffe9c9 0%,#ffffff 70%); /* IE10+ */
	background: linear-gradient(to right,  #ffe9c9 0%,#ffffff 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


/* ------------------ */
