/*#############################################################
Name: Female Companion Online Database
Date: 09-04-08
Author: Callie Creates
Owner - FC Marketing LLC

#############################################################*/

/* standard elements */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #7E2929;
	
}

a:hover {
	color: #000;
}

body {
	background: #fff;
	margin: 0px 20px 20px 20px;
	color: #444;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Tahoma, sans-serif
}

p, code, ul {
	padding-bottom: 1.2em;
	line-height: 18px;
}

li {list-style: none;}


h1 {
	color: #7E2929;
	font: normal 1.8em Tahoma,sans-serif;	
}


h2 {
	color: #7E2929;
	font: normal 1.8em Tahoma,sans-serif;	
}


h3 {
	color: #7E2929;
	font: normal 1.8em Tahoma,sans-serif;	
}


h4 {
	color: #7E2929;
	font: normal 1.8em Tahoma,sans-serif;	
}


h5 {
	color: #000;
	font: normal 1.0em Tahoma,sans-serif;	
}


h6 {
	color: #7E2929;
	font: normal 1.2em Tahoma,sans-serif;	
}


code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px
}


h1, h2, h3, h4


/* misc */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

td {
	vertical-align: top;
}



/* structure */




.header_left {
	background: url('images/header_left_spacer.jpg') repeat-x;
}

.header_right {
	background: url('images/header_right_spacer.jpg') repeat-x;
}

.container {
	background: #EBEBEB;
	font-size: 1.25em;
	width: 100%;
}

.top_ad {
	height: 60px;
	padding-top:10px;
	padding-bottom: 10px;
}

.top_nav {
	padding: 10px;
	font-size: 125%;
}

.main {
	
		
}

.content_top {
	background: url('images/top.jpg') repeat-x;
}


.sidenav {
	width: 180px;
	text-align: center;
}

	
.sidenav h1 {
	color: #7E2929;
	font-size: 1.6em;
	line-height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sidenav h2 {
	color: #7E2929;
	font-size: 1.6em;
	line-height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sidenav h3 {
	color: #7E2929;
	font-size: 1.6em;
	line-height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sidenav h4 {
	color: #7E2929;
	font-size: 1.6em;
	line-height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.nav {
	background: url('images/sidenav_bg.jpg') repeat-y;
	padding: 8px;
}

/* content */
.content {
	height: 100%;
	text-align: left;
	padding: 15px;
	color: #654;

}

.content .descr {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}

.content p {font: normal 1.0em Tahoma,sans-serif;}

.banners {
	background: url('images/sidenav_bg.jpg') repeat-y;
	width: 180px;
}

/*disclaimer*/
.disclaimer {
	width: 666px;
	text-align: left;
	height: 250px;
	overflow: auto;
	padding: 10px 20px 10px 20px;
	border: solid 1px #666666;

}


/*disclaimer-legal*/
.disclaimer-legal {
	width: 666px;
	text-align: left;
	height: 350px;
	overflow: auto;
	padding: 10px 20px 10px 20px;
	border: solid 1px #666666;

}

/*lady-content*/
.lady-content {
	width: 800px;
	text-align: center;
	height: 1000px;
	color: #7E2929;
	font-size: 2.00em;
	overflow: auto;
	background: #EBEBEB;
	padding: 10px 20px 10px 20px;
	
}


/*lady-content-1*/
.lady-content-1 {
	text-align: left;
	font: normal .50em Tahoma,sans-serif;
	padding: 5px;
			
}


.enter {
	margin-top: 30px;
	font-size: 140%;
	font-weight: bold;
}


.aff {
	margin-top: 10px;
	font-size: 100%;
	text-align: center;
	
}

.page_header {
	margin-top: 5px;
	font-size: 1.75em;
	text-align: center;
	font-weight: bold;
	
}


/* footer */
.footer {
	background: url('images/footer_left_spacer.jpg') repeat-x;
	text-align: center;
	height: 175px;
	padding: 20px;
	font-size: 90%;
	color: #FFF;
	
}
.footer a, .footer a:hover {color: #FFF;}

.footer_left {
	background: url('images/footer_left_spacer.jpg') repeat-x;
}

.footer_right {
	background: url('images/footer_right_spacer.jpg') repeat-x;
}


a img

/* ladies */
.ladies {	
	height: 250px;
	text-align: center;
	padding: 10px;
	font-size: 110%;
	color: #654;

}


/* Sarah */
.Sarah {	
	text-align: left;
	margin: 0px 20px 20px 20px;
	font-size: 100%;
	
}


/* sitelinks */
.sitelinks {	
	height: 250px;
	text-align: center;
	padding: 30px;
	font-size: 90%;
	color: #654;

}

/* recent */
.recent {	
	font-weight: bold;
	height: 20px;
	text-align: center;
	padding: 10px;
	font-size: 125%;
	color: #654;

}


/* listings */
.listings {
	
	
	padding: 5px;
	font-size: 100%;
	color: #654;
	text-align: left;

}

/* contact */
.contact {
	
	height: 5px;
	text-align: center;
	padding: 3px;
	font-size: 100%;
	color: #654;

}

/* advertising */
.advertising {
	
	height: 700px;
	text-align: center;
	padding: 10px;
	font-size: 140%;
	color: #654;

}

a img
{
border:none;
}

.clearer {clear: both; font-size: 0;}
