/* CSS Document */
@import url("/pageincludes/profiles.css");
@import url("/pageincludes/gallery.css");

/* body tag just for the public index page */
#public.index {
	background:url('/images/bg_test2.gif') top center repeat-y #22597f;
	color:#fff;
	font:normal normal normal 14px/20px arial, sans-serif;
	text-align: center;
}
/* body for all the other public pages */
#public {
	color:#fff;
	font:normal normal normal 14px/20px arial, sans-serif;
	text-align: center;
	background:url('/images/bg_test_narrow.gif') top center repeat-y #22597f;
}
#public.index #header {
	position: relative;
	top:auto;
	left:auto;
	text-align: left;
	width:1000px;
	height:425px;
	background:url('/images/main_header/rotator.php') top center no-repeat;
	margin: 0 auto 0 auto;
	display:table;
}
#public.index #content {
	width:998px;
	margin: 0px auto 15px auto;
	padding:20px 0 20px 0;
	border-left:solid 1px #000000; 
	border-right:solid 1px #000000;
	border-bottom:dotted 1px #000000;
}
#public #header {
	width:100%;
	text-align: center;
}
#public #header #top_menu {
	padding: 100px 0 0 250px;
	font:normal normal normal 25px/230% "arial black", sans-serif;
	background: url('/images/menu_top_public.jpg') top center no-repeat;
	width:650px;
	margin:0 auto 20px auto;
	border-bottom: 1px dotted #ccc; 
	text-align: right;
}
#public #header #top_menu li {
	display: inline;
}
#public #header #top_menu.parent_menu li a {
	color:#fff;
	margin: 0 1px 0 1px;
	text-decoration: none;
	background:url(../images/menu_button_bg.jpg) #01bccd; /* the button bg */
	padding: 3px 5px 3px 5px;
}
#public #header #top_menu.parent_menu a.on,
#public #header #top_menu.parent_menu a:hover {
	color:#000;
	text-decoration: none;
	background: #ffea00;
}
#public #bottom_menu {
	font:normal normal bold 20px/230% arial, sans-serif;
	margin:0 auto 0 auto;
	text-align: center;
}
#public #bottom_menu li {
	display: inline;
}
#public #bottom_menu.parent_menu li a {
	color:#fff;
	margin: 0 1px 0 1px;
	text-decoration: none;
	background:url(../images/menu_button_bg.jpg) #01bccd; /* the button bg */
	padding: 3px 5px 3px 5px;
}
#public #bottom_menu.parent_menu a.on,
#public #bottom_menu.parent_menu a:hover {
	color:#000;
	text-decoration: none;
	background: #ffea00;
}

#public #content {
	width:900px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#public #wide_column {
	text-align: left;
	width:500px;
	border-right: 2px solid #2d6d99;
	border-left: 2px solid #2d6d99;
	padding: 0 15px 0 15px;
}
#public #wide_column h1 {
	font:normal normal normal 32px/36px georgia, serif;
	color:#efd95f;
	margin: 0 0 8px 0;
	text-align: center;
}
#public #narrow_main_column {
	text-align: left;
	width:210px;
	padding: 0 15px 0 15px;
}
#public #narrow_secondary_column {
	text-align: left;
	width:210px;
	padding: 0 15px 0 15px;
}
#public #narrow_secondary_column img {
	margin: 10px 0 0 0;
}
#public #narrow_main_column img {
	margin: 5px 0 0 0;
}
#public #narrow_main_column h1,
#public #narrow_secondary_column h1 {
	font:normal normal normal 22px/26px georgia, serif;
	color:#efd95f;
}
#public #narrow_main_column h2,
#public #narrow_secondary_column h2 {
	font:normal normal normal 22px/26px georgia, serif;
	color:#efd95f;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #2d6d99;
}
#public #wide_column #entry {
	background: url(/images/bg_entries.png) top repeat-x #195672;
	padding:15px 15px 15px 15px;
	display: block;
	margin:0 0 10px 0;
	border: 1px solid #444;
}
#public.index #wide_column #entry p.description{
	margin: 10px 0 10px 0;
}
#public.more_samples #entry {
	margin: 0 auto 10px auto;
	width:875px;
	background: url(/images/bg_entries.png) top repeat-x #195672;
	padding:15px 15px 15px 15px;
	border:1px solid #777;
	display: block;
}
#public.more_samples2 #entry {
	margin: 0 auto 10px auto;
	width:480px;
	background: url(/images/bg_entries.png) top repeat-x #195672;
	padding:15px 15px 15px 15px;
	border:1px solid #777;
	display: block;
}
#public.more_samples2 #favoritesWrap {
	width: 130px;
	text-align: center;
	padding:15px 15px 15px 15px;
	background: none;
	margin:10px 0 0 0;
}
#public.more_samples2 .archive-navigation {
	margin:10px auto 15px auto;
}

