/* escort_archive
Theme Name: Modularity
Theme URI: http://graphpaperpress.com/
Description: A multimedia theme framework for Wordpress by <a href="http://graphpaperpress.com">Graph Paper Press</a>
Version: 2.2.4
Tags: photography, one-column, two-column, theme options, minimal, widgets, white, portfolio, video, framework
Author: Thad Allender
Author URI: http://graphpaperpress.com/
License: GPL
*/



@import url("styles/screen.css");
 @import url("styles/nav.css");
 @import url("styles/forms.css");
/************************* DEFAULT STYLES ***************************/

body {
	color:#999;
	background: #000;
}
.container {
	/* width:990px; */
	width:1044px;
	margin:0 auto;
	/*background:#fff;*/

	z-index:49;
}
.container-inner {
	width:950px;
	margin:0 auto;
	padding:1.6em 0 1em;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#222;
}
h3.sub, h2.sub {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #515151;
	/* border-bottom: 1px solid #eee; */
}
a, .welcomebox h2 a {
	color:#428ce7;
	text-decoration:none;
}
a:hover, a:focus {
	color:#666;
}
p {
	color:#515151;
}
h6.top {
	color:#ccc;
}
#top {
	width:990px;
	margin:0 auto 1em;
	padding:0 0 0.5em;
	color:#666;
	height:46px;
	position:relative;
	z-index:30
}
#top a {
	color:#666
}
.login {
	float:left;
}
form#loginform {
	text-align:left;
}
input #wp-submit {
	background:#000
}
hr {
	height:1px;
}
.hide {
	display:none;
	text-indent: -9999px
}
.app {
	margin-bottom:15px;
}
/* Masthead */

#masthead {
	float: left;
	margin-left:20px;
	padding-top:8px
}
#masthead #logo h1 {
	float:left;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-weight: bold
}
#masthead #logo h1 a {
	color:#fff;
	font-size:0.45em;
}
#masthead #logo .description {
	float:right;
	margin:1.5em 2em;
	vertical-align: middle
}
/* Navigation overrides */

.sf-menu {
	position:absolute;
	top:38%;
	right:0;
	float:left;
	width:auto;
	margin-right:20px;
}
.sf-menu li {
	margin-right:1em;
}
.sf-menu #search #s {
	width:100px;
}
#top .sf-menu a {
	color: #999;
}
#top .sf-menu a:hover {
	color: #fff;
}
/* Posts */

.content {
	display:block;
	clear:both;
}
.post {
	display:block;
	clear:both;
}
.postmetadata {
	background:#eee;
	padding:1em;
	color:#999;
	font-size:11px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.postmetadata a {
	color:#515151;
}
.postmetadata a:hover {
	color:#222;
}
.underlined {
	border-bottom:1px solid #222;
}
.welcomebox {
	padding:1.5em;
	margin:0 0 1.6em 0;
	background:#eee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav {
	float:left;
	margin-bottom: 25px;
	width:100%;
}
.navi {
	float:left;
	margin-bottom: 15px;
}
.nav a, .navi a {
	/*	background:#eee;*/
	background:#faccce;
	color:#222;
	font:bold 12px/1 helvetica, arial, sans-serif;
	padding:8px 10px 8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block
}
.nav a:hover, .navi a:hover {
	/*background:#222;*/
	background:#cc0b10;
	color:#fff
}
.prev a, .next a {
	color:#222;
	text-decoration:none;
	padding:4px 10px 6px 10px;
	font-size:14px;
	display:block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.byline {
	font-size:11px;
	margin:0;
	color:#bbb
}
.byline a {
	color:#bbb
}
/* Sidebar */

#sidebar {
	margin:0;
}
#sidebar h3 {
	margin:0;
	padding:0 0 .6em 0
}
#sidebar .item {
	margin:0 0 4em 0
}
#sidebar ul {
	list-style:none;
	margin:0 0 1.6em 0;
	font-size:1em;
}
#sidebar ul li a, ul.txt li {
	color:#222;
	height:1%;
	background:url(images/li.png) no-repeat 0;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
	display:block;
	padding:6px 0 6px 8px;
}
#sidebar ul li a:hover, ul.txt li:hover {
	color:#515151;
	background-position:1px 0.8em;
	background: #E5ECF9 url(images/li-white.png) no-repeat 3px 10px;
}
#sidebar ul li a span, ul.txt li, h4 a span {
	color:#696455;
}
#sidebar ul li.active a {
	cursor:default;
	color:white;
}
#sidebar ul ul {
	margin:0;
	list-style:none;
}
/* Footer */

