/*  =RESET
---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, small, strike, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

tbody, tfoot, thead, tr, th, td {
}

ol, ul, li {
	list-style: none;
	list-style-position : inside;
} 


/*  =DEFAULT
---------------------------------------------------*/


a, a:visited { text-decoration: none; color: #ffffff; }
a:hover { text-decoration : none; color : #ff0066}	
a:focus { outline: 0; } 

h1 { 
	font-size: 18px; 
	color: white; 
	font-weight: lighter; 
	line-height : 20px;   
}  

h2 { 
	font-size: 16px; 
	font-weight : lighter;
	line-height : 27px;
}  

.purple { color: #FF7FCB; }

h4 {}

h4 { font-size: 12px; line-height: 20px;}

img { border: 0; }  

.red { color: red }  

.white, a.white { color: white }


#message_box {   
	overflow: hidden;
	z-index    : 999;
	width : 100%;
	position : fixed;
	top : 0;      
	left : 0;
	background : white;     
	font-size : 20px;    
	z-index    : 10000;  
	color      : black;    
	text-align : center;
	display : none;  
	height: 0;
	font: 20px/50px arial, sans-serif;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;  
} 

#message_box_content {   
  width : 800px;
  line-height : 40px;
  margin : 0 auto;
  color      : black;
  text-align : center;   
  z-index    : 10000;  
  font-size : 18px;    
}  

#message_box_close {
	color: red;
	position : absolute;
	top : 10px;      
	right : 10px;
}  

#loading {   
	line-height : 40px;  
	width : 100px;
	position : fixed;
	top : 0;
	left : 50%;      
	z-index    : 10000;
	background: white url(../../img/site/loading_big.gif) 10px 50% no-repeat;  
	padding-left: 55px;  
	margin-left: -100px;   
	border: solid 1px silver;  
	border-width: 0 1px 1px 1px;
	display : none;  
	color : black;

	-moz-border-radius-bottomleft : 5px;    
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;    
	-webkit-border-bottom-right-radius : 5px;
}

#default_message {
	color : red;
	text-align : center;
	color : white;
	font-weight: bold;
}  

.empty {
	font-size: 14px;
	color : #C90000;
}

a#logo_link {
	position : absolute;
	bottom   : 0;
	left     : 20px;    
	display : block;
	width : 353px;
	height : 121px;
	text-decoration : none;    
	background: url(../../img/site/logo.gif) 0 0 no-repeat; 
}   

#slogan {
	position : absolute;
	top   : 70px;
	left     : 20px;    
	color    : #E44994; 
	font-size : 16px;
}

#slogan span {
	color : #EFB2CF;
}

#copyright {
  color : gray;
}

a.href_middle, a.href_big  {
	background: url(../../img/site/button_middle.gif);
	color : white;   
	text-align :center;
	display : block;
	width : 120px;
	line-height : 24px;  
	margin : 0 auto;
}  

a.href_green  {
	background: #008000;
	color : white;   
	text-align :center;
	display : block;
	width : 150px;
	line-height : 24px;  
	margin : 0 auto;  
	border : solid 1px white;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;    
}  

a.href_pink  {
	background: #ff0066;
	color : white;   
	text-align :center;
	display : block;
	width : 150px;
	line-height : 24px;  
	margin : 0 auto;  
	border : solid 1px white;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;    
}
a.href_pink:hover  {
	color: #ffaa00;   
}
a.href_green:hover  {
	color: #ffaa00;   
}


a.href_big {
	background: url(../../img/site/button_big.gif);
	width : 150px;
}  

a.button:hover {
	text-decoration : none;
	background: url(../../img/site/button_over.gif);
}    

a.red {
	background : #C40000;	
}

.acenter {
  text-align : center;	
}   

.aleft {
  text-align : left;	
}   

.aright {
  text-align : right;	
}    

.small_text {
	font-size : 11px;
}   

.fleft, .lfloat {
	float : left;
}

.fright {
	float : right;
}

.wide {
	width : 100%;
}

#content_container
{
	padding: 15px 0 15px 0;
}
#content_container ul {
  list-style-position : inside;
  padding-left        : 10px;
}   

#content_container blockquote {
  padding-left: 20px;
}     

#content_container p {
  padding: 6px 0;
}

.line {
	border : solid 1px #EEEEEE;  
	border-width : 1px 0 0 0;
	margin-top : 10px;   
}

pre {
  color      : white;
  background : black;
  border     : solid 1px silver;
  text-align : left;
  padding    : 10px;    
  z-index    : 100000;
} 