#public.more_samples #entry table tr td h2 {
	font:normal normal normal 24px/30px georgia, serif;
	color:#efd95f;
	display: inline;
	margin: 0 10px 0 0;
}
#entry h2 {
	font:normal normal normal 24px/30px georgia, serif;
	color:#efd95f;
	display: inline;
	margin: 0 10px 0 0;
}
#public.more_samples #entry table tr td p {
	color:#ddd;
}
#frontpage_agecheck {
	background:url(/images/bg_container.jpg) top center repeat-x #22597f;
	text-align: center;
}
#content_agecheck{
	position: relative;
	z-index: 100;
}
#background_pic_agecheck{
	position: absolute;
	top:0;
	left:0;
	width:450px;
	height:675px;
	z-index: 1;
	background: url(/images/agecheck_background_pic.jpg) ;
}
#public.tour #content p.description {
	margin: 0px auto 15px auto;
}
#public.tour #content p.photographed b {
	display: block;
	margin: 0 auto 15px auto;
	font:normal normal bold 20px/100% georgia, serif;
}
table td #cell {
	padding: 0 0px 0 0;
}
table td #cell.copy {
	padding-left:3px;
}
table td #cell.display_date {
	padding:0 0 10px 3px;
	font:normal normal bold 14px/180% arial, sans-serif;
}
p.display_date {
	padding:0 0 10px 3px;
	font:normal normal bold 14px/180% arial, sans-serif;
}
table td #cell.copy h2 {
	font:normal normal normal 24px/180% georgia, serif;
	color:#efd95f;
}
table td #cell.copy p {
	height:253px;
	overflow: auto;
	margin:5px 0 0 0;
}
table td #cell.img {
	width:120px;
	height:145px;
}
table td #cell.button {
	width:84px;
	height:145px;
}
#public #wide_column #nav_widecol {
	margin: 10px 0 10px 0;
}
#public #wide_column #nav_widecol img.spacer {
	margin-right:0px;
}
#public.headshots #content p font {
	display: block;
	margin:12px 0 16px 0;
}
#public.headshots #content table td {
	padding:0 5px 0 5px;
	width:113px;
}
#public.headshots #content table font {
	display: block;
	font:normal normal normal 12px/120% arial, sans-serif;
	width:113px;
	padding: 3px 0 10px 0;
}
#public #content #updates_pagination {
	color: #fff;
	margin: 0 auto 15px auto;
}
#public #content #updates_pagination li {
	display: inline;
}
#public #content #updates_pagination li a {
	color: #fff;
	font: bold 12px/180% helvetica, arial, sans-serif;
	background:url(../images/menu_button_bg.jpg) #01bccd; /* the button bg */
	padding:5px 5px 5px 5px;
	margin: 0 2px 0 2px;
}
#public #content #updates_pagination li a:hover,
#public #content #updates_pagination li a.on_pastupdate{
	color: #000;
	text-decoration: none;
	background: #ffea00;
}
#public_index_menu {
	margin: 365px 0 0 25px;
}
#public_index_menu #biglink {
	font:normal normal normal 26px/26px "arial black", sans-serif;
	width:170px;
}
#public_index_menu #biglink.members,
#public_index_menu td.members {
	color: #efd95f;
}
#public_index_menu #biglink a {
	color:#fff;
	text-decoration: none;
}
#public_index_menu #biglink a:hover {
	text-decoration: underline;
}
#public_index_menu #biglink.members a {
	color: #efd95f;
}
/* footer styling */
	#footer{
		clear: both;
		width:940px;
		margin: 20px auto 20px auto;
		text-align: center;
		color: #ccc;
	}
	#footer p {
		font: normal normal normal 10px/12px sans-serif;
		margin:8px 0 8px 0;
	}
	#footer #compliance {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
	}
	#footer a {
		color:#fff;
		font-weight: bold;
	}
	/* END footer styling */