#footer-wrap {
	background:#000;
}
#footer {
	width:950px;
	padding:1.5em 0;
	margin:0 auto;
	color:#999;
	text-align:left
}
#footer p {
	color:#999
}
#footer h3 {
	margin:0;
	padding:0 0 .6em 0;
	border-bottom:none;
	color:#999
}
#footer .item {
	margin:0 0 4em 0
}
#footer ul {
	list-style:none;
	margin:0 0 1.6em 0;
	font-size:1em;
}
#footer ul li a, ul.txt li {
	height:1%;
	line-height:1.2em;
	display:block;
	padding:6px 0 6px 8px;
}
#footer ul li a:hover, ul.txt li:hover {
	color:#fff;
	background-position:1px 0.8em;
	background: #111
}
#footer ul li a span, ul.txt li, h4 a span {
	color:#696455;
}
#footer ul li.active a {
	cursor:default;
	color:white;
}
#footer ul ul {
	margin:0;
	list-style:none;
}
#sidebar ul#recentcomments, #footer ul#recentcomments {
	list-style:none;
	margin:0 0 1.6em 0;
	font-size:1em;
}
#sidebar ul#recentcomments li.recentcomments, #footer ul#recentcomments li.recentcomments {
	display:block;
	padding:4px 0 4px 8px;
}
#sidebar ul#recentcomments li.recentcomments a, #footer ul#recentcomments li.recentcomments a {
	border:0;
	background-image:none
}
#sidebar ul#recentcomments li.recentcomments a:hover, #footer ul#recentcomments li.recentcomments a:hover {
	color:#fff;
	background-position:1px 0.8em;
	background: #111
}
#sidebar ul#recentcomments li.recentcomments a span, #footer ul#recentcomments li.recentcomments a span {
	color:#696455;
}
/* Floats & Images */

.right {
	float: right;
}
.left {
	float: left;
}
.middle {
	margin: 0 auto;
	float:left;
}
.clear {
	clear: both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:950px
}
img.alignright {
	padding: 4px 0 4px 4px;
	margin: 3px 0 2px 10px;
	display: inline;
	max-width:950px
}
img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 3px 10px 2px 0;
	display: inline;
	max-width:950px
}
img.alignnone {
	padding:4px 4px 4px 0;
	margin:3px 10px 2px 0;
	display: block;
	max-width:950px
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail, .attachment-thumbnail {
	max-width:150px;
	margin:0 1.5em 1.5em 0;
	float:left
}
.alignright .attachment-thumbnail {
	margin-right:0
}
.attachment-medium {
	max-width:950px;
	overflow:hidden;
	display: inline
}
.attachment-large {
	max-width:950px;
	overflow:hidden;
	display: inline
}
.content .size-medium, content size-large {
	margin: 0 1.5em 1.5em 0
}
.home .size-medium, .home .size-large {
	max-width:590px;
	height:auto;
	overflow:hidden;
	margin:0 .5em .5em 0;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 0;
	border:none !important;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-item .attachment-thumbnail {
	float:none !important;
	margin:0 auto;
}
.gallery-item dd {
	clear:both
}
/* Image sizes depending on the number of columns */

.col-0 {
	width: 100%;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
	width: 16.5%;
}
.col-7 {
	width: 14%;
}
.col-8 {
	width: 12.4%;
}
.col-9 {
	width: 11%;
}
.col-10 {
	width: 10%;
}
.col-11 {
	width: 9%;
}
.col-12 {
	width: 8.33%;
}
.col-13 {
	width: 7.6%;
}
.col-14 {
	width: 7.1%;
}
.col-15 {
	width: 6.66%;
}
.col-16 {
	width: 6.25%;
}
.col-17 {
	width: 5.83%;
}
.col-18 {
	width: 5.55%;
}
.col-19 {
	width: 5.25%;
}
.col-20 {
	width: 4.95%;
}
/* Captions */

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 30px;
	margin: 0;
	padding:10px;
	text-align:center;
	font-style:italic;
}
/* End captions */
/* Etc */
#filters {
	clear: both;
	height: 2em;
	margin-bottom: 1em;
}
#filters li {
	float: left;
	margin-right: 2em;
}
.prev {
}
.next {
}
:focus {
	outline: 0;
}
.sticky {
	font-size: 24px;
	border: 1px solid #bbb;
	border-width: 1px 0;
	background: #eee;
	padding: 15px;
}
.double-border {
	background: url(images/double-border.png) repeat-x bottom;
	height:8px;
	width:100%;
	clear:both;
	float:none;
	border:none;
	margin:1em 0
}
.ad-main, .ad-sidebar {
	display:block;
	clear:both;
}
/* Search */

