@charset "UTF-8";

/* © Copyright Web Thirst Limited 2012 - All rights reserved */

/* =Colours
-----------------------------------------------------------------------------
body: #333
headings: #000;
backgrounds: #F5F5F5;
light borders: #CCC
dark borders: #333
links: #0081C6 
alt blue #256E94
hover and highlight: #FFBA00
-----------------------------------------------------------------------------*/
/* =HTML5
-----------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* =Base
-----------------------------------------------------------------------------*/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; background: #FFF; font: 1em/1.4 "Century Gothic", AppleGothic, Futura, sans-serif; }
::-moz-selection { background: #FF8B00; color: #fff; text-shadow: none; }
::selection { background: #FF8B00; color: #fff; text-shadow: none; }

/* =Typography and Colour Defaults
-----------------------------------------------------------------------------*/

/* Typography Defaults */
h1, h2, h3, h4, h5, h6 { margin: 1em 0; letter-spacing: 0.1em; font-weight: normal; text-transform: uppercase; color: #000; }
h1 { font-size: 1.75em; }  /* 28/16 */
h2 { font-size: 1.5em; } /* 24/16 */
h3 { font-size: 1.25em; } /* 20/16 */
h4 { font-size: 1.em; } /* 16/16 */
h5 { font-size: 0.75em; } /* 12/16 */
h1 span { display: block; font-size: .53846153854em; } /* 14/26 */
p { margin: 1.2em 0; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
address { font-style: normal; }

/* Links */
a, a:visited { color: #0081C6;	text-decoration: none;	border-bottom: 1px dotted #0081C6; }
a:hover, a:focus { color: #FFBA00; border-bottom: 1px dotted #FFBA00; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h2 a, h2 a:visited { color: #000; }
a[href^="tel:"] { letter-spacing: 0.1em; color: #333; border-bottom: none; }
a:hover[href^="tel:"],a:focus[href^="tel:"] { color: #FFBA00; border-bottom: 1px dotted #FFBA00; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 2.5em; } /* 40/16 */
dd { margin: 0 0 0 40px; }

/* Embedded Content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; }
svg:not(:root) { overflow: hidden; }

/* Banners */
ul.bannerList {
	list-style-type: none;
}
.bannerList li img {
	margin: 1em 0;
	border: 1px solid #333;
}

/* Tables */
table { margin: .3em 0; border-collapse: collapse; border-spacing: 0; }
th, td { padding: .3em .6em; vertical-align: top; text-align: left; }
table.horizontal thead th, table.horizontal tbody td {
	text-align: center;
}
table caption {
	margin: 1.2em 0 .6em;
	letter-spacing: 0.1em;
	font-size: 1.5em; /* 24/16 */
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #000;	
}

/* Form Reset */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Form Styling */
form fieldset {
	clear: both;
	margin: 0 0.6em 1.6em 0.6em;
	padding: 0 1.6em 1.6em 1.6em;
	font-size: 1em;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05); /* 1/20  2/20 */
	-moz-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-border-radius: .2em; /* 4/20 */
	-moz-border-radius: .2em;
	border-radius: .2em;	
}
form fieldset legend {
	font-size: 1.5em; /* 24/16 */
	letter-spacing: .1em;
	text-transform: uppercase;
}
form fieldset.form-actions {
	margin: 0;
}
form fieldset label, p.form-label {
	display: block;
	margin: 1.2em 0 .25em;
	font-weight: bold;
}
form fieldset input, form fieldset textarea {
	display: block;
	width: 90%;
	padding: .25em; /* 5/20 */
	font-size: .9em;
	color: #333;
	border: 1px solid #DDD;
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05); /* 1/20  2/20 */
	-moz-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-border-radius: .2em; /* 4/20 */
	-moz-border-radius: .2em;
	border-radius: .2em;
}
form fieldset textarea {
	line-height: 1.4em;
}
form fieldset input:focus, form fieldset textarea:focus {
	color: #000;
	border: 1px solid #0081C6;
	background: #FFD973;
}
form fieldset select {
	min-width: 25%;
	margin: 0;
}
form fieldset span.form-list {
	display: block;
	margin-top: 1.2em;
}
form fieldset span.form-list label {
	float: left;
	margin: .25em .25em .25em 2em;
	font-size: .9em;
	font-weight: normal;
}
form fieldset span.form-list input {
	float: left;
	width: auto;
	margin: .5em 0 .25em;
}
form fieldset span.form-list br {
	clear: both;
}
form fieldset p.form-help, form fieldset p.form-error {
	margin: .3em 0 0 0;
	font-size: .75em; /* 12/16 */
}
form fieldset p.form-error {
	color: #F00;
}
form input[type="submit"] {
	margin: 1.2em 0 0;
	padding: .6em .5em;
	font-size: .875em; /* 14/16 */
	font-weight: bold;
	color: #000;
	border: 1px solid #DDD;
	background: #EEE;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
	border: 1px solid #333;
	background: #FFBA00;
}
form fieldset ul {
	font-size: .75em; /* 12/16 */
}
/* Link Button */
a.link-button {
	display: block;
	padding: .4em;
	font-size: .875em; /* 14/16 */
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #EEE;
	border: 1px solid #DDD;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
a:hover.link-button, a:active.link-button, a:focus.link-button {
	border: 1px solid #333;
	background: #FFBA00;
}

/* Code */
p.code {
	padding: .6em;
	font: .75em Monaco, "Courier New", Courier, monospace, serif; /* 12/16 */
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05); /* 1/20  2/20 */
	-moz-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-border-radius: .2em; /* 4/20 */
	-moz-border-radius: .2em;
	border-radius: .2em;	
}

/* Message Boxes */
.notice, .error, .success {
	margin: 1em .6em .6em;
	padding: 1.2em 1em; 
	font-size: .9em;
	color: #000;
	border: 1px solid #DDD;
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05); /* 1/20  2/20 */
	-moz-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-border-radius: .2em; /* 4/20 */
	-moz-border-radius: .2em;
	border-radius: .2em;	
}
.notice h1, .error h1, .success h1,
.notice h2, .error h2, .success h2,
.notice h3, .error h3, .success h3 {
	margin-top: 0;
}
.notice {
	background-color: #FFC;
}
.error {
	background-color: #FDE9EA;
}
.success {
	background-color: #E2F2CE;
}


/* =Default Structure
-----------------------------------------------------------------------------*/
.wrapper {
	width: 90%;
	margin: 0 auto;
}
#header {
	background: url(../imgx/motifManchesterLads160.png) no-repeat 100% 2.3em;
}
#header img {
	margin-top: 2.25em;
}
#header a {
	border: none;
}
#header p strong {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;	
}
.content .primary {
	width: 81.25%; /* 780/960 */
	float: left;
	display: inline;
}
.content .secondary {
	width: 16.66666667%; /* 160/960 */
	float: right;
	display: inline;
}
.content.home {
	background: url(../imgx/fohGayEscorts.jpg) no-repeat right bottom;
	border-bottom: 2px solid #000;
}

/* Navigation */
#utilityNav, #directoryNav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
	text-align: center;
}
#utilityNav li {
	float: right;
}
#directoryNav li {
	float: left;
}
#utilityNav a, #directoryNav a {
	display: block;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFF;
}
#utilityNav a {
	padding: 0 2em;
	font-size: .6875em; /* 11/16 */
	border-left: 1px solid #B1B1B1;
}
#directoryNav a {
	padding: 0 1em;
	font-size: 0.75em; /* 12/16 */
	border-right: 1px solid #B1B1B1;
}
#utilityNav a:hover, #utilityNav a:focus, #directoryNav a:hover, #directoryNav a:focus {
	text-decoration: underline;
	color: #FFF;
	background: #0081C6;
}