#customer_support {
	width: 600px;
	margin: 0 auto 20px auto;
}
#customer_support a {
	color:#c5d0e6;
}
#public.join #categories {
	text-align: left;
	width:800px;
	margin: 0 auto 10px auto;
}
#public.join h2 {
	font:normal normal bold 24px/28px georgia, serif;
	color: #000000
}
#public.join p {
	color: #000000
}
#public.join #content a {
	color:#b9101c;
}
#public.join #categories img {
	float: left;
	margin: 0 20px 20px 0;
}
#public.join #categories tr #category {
	background: #fff;
	padding:20px;
	border:1px solid #000;
}
#public.join #categories tr td #textwrap p {
	color: #000;
}
#supportlink {
	width:140px;
}
#public #content #blogSlice td {
	padding:0;
}
#public #content #blogSlice a {
	color:#fff;
	font:normal normal 14px/18px arial, sans-serif;
	text-decoration: none;
}
#public #content #blogSlice a:hover {
	text-decoration: underline;
}
#public #content a {
	color:#ffb653;
	font-weight: normal;
	text-decoration: none;
}
#public #content a:hover {
	text-decoration: underline;
}
#favoritesWrap {
	text-align: center;
	padding:15px 15px 15px 15px;
	background: #1f5173;
	margin:10px 0 0 0;
}
#public.top_models #content p.lead {
	font:normal normal normal 16px/150% arial, sans-serif;
	margin:0 0 10px 0;
	width:650px;
	margin: 0 auto 10px auto;
}
#public.billing_support #content p.lead {
	font:normal normal normal 16px/150% arial, sans-serif;
	margin:0 0 10px 0;
	width:650px;
	margin: 0 auto 10px auto;
}
#public.billing_support h1 {
	font-family:arial bold, arial, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#ff0000;
}
#public.billing_support h2 {
	font-family:arial bold, arial, sans-serif;
	font-weight:bold;
	font-size:16px;
}
#public.video #content h2,
#public.tour #content h2,
#public.headshots #content h2,
#public.more_samples #content h2 {
	font:normal normal normal 30px/170% arial bold, serif;
	/* color: #efd95f; */
	color: #fff;
}
#public.more_samples #content p.subhead {
	margin:0 0 10px 0;
}

#public.tour #content #left.col,
#public.tour #content #right.col {
	vertical-align: top;
}
#public.tour #content #left.col .modelink {
	text-align: left;
	background: #000;
	margin: 0 15px 10px 0;
	width: 600px;
	height: 230px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#public.tour #content #left.col .modelink .inner_padding {
	padding: 18px;
}
#public.tour #content #left.col .modelink h2 {
	font: bold 28px/120% helvetica, arial, sans-serif;
}
#public.tour #content #left.col .modelink p.description {
	margin: 0 auto 0 0;
	width: 300px;
	font: normal 18px/120% helvetica, arial, sans-serif;
	color: #ccc;
}
#public.tour #content #left.col #modelofthemonth.modelink { 
	background: url(/images/tour-modelofthemonth.jpg) top right #000;
}
#public.tour #content #left.col #videos.modelink { 
	background: url(/images/tour-hdvideos.jpg) top right #000;
}
#public.tour #content #left.col #hardcoregalleries.modelink { 
	background: url(/images/tour-hardcoregalleries.jpg) top right #000;
}
#public.tour #content #left.col #pastupdates.modelink { 
	background: url(/images/tour-blackshemalemodels.jpg) top right #000;
}
#public.tour #content #left.col .video {
	text-align: left;
	background: #000;
	margin: 0 15px 10px -45px;
	width: 920px;
	height: 1250px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#public.tour #content #left.col .video .inner_padding {
	padding: 18px;
}
#public.tour #content #left.col #layout.video { 
	background: url(/images/videobg.jpg) top right #000;
}
#public.tour #content #right.col {
	width: 210px;
}
#public.tour #content #right.col .widget {
	background: #390943;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
}
#public.tour #content #right.col .widget h2 {
	font: bold 22px/120% helvetica, arial, sans-serif;
	text-align: left;
}
#public.tour #content #right.col .widget ul li {
	text-align: left;
	border-top: 1px solid #aaa;
	font: normal 18px/120% helvetica, arial, sans-serif;
}
#public.tour #content #right.col .widget ul li p{
	display: block;
	padding: 4px 0 2px ;
}
#public.tour #content #right.col .widget p {
	font: normal 12px/120% helvetica, arial, sans-serif;
	text-align: left;
}
#public.tour #content #right.col .widget .widget_padding {
	padding: 15px 10px 10px 10px;
}
#public.tour #content #right.col #models.widget {
	background: url(/images/tour-sidebar.jpg) top no-repeat #390943;
	padding: 260px 0 0 0;
}
#public.tour #content #right.col #models.widget ul li {
	text-align: left;
	border-top: 1px solid #aaa;
}
#public.tour #content #right.col #models.widget ul li {}
#public.tour #content #right.col #models.widget ul li a {
	display: block;
	padding: 5px;
}
#public.tour #content #right.col #models.widget ul li a:hover {
	text-decoration: none;
	background: #661972;
}