#search {
	margin:0;
	padding:0;
}
#search #s {
	background: #ddd url('images/search.png') 2px 3px no-repeat;
	color: #222;
	font-size: 1em;
	margin:0;
	padding: 4px 0 4px 17px;
	width: 150px;
	border:1px solid #333;
}
#search input {
	border:none
}
#search #s:hover {
	color: #000;
	background: #fff url('images/search_hover.png') 2px 3px no-repeat;
}
.search-excerpt {
	margin: 0;
}
/* Comments */

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}
ol.commentlist li {
	border-top:5px solid #eee;
	margin:0 0 10px;
	padding:5px 7px 5px 57px;
	position:relative;
	height:1%;
}
ol.commentlist li:hover {
	background:#f7f7f7;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
	border-top:5px solid #222;
}
ol.commentlist li.comment {
}
ol.commentlist li div.comment-author {
	padding:0 170px 0 0;
}
ol.commentlist li div.vcard {
	font-weight: bold;
	color:#222
}
ol.commentlist li div.vcard a {
	color:#222
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#333;
}
ol.commentlist li div.vcard img.avatar {
	left:0;
	position:absolute;
	top:5px;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
	font:11px helvetica, arial, sans-serif;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	background:#eee;
	padding:6px 4px 4px 4px
}
ol.commentlist li div.comment-meta a {
	color:#bbb;
	text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover {
	color:#000;
}
ol.commentlist li.comment-author-admin div.comment-meta {
	background:#222
}
ol.commentlist li.comment-author-admin div.comment-meta a:hover {
	color:#fff
}
ol.commentlist li p {
}
ol.commentlist li ul {
}
ol.commentlist li div.reply {
	text-align:center;
	width:36px;
}
ol.commentlist li div.reply a {
	background:#eee;
	color:#222;
	font:bold 9px/1 helvetica, arial, sans-serif;
	padding:6px 10px 3px;
	color:#222;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li div.reply a:hover {
	color:#fff;
	background:#222
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.pingback.parent {
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
ol.commentlist li.comment-author-admin {
}
h3#comments {
	margin:2em 0
}
#respond {
	margin:30px 0;
	padding:10px 0;
}
#commentform {
	margin-bottom: 60px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
}
#commentform textarea {
	margin-top:5px;
	width: 95%;
	padding: 2px;
	border:5px #eee solid;
	font-size: 1.2em;
}
#commentform textarea:hover {
	border:5px solid #222;
}
#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
	background:#111 none repeat scroll 0 0;
	border:1px solid #222;
	color:#BBBBBB;
	font-size:1.3em;
	font-weight:bold;
	margin-top:5px;
	padding:5px;
}
legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px
}
#commentform #submit:hover {
	background:#000;
	color:#fff
}
#wp-submit {
	font-weight: bold;
	font-size: 1em;
	background:#111 none repeat scroll 0 0;
	border:1px solid #222;
	color:#BBBBBB;
	font-weight:bold;
	padding:5px;
}
#wp-submit:hover {
	background:#000;
	color:#fff
}
/* Slider */