/* Section Navigation */
.sectionNav {
	margin-top: 1.625em;
	border: 2px solid #000;
	text-align: center;
}
.sectionNav h2 {
	font-size: .75em; /* 12/16 */
	margin: 0;
	padding: .4em;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	background: #000;
}
.sectionNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sectionNav ul li {
	display: inline;
}
.sectionNav ul a {
	display: block;
	padding: .6em 1em;
	font-size: 0.75em; /* 12/16 */
	border-bottom: 1px solid #000;
}
.sectionNav ul li:last-child a {
	border-bottom: none;
}
.sectionNav ul a:hover, .sectionNav ul a:focus {
	text-decoration: underline;
}
a#goodEscort {
	display: block;
	margin: 1.25em 0;
	text-align: center;
	border: none;
}


/* Ads01 */
#ads01 {
	margin-top: 1.625em;
	border: 2px solid #000;
	text-align: center;
}
#ads01 h2 {
	font-size: .75em; /* 12/16 */
	margin: 0;
	padding: .4em;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	background: #000;
}
#ads01 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ads01 ul li {
	display: inline;
}
#ads01 ul a {
	display: block;
	padding: .6em 1em;
	font-size: 0.75em; /* 12/16 */
	border-bottom: 1px solid #000;
}
#ads01 ul a:hover, #ads01 ul a:focus {
	text-decoration: underline;
}
#ads01 img {
	margin: .6em 0;
}