#public.featured-model #content h1 {
	font: bold 32px/100% helvetica, arial, sans-serif;
}
#public.featured-model #content img.large_pic {
	max-height: 900px;
	max-width: 900px;
	margin: 15px auto;
	border: 30px solid #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#public.featured-model #content .thumbs_group table {
	margin: 10px auto;
	text-align: center;
}
#public .archive-navigation {
	text-align: center;
}
#public .archive-navigation table {
	margin: 0 auto;
}
#public .archive-navigation .col a {
	display: table;
	margin: 0 5px;
}
#public #motm_mainpic {
	border: 30px solid #111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#public #motm_headline {
	font: bold 32px/100% helvetica, arial, sans-serif;
	margin-top: 10px;
	color: #e98a1b;
}
#public p.motm_description {
	margin-bottom: 20px;
}
#public #entry a.thickbox {
	display: block;
	position: relative;
}
#public #entry img.playbutton {
	position: absolute;
	top: 125px;
	left: 205px;
}

/* ------------------------------------------- */
/* MEMBERS */
/* ------------------------------------------- */
#members {
	background: #2a6188;
	color:#fff;
	font:normal normal normal 14px/20px arial, sans-serif;	
}

#members h1{
	font:normal normal normal 30px/30px arial, sans-serif;
}
#members font.orange{
	font: arial, sans-serif;
	color: #dac909;
	font-weight: bold;
}

#members a {color:#fff074;text-decoration:none;font-weight:normal;}
#members a:active {color:#;text-decoration:none;}
#members a:hover {color:#ccb918;text-decoration:underline;}
#members a:visited {color:#fff074;}


#members #container {}
#members #content {
	width:830px;
	margin: 0 auto 0 auto;
	padding: 10px 20px 20px 20px;
	background: url(/images/bg_container.jpg) top repeat-x #22597f;	
}


#members #heading {
	width:870px;
	height:211px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/* members menu styling */
	#members #members_menu {
		float: left;
		margin: 110px 0 0 10px;
	}
	#members #members_menu ul {
		text-align: left;
		padding:0 0 0 0;
	}
	#members #members_menu ul li {
		display: inline;
	}
	#members #members_menu ul li a {
		background:url(../images/menu_button_bg.jpg) #01bccd; /* the button bg */
		padding:3px 8px 4px 8px;
		margin: 0 5px 0 0;
		text-decoration: none;
		width:100px;
		font: normal normal normal 20px/50px "arial black", sans-serif;
		color:#fff;
	}
	#members #members_menu ul li a:hover {
		text-decoration: underline;
		color:#000;
	}
	#members #members_menu ul li a.on {
		background: url(/images/menu_button_bg_on.jpg) top repeat-x #e7ce00;
	}
/* END members menu styling */

/* LOWER members menu styling */
	#members #members_menu_lower {
		margin: 0 auto 0 auto;
	}
	#members #members_menu_lower ul {
		text-align: center;
		padding:0 0 0 0;
	}
	#members #members_menu_lower ul li {
		display: inline;
	}
	#members #members_menu_lower ul li a {
		background:url(../images/menu_button_bg.jpg) #01bccd; /* the button bg */
		padding:3px 8px 4px 8px;
		margin: 0 5px 0 0;
		text-decoration: none;
		width:100px;
		font: normal normal bold 15px/40px "arial", sans-serif;
		color:#fff;
	}
	#members #members_menu_lower ul li a:hover {
		text-decoration: underline;
		color:#000;
	}
	#members #members_menu_lower ul li a.on {
		background: url(/images/menu_button_bg_on.jpg) top repeat-x #e7ce00;
	}
/* END lower members menu styling */




#members.mainpage #thumbCluster {
	margin: 0 auto 0 auto;
	padding: 5px 2px 2px 2px;
	border: solid 1px;
	text-align: center;
	width: 100%;
}
#members.mainpage #thumbCluster img {
	width: 114px;
}
#members.mainpage h2 {
	display: inline;
	font:normal normal normal 20px/26px "arial", sans-serif;
	color:#e1cf02;
}
#members.mainpage #welcome p{
	font:normal normal normal 14px/15px "arial", sans-serif;
	line-height: 18px;
}
#members.mainpage #welcome a{
	font-weight:bold;
}

#members.mainpage #narrow_col h2 {
	display: block;
	font:normal normal normal 14px/16px "arial black", sans-serif;
	margin:0 0 10px 0;
}
#members.mainpage #thumbCluster #frontPageThumbsWrap {
	text-align: center;
}
#members.mainpage #thumbCluster #frontPageThumbsWrap img {
	margin:0 0px 0 0px;
}
#members.mainpage #container #column #content #thumbCluster #frontPageThumbsWrap_faves {
	display: table;
	width:100%;
}


#members.mainpage #container #column #content #thumbCluster #top50_faves {
	display: table;
	width:940px;
}