.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}   

.hidden {
	display : none;
} 

div.ui-datepicker {
	font-size : 11px;
	line-height : 12px;  
} 

table.cake-sql-log {
	width : 95%;
	border : solid 1px black;
	border-width : 0 0 1px 1px;
	background : white;
	color : black;
	margin : 0 auto;
}

table.cake-sql-log td, table.cake-sql-log th {
	border : solid 1px silver;
	border-width : 1px 1px 0 0;  
	padding : 7px;
}

table.cake-sql-log th {
	background : silver;
}


/*  =FORMS
---------------------------------------------------*/

label {
	float       : left;
	width       : 150px;
	text-align  : right;    
	font-weight : lighter;   
	padding     : 2px 10px 2px 0;
}   

.input {  
	padding  : 2px;	
	clear : both;
} 

.input input, .input select, .input textarea, input.pretty_input {  
	width   : 320px;
	border  : solid 1px #3c3b3b;   
	padding : 3px 0 3px 5px;  
	color   : #ffffff;
	background : #333333;     
	font-size: 12px;
}   

.input select {  
	width : 150px;
	padding : 2px 0 2px 5px;  
}   

.input input:hover, .input input:focus, .input textarea:hover, .input textarea:focus {  
	background : #767676;    
}   

.input input:focus, .input textarea:focus {  
	border : solid 1px #3c3b3b;   
}   

.input textarea {  
 	width  : 500px;   
  	height : 100px;
}   

.input span {
  font-weight : bold;
  font-size : 12px;	
  font-family : tahoma;   
  color : #C40000;
}   

.submit {  
	float  : none;  
	clear  : left;  
	width  : auto;  
	border : 0 none #FFF;  
	padding : 10px 0 10px 160px;
}  

.checkbox {
  padding : 5px 0 5px 160px;
  width   : auto;   
}	

.checkbox label {
  text-align   : right;    
  padding : 0 10px 0 8px;	
  display : inline;
  width   : auto;   
  float   : none;
}         

.checkbox input {
  width : auto;	
}	

.checkbox fieldset {
	background : white;
	width : 300px;
}	

.error-message {
	padding-left : 160px;
	font-size    : 10px;   
	color        : red;    
}  

.explanation {
	font-size : 11px;
	color : silver;	
	padding-left : 165px;
}  

.form_container {
	width : 700px;
	margin : 0 auto;	
}   


input[type=submit], input[type=button], .form_button
{
		height: 19px;
		padding: 0 10px 0 10px;
		background: url('../../img/site/button_1.png') top left repeat-x;
		border: none;
		border-radius: 5px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		margin: 5px 0 5px 0;
		color: #ffffff;
}  

fieldset {
} 

form h2 { color : #FF7FCB; padding : 5px 0 3px 0;} 

input.longInput {
	width : 500px;
}

input.shortInput {
	width : 50px;
}



/*  =LAYOUT
---------------------------------------------------*/


html, body
{
	background-color: #000000;
	font: 12px Verdana, Arial, Tahoma; 
	line-height: 120%; 
	color: white;  
}

#page
{ 
	background: url('../../img/site/page_background.jpg') left top no-repeat;
	width : 1200px;
	margin: 0 auto;
}                      

#header
{   
	height : 147px;
	position : relative;
}
#header #activity_statistics
{
	display: block;
	height: 25px;	
}

#header_eyes {   
	position: absolute;   
	top : 50px;
	left : 450px;
	width : 500px;
}

#wrapper
{    
	padding: 0;
}  

#left { 
	float: left;
	width: 930px;
}

#right { 
	float: left;
	width: 260px;
	padding-left : 10px;
}     

#content {   
}

#content_top {   
	line-height : 4px;
	font-size : 0;
	background: url(../../img/site/content_top.gif) 0 0 no-repeat;
}

#content_bottom {   
	line-height : 4px;
	font-size : 0;
	background: url(../../img/site/content_bottom.gif) 0 0 no-repeat;
}

#footer { 
	font-size: 11px;      
	text-align : center;
}     

#page_error {
	padding : 100px;
	text-align : center;    
	font-size : 21px;
	color : white;
}  

#page_error span {
	color : black;
}


/*  =BOARD
---------------------------------------------------*/

table.announcements_table {
	width : 100%;
}

table.announcements_table td, table.announcements_table th {
	padding : 10px 20px;  
	border-bottom : solid 1px silver;
}

