html,body { width:100%; height:100%;}
body  {
	background: #ede7e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #625439;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FFFFF4;
scrollbar-highlight-color: #C6848A;
scrollbar-face-color: #FFFFF4;
scrollbar-shadow-color: #C6848A;
scrollbar-darkshadow-color: #FFFFF4;
scrollbar-track-color: #EADDCC;
}
a:link, a:visited, a:active {color: #681235;}
a:hover {color: #8b6d24;}

#escorts a:link, #escorts a:visited, #escorts a:active, #escorts a:hover {text-decoration: none;}

.splash {
margin:0px; margin-top:10px; text-align:right; 	background: #f5f0ec;
}
#container { 
	width: 95%;
	background: #f5f0ec;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
		border-top-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BDA36C;
	border-right-color: #EAE0C4;
	border-bottom-color: #EAE0C4;
	border-left-color: #EAE0C4;
	position:relative;
	padding:0px;
}  
#header {
	width: 95%;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto;
	margin-bottom:0px;
	height: 124px;
	font-size:90%;
	background-color: #ede7e5;
	border-bottom: #BDA36C solid 1px;
	position:relative;
	background-image: url(../_images/lovings_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:900;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	padding-bottom:0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	top:38px;
	left:113px;
	font-size:1em;
	color: #C60063;
	font-weight:normal;
	letter-spacing: 0em;
}
.breadcrumbcat {
width:auto;
padding:10px;
font-size: 100%;
font-weight: normal;
vertical-align:middle;
text-align: right;
}
.breadcrumbcat h1 {text-align:left; font-weight: bold; float:left;}
#escortsearch { font-size: 0.8em;}
#sidebar2 {
	float: right;
	width: 84%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	background-color: transparent;
	overflow:scroll;
}
.contentlocal a:link {
color:#000000;
text-decoration:none;
}

#sidebar1 hr, #sidebar2 hr {
color: #B1B1B1;
background-color: #B1B1B1;
padding: 0px;
margin: 0px;
height: 1px;
width: 97%;
}
#footer { 
	padding: 15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:80%;
	z-index:2;
	position:relative;
	left:0px;
	text-align: center;
	padding-top: 120px;
margin-left: auto;
margin-right:auto;
width:100%;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.small {padding-left: 10px; font-size:80%;}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* lovings only elements-cover */
.cover #mainContent {
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCC2B9;
	border-right-color: #DCC2B9;
	border-bottom-color: #DCC2B9;
	border-left-color: #DCC2B9;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
position:relative;
top:0px;
z-index:1;
} 
.titlesection{
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 88%;
	font-style: normal;
	font-weight: bolder;
	border: solid 1px #999999;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding: 2px;
	padding-left:6px;
	padding-right:6px;

}
.titlesection2{
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 88%;
	font-style: normal;
	font-weight: bolder;
	border: solid 1px #cccccc;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding: 2px;
	padding-left:6px;
	padding-right:6px;
}
.titlelocal {
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 90%;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	border: solid 1px #999999;
	border-left: solid 0px #999999;
	border-right: solid 0px #999999;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding-left:6px;
	padding-right:6px;
	padding-top: 3px;
	padding-bottom: 3px;

}
.contentsection {
	margin: 0px;
	padding: 15px;
	padding-top:5px;
	overflow: hidden;
	text-align: left;
	border: solid 1px #a9938b;
	border-top: solid 0px #ffffff;
	background-color: #ffffff;
	color: #000000;


}
.contentsection2 {
	margin: 0px;
	padding: 15px;
	padding-top:5px;
	overflow: visible;
	text-align: left;
	border: solid 1px #cccccc;
	border-top: 0px;
	background-color: transparent;
	color: #000000;
}

.contentlocal {
	font-size:90%;
	margin: 0px;
	padding-top:1em;
	overflow: visible;
	visibility: visible;
	height: auto;
	text-align: left;
	border: solid 0px #a9938b;
	border-top: solid 0px #ffffff;
	background-color: transparent;
	color: #333333;
	padding-right: 1.25em;
	padding-bottom: 2em;
	padding-left: 1.2em;
}
.search {
float: left;
clear:both;
padding:10px;
padding-top:70px;
}
.searchfield {
border: solid 1px #000000;
font-size:100%;
padding-left: 0.3em;
}
.searchbutton {
border:#64563C solid 1px;
border-bottom-color:#666666;
border-right-color:#666666;
background-color:#ffffff;
background-image: url(../_images/bg_line_menu.gif);
background-position:center;
color:#64563C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
}
.accent {
	background-color:#FFFFFF;
	font-weight:bold;
	font-size: 110%;
	width:97%;
	padding:2px;
	margin: 2px;
	margin-bottom:5px;
	margin-left:0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #B1B1B1;
	line-height: 150%;
}
.accent a:link, .accent a:visited {
	color: #C60063;
	}
.accent a:active, .accent a:hover {
	color: #000000;
}
#topbanner {
width: auto;
background-color:transparent;
padding:10px;
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 88%;
	font-style: normal;
	font-weight: bolder;
	margin: 0px;
	position: relative;
	text-align:center;
}
#topadarea { width:100%; position:relative;}
#escorts {
	float: left;
	width: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1em 1em; /* top and bottom padding create visual space within this div */
	background-color: transparent;
		font-size:90%;
	margin: 0px;
	padding-right:1px;
	padding-left:5px;
	position: relative;
	left:0px;
	text-align: center;
	/* height: 450px; */
	overflow : auto;
	border-bottom: dashed 1px #C6848A;
}
#bannerside {
	float: left;
	width: 115px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: transparent;
		font-size:90%;
	margin: 0px;
	padding-left:5px;
	position: absolute;
	left:0px;
	top: 484px;
	text-align: center;
	overflow : visible;
}
#iframediv { width:83%; float:left; padding-right:10px; position:relative; top: 0px; left:0px;}
.pageup {
padding:2px;
margin-left:8px;
background-color: #ffffff; 
float:left; 
position:relative; 
top: 0px; 
border:#C6848A solid 1px;
border-top: 0px;
background-color:#ffffff;
background-image: url(../_images/bg_line_menu.gif);
background-position:center;
color:#64563C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
font-weight:bold;
text-decoration:none;
}
#splashcontent {
	width:100%; 
 height:520px; 
	float:left;clear:left;
	border: solid 1px #DCC2B9; 
	margin:0px;
	padding:10px;