#members.mainpage #container #column #content #thumbCluster #top50_faves td{
	width:200px;
	border: solid 1px;
}

#members.mainpage #container #column #content #thumbCluster #frontPageThumbsWrap_faves img {
	margin:0 2px 0 2px;
}
#members.mainpage #container #column #content #newsEntry {
	margin:0 0 10px 0px;
}
#members.mainpage #container #column #content #newsEntry h3 {
	font:normal normal bold 18px/24px arial, sans-serif;
}
#members.mainpage #news_columns{
	margin:10px 0 0 0;
	border-top: 2px solid #3399cc;
	color:#ddd;
}
#members.mainpage #news_columns #wide_col {
	width: 680px;
	padding-top: 10px;
	padding-right: 15px;
	border-right: 2px solid #3399cc;
	text-align: left;
}

#members.mainpage #news_columns #prevNextWrap #next {
	font-size: 32px;
	font-weight: bold;
}
#members.mainpage #news_columns #prevNextWrap #prev {
	font-size: 32px;
	font-weight: bold;
}
#members.mainpage #news_columns #narrow_col {
	width:180px;
	align: center;
	padding:15px 0 15px 15px;
}
#members.mainpage #container #column #content a.see_more {
	color:#999;
	text-decoration: none;
	font-style: italic;
}
#members.mainpage #container #column #content a.see_more:hover {
	text-decoration: none;
	color: #fff;
}
	#members.mainpage #narrow_col .sidebar_item {
		margin: 0 0 15px;
	}
	#members.mainpage #narrow_col ul.sidebar_links {
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
		padding: 10px 0;
		background: #023354;
	}
	#members.mainpage #narrow_col ul.sidebar_links a {
		font:normal normal bold 14px/100% arial, sans-serif;
		text-decoration: none;
		color:#e1d119;
		padding:3px;
		line-height: 18px;
	}
	#members.mainpage #narrow_col ul.sidebar_links a:hover {
		color:#ffff00;
		background: #559fff;
	}

#members.faq #content {
	text-align: center;
}
#members.faq #content h3 {
	display: block;
	font: normal normal bold 16px/18px georgia, serif; 
	color:#fa0;
	margin: 0 auto 0 0;
	text-align: left;
}
#members.faq #content p {
	display: block;
	font: normal normal normal 12px/16px arial, sans-serif;
	margin:5px auto 20px 0;
	background:/*  #222 */;
	color: #ddd;
	padding: 10px;
	text-align: left;
}
#members.faq #content p a{
	color: #1ca9c9;
	font-weight: bold;
}
#members.faq #content p a:hover{
	color: #fdfc74;
}
#members.faq #content h2{
	text-align: left;
}
	a.pagenumlink{
		font: bold 16px/120% helvetica, arial, sans-serif;
		color: #eee;
		text-decoration: none;
	}
	a.pagenumlink_on{
	font: bold 16px/120% helvetica, arial, sans-serif;
	padding: 0 4px 0 2px;
	color: #eee;
	text-decoration: none;
	background: #9F0000;	
	}


a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; 
	 text-shadow:#999999;
}
a.tooltip:hover{
	z-index:25;
}

a.tooltip span{
	display: none
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	font-size:12px;
    top:20px; left:20px; 
	padding:5px;
    border:1px solid White;
    background-color:#444444; color:#ffffff;
    text-align: left;
}

/*
#####################################################
	STARS
#####################################################
*/

