@charset "UTF-8";
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url(assets/BG.jpg) fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	float: left;
	background: url(assets/contentBG.jpg) repeat-y;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	width: 950px;
}

#mast {
	background: url(assets/mast.jpg);
	float: left;
	height: 387px;
	width: 950px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
#mast #mastfill {
	float: left;
	height: 350px;
	width: 950px;
}
#nav {
	font-size: 80%;
	float: left;
	width: 950px;
	margin-top: 8px;
}
#nav a, #strapnav a {
	color: #ee8855;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px;
	border-right: 1px solid #FF0000;
}

#nav a:link, #strapnav a:link {background:none}
#nav a:visited, #strapnav a:visited {background:none}
#nav a:hover, #strapnav a:hover {
	background: url(assets/selectoritem.jpg) repeat-x bottom;
}

#strap {
	background: url(assets/strap.jpg);
	float: left;
	height: 44px;
	width: 950px;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	font-size: 70%;
}
#strapnav {
	float: left;
	height: 22px;
	width: 900px;
	margin-top: 22px;
	margin-left: 25px;
}
/*Front page elements*/
#fleft {
	float: left;
	width: 300px;
	margin-top: 10px;
}
.featurebox {
	font-size: 80%;
	background: url(assets/boxBG.png);
	padding: 2px 2px 5px;
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	text-align: left;
}


.featurepic {
	background: url(assets/button.jpg) repeat-x bottom;
	margin: 3px;
	float: left;
	height: 142px;
	width: 120px;
	border: 1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	text-align: center;
	color: #ee8855;
	font-weight: bold;

}
.featurebox li {
	color: #FF0000;
	margin-left: 15px;
	list-style: none;
	float: left;
	width: 100px;
	margin-top: 5px;
}
.boxinfo {
	float: left;
	width: 90%;
	margin-left: 5%;
	color: #a77c55;
	text-align:left;
	font-size: 90%;
}
.featurebutton {
	background: url(assets/button.jpg) repeat-x bottom;
	float: left;
	height: 17px;
	width: 110px;
	border: 1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	text-align: center;
	color: #ee8855;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
	font-size: 80%;
	padding-top: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.selectorbutton {
	background: url(assets/selectoritem.jpg) repeat-x bottom;
	float: left;
	height: 17px;
	width: 115px;
	border: 1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	text-align: center;
	color: #ee8855;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
	font-size: 80%;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#fcentre {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 14px;
	font-size: 70%;
	color: #ecb892;
	text-align: justify;
}

#fcentre a {
background-image: url(/assets/wrap.png);; 
color: black; 
text-decoration: none;
}

#newsbox {
background: url(assets/button.jpg) repeat-x;
float:left;
height:22px;
width:100%;
margin-bottom:20px;
font-size: 120%;
text-align:left;
}

#newsbox #news {float:left; margin:1px;}




#fcentre p {
	margin-right: 15px;
	margin-left: 10px;
}
.fright {
	float: right;
	width: 220px;
	margin-top: 10px;
}
.rightbox {
	font-size: 70%;
	background: url(assets/boxBG.png);
	padding: 2px 2px 5px;
	float: right;
	width: 215px;
	margin-top: 0px;
	text-align: left;
	border-top: 1px solid #630d07;
	border-bottom: 1px solid #630d07;
	border-left: 1px solid #630d07;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	color: #a0724b;
}
.agebutton {
	background: url(assets/button.jpg) repeat-x bottom;
	float: left;
	height: 17px;
	width: 86px;
	border: 1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	text-align: center;
	color: #ee8855;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
	font-size: 80%;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.rightbox p {
	margin-right: 5px;
	margin-left: 5px;
}

.rightbox a {
	color: #ee8855;
	text-decoration: none;
}

#freviews {
	font-size: 70%;
	background: url(assets/boxBG.png);
	padding: 5px;
	float: left;
	width: 600px;
	margin-bottom: 4px;
	margin-left: 20px;
	border: 1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	text-align: left;
	color: #ee8855;
}
#disc {
	font-size: 60%;
	float: left;
	width: 600px;
	margin-left: 20px;
	color: #ecb892;
	text-align: left;
}
#flinks {
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-left: 25px;
}
#flinks a {border:none;}
#flinks img {border:none;}