.sliderGallery {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding:0;
	height: 190px;
	width: 1658px;
	margin:0 0 1em;
}
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery UL LI {
	display: inline;
	padding:0 1.2em 0 0;
}
.slider {
	width: 950px;
	height: 17px;
	top: 160px;
	padding: 1px;
	position: relative;
	background: url(images/product-arrows.png) no-repeat;
}
.slider-item {
	position: relative;
	margin: 0 0 0px;
	padding:0;
}
.slider-item span.slider-title {
	background: #000;
	padding:4px;
	left: 0px;
	bottom: 3px;
	display: block;
	text-align:center;
	height: 18px;
	width:142px;
	overflow:hidden;
	position: absolute;
	z-index: 10; /* opacity - move to sep. stylesheet */
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity:.70;
}
.slider-item span.slider-title a {
	color: #ccc;
	text-decoration: none;
}
.slider-item span.slider-title a:hover {
	color:#fff;
}
.slider-item .attachment-thumbnail {
	width:150px;
	height:150px;
	margin:0;
	padding:0;
	float:none;/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity:.90;
}
.slider-item .attachment-thumbnail:hover {/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
#slider-handle span {
	color: #aaa;
	font-size: 70%;
	z-index:0;
	position: relative;
	top: -16px;
}
#slider-handle .slider-1 {
	left: 8px;
}
#slider-handle .slider-2 {
	left: 103px;
}
#slider-handle .slider-3 {
	left: 198px;
}
#slider-handle .slider-4 {
	left: 293px;
}
#slider-handle .slider-5 {
	left: 388px;
}
#slider-handle .slider-6 {
	left: 483px;
}
#slider-handle .slider-7 {
	left: 578px;
}
#slider-handle .slider-8 {
	left: 673px;
}
#slider-handle .slider-9 {
	left: 768px;
}
#slider-handle .slider-10 {
	left: 862px;
}
#content-slider {
	width: 930px;
	height: 10px;
	z-index:1;
	margin-left:10px;
	position: relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
.ui-slider-handle {
	width: 20px;
	height: 10px;
	position: absolute;
	top: 0px;
	background: #aaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-left:-10px;
}
* html .ui-slider-handle {
	top: -2px;
}
#slider-section {
	width: 950px;
	height: 160px;
	margin-top: 0px;
	overflow: hidden;
	position: relative
}
#slider-handle {
	width: 950px;
	background: #ddd;
	height: 10px;
	display: block;
	margin-bottom:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
/* Sliding Content */

#jFlowSlide {
	background:#000;
	margin:0 0 24px 0;
}
#myController {
	width:950px;
}
#slides {
	width: 950px;
	height:380px;
	overflow: hidden;
}
#myController span.jFlowSelected {
	background:#000;
	margin-right:0px;
}
.slide-wrapper {
	padding:12px;
	margin: 0;
	display:block;
	overflow:hidden;
	position: relative;
}
.slide-thumbnail {
	width:590px;
	float:left;
}
.slide-thumbnail img {
	max-width:590px;
	max-height:350px
}
* html .slide-thumbnail img {
	width:590px;
	height:350px
}
.slide-thumbnail img.attachment-thumbnail {
	margin:0;
	padding:0
}
.slide-details {
	width:310px;
	float:right;
	margin-left:10px;
}
.slide-details h2 {
	color:#eee;
	font-style: italic;
	font-weight:normal;
	margin:0;
}
.slide-details .description p {
	color: #999;
	margin-top:10px;
	font-size:1.1em
}
.jFlowControl, .jFlowPrev, .jFlowNext {
	color:#ccc;
	cursor:pointer;
	padding:4px 8px;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	background: #222;
}
a.button {
	position:absolute;
	bottom:20px;
	right:20px;
	display: block;
	width: 255px;
	height: 46px;
	padding: 20px 20px 5px 20px;
	color:#000;
	text-decoration: none;
	background:url(images/button.jpg) no-repeat 0px 0px;
}
a.button:hover {
	color:#fff;
	background:url(images/button.jpg) no-repeat 0px -71px;
}
.slide-wrapper a {
	color:#ccc
}
.slide-wrapper a:hover {
	color:#fff
}
.jFlowSelected {
	color:#666
}
/* Slideshow */

ul#portfolio {
	padding:0;
	list-style:none;
	margin:0 0 1em;
	overflow:hidden;
}
ul#portfolio li {
	list-style:none;
	padding:0;
	width:950px;
	text-align: center;
}
ul#portfolio li h4 {
	margin: 0 0 .5em 0;
	text-transform:uppercase;
	padding:0 16px;
}
ul#portfolio li img {
	max-width:950px;
	text-align:center;
	margin:0;
}
/* Category Section */