table.announcements_table td a {
	color : white;
}

table.announcements_table td a:hover {
	text-decoration: underline;
}


/*  =COMMENTS
---------------------------------------------------*/


.comments_box_item {
	margin : 5px 0 0 0;
	padding : 5px 0 0 0;
	border-top : solid 1px #DADADA;
}


/*  =USERS
---------------------------------------------------*/


a#login_link {
	width : 80px;
	line-height : 23px;
	display : block;
	background: url(../../img/site/button_login.gif) 0 0 no-repeat; 
	text-align : center;
	color : white;   
	position : absolute;
	top : 73px;
	right : 0;
}

table#registration_table td {
	padding : 10px 20px;
}

table#registration_table th {
	font-size : 14px;
}   


#users_logged_box {
	position : absolute;
	top: 3px;
	right: 15px;   
	background : #1E1E1E;  
	padding : 8px 20px;

	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;   
}



/*  =TOP NAV
---------------------------------------------------*/

#nav_container
{
	height : 26px;
	/*background: url(../../img/site/menu_bg.gif) 0 0 repeat-x;   */
	position : relative;
}

#nav {  
	background: url('../../img/site/nav_background.jpg') 0 0 no-repeat;
	text-align : center;  
	line-height : 26px;
}  

#nav ul li
{
	display : inline-block;
	padding: 0 10px 0 10px;
	background: url('../../img/site/button_tab.png') 0 0 no-repeat; 
}  

#nav ul li a, #nav ul li a:hover {     
	color           : white;  
	text-decoration : none;    
	font-size : 12px;
	text-transform : uppercase;
}   

#nav ul li a:hover, #nav .current {
	text-decoration : none;
	color: #ff0066;
}    

#nav ul li.first {
	background : none;
}    


#subnav {  
	text-align : center;  
	line-height : 20px;     
	padding-top : 2px;
}  

#subnav ul li {         
	display : inline;    
	padding: 0 20px 0 50px;
	background: url(../../img/site/subnav_bullet.gif) 0 50% no-repeat; 
}  

#subnav ul li a, #subnav ul li a:hover {     
	color           : white;  
	text-decoration : none;    
	font-size : 13px;     
	text-transform : uppercase;
}   

#subnav ul li a:hover, #subnav .current {
	text-decoration : underline;   
}    

#subnav ul li.first {
	background : none;
}   

#nav_bottom {
	padding : 15px 0 10px 0;
	margin : 0 auto;
	text-align :center;
}

#nav_bottom ul li {
	display : inline;
	padding : 0 10px;
} 


/*  =ESCORTS
---------------------------------------------------*/     

#gallery {     
	text-align : center;
}

#gallery img {
	margin : 0 5px;
	border : solid 1px #262626;   
}


#escort_left {
	float : left;
	width : 400px;  
}

#escort_right {
	float : left;
	width : 510px;
}    

table#escort_table td { 
	background : #161616;
	border : solid 1px #262626;   
	padding : 10px 15px;            
	margin-bottom : 8px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;   
}  


table.gallery_list_container {     
	margin : 0 auto;
}

table.gallery_list_container td {
	padding : 0 5px 15px 0;   
	text-align :center;   
	width : 195px;
} 

table.gallery_list_container td .escort
{
	width : 155px;
	background: #1d1d1d;
	border: 3px double #0e0e0e;
	border-radius: 10px;
	margin: 0 auto;
	padding: 5px;
}     

table.gallery_list_container td .img {
	border : solid 1px #64012D;
}     

table.gallery_list_container td .info {
	padding : 3px;
	text-align : left;   
}      

table.gallery_list_container td .info a {
	color: #ff0066;
}      

table.gallery_list_container td .info .city {
	color : #ffffff;
	padding-top: 3px;
	font-size : 11px;
}  

.empty_photo {
	width : 153px;
	line-height : 223px;
	color : #F89BC7;  
	background : #161616;
	border : solid 1px #262626;  
	margin : 0 auto; 
}

/*  =AGENCIES
---------------------------------------------------*/

table#agencies_table {
	width : 100%;	
	border: solid 1px #333333;	
	border-width : 1px 1px 0 0;
}

table#agencies_table td, table#agencies_table th {
	padding: 10px 40px;
	border: solid 1px #333333;	
	border-width : 0 0 1px 1px;
	text-align : left;
}   

table#agencies_table td, table#agencies_table td a {
	color : #FEFEFE;
}

table#agencies_table td a:hover {
	text-decoration : underline;
}  

