html,body { height:100%;}
body  {
	background: #ede7e5;
	margin: 2%; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2%;
	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%;
text-align: center;
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;}
.contentlocal a:link, .contentlocal a:visited, .contentlocal a:active {color: #000000; background: transparent; border: 0; text-decoration:none; padding-top: 2px;}
.contentlocal a:hover {color: #8b6d24; background: transparent; }
.awidth {width: 50px; float: left; position: relative;}

.cover #container { 
	background: #f5f0ec;
	margin-right:0;
	margin-left:0;
	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: absolute;
	top:90px;
	left:2%;
	right:2%;
	padding:0px;
	display: block;

}  
.cover #header {
	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-bottom:0px;
	height: 90px;
	font-size:90%;
	background-color: #ede7e5;
	border-bottom: #BDA36C solid 1px;
	position:absolute;
	margin-right:0;
	margin-left:0;
	top:0px;
	left:2%;
	right:2%;
	background-image: url(../_images/lovings_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:900;
} 
.cover #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;
}
.mobile {padding-top:13px; padding-left:110px; font-size:1.5em;font-weight:bold;color:#C60063;float:left;}
.menustripe {
background-color:#000000;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".cover #sidebar1 p" rule.
*/
/* .cover #sidebar1 h3, .cover #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
/*	margin-right: 10px;
}
*/
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

.cover #sidebar1 {
	position: relative;
		left:0px;
		width:170px;
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: transparent;
	vertical-align:top;
float:left;
top:5px;
z-index:2;
}
.cover #sidebar2 {
position: relative;
right:0px;
left:auto;
top:5px;
width:170px;
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: transparent;
float:right;
z-index:2;
}

.cover #sidebar1 hr, .cover #sidebar2 hr {
color: #B1B1B1;
background-color: #B1B1B1;
padding: 0px;
margin: 0px;
height: 1px;
width: 97%;
}
.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;
margin-left: 170px;
margin-right:170px;
position:relative;
top:5px;
z-index:1;
} 
.cover #mainContent2 {
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	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: 0px;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
margin-left: 170px;
margin-right:0px;

} 
.cover #footer { 
	padding: 15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:80%;
	position:relative;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	clear: both;

} 
.cover #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:1px;
    font-size: 1px;
    line-height: 1px;
}
.breadcrumb {
width:80%;
padding:10px;
font-size: 85%;
font-weight: bold;
}
.breadcrumbcat {
width:100%;
padding:10px;
font-size: 85%;
font-weight: normal;
vertical-align:middle;
text-align: left;
clear:both;
height: 15px;
}
#adcontent {
	width:99%;
	position:relative;
float:right;
border-bottom: #DFCF9F solid 1px;
}
#adcontentfront {
border-bottom:#FFFFFF 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:left;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 0em;
}
/* lovings only elements-cover */
.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: right;
clear:both;
padding:10px;
padding-top:20px;
}
/* #escortsearch {
float: right;
clear:both;
padding:10px;
padding-top:20px;
} */
.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: 140%;
}
.accent a:link, .accent a:visited {
	color: #C60063;
	}
.accent a:active, .accent a:hover {
	color: #000000;
}
.fulllisting, .fulllistingvip {
margin-top: 5px; 
margin-bottom: 5px; 
font-size:90%; 
width:100%;
float:right;
}
.rssthumb {border: 2px solid #ffffff; float: left; margin-right:2px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.rssthumb:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
-webkit-box-shadow: 10px 10px 15px rgba(0,0, 0, 0.4);
-moz-box-shadow: 10px 10px 15px rgba(0,0, 0, 0.4);
box-shadow: 10px 10px 15px rgba(0,0, 0, 0.4);

}

.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;}

.contentsection .fulllisting {width:47%;height:75px;padding:5px;}
.contentsection .fulllistingvip {width:47%;height:75px;padding:5px;}

/* .contentsection .fulllisting a .rssthumb {position:relative; clear:both;}
.contentsection .fulllisting {width:47%;height:75px;padding:5px;} */

.verified {
color: #A40052; 
font-weight:normal;
font-size:90%;
padding: 0px;
margin:3px;
text-transform: lowercase;
vertical-align: middle;
}
.fulllisting .verified img, .fulllisting .verified img{border:1px solid #cccccc;}

#escortnum {font-size: 1px; color: #ffffff; visibility: hidden; display:none;}

#banners { text-align: right; }

#topbanner {
background-color:transparent;
padding:0px;
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-style: normal;
font-size:90%;
	margin: 0px;
	height: 130px;
	text-align:center;
	margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #a9938b;
background-color:#ffffff;
color: #000000;
}
.insidebanner {text-align:center; padding:10px; width:80%; margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom: 5px; position:}
.bannerwrapper {text-align:center;}
.largebanner {padding:8px; height:115px; min-height:115px; margin:0px; vertical-align:middle; clear:both; margin-top:10px; margin-bottom: 10px;}
/* place css fixes for all versions of IE in this conditional comment */
.cover #sidebar1, .cover #sidebar2 { padding-top: 0px; }
.cover #mainContent { zoom: 1; padding-top: 0 px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/* 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;
	right:0px;
}
#categorymenu ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	position:absolute;
	top:48px;
	right:0px;
}
/* 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: left;
/*	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 #DFBBB3;
	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: #a08756;}
/*******************************************************************************

 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 */
/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
/* END TEXTVALIDATION */
.slider {border:0px;position:relative;top:-23px;padding-bottom:10px;
width:100%; height:200px;
background-color:transparent;}
#twitter .status {margin-bottom:4px;}
#twitter .meta {color:#666666;font-style:italic;}
#twitter .status a,#twitter .status a:visited {color:#681235;}