#category-section {
	margin-bottom: 20px;
	float:left;
}
#category-section ul {
	list-style:none;
	margin:0;
	font-size:1em;
	padding:0;
	border-top:1px solid #eee;
}
#category-section ul li a, ul.txt li {
	height:1%;
	line-height:1.2em;
	border-bottom:1px solid #eee;
	display:block;
	padding:6px 0 6px 8px;
	margin:0
}
#category-section ul li a:hover, ul.txt li:hover {
	color:#fff;
	background-position:1px 0.8em;
	background: #000
}
#category-section ul li.active a {
	cursor:default;
	color:white;
}
#category-section img.attachment-thumbnail {
	display: block;
	float:none
}
/* PhotoShelter */

img.wp-photoshelter-img {
	padding:4px;
	background: #eee;
	margin: 0 1em 1em 0
}
img.wp-photoshelter-img:hover {
	background:#ccc
}
/****************************************************************/

					/*  CUSTOMIZATION  */

/****************************************************************/

#top {
	background-image:url("http://www.contactescort.com/images/header_bg.png");
	background-repeat:no-repeat;
	height: 255px;
	width: 1044px;
	padding:0;
	margin-bottom:0;
}
#masthead {
	width:278px;
	height:60px;
	margin-top: 30px;
	clear:both;
	background-image:url(../../../../images/logo_h60.png);
	background-repeat:no-repeat;
}
.sitename {
	width:278px;
	height: 60px;
	margin-left:30px;
	
}
#masthead h1 {
	display:block;
	text-indent:-5000px;
}
#masthead #logo .description {
	float: left;
}
.navi a {
}
/* RED BAR Styles */

#red_bar {
	background-image: url("http://www.contactescort.com/images/red_bar_temp.png");
	background-repeat:no-repeat;
	/*	height: 73px; */

	height: 58px;
	width:972px;
	/* position:relative;*/

	margin-top:95px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
#red_bar h1 {
	text-indent: -9999px;
	margin: 0px;
}
#red_menu {
	width: 760px;
	height: 55px;
}
#red_menu ul {
	list-style:none;
	float: left;
	margin-left: 55px;
	margin-top: 8px;
	width:600px;
}
#red_menu ul li {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
}
#red_menu ul li a {
	text-transform:capitalize;
	color:#ffffff;
	font-size: 1.2em;
}
#anunciar {
	width: 230px;
	height: 55px;
	float: right;
}
/*GREY BAR Styles */

#grey_bar {
	background-image: url("http://www.contactescort.com/images/grey_bar.png");
	background-repeat:no-repeat;
	z-index:10;
	height: 96px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	/*float: left;	border: solid 1px #000099; */

	width: 972px;
}
/*

#greyBar {

	float: left;

	height: 117px;

	width: 972px;

	position: relative;

	top: 25px;

	left: 15px;

	background-image: url("http://www.contactescort.com/images/grey_bar.png");

	background-repeat: no-repeat;

}

*/





#grey_bar ul {
	list-style:none;
	float: left;
	margin-top: 30px;
	width: 450px;
}
#grey_bar ul li {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
	text-transform:capitalize;
	color:#000;
	font-size: 1.2em;
}
#grey_bar ul ul {
	list-style:none;
	float: left;
	margin-left: 30px;
	margin-top: 0px;
	position: relative;
	top: -24px;
}
#grey_bar ul ul li {
	display: inline;
	margin-right: 0px;
	font-weight: bold;
	text-transform:capitalize;
	color:#fff;
	font-size: 1.2em;
	padding-right: 20px;
}
#grey_bar ul ul li a {
	display: inline;
	margin-right: 0px;
	font-weight: bold;
	text-transform:capitalize;
	color:#bbb;
	font-size: 0.8em;
}
.thumbnail, .attachment-thumbnail {
	max-width: 176px;
	height:263px;
}
.sliderGallery {
	/*height: 264px;*/

	height: 154px;
}
.slider-item .attachment-thumbnail {
	/*height: 224px;*/

	height: 114px;
	width: 76px;
}
#slider-section {
	/*height: 234px;*/

	height: 124px;
}
.slider-item span.slider-title {
	width: 68px;
}
/* qTranslate */