#textbox {
	font-size: 76%;
	background: url(assets/boxBG.png);
	padding: 5px;
	float: left;
	width: 650px;
	margin-bottom: 4px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#000, OffX=3, OffY=3);
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px #000;
	text-align: left;
	color: #ee8855;
text-shadow: 2px 2px 2px #000;
}

.redlink {color: #ff0000;text-decoration:none;}
.creamlink {color: #ee8855;text-decoration:none;}

.input {
	font-size: 90%;
	border: 1px solid #ff0000;
	color: #f0be7d;
	background:#000;
	padding: 2px;
	margin-right: 5px;
}

.blog {
	float: left;
	width: 570px;
	margin-left: 15px;
	margin-bottom: 10px;
       margin-top: 10px;
	padding-bottom: 10px;
	padding: 2px;
	text-align: left;
	color: #FF9858;
}



.blog a {color: #f0be7d;text-decoration:none;}

#blogside {
	float: right;
	width:220px;
	padding-right: 3px;
	padding-left: 2px;
	text-align: left;
	color: #FF9858;
font-size: 76%;
}

#blogside a{
	color: #FF0000;
}

#blogside img {
	float: left;
	margin: 10px;
	border: 1px solid #999999;
}

h3 {
	color: #ff0000;
        font-size: 12px;
font-weight: normal;
}

.social {	
        background:#000;
	float: left;
	width: 500px;
	text-align: center;
	font-size: 90%;
	padding: 2px;
	border: 1px solid #660000;
       color: #FF0000;
}
.social a {
       float: left;
       margin-left: 20px;
		color: #ee8855;
		text-decoration: none;
}
.gall {
	float: left;
	height: 297px;
	width: 189px;
	margin-top: 20px;
	margin-left: 20px;
	background: url(assets/gallBG.png);
	text-align: center;
}
.gall span {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	width: 70px;
}
.gall h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}
.gall img {
	border: 1px solid #FF0000;
	
}

.gallinfo {
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 80%;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 10px;
}

#escortinfo {
	background: url(/assets/infoBG.jpg) repeat-y;
	float: left;
	width: 500px;
	margin-top: 50px;
	margin-left:20px;
	text-align: left;
	padding-bottom: 20px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
}


#thumbs {
	font-size: 66%;
	background: #000000;
	float: left;
	width: 600px;
	margin-left: 20px;
	border: 1px solid #FF0000;
	color: #2c649c;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#thumbs img {
	margin: 6px;
	float: left;
	border: 3px double #69060d;
}
.details {
	font-size: 76%;
	background: url(/assets/featureBG.png);
	float: left;
	width: 450px;
	margin-left: 20px;
	border: 3px double #FF0000;
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#portleft{
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	font-size: 80%;
	color: #f78d61;
}

#portfolio {
	float: left;
	height: 470px;
	width: 320px;
	margin-top: 40px;
	border: 1px solid #ff0000;
	background: url(/assets/featureBG.png);
	margin-bottom: 20px;
}

#portfolio img {
	border: 1px solid #fdd495;
	margin: 10px;
}

caption {
	color: #F3825C;
}



td {border-bottom: 1px solid #69060d;}

th{
	border-bottom: 1px solid #69060d;
	width: 40%;
}

#escort_contact{
	color: #FF0000;
	background-image: url(/assets/wrap.png);
	padding: 4px;
	float: left;
	width: 610px;
	border: 1px solid #FF0000;
	text-align: center;
	margin-left:15px;
	margin-top:20px;
}

#escort_contact a {
	color: #f0be7d;
	font-style: italic;
	text-decoration: none;
}
.cream {
	color: #f0be7d;
	font-size: 110%;	
}

.linking {	
    background-image: url(/assets/wrap.png);
	float: left;
    margin-top:20px;
	width: 320px;
	text-align: center;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #660000;
     color: #FF0000;
}
.linking a {
       float: left;
       margin-left: 20px;
       padding-top: 2px;
       border:none;
}

.linking img {border:none;}