div.stars{
	width:101px;
	height:21px;
	display:block;
	background-image:url('/members/images/0stars.gif');	
}
#members.search #container #column #menu_lower {
	clear:both;
}
#members.search #container #column #content #searchform h3 { /* i.e. Model Name, Photographer, etc. */
	font: normal normal normal 18px/160% "arial black", sans-serif;
}
#members.search #container #column #content #searchform h5 { /* i.e. Body, Breasts, Clothes, etc. */
	font: normal normal bold 20px/100% "arial", sans-serif;
	color:#fdfc74;
}
#members.search #container #column #content #searchform table tbody tr #model_name_input input {
	font: normal normal bold 20px/170% "arial", sans-serif;
	color:#222;
	width:590px;
}
#members.search #container #column #content #searchform #featuring_wrap {
	display: table;
	padding:0 0 0 0;
	width: 100%;
	margin:20px 0 0 0;
}
#members.search #container #column #content #searchform #featuring_panel{
	float: left;
	background: #3278a9;
	width: 170px;
	height:400px;
	padding:10px;
	margin:0 10px 10px 0;
	background: url(../images/bg_featuring_panel.png) top repeat-x #15517c;
	border: 1px solid #999;
}
#members.search #container #column #content #searchform #model_search_wrap #model_search_field { /* type model name here */
	font: normal normal bold 24px/100% "arial", sans-serif;
	width:600px;
	padding:0 0 0 5px;
	margin-right:5px;
	color: #444;
}
#members.search #container #column #content #searchform #model_search_wrap #submit_button { /* top button that says "search" */
	font: normal normal bold 22px/100% "arial", sans-serif;
	color: #444;
}
#members.search #container #column #content #searchform #buttons_search_submit {
	margin:5px 0 0 0;
}
#members.search #container #column #content #searchform #buttons_search_submit input{
	font: normal normal bold 18px/100% "arial", sans-serif;
	margin:0 5px 0 0;
	color:#444;
}
#members.search #container #column #content #searchform #SearchPhotographer {
	width:350px;
}
#members.search #container #column #content #searchform #misc_wrap{
	margin:10px 0 20px 0;
}
#members.search #container #column #content #searchform #misc_wrap #leftcol{
	padding-right: 30px;
}
#members.forum #container #column #content {
	padding:0;
	width:870px;
}
#members.forum #container #column #content iframe {
	display:table; 
	width:870px; 
	border:none; 
	margin: 0 auto 0 auto;
}
.bright_banner {
		background:#fc0;
		padding:15px 15px 12px 15px;
		text-align: left;
	}
	.bright_banner p {
		color: #000000;
	}

#members.models #container #column #content #modelink {
	width:828px;
	height:140px; // padding-top plus height should equal 205px
	margin:0px auto 5px auto;
	padding:65px 0 0 28px;
	text-align: left;
}
#members.models #container #column #content #modelink2 {
	width:828px;
	height:140px; // padding-top plus height should equal 205px
	margin:0px auto 5px auto;
	padding:65px 0 0 28px;
	text-align: left;
}
#members.models #container #column #content #modelink p {
	margin: 0px 0 0 0;
	font: normal normal bold 25px/130% arial, sans-serif;
}
#members.models #container #column #content #modelink p.description {
	font: normal normal normal 14px/130% arial, sans-serif;
	width: 350px;
}
#members.models #container #column #content #modelink p a {
	color: yellow;
	text-decoration:underline;	
}
#members.models #container #column #content #modelink p a:hover {
	background: #1dacd6;	
}
#members.models #container #column #content #modelink.modelofthemonth {} /* these are hardcoded into members/models.php */
#members.models #container #column #content #modelink.bigcockbabes {}
#members.models #container #column #content #modelink.hardcoregalleries {}
#members.models #container #column #content #modelink.toprated {}
#members.models #container #column #content #modelink.midget {
	width:395px;
	height:205px;
}
#browseallmodels {
	margin: 10px 0 0 0;
	text-align: center;
}
#browseallmodels a {
	text-decoration: underline;
	font: normal normal normal 22px/130% arial, sans-serif;
}
#browseallmodels a:hover {
	background: #8e4585; //plum
}
#public.tour #content {
	width: 828px;
	text-align: center;
}
#members.modelofthemonth #container #column #content {
	text-align: center;
}
#public.modelofthemonth #content h2,
#members.modelofthemonth #content h2 {
	font: normal normal bold 24px/160% arial, sans-serif;
	background: url(../images/starburst_large.gif) top center no-repeat;
}
#modelswrap {
	display: table;
	margin: 10px auto 20px auto;
	width:828px;
}
#modelswrap #model {
	float: left;
	margin: 0 11px 0 11px;
}
#modelswrap #model h3 {
	margin:10px 0 0 0;
	font: normal normal normal 20px/160% impact, sans-serif;
	background: url(../images/starburst.gif) top center no-repeat;
	color:#fdfc74;
}
#public #sitestats {
	font:normal normal bold 14px/120% arial, sans-serif;
}
#narrow_main_column p {
	margin: 0 0 20px 0;
}
#narrow_main_column #whatsinside { /* list on the front page */
	list-style: circle outside none;
	marker-offset: 4px;
	margin: 0 0 0 15px;
	font: normal normal normal 12px/160% arial, sans-serif;
}
#members.comingsoon #content {
	text-align: center;
}
#members.comingsoon p.added_date {
	margin:10px 0 0 0;
	font: normal normal bold 30px/200% arial, sans-serif;
	
}
#public.video #content {
	width:840px;
}
#public.video #content table tr {
	background: url(/images/bg_entries.png) top repeat-x #195672;
	display: table;
	margin: 0 0 10px 0;
}
#public.video #content table td.infocol {
	text-align: left;
	padding: 15px 20px 20px 20px;
	display: block;
}
#public.video #content table td.vidcol {
	padding: 0 0 0 0;
}
#public.video #content table td.infocol h3 {
	font: normal normal bold 30px/130% arial, sans-serif;
}
#favoritesWrap p {
	margin:0;
}
#faves_screenshot {
	width:850px;
	height:500px;
	background:url(../images/fave_girls.jpg) top left no-repeat;
	margin: 20px 0 0 0;
	padding:20px 0 0 0;
	border-top: 1px dotted #fff;
}

