@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* { margin: 0; padding: 0; }

html { background: url(../images/interface/htmlBG.jpg) top center repeat-x fixed #000; padding-bottom: 40px; }

body {
	position: relative;
	width: 995px;

	margin: 0 auto 20px auto;
	padding: 0;

	color: #eee;
	font-size: 13px;
	font-family: "Lucida Grande", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

div#page {
	position: relative;

	float: left;
	clear: both;

	width: 100%;

	padding-top: 210px;
	margin: 0 auto;

	background: url(../images/interface/alpha025.png) top left repeat #000;
}

/* Columns */
div.column {
	position: relative;
	float: left;
	width: 96%;

	padding: 1% 2%;
}

/* Diff Column Widths */
div.column.quarter { width: 25%; }
div.column.third { width: 32%; }
div.column.half { width: 45%; }
div.column.twothirds { width: 62%; }
div.column.threequarters { width: 69%; }

div.column.right, div.column.guideMenu { float: right; }
div.column.home { min-height: 440px; }
div.column.twothirds.home { width: 71%; padding-right: 0; }
div.column.third.home { width: 222px; }

/* Misc */
div.clear, div.divider { clear: both; }
div.placard { float: right; clear: right; width: 222px; text-align: center; padding-right: 2%; }
div.placard.home { width: 480px; padding: 0; }
div.placard img { width: 222px; }
div.placard.home img { margin-right: 50px; }

div.divider { border-bottom: 1px dashed #fff; padding-top: 40px; margin-bottom: 20px; }
h1, h2, h3 { font-weight: normal; }

h3.success { color: #393; }
h3.fail, span.fail { color: #d00; }
h3.fail { text-decoration: blink; }

p { margin-bottom: 15px; line-height: 18px; }
p.small { font-size: 10px; }

div.homeText p { font-size: 14px; }

p.boxed {
	padding: 10px;

	border: 1px dashed #026a9a;
	background: url(../images/interface/gallery.gif) bottom right no-repeat #e5f0f5;
}

a { color: #008bb3; }
a:hover { color: #009ecb; }

/* A Buttons */
a.button {
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	margin-right: 5px;

	color: #111;
	line-height: 28px;
	text-align: center;
	text-decoration: none;

	background: url(../images/interface/buttonBG.gif) top left repeat-x;
}
a.button.right { float: right; margin-right: 0; margin-left: 5px; }
a.button:hover { background-position: bottom left; }

/* Headings */
h1 { color: #ffa500; font-size: 23px; margin-bottom: 10px; }
h2 { color: #ffa500; font-size: 18px; margin-bottom: 10px; clear: left; }
h3 { color: #d00; font-size: 14px; margin-bottom: 10px; }

h2 span { font-size: 20px; color: #fff; }

/* Column Images */
img.left, img.right { margin-bottom: 10px; }
img.left { float: left; margin-right: 10px; }
img.right { float: right; margin-left: 10px; }

/* Random Three */
ul.rndMembers, ul.rndMembers li {
	float: left;
	height: 180px;
	text-align: center;
}

ul.rndMembers li, ul.rndMembers li img { width: 100px; }
ul.rndMembers {
	float: left;
	clear: both;

	width: 100%;

	padding: 3% 0 1% 0;
	margin: 10px 0;

	list-style-type: none;
}

ul.rndMembers li {
	float: left;
	margin-right: 60px;
}

ul.rndMembers li img {
	display: block;
	width: 100px;

	margin: 0 auto;
	padding: 1px;
	border: 1px solid #7e0000;
}

ul.rndMembers li h3 { color: #fff; clear: both; margin: 0; padding: 0; }

/* Featured Girl */
div.featured img, div.featuredBox img {
	display: block;
	float: left;
	width: 100px;
	border: 1px solid #7e0000;
}

div.featured div, div.featuredBox div {
	float: right;
	width: 73%;
	border-color: #ffa500;
}

div.featuredBox {
	float: left;
	display: block;
	width: 700px;

	margin: 5px 20px 10px 0;
	padding: 46px 1px 0 1px;

	border: 1px solid #ffa500;
	text-align: center;

	background: url(../images/interface/boxBGfeatured.jpg) top center no-repeat;
}

div.featuredBox img, div.featuredBox h3, div.featuredBox h4 { float: left; }
div.featuredBox h3, div.featuredBox h4 { clear: left; width: 100%; text-align: center; }
div.featuredBox img { display: block; width: 200px; padding: 1px; margin: 0 12px 10px 15px; }
div.featuredBox h3 { font-size: 20px; margin-bottom: 5px; color: #d00; }
div.featuredBox h4 { margin-bottom: 10px; }

/* Fading / Scrolling Feature Box */
div.featuredBox.multiple { height: 400px; overflow: hidden; }
div.featuredBox.multiple div.fBox {
	width: 100%;
	display: none;
	float: left;
}

/* Feature List */
ul.featuredList, ul.featuredList li, ul.featuredList li img, ul.featuredList li div {
	position: relative;
	width: 222px;
}

ul.featuredList li, ul.featuredList li img {
	float: left;
	clear: left;
}

ul.featuredList {
	list-style-type: none;

	margin: 0 auto;
	padding: 0;
}

ul.featuredList li { margin-bottom: 15px; border: 1px solid #ccc; }

ul.featuredList li img {
	display: block;
	border: 0;

	width: 220px;
	height: 330px;
	padding: 1px;
}

ul.featuredList li div {
	position: absolute;
	bottom: 0;
	left: 0;

	height: 85px;
	padding-top: 5px;
	background: url(../images/interface/alpha025.png) top left repeat;
}

ul.featuredList li div h3 { font-size: 20px; margin-bottom: 0; }
ul.featuredList li div h3, ul.featuredList li div p { color: #fff; text-align: center; }

/* Disclaimer */
div.column div.disclaimer, div.column div.mailing, div.column.footer {
	float: left;
	clear: both;

	width: 96%;
	padding: 1% 2%;
	margin-bottom: 2%;

	color: #ccc;
	background: url(../images/interface/boxBG.jpg) top right repeat-x #000;
	border: 1px solid #ccc;
}

div.column div.disclaimer { margin-top: 5px; }

/* Incall Search Form */
form#search {
	display: none;
	position: absolute;

	top: 160px;
	right: 0;

	width: 200px;
	height: 32px;

	z-index: 10;
	padding-top: 8px;
}

/* Search Incalls */
div.mailing form input.text { float: right; width: 48%; clear: none; margin: 0; }
div.search form input.button, div.mailing form input.button { float: right; margin-top: 5px; display: none; }

/* Mailing List */
div.column div.mailing { text-align: center; background: url(../images/interface/boxBGmembers.jpg) top center no-repeat #000; color: #fff; }

div.mailing form input.text { margin-right: 5px; }
div.mailing form input.button { display: block; clear: none; margin: 0 7px 0 0; }

/* Footer Box */
div.column.footer, div.column div.disclaimer { }
div.column.footer { background-position: center center; }
div.column.footer p { line-height: normal; }

/* Gallery */
ul.gallery {
	position: relative;
	float: left;
	clear: both;

	width: 100%;
	list-style-type: none;
}

ul.gallery li {
	position: relative;
	float: left;

	width: 150px;
	height: 300px;

	margin: 19px;

	text-align: center;
	border: 1px solid #fff;
}

ul.gallery li h3  { margin-top: 7px; font-weight: bold; }
ul.gallery li h3 a { color: #d00; text-decoration: none; }

ul.gallery li { margin: 5px; }
ul.gallery li div { width: 150px; height: 225px; margin-bottom: 5px; overflow: hidden; background-color: #000; }
ul.gallery li div img { width: 150px; border: 0; }
ul.gallery li p { margin-bottom: 5px; color: #fff; }
ul.gallery li p strong { color: #ffa500; }

ul.gallery#galleryUL li { width: 222px; height: 438px; }
ul.gallery#galleryUL div { width: 222px; height: 333px; }
ul.gallery#galleryUL div img { width: 222px; }
ul.gallery#galleryUL li.landscape, ul.gallery#galleryUL li.landscape div { width: 458px; }
ul.gallery#galleryUL li.landscape img { width: 458px; height: 333px; }

/* Member Types Menu */
ul.subMenu, ul.subMenu li { float: left; height: 30px; line-height: 30px; }
ul.subMenu { position: relative; top: -10px; clear: both; width: 100%; list-style-type: none; }
ul.subMenu li { width: 100px; text-align: center; margin: 0 3px; background: url(../images/interface/typeBG.png) top left no-repeat; }
ul.subMenu li:hover, ul.subMenu li.active { background-position: bottom left; color: #fff; }
ul.subMenu li a { text-decoration: none; color: #111; font-size: 85%; font-weight: bold; }

/* Squished version */
ul.subMenu.squished { width: 92%; height: auto; padding: 2% 2% 0 6%; border: 0; border-left: 0; border-right: 0; border-bottom: 0; margin: 10px 0; }
ul.subMenu.squished li { width: 200px; margin: 3px; background: url(../images/interface/typeBGlarge.png) top left no-repeat; }
ul.subMenu.squished li:hover, ul.subMenu.squished li.active { background-position: bottom left; color: #fff; }
ul.subMenu.squished li a { font-size: 15px; }

/* Profile Page */
ul.gallery.profile {
	float: right;
	clear: none;

	width: 100%;
	padding: 0;

	border: 0;
	background: none;
}

ul.gallery.profile li { float: right; width: 215px; margin: 5px; padding: 0; }
ul.gallery.profile li, ul.gallery.profile li div { height: 295px; }
ul.gallery.profile li div { width: 215px; }
ul.gallery.profile li div img { width: 215px; cursor: pointer; }

ul.profile {
	float: right;
	width: 27%;

	margin-top: 10px;
	margin-right: 20px;
	padding: 10px 2%;
	list-style-type: none;

	border: 1px solid #ffa500;
	background: url(../images/interface/boxBG.jpg) top left repeat-x #000;
}

ul.profile li { margin-bottom: 8px; }

ul.gallery.profile li {
	position: relative;
	float: left;
	width: 222px;
	height: 333px;

	margin: 4px 15px;
	padding: 1px;
}

ul.gallery.profile li, ul.gallery.profile img { width: 222px; height: 333px; }

ul.profile li h3 { text-align: center; font-size: 20px; color: #d00; padding-top: 30px; }
ul.profile li table { width: 100%; }

ul.profile li table.rates th { padding-bottom: 8px; }
ul.profile li table.rates td { padding-bottom: 4px; }
ul.profile li table.rates td.time, ul.profile li table.rates th.time, ul.profile li table.details th { padding-right: 24px; text-align: right; }
ul.profile li table.rates td.time { color: #aaa; }

.profile img { position: relative; cursor: pointer; }
ul.profile li img.active { top: -42px; left: -42px; width: 333px; height: 500px; z-index: 20; padding: 1px; border: 1px solid #ffa500; background-color: #000; }
ul.profile li.landscape img.active { top: -42px; left: -42px; width: 500px; height: 333px; z-index: 20; padding: 1px; border: 1px solid #ffa500; background-color: #000; }

/* Landscape */
ul.gallery li.landscape, ul.gallery li.landscape div, ul.gallery li.landscape img { width: 333px; height: 222px; }
/*ul.gallery li.landscape div, ul.gallery li.landscape img { height: 222px; }*/

ul.gallery.profile li.landscape, ul.gallery.profile li.landscape div, ul.gallery.profile li.landscape img { }

div.column.profile { width: 50%; padding: 0; }

a.back { color: #fff; }

div.nRates {
	float: left;
	clear: left;
}

/* Page member feature image links */
a.memberFeature, a.memberFeature img {
	display: block;
	float: left;
	width: 130px;
}

a.memberFeature img { border: 0; }
a.memberFeature { margin-right: 10px; }
a.memberFeature.right { float: right; margin-right: 0; margin-left: 10px; }

/* Gallery Search Box */
form#gallerySearch {
	float: left;
	width: 92%;

	padding: 40px 4% 0 4%;
	margin-bottom: 20px;

	border: 1px dashed #026a9a;
	background: url(../images/interface/searchGallery.gif) 10px 0 no-repeat #fff;
}
form#gallerySearch fieldset { width: 100%; }

form#gallerySearch ol {
	float: left;
	clear: none;
	width: 45%;
	margin-bottom: 0;
}

form#gallerySearch ol.right { float: right; }
form#gallerySearch ol li label { font-size: 12px; padding-bottom: 4px; }
form#gallerySearch ol li select { float: right; width: 98%; margin-right: 2%; }

/* Sitemap */
ul.sitemap { list-style-type: none; }
ul.sitemap h3 { margin-bottom: 0; }
ul.sitemap p { font-size: 12px; }

/* Links */
ul.links, ul.links li {
	float: left;
	clear: left;
	width: 100%;
}

ul.links { list-style-type: none; }
ul.links li { text-align: center; }
ul.links li img { border: 0; }

img#linkImage {
	display: block;
	float: left;
	border: 0;
}

a#codeselect {
	float: right;
	display: block;

	width: 120px;
	height: 15px;

	margin: 0;
	color: #fff;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}

textarea#code {
	float: right;
	clear: right;

	display: block;

	width: 448px;
	height: 35px;

	color: #b5da66;
	margin: 0;
	padding: 5px;
	font-size: 12px;

	background: #000;
	border: 1px solid #fff;
}

/* Links Admin */
ul.links li div.admin {
	float: none;

	width: 258px;
	height: 20px;
	line-height: 20px;

	padding: 5px;
	margin: 0 auto 5px auto;
}

ul.links li div.admin form, ul.links li div.admin form fieldset, ul.links li div.admin form fieldset ol, ul.links li div.admin form fieldset ol li { padding: 0; margin: 0; }
ul.links li div.admin input.checkbox { float: right; margin-right: 0; }
ul.links li div.admin form { float: left; width: 60%; }
ul.links li div.admin a.block { float: right; display: block; width: 75px; }
ul.links li div.admin a.block.delete { color: #d00; }

/* Adult Guide */
div.column.guideMenu { margin-bottom: 10px; }
div.column.guideMenu ul { float: left; list-style-type: none; text-align: center; width: 100%; }
div.column.guideMenu ul li { display: inline; margin: 0 10px; }
div.column.guideMenu ul li a { text-decoration: none; color: #fff; }
div.column.guideMenu ul li a:hover { text-decoration: underline; }

div.guideBox {
	float: left;
	width: 200px;

	margin: 10px;
	padding: 10px;
}

div.guideBox h3 { font-size: 20px; }
div.guideBox ul { list-style-type: none; }
div.guideBox ul li { float: left; clear: both; margin-bottom: 5px; }
div.guideBox ul li a { color: #fff; text-decoration: none; }
div.guideBox ul li a:hover { text-decoration: underline; }

/* Admin boxes, tables and buttons */
div.admin, a.admin { background-color: #cfff7c; border: 1px dashed #026a9a; color: #111; }
div.admin {
	float: left;
	clear: both;

	width: 94%;
	padding: 2%;
	margin-bottom: 20px;
}

div.admin.restrict_h { height: 400px; overflow: auto; }
div.admin.restrict_h.small { height: 200px; }
div.column.third div.admin { margin: 2% 0 0 2%; width: 86%; }

div.admin table { float: left; clear: left; width: 100%; border-collapse: collapse; background: url(../images/interface/alphaF50.png) top left repeat; }
div.admin table th, div.admin table td { text-align: left; padding: 1px 2px; }
div.admin table tr.odd td { background: url(../images/interface/alphaF50.png) top left repeat; }
div.admin table a.admin { float: right; margin: 0 1px 0 0; color: #111; }

a.admin {
	display: block;
	float: left;

	margin: 0 5px 5px 0;
	padding: 4px 12px;

	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.admin:hover { color: #111; }

ul.gallery a.admin { margin: 0 4px 5px 4px; }
ul.admin, ul.admin li {
	float: left;
	clear: left;
	list-style-type: none;
}

iframe#memberPhotoFrame {
	float: left;
	width: 100%;
	height: 800px;

	border: 1px solid #aaa;
}

/* Admin Menu */
ul#adminMenu, ul#adminMenu li {
	float: left;
	height: 25px;
	line-height: 23px;
}

ul#adminMenu {
	position: absolute;
	z-index: 10;
	list-style-type: none;

	top: 10px;
	right: 285px;

	background-color: #cfff7c;
	border: 1px dashed #026a9a;
}

ul#adminMenu li { width: 100px; text-align: center; }
ul#adminMenu li a { text-decoration: none; color: #111; font-size: 85%; }

/* Employment applicants admin stuff */
ul.applicants {
	float: left;
	width: 80%;
	list-style-type: none;
}

ul.applicants li {
	float: left;
	clear: left;
	width: 98%;
	padding: 5px;
	border: 1px dashed #026a9a;
}

ul.applicants li div.photos { float: right; clear: both; margin-bottom: 10px; }
ul.applicants li div.photos img { width: 100px; margin: 1px; }

ul.applicants img { float: left; display: block; width: 150px; }
ul.applicants table {
	float: right;
	width: 60%;
	border-collapse: collapse;
}

ul.applicants table th { text-align: right; }
ul.applicants table td { padding-left: 15px; text-align: left; }

/* Anchor Text Management Stuff */
form#addAnchor ol li input.text, form#addAnchor ol li select, form ol.featureMembers li input.text, form ol.featureMembers li select {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 1%;
}

form ol.featureMembers li input.text, form ol.featureMembers li select { clear: left; }

/* rtEdit stuff */
div.rtEditor {
	float: left;
	clear: left;
	width: 100%;
}

div.rtEditor span.rtToolbar {
	float: right;
	display: block;

	margin-right: 12px;
	border: 1px solid #777;
	border-bottom: 0;
	z-index: 5;
}

div.rtEditor span.rtToolbar a {
	display: block;
	float: left;

	width: 25px;
	height: 25px;

	line-height: 25px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;

	color: #111;
	background-color: #eee;
}

div.rtEditor span.rtToolbar a:hover { background-color: #fff; }
div.rtEditor span.rtToolbar a.rtBold { font-weight: bold; }
div.rtEditor span.rtToolbar a.rtItalic { font-style: italic; }

div.rtEditor span.rtToolbar a.rtP { font-size: 10px; }
div.rtEditor span.rtToolbar a.rtH1 { font-weight: bold; font-size: 14px; }
div.rtEditor span.rtToolbar a.rtH2 { font-weight: bold; font-size: 13px; }
div.rtEditor span.rtToolbar a.rtH3 { font-weight: bold; font-size: 12px; }

div.rtEditor div.rtEditorView {
	float: left;
	width: 46%;
	height: 517px;
	overflow: auto;

	margin-top: 26px;
	padding: 1%;

	border: 1px solid #777;

}

div.rtEditor textarea {
	float: right;
	clear: none;
	margin-right: 12px;
	width: 50%;
}


div.rtEditor.small div.rtEditorView { height: 317px; }

/* End of admin stuff */

/* Masthead */
ul#masthead {
	position: absolute;
	top: 0;
	left: 0;

	width: 996px;
	height: 40px;

	z-index: 1;
	list-style-type: none;

	padding: 160px 35px 0 35px;
	margin-left: -35.5px;
	background: url(../images/interface/masthead.png) top center no-repeat;
}

ul#masthead li, ul#masthead li a {
	float: left;
	width: 112px;
	height: 40px;
	line-height: 40px;

	color: #fff;
	font-size: 13px;
	text-align: center;
}

ul#masthead li {
	position: relative;
	margin: 0 15px;
}

ul#masthead li a {
	display: block;
	padding: 0;
	text-decoration: none;
}

ul#masthead li a:hover, ul#masthead li a.active { color: #000; }
ul#masthead li a.active { font-weight: bold; background: url(../images/interface/alpha025.png) top left repeat transparent; color: #fff; }

div#headerFlasher {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#headerFlasher, div#headerFlasher div {
	width: 150px;
	height: 159px;
	z-index: 10;
	overflow: hidden;
}

div#headerFlasher div {
	position: relative;
	float: left;
	clear: left;
}

div#headerFlasher div a { display: block; }
div#headerFlasher div img { width: 150px; border: 0; }

div#headerFlasher div.bg { position: absolute; top: 0; left: 0; z-index: 12; width: 20px; background: url(../images/interface/flasherMask.png) top left repeat-y; }
div#headerFlasher div.bg.right { background-position: top right; left: auto; right: 0; }

/* Addthis / Twitter Buttons */
div#addthis, div#twitterUs, div#twitterUs a { padding: 0; margin: 0; }
div#addthis, div#twitterUs { position: absolute; top: 10px; z-index: 10; }
div#addthis { right: 145px; }
div#twitterUs { top: 6px; right: 10px; }
div#twitterUs, div#twitterUs a { width: 125px; height: 24px; }
div#twitterUs a { display: block; float: left; background: url(../images/interface/twitter.gif) top left no-repeat; }

/* Footer */
ul.footer, ul.footer li {
	float: left;
	height: 30px;
	line-height: 30px;
}

ul.footer, div.footer {
	position: relative;

	float: left;
	clear: both;

	width: 100%;

	margin: 10px 0;
	list-style-type: none;

	border: 1px solid #fff;
	background: url(../images/interface/boxBGzero.jpg) top left repeat;
}

ul.footer { background: #000; }
ul.footer li { margin: 0 10px; }
ul.footer li.right { float: right; }
ul.footer li, ul.footer li a { color: #fff; }
ul.footer li a { text-decoration: none; }
ul.footer li.small, ul.footer li.small a { font-size: 10px; height: 20px; line-height: 20px; }

div.footer { border: 0; background: none; text-align: center; font-size: 12px; line-height: 20px; }
div.footer a { margin: 4px; text-decoration: none; }

/* Footer Links */
div.footer.links {
	height: auto;
	line-height: normal;
}

div.footer.links img { border: 0; margin: 0 5px; }

/* W3C */
ul.footer li a.w3c {
	display: block;
	float: left;

	width: 58px;
	height: 16px;

	margin: 6px 2px 0 0;
	border: 1px solid #fff;
	background: url(../images/interface/w3c.gif) top left no-repeat;
}

ul.footer li a.w3c.css { background-position: top right; }

/* Pop Box */
div.popBox {
	position: fixed;
	display: none;

	z-index: 1000;

	top: 97px;
	left: 50%;

	margin-left: -500px;
	padding: 20px;

	width: 960px;
	height: 535px;

	background: url(../images/interface/popClose.gif) bottom right #000 no-repeat;
	border: 1px solid #fff;

	overflow: auto;
	cursor: pointer;
}

div.popBox { display: none; }

#calendar { width: 100%; margin-bottom: 20px; border: 1px dashed #026a9a; background: #000; border-collapse: collapse; }
#calendar td, #calendar th { padding: 4px; text-align: center; }
#calendar th { background: url(../images/interface/boxBGzero.jpg) top left repeat; }