background-color: #ffffff;
}
#blahpage {
	width:100%;  
	float:left;clear:left;
	border: solid 1px #DCC2B9; 
	margin:0px;
	padding:10px;
	font-size: 0.9em;
}
#featured {
	width:97.2%; 
	height:520px; 
	float:left;
	border: solid 0px #FFFFFF; 
	top:0px;
overflow: hidden;
-moz-box-sizing: border-box;
	}
#adcontent {
	width:99%;
	position:relative;
float:right;
border-bottom:#DFCF9F solid 1px;
}
.cattitle {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px;
	float:right;
	font-size:1em;
	font-weight:normal;
	letter-spacing: 0em;
}
#escortnum {text-align:left; font-weight:bold; color:#D7AA9F; font-size:90%;}
#topescort { padding:5px; float:left; width:100px; height:110px;}
#topescort img { border: 3px solid #000000;}
#oneescort { padding:5px; float:left;  width:100px; height:110px;}
#oneescort img { border: 3px solid #ffffff;}
.verified {
color: #A40052; 
font-weight:normal;
font-size:90%;
background-color: #ffffff; 
border: 0px solid #cccccc;
padding: 0px;
margin:3px;
text-transform: lowercase;
}
#topescort .verified img,  #oneescort .verified img{border:1px solid #cccccc;}
.titlelocalcategory {
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	width: 15.1em;
	text-align: left;
	border: solid 1px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	margin-left:50px;
	float: left;
	position: relative;
	bottom:-11px;
	padding-left:6px;
	padding-right:4px;
	padding-top: 2px;
	padding-bottom: 2px;
clear:both;
z-index:2;

}
.fulllisting, .fulllistingvip {
margin-top: 5px; 
margin-bottom: 5px; 
width:100%;
float:right;
}

/* START MENUBAR SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	position:absolute;
	top:67px;
	left:0px;
} */
#categorymenu ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	position:absolute;
	top:100px;
	left:0px;
}
.topmenu {top:250px;}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	margin-left:2px;
	margin-right:2px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto; 
	float: right;
/*	white-space: nowrap; */
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 13em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	 width: 13em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 0 0 0%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000000;
	border-top-width:0px;
	background-color:#FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	margin:0;
	color: #64563C;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
 ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	 background-color: #FFFFFF;
	color: #000000;
} 
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
background-image: url(../_images/bg_line_menu_active.gif);
	color: #000000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../_images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
		font-weight:bold;
		padding-right:15px;
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../_images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; 
		font-weight:bold;
			padding-right:15px;
	border-bottom: #BDA36C solid 1px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*	background-image: url(../_images/SpryMenuBarDownHover.gif); 
	background-repeat: no-repeat;
	background-position: 95% 50%; */
	background-repeat: repeat-x;
	background-image: url(../_images/bg_line_menu_active.gif);
	background-position: 0px 0px;
	font-weight:bold;
	padding-right:15px;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*	 background-image: url(../_images/SpryMenuBarRightHover.gif); 
	background-repeat: no-repeat; 
	background-position: 95% 50%; */
background-image: url(../_images/bg_line_menu_active.gif);
		background-position: 0px 0px;
	background-repeat: repeat-x;
		font-weight:bold;
		padding-right:15px;
}
/*Submenu items hover */
ul.MenuBarHorizontal ul li a.submenu
{
		background-image: none;
		font-weight:normal;
padding: 0.4em 0.75em;
}
ul.MenuBarHorizontal ul li a.submenu:hover
{
		background-image: none;
		font-weight:normal;
		background-color:#F3EFED;
}
.menumain {
font-weight:bold;
background-image: url(../_images/bg_line_menu.gif);
border: #BDA36C solid 1px;
border-bottom: #BDA36C solid 0px;
}
.submenu {
font-weight:normal;
background-color:#FFFFFF;
border-right: 1px solid #DFBBB3;
background-image: none;
}
.menudivider {
background:#ffffff none;
height: 1px; 
padding:0px; 
border: none;
border-top: 1px solid #DFBBB3;
width: 100%;
}
.note {width: 100%; text-align: left; padding: 2px; margin-top: 10px; margin-bottom: -5px; font-weight: normal; font-size: 1.1em; background-color: #ffffff; color: #000000;}
.rssthumb {border: 2px solid #ffffff; float: left; margin-right:2px;}
.fulllisting .stats {font-style:italic; color:#959595;}
.fulllisting .newtag {font-style:normal; color:#6F6F6F;}
.fulllistingvip .stats {font-style:italic; color:#959595;}
.fulllistingvip .newtag {font-style:normal; color:#6F6F6F;}
.fulllisting img {border: 2px solid #EAE0C4;}
.fulllistingvip img {border: 2px solid #BD5E6C;}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
 ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	width: 11em;
	border:solid 0px #ffffff;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
		background-image: url(../_images/bg_line_menu.gif);
	}
}
/* END OF MENUBAR */