.qtrans_language_chooser {
	list-style-type:none;
}
.qtrans_language_chooser ul {
	display:inline;
	margin:0;
	padding:0;
}
.qtrans_language_chooser li {
	float:left;
	margin-right:3px
}
.container {
	background-image: url("http://www.contactescort.com/images/vertical_shadow_bg.png");
	background-repeat:repeat-y;
	top:-2px;
	position:relative;
}
/* ARCHIVE TEMPLATE - STYLES */



.escort_archive {
	float:left;
	text-align:center;
	width: 200px;
	height: 376px;
	background-image: url("http://www.contactescort.com/images/escort_archive_bg.png");
	margin-right:18px;
	margin-left:18px
}
.escort_archive .attachment-thumbnail {
	margin-top: 14px;
	margin-left:12px;
}
.escort_archive .sub {
	text-transform:capitalize;
}
/* PROFILE STYLES  */

#escort_details {
	width:590px;
	background-image: url("http://www.contactescort.com/images/profile_details_bg_590.png");
	background-repeat:no-repeat;
	float:right;
	height: 654px;
	margin-right: -22px;
}
.grid {
	display: table;
	border-spacing: 2px;
}
#escort_name {
	display:block;
	float: left;
	/*width: 511px;*/ width: 549px;
	margin-top: 22px;
	margin-left: 18px;
	background-color: #878787;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#escort_name h2 {
	margin: 0px;
	float: left;
	width: 45%;
	padding-left: 15px;
	color:#fff;
}
#escort_name h4 {
	float: right;
	width: auto;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.4em;
}
#contact {
	float: left;
	width: 547px;
	margin-left: 19px;
	background-color: #bebebe;
	height: 40px;
}
#contact p {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#price {
	font-size: 1.4em;
	float: right;
	width: 40%;
	margin-right:0;
	text-align: right;/*	margin-left: 25px;

*/}
#description {
	float: left;
	width: 530px;
	height:314px;
	margin-left: 25px;
	text-align: justify;
	margin-bottom: 0px;
}
#post_pictures {
	width: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* Escort Profile */



.escort_fields {
	margin-left: 18px;
	display: table;
	float: left;
	width: 503px;
	/*background-color: #ededed;*/ 

	
	padding-left:3px;
	padding-right:10px;
	height: 130px;
	position: relative;
	bottom: -72px;
	-moz-border-radius:  0 0 4px 4px;
	-webkit-border-radius:  0 0 4px 4px;
}
.gallery-icon {
	width: 201px;
	height: 290px;
	background-image: url("http://www.contactescort.com/images/thumbnail_bg_pink.png");
}
.profile_title {
	width:100%;
	font-family:"MS Sans Serif", "New York", serif;
	font-size:12px;
	font-weight:bold;
	color:#575757;
	border-bottom: 2px solid #c9c9c9;
}
.left_col {
	float:left;
	width:245px;
}
.right_col {
	float:right;
	width:245px;
}
.field {
	width:95px;
	height:35px;
	float:left;
	font-weight:bold;
	background-color:#f1f1f1;
	margin-bottom:5px;
	color:#575757;
}
.value {
	width:140px;
	height:35px;
	float:left;
	margin-left:3px;
	background-color:#f1f1f1;
	margin-bottom:5px;
	position:relative;
}
.row {
	display: table-row;
}
.cell {
	background-color: #ededed;
	padding: 0 1px 0;
}
/* HOME PAGE */

#welcome {
	width: 100%
}
#welcome_left {
	float: left;
	width: 63%;
}
#welcome_right {
	float: right;
	width: 32%;
	text-align:center;
	padding: 15px;
	border-left:1px solid #999;
}

.red_board{
	background-image: url("http://www.contactescort.com/images/red_board_bg.gif");
	background-repeat:no-repeat;
	width:421px;
	height:364px;
	color:#fff;
	font-family:Arial;
	float:left;
	margin-left:25px;
	margin-right:22px;
}
.red_board p {
	color:#fff;
}