/* Ads02 */
.ads02 {
	margin: .6em 0;
	padding: 1.4em 0;
	border-top: 2px solid #000;
}
.ad300 {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #000;
}
.ad728 {
	margin: 1% 13%;
	text-align: center;
}

/* Footer */
.footer {
	margin: .6em 0;
	padding: 1.4em 0;
	border-top: 2px solid #000;
}
.footer nav {
	float: left;
	width: 23%;
	padding: 0 2% 0 0;
}
.footer nav + nav + nav + div {
	float: right;
	width: 25%;
	padding: 0;
	text-align: right;
}
.footer nav ul {
	font-size: .75em; /* 12/16 */
	padding: 0;
	list-style-type: none;
}
.footer nav ul li {
	padding: .4em 0; 
}
.footer address {
	font-size: .6875em; /* 11/16 */
}
.footer p {
	text-align: center;
	font-size: .6875em; /* 11/16 */
}
.footer p a, .footer p a:visited {
	color: #333;
	border: none;
}
.footer p a:hover, .footer p a:focus {
	color: #0081C6;
	text-decoration: underline;
}

/* Escort List */
.listing {
	width: 14%; /* 120/800 */
	min-height: 16em;
	margin: 0 1.4% .75em 0;
	float: left;
	display: inline;
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #000;
}
.listing h2 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: .6875em; /* 11/16 */
	font-weight: bold;
}
.listing p {
	margin: 0;
	font-size: .6875em; /* 11/16 */
}
.listing a {
	border: none;
}
.listing h2 a {
	min-height: 2.7em; /* Guessed height to prevent bug with long profile names */
	display: block;
	padding: .4em;
	background: #000;
	color: #FFF;
}
.listing p a {
	display: block;
	padding: .8em;
	color: #000;
}
.listing p a:hover, .listing p a:focus {
	color: #FFF;
	background: #0081C6;
}

/* Profile */
.profileImage {
	margin: 0.6em 1.5%; /* 12/800 */
	border: 1px solid #000;
}
/* Profile Tables */
#profileDescription, #profileLocation {
	float: left;
	width: 49%;
	font-size: 0.875em; /* 14/16 */
}
#profileLocation {
	float: right;
}
#profileRates, #profileHours, #profileContact {
	float: left;
	width: 31%;
	margin-right: 3%;
	font-size: 0.875em; /* 14/16 */
}
#profileContact {
	float: right;
	width: 31%;
	margin-right: 0;
}
#profileDescription tr, #profileLocation tr,
#profileRates tr, #profileHours tr, #profileContact tr {
	border-bottom: 1px dashed #CCC;
}
#profileDescription th, #profileDescription td,
#profileLocation th,    #profileLocation td,
#profileRates th,       #profileRates td,
#profileHours th,       #profileHours td,
#profileContact th,     #profileContact td {
	padding-left: 0;
}