#faves_screenshot p.ss {
	width:200px;
	float: right;
	text-align: left;
	font: normal normal normal 13px/120% arial, sans-serif;
	color:#ccc;
}
#members #container #column #content #top50 {
	width:840px;
	display: table;
}
#members #container #column #content #top50 #model {
	float: left;
	font: normal normal bold 14px/120% arial, sans-serif;
	width:135px;
	height: 200px;
	text-align: center;
	padding-bottom:30px;
}
#members.mainpage #newsEntry ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 2.5em;
}
#members.mainpage #newsEntry ul li strong {
	font-weight: bold;
}
#members.mainpage #newsEntry strong {
	font-weight: bold;
}
#members.mainpage #newsEntry i {
	font-style: italic;
}
#members.mainpage #newsEntry u {
	text-decoration: underline;
}



/*
#####################################################
COMMENTS CSS
#####################################################
*/

div.commentBox {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dashed #CCCCCC;
	font-size:12px
}

div.commentBox strong {
	font-weight: bold;
}

#commentform form {
	padding:	0px;
	margin:	0;
	color:		#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	border: 0px;
}

#commentform form fieldset {
	border: 0px;
}

#commentform form li {
	padding:	5px;
	vertical-align: top;
	list-style: none;
	margin: 0;
	clear: both;
}

#commentform form ol {
	margin: 0;
	padding: 0;
}

#commentform strong {
	font-weight: bold;
}


#commentform form legend {
	color:		#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
	border: 0px;
}

#commentform form label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #FFFFFF;
}

#commentform form em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

#commentform form fieldset input, textarea, file {
	width: 150px;
	border: 1px solid #000000;
	padding: 3px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

#commentform form fieldset textarea {
	width: 300px;
	height: 100px;
}

#commentform .checkbox {
	width: 20px;
}

#commentform .buttons {
	border: 0px;
	width: 100px;
	padding: 0px;
}

#commentform .buttonsubmit {
	border: 1px solid #FFFFFF;
	background-color: #A30D0D;
	color: #FFFFFF;
	cursor:	pointer;
}

#commentform form input:focus, textarea:focus {
	color: #000;
}

.textareawide {
	width:  200px;
}

#commentform a { color: #E68A00; text-decoration: none; }
#commentform a:hover { text-decoration: underline; }

/*
#####################################################
END COMMENTS CSS
#####################################################
*/

/* ############# NEW MODEL OF THE MONTH CHANGES ###############*/

.herefirst{
	z-index:1000; width:130px; height:130px;
	position:relative;
	margin-bottom:-130px;		
}
.motm{
	text-align:center;
	z-index:1000; width:100px; height:90px;
	position:relative;
	margin-left: 250px;
	margin-top:-65px;
	margin-bottom:-30px;
	color:#FFFFFF;
}
.motm img{
	float:left;
}


/* ########### USER TAGS ################# */

	#usertags{
		padding:0 0 10px 0; margin:0;
	}
	#usertags li{
		padding:0; margin:0; display:inline;
		line-height:25px;
	}
	#usertags li {
		display: inline;
		white-space:nowrap;
		padding:2px 10px 2px 8px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color:#00426F;
		border:1px solid #dddddd;
	}
	#usertags li.justadded {
		background-color:#FF0000;
	}
	#usertags li:hover{
		background-color:#7F0900;
		text-decoration: none;		
	}
	a.deltag img{
		width:13px;
		height:13px;
		vertical-align:bottom;
		border:none;
	} 
	a.deltag{ 
		text-indent:-8000px;
		background:url(/members/images/del.gif) top left no-repeat;		
		margin-left:6px;
	}
	a.deltag:hover{ 
		background-position: top right;			
	}
	#usertaginfo {
		width: 300px;
		background: #3E6F8F;
		border: 1px solid #ccc;
		text-align: left;
		padding: 5px;
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 14px;
		color: #fff;
	}
		
/* ########### STREAMING VIDEO FLOATOVER ################# */


#csoverlay{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	background-color:#033455; 
	color:#FFFFFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:1000;
}
#cspanel{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	z-index:2000;
}

