@charset "utf-8";
/* CSS Document */
#contain 
{
	width:1030px;
	background-color:#E08D97;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0pt;
	color: #FFFFFF;
 }
#top
{
 height:165px;
 width:inherit;
 background-image:url(images/back-grad-small.jpg);
 background-repeat:repeat-x;
   }
body {
	margin: 0px;
	padding: 0px;
}

#logo
{
width:433px;
height:140px;
 float:left;
 }
#intro
{
	float:left;
	width:577px;
	text-align:left;
	vertical-align:top;
	margin-top:10px;
 }
#names
{
	width:1010px;
	height:25px;
	padding:0px;
	float: left;
}
#names a {
color:#FFFFFF;
}

#content {
	width:1030px;

	}
#top_add {
	width:1010px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	vertical-align:middle;
	text-align:center;
	float: left;
	}
#top_add {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	vertical-align:middle;
	text-align:center;
	float: left;
	}	
.moreMovies {
	float: left;
	width: 1010px;
}

#movies {
	width:620px;
	float:left;
	}	
#middle_ad {
	width:824px;
	height:350px;
	float:left;
	}		
#middle_ad_center {
	float:left;
	margin-right: auto;
	margin-left: auto;
}	
#pointermenu2{
	margin: 0;
	padding: 0;
	float: left;
	width: 1010px;
}

#pointermenu2 ul{
	width:1023px;
	margin: 0;
	margin-left: 0px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 8px;
	font: bold 13px Verdana;
	background: #c00000 url(images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}
.movieClip {
	height: 260px;
	width: 200px;
	float: left;
	border: thin dotted #000000;
	margin: 2px;
}
.movieClipAd {
	height: 150px;
	width: 200px;
	float: left;
	border: thin dotted #000000;
	margin: 2px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.movieImage {
	height: 150px;
	width: 200px;
	float: left;
}
.flashcontent {
	height: 176px;
	width: 176px;
	float: left;
}
.movDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 50px;
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;	
	text-align: center;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #711827;
	text-decoration: underline;
}
.movDur {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 55px;
	width: 50px;
	margin-left: 10px;
	font-size: 14px;
}
.movieRate {
	float: left;
	height: 55px;
	width: 130px;
	text-align: right;
	margin-left: 10px;
}

.movieInfo {
	float: left;
	height: 75px;
	width: 200px;
}


* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
width:18%;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
text-align:center;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #711827;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

hr {
	background-color: #711827;
	height:3px;
	margin: 0px;
	padding: 0px;
	border-top-color: #711827;
	border-right-color: #711827;
	border-bottom-color: #711827;
	border-left-color: #711827;
}
.todayMovies {
	float: left;
	width: 590px;
	text-align:center;
	height: 61px;
}
.todayMovies h1{
	color:black;
	}
.pornstars {
	float: left;
	width: 174px;
	height: 96px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.filler {
	float: left;
	height: 61px;
	width: 34px;
}
.pagination{
padding: 5px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	border:1px solid black;
	color:black;
	padding:0pt 5px;
	text-decoration:none;
	background-color:#FFE1E7;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid black;
	color: #000;
	background-color: #853037;
}

.pagination a.currentpage{
	background-color: #711827;
	color: #FFF !important;
	border-color: black;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: lightgrey;
cursor: default;
color: #929292;
border-color: black;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
.movTags {
	float: left;
	width: 400px;
	font-size: 16px;	
}
.pornTags {
	float: left;
	width: 174px;
	font-family: "Times New Roman", serif;
	text-align: center;

}
.pornTags hr {
	color: #999999;
	background-color: #999999;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	align:center;
}
.searchBar hr {
	color: #999999;
	background-color: #999999;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	align:center;
}

.pornTags a, .pornTags a:visited {
	font-size: 18px;
	font-family: "Times New Roman", serif;
	text-decoration: none;
}
.big a, .big a:visited {
	font-size: 22px;	
}.clipMain {
	float: left;
	width: 1010px;
}
.movEmbed {
	float: left;
	height: 630px;
	width: 640px;
	text-align: center;
	background-color: #FFE1E7;
	vertical-align: middle;
		padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.movInfo {
	float: left;
	height: 630px;
	width: 370px;
	background-color: #FFE1E7;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color:black;
}
.movInfo h2 {
	padding-top:2px;
}
.showRelated {
	float: left;
	width: 1010px;
}
#topper {
}
#topper h1 {
	padding:1px;
	margin:1px;
	font-size:8pt;
}
#topper h2 {
	padding:1px;
	font-size:6pt;
}

