<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {
    background: url("/images/skins/whitelabel/basic_02/custom/privatelive/body-bg.jpg") scroll 0 0 #FFFFFF;
	background-position: center top;
	background-attachment: fixed;
}*/

.logo {
	margin-left:	-10px;
}

.titles .grey {
    background: none repeat scroll 0 0 transparent;
}

.titles h1 {
    background: none repeat scroll 0 0 transparent;
    color: #ac070c;
}

.titles h1 span {
    color: #000000;
}

.greyBar .titles h1 {
    background: none repeat scroll 0 0 transparent;
    color: #ac070c;
}

.greyBar .titles h1 span {
    color: #000000;
}

.titles {
    background: url("/images/skins/whitelabel/basic_02/bg-title.png") repeat-x scroll 0 -50px transparent;
    color: #109cef;
}

.pageSelected {
    background: url("/images/skins/whitelabel/basic_02/custom/privatelive/nav-arrow.png") no-repeat scroll 0 0 #160001;
}

.mostPop .theBorder {
    background: none repeat scroll 0 0 #ac070c;
    border: 1px solid #FFFFFF;
}

.mostPop .modeltext a {
    color: #109cef;
}

.mostPop .sideTabs .bioTab span, .mostPop .sideTabs .ratingTab span {
	color:	#727272;	
}

.mostPop .sideTabs .bioTab, .mostPop .sideTabs .ratingTab {
	color:	#727272;	
}

.alphaSearch a {
    background: none repeat scroll 0 0 transparent;
}

.freeCredits {
    background: url("/images/skins/whitelabel/basic_02/custom/privatelive/120-free.png") no-repeat scroll 0 0 transparent;
}

.mostPop .buttonWrap a {
    color: #FFFFFF;
}

.mostPop .buttonWrap a:hover {
    color: #FFFFFF;
}

.live .buttonWrap a {
    color: #FFFFFF;
}

.live .buttonWrap a:hover {
    color: #FFFFFF;
}

.navigation {
	padding-right: -30px;
}

.pageSelected {
    margin-top: 90px;
}


.smallForm .submit {
	font-family:		Myriad Pro, Myriad;
	font-size:			16px;
	height:				30px;
    background: 		none repeat scroll 0 0 #29be16;
    color: 				#FFFFFF;
	width:				160px;
	float:				left;
	margin-right:		10px;
}

.smallForm .submit:hover {
    background: 		none repeat scroll 0 0 #118a01;
	cursor:				pointer;
    color: 				#FFFFFF;
}


/*** HTML 5 ***/

a#guest_tip_btn, a#free_credits_btn, a#chat_input_btn {
    background: 			#AC070C;
    color: 					#fff;
	opacity: 				.9;
}

a#guest_tip_btn:hover, a#free_credits_btn:hover, a#chat_input_btn:hover {
    background: 			#AC070C;
    color: 					#fff;
	opacity: 				1;
}

.goPrivateBtn a, .pledgeBtn a, .goSimiBtn a, .multiuserBtn a, .goVoyeurBtn a, .feature_btn a {
    background: 			#AC070C;
    color: 					#fff;
	opacity: 				.9;
}


/* ADDED FOR HEADER COLORS */

.pageSelected { display: none; }


.topLinks,
.topLinks a,
.topLinks span a {
	color: #fff;	
}

/*** HTML5 HEADER COLOR UPDATES ***/

@media all and (max-width: 767px) {
	
	.headerWrap { 
		margin-top:		0px; 
		margin-left: 	0px; 
		height:			46px;
		
	}
	
	.titles { margin-left: 4px; }
	
	.logo {
		width: 			auto;
		height: 		46px;
		margin-left:	3px;
	}
	
	.logo img {
		width: 			auto;
		height: 		46px;
	}
	
}

@media all and (max-width: 500px) {
	.logo img {
		width: 			auto;
		height: 		30px;
		margin-top:		8px;
		margin-left:	3px;
	}
}




</pre></body></html>