#cspanel h1{
	width:800px; 
	display:block;
	margin:30px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px; 
	line-height:30px;
	color:#FFFFFF;
	font-style:normal;
}
#cspanel #movie{
	overflow:auto;
	background-color:#2A6188;
	margin:0 auto ;
	width:800px;
	min-height:375px;
	padding:25px;
	border: 1px solid #888;
}
#cspanel .clear{
	height:0; width:0; clear:both;
}
#cspanel a.closepanel {	
	position: fixed;
	display:block;
	left: 50%;
	top: 73px;
	margin-left: 409px;
	width: 38px;
	height: 38px;
	background:url('/members/images/close.png') top left no-repeat;
	z-index:3000;
	text-indent:-4000px;

}

#cspanel #moviearea{
	float:left;
}
#cspanel #other{
	float:right;
	width:245px; 
	margin:0;
	padding:0;
	display:block;
}
#cspanel #other h2{
	font-style:normal;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px; 
	margin:0; padding:0 0 20px 0;
}

/* TOUR AREA added Jan 2010*/

#tour_container			{ padding:2px 2px;}
.tour_item					{ background-color:#FFFFFF; margin:0 10px 10px 0; }
.tour_item h2				{ font-family:Arial, Helvetica, sans-serif; color:#222; letter-spacing:-1px; font-style:normal; margin:2px 0; font-size:24px }
.tour_mainitemlink		{ float:left; display:block; width:400px; }
.tour_mainimage			{ float:left; }
.tour_thumbscontainer	{ }
.tour_thumblink			{ float:left; display:block; margin:0 0 5px 5px ;}
.tour_thumbimage		{}
.tour_clear					{ clear:both; height:10px;}
.tour_nextlink				{}
.tour_prevlink				{}
.tour_joinnowlink			{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_nextlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_prevlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
/* TOUR AREA added Jan 2010*/


/* FREE TOUR VIDEO FLOATOVER */

/*  FLOATOVERS TAGS */


#tour_csoverlay{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	color:#FFFFFF;
	opacity:0.90;
	filter:alpha(opacity=90);
	z-index:1000;
}
#tour_cspanel{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	z-index:2000;
}

#tour_cspanel h1{
	width:500px; 
	display:block;
	padding-top: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px; 
	color:#B90004;
	font-style:normal;
}
#tour_cspanel #movie{
	overflow:auto;
	background-color:#fff;
	margin:0 auto ;
	width:500px;
	padding:25px;
	border: 6px solid #000;
	margin-top: 85px;
}
#tour_cspanel .clear{
	height:0; width:0; clear:both;
}
#tour_cspanel a.closepanel {	
	position: fixed;
	display:block;
	left: 50%;
	top: 493px;
	margin-left: 180px;
	width: 66px;
	height: 22px;
	background:url('/images/closelabel.gif') top left no-repeat;
	z-index:3000;
	text-indent:-4000px;
}

#tour_cspanel #moviearea{
	float:left;
}
#tour_cspanel #other{
	float:center;
	margin:0;
	padding:0;
	display:block;
}
#tour_cspanel #other h2{
	font-style:normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px; 
	margin:0; padding:0 0 20px 0;
}


div.searchedfor {
	font-size: 12px;
	line-height: 16px;
	display:block;
	padding:10px;
	margin-top: 5px;
	background-color:#d3fdd3;
	color:#000
}



/* SOCIAL MEDIA added Jan 2011*/

.column_left{ float:left; width:160px;  }
.column_right{float:right; width:540px; }

.clear	{				clear:both}			
.friendthumb {	width: 50px; float: left; display: block;  
						height: 85px; overflow: hidden; 
						font-size: 10px;  line-height: 12px; 
						margin-right:3px;  margin-top: 10px; 
						font-family:Arial, Helvetica, sans-serif ;
						}
.modelthumb {	width: 50px; float: left; display: block;  
						height: 92px; overflow: hidden; 
						font-size: 10px;  line-height: 12px; 
						margin-right:3px;  margin-top: 10px; 
						font-family:Arial, Helvetica, sans-serif ;
						}
friendthumb a:hover{ text-decoration:none}
.friendthumb img{ border:none}


.required{ color:#F00;}

.largetext			{  font-family:Arial, Helvetica, sans-serif; font-size:14px; width:400px; background-color:#eee; border:1px solid #ccc; padding:5px; line-height:16px}
.largeselect 		{ font-family:Arial, Helvetica, sans-serif; font-size:14px; width:410px; background-color:#eee; border:1px solid #ccc; padding:5px; line-height:16px}
.largeselect option{ padding:5px;}
.smallfield			{ font-family:Arial, Helvetica, sans-serif; font-size:14px; width:70px; background-color:#eee; border:1px solid #ccc; padding:5px; line-height:16px}

.formerror			{ color:#FFF; background-color:#930; padding:5px;	}
.formmessage	{ color:#000; background-color:#FFb; padding:5px;	}