#profileDescription ul, #profileLocation ul {
	margin: 0 0 .3em;
	padding: 0;
	list-style-type: none;
}
#profileDescription ul li, #profileLocation ul li {
	margin: 0 0 .3em;	
}
#profileDescription ul li {
	display: inline;
	margin-left: .4em;
	padding-left: 1em;
	background: url(../imgx/bullet.png) no-repeat center left;
}
#profileDescription ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#profileServices ul {
	text-align: center;
}
#profileServices ul {
	margin: .6em auto;
	width: 80%;
	text-align: left;
}
#profileServices ul li {
	display: block;
	width: 46%;
	margin: 0 0 .3em;
	padding-left: 3%;
	background: url(../imgx/bullet.png) no-repeat center left;
}
#profileServices ul li:nth-child(odd) {
	clear: both;
    float: left;
}
#profileServices ul li:nth-child(even) {
    float: right;
}

/*Profile Review */
#reviews article {
	margin: 1em 0 .6em;
	padding: 1.2em 1em; 
	font-size: .9em;
	color: #000;
	background: #F5F5F5;
	border: 1px solid #DDD;
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05); /* 1/20  2/20 */
	-moz-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 .05em .1em rgba(0,0,0,.05);
	-webkit-border-radius: .2em; /* 4/20 */
	-moz-border-radius: .2em;
	border-radius: .2em;	
}
#reviews h3 { margin-top: 0; }
.reviewInfo { font-style: italic; font-size: .875em; text-align: right; } /* 14/16 */

/* Profile Noice */
#profileNotice h2 { margin-top: 2em 0 1em; font-size: 1.125em; } /* 18/16 */
#profileNotice p { margin: 1em 0; }

/* Contact and Review Form */
img.headShot {
	float: right;
	margin: 0.6em;
}

/* Get Listed */
ol#appProcess {
	padding: 0;
	list-style: none;
}
ol#appProcess li {
	display: block;
	float: left;
	margin: 1%;
	padding: 2%;
	width: 7.5em;
	height: 6.875em;
	color: #000;
	background: url(../imgx/arrow.png) no-repeat 96% 96%;
	border: 2px solid #000;
}
ol#appProcess li:last-child {
	background: url(../imgx/star.png) no-repeat 96% 96%;
}



/* =iPad Adjustments
-----------------------------------------------------------------------------*/

@media screen and (max-width:768px) {

/* Typography  */
body {
	font-size: 0.875em; /* 14/16 */
} 
/* Structure */
.wrapper {
	width: 96%;
}
#header img {
	margin-top: 6em;
}
/* Escort List */
.listing {
/*	min-height: 15.2em;*/
}

}


/* =Mobile Adjustments
-----------------------------------------------------------------------------*/

@media screen and (max-width:480px) {

/* Typography  */
body {
	font-size: 0.75em; /* 12/16 */
} 
/* Structure */
#header {
	background: none;
}

#header img {
	margin-top: 2em;	
}
.content .primary, .content .secondary {
	width: 100%;
	float: none;
}
.content.home {
	background: none;
	border-bottom: none;
}
/* Ads02 */
.ads02 {
	display: none;
}
/* Footer */
.footer nav {
	float: left;
	width: 31%;
	padding: 0 2% 0 0;
}
.footer nav + nav + nav + div {
	clear: both;
	float: none;
	width: 100%;
	padding: 1.4em 0 0;
	text-align: center;
	border-top: 2px solid #000;
}
.footer address {
	padding: 0;
}

/* Navigation */
#directoryNav li {
	float: none;
}
#directoryNav a {
	width: 90%;
	margin: .6em auto;
	padding: .6em 1em;
	border: 1px solid #F5F5F5;
}

/* Escort List */
.listing {
	width: 23%;
	min-height: 15.2em;
}
.listing p a {
	padding: .6em;
}

/* Profile */
#profileDescription, #profileLocation, #profileRates, #profileHours, #profileContact {
	float: none;
	width: 100%;
}

}


/* =Helper Classes
-----------------------------------------------------------------------------*/

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* =Print
-----------------------------------------------------------------------------*/

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
/* Typography  */
body {
	font-size: 1em;
} 
/* Structure */
.wrapper {
	width: auto;
	margin: auto;
}
.wrapper:after {
	content: "\00A9  Copyright Web Thirst Limited \00B7  All Rights Reserved";
}
#header, .content .secondary, #utilityNav, #directoryNav, .sectionNav, .ads02, .footer, .notice, #reviews, #profileContact a {
	display: none;
}
.content .primary {
	width: 100%;
}
  
}