table#agencies_table td.noborder {
	border-bottom: 0;  
	padding-bottom : 0;
}

table#agencies_table th {
	color : #FF9AC1;  
	font-weight : lighter;
}


/*  =FILTERS
---------------------------------------------------*/

ul.filters {  
	width : 600px;
	margin : 0 auto;  
}  

ul.filters li {         
	float : left;    
	width : 200px;
}  

ul.filters li a, ul.filters li a:hover {     
}   



/*  =BANNERS
---------------------------------------------------*/


table#banners_container td { 
	padding-bottom : 13px;
		
}  

.banners_list {
	margin : 0 auto;
}  

.banners_list td {
	padding : 10px 2px;
}


/*  =PAGES
---------------------------------------------------*/
  
  
.pages_container {
	text-align   : right;  
	line-height  : 25px;   
	padding      : 10px;
}     

.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
	padding    : 2px 5px;  
	margin     : 0 1px;
	color : white;    
	background : #262626;
	text-decoration : none;
}    

.pages_container a:hover, .page_current {
	padding    : 2px 5px;  
	margin     : 0 1px;
	background : #FF99CC; 
	color : black;  
}      

/*  =BANNERS
---------------------------------------------------*/   

#banners8 {
	padding : 0 0 15px 0;
}

#banners8 table td {
	padding : 1px;
}  

table#banners_container {
	text-align: center;
	width : 100%;
}

#banners10 {
	position : absolute;
	top : 21px;
	left : 421px;
	width : 468px;
	height : 60px;
}


/*  =OTHER
---------------------------------------------------*/


table.pretty_table {
	width : 100%;
	font-size: 11px;
}

table.pretty_table td, table.pretty_table th {
	padding : 3px 10px 3px 0;   
	text-align : left;   
	border : 0;
}

table.pretty_table td a {
	color : #ffffff;
}

table.pretty_table th {
	color : #ffffff;   
	font-weight : lighter;
}

table.pretty_table th {
	color : #ffffff;        
}

.wide_box
{
	background: #1d1d1d url('../../img/site/box_h3.png') top center repeat-x;
	border: 3px double #0e0e0e;
	border-radius: 10px;
	padding: 0 15px 10px 15px;
	margin-bottom : 8px;
}
.wide_box h3
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}
	.wide_box .announcement
	{
		display: block;
		margin: 5px 0 0 0;
		font-size: 9px;
	}
		.wide_box .announcement span.date
		{
			color: #ff0066;
			font-size: 10px;
		}

 
#search_form label {
	width : 90px;
} 

#search_form .submit {
	padding-left: 100px;
} 


/*-- 2012-04-25 ----*/

.teaser h1
{
	color: #ff0066;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
.latest_escorts
{
	color: #ff0066;
}
.latest_escorts a
{
	color: #ffffff;
}



.login_block
{
	display: block;
	width: 240px;
	height: 95px;
	padding: 10px 10px 5px 10px;
	background: #1d1d1d;
	margin-bottom: 15px;
	border: 3px double #0e0e0e;
	border-radius: 10px;
}
	.login_block label
	{
		width: 80px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0 10px 0 0;
		font-size: 12px;
		line-height: 21px;
	}
	.login_block .input input
	{
		width: 130px;
		background-color: #333333;
		border: 1px solid #3c3b3b;
		color: #ffffff;
		font-size: 12px;
		padding: 2px 0px 2px 5px;
	}
	.login_block input[type=submit]
	{
		height: 19px;
		width: 100px;
		padding: 0 10px 0 10px;
		background: url('../../img/site/button_2.png') top left repeat-x;
		border: none;
		border-radius: 5px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		margin: 5px 0 5px 0;
	}
	.login_block input[type=button]
	{
		height: 19px;
		padding: 0 10px 0 10px;
		background: url('../../img/site/button_1.png') top left repeat-x;
		border: none;
		border-radius: 5px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		margin: 5px 0 5px 54px;
	}
	.login_block a
	{
		margin: 5px 0 5px 40px;
		font-size: 10px;
		color: #ff0066;
	}











/* 2012-05-13 */
.escort-content
{
	display: block;
}
	.escort-content	.escort-content-left
	{
		display: block;
		float: left;
		width: 250px;
	}
	.escort-content	.escort-content-right
	{
		display: block;
		float: left;
		width: 670px;
		padding: 10px 0 10px 10px;
	}
	.escort-content	h2
	{
		color: #ff0066;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
	}
