/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663366;
	background: #5F5768;
	background: #000;
	color: #9D579D;
  }

body.admin-menu {
    margin-top: 0 !important;
}

#admin-menu li li {
    float: none;
}

a, a:link, a:active, a:visited, a:hover {
	color: #990066;
	color: #B8007B;
	color: #B8007B;
  }

a:hover {
	color: #D62C9E;
  }

#page-wrapper {
	background: #000 url(images/page_bg.gif) repeat-x 0 -10px;
}

#page  {
  background: #000;
}

#very-header {
    text-align: center;
    margin-bottom: -5px;
}

#very-header .block-ad {
  margin-bottom: 0;
}

#very-header img {
  max-width: 100%;
  height: auto;
}


/** header **/

#header-top {
	display: block;	
	height: 35px;
	background: url(images/header-top.gif) no-repeat 5px 0;
}

#block-block-3 {
	color: #fff;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 10px;
}

#block-block-3 a {
	font-weight: normal;
	color: #D62C9E;
}


#block-block-7 {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 12px;
	background: url(images/header-bottom.gif) no-repeat top right;
	margin-top: 2px;
}

#block-block-7 a {
	text-decoration: none;
	font-weight: bold;
	color: #D62C9E;
}

#block-block-7 a:hover {
	text-decoration: underline;
}



  #header
  {
	margin-bottom: 10px;
		margin-bottom: 0px;
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }





  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  

  }

/** content **/
  #content
  {
	border-left: 1px dashed #C533A1;
  }

  #content-inner
  {
    background: #000;
	margin-right: 10px;
	margin-left: 20px;
	color: #ddd;
  }

.section-admin #content {
	background: #fff;
}

.section-admin #content-inner {
	background: #fff;
	color: #000;
}

TD {
	color: #000;
}

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding: 10px 0 18px;
    
  }

.breadcrumb a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  h1.title
  {
    	font-weight: normal;
	font-size: 1.6em;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
	border: 1px solid #fff;
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
	background-color: #000;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 40px;
    overflow: visible;
    color: #898989;
    font-size: 35px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
	letter-spacing: 2px;
  }


  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
	
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


/* Fixin TSS css disappearing upon node-edit-error */

.taxonomy-super-select-checkboxes {
  clear: both;
  padding-top: 1em;
}

.taxonomy-super-select-checkboxes .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

.taxonomy-super-select-radios {
  clear: both;
  padding-top: 1em;
}

.taxonomy-super-select-radios .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

.taxonomy-super-select-radios .description {
  clear: both;
}

.taxonomy-super-select-help {
  display: block;
  font-style: italic;
  margin-left: 1em;
}

#taxonomy-form-vocabulary .taxonomy-super-select-radios {
  padding-top: 0;
}

#taxonomy-form-vocabulary .form-radios {
  margin-top: 0;
}

#taxonomy-form-vocabulary .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.taxonomy-super-select-image .form-item {
  display: inline;
}

/* end Fixin TSS css disappearing upon node-edit-error */


#field_photos_values .description, #field_photos2_values .description {
	color: #000;
}

table#field_photos_values, table#field_photos2_values {
	width: 400px;
}

.node-form .tips a:link {
	display: none;
}


.node-form #edit-title-wrapper label {
    font-size: 18px;
    margin-bottom: 8px;
}

.node-form .form-item {
    margin-bottom: 20px;
}

.node-form .description {
    font-size: 15px;
    color: #49cc3a;
    margin-top: 4px;
}

.node-form .description span {
    color: #dede52;
}

.node-form .tips {
    display: none;
}

.node-form .captcha .description {
    color: #fff;
}


/* General Listings style */

.node #content-header h1.title {
	margin-bottom: 8px;
}

.node .submitted {
	margin-bottom: 10px;
	color: #7B6C7D;
}

.node .terms {
	text-align: left;
	color: #7B6C7D;
	display: block;
	margin-bottom: 10px;
}

.node .terms a {
	text-decoration: none;
}

.node .listing-video {
    clear: none !important;
    float: right;
    width: 315px;
    text-align: right;
}

.node .field-field-photos {
    clear: none !important;
	float: right;
	padding-bottom: 25px;
	width: 315px;
	text-align: right;
}

.node .field-field-photos .field-item {
	padding-bottom: 10px;
}

.node .field {
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
}

.node .field-label, .node .field-label-inline-first {
	color: #7B6C7D;
}

.node .field-label {
	margin-bottom: 2px;
}

.node .field-field-description {
	margin-bottom: 20px;
	margin-top: 10px;
}

.node.node-teaser .field-field-photos {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	background: #4F4F4F;
	padding-bottom: 0px;
	text-align: left;
}

.node.node-teaser .field-field-photos .field-item {
	padding-bottom: 0px;
}

.node.node-teaser .field {
	clear: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}


.node-user-links {
	display: block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #595959;
	padding: 4px;
	padding-left: 8px;
	margin-bottom: 10px;
}

.node-user-links a {
	font-weight: bold;
}

.node .field-type-link {
  word-break: break-all;
}

.node .field-type-link a {
  white-space: pre;
  word-wrap: break-word;
}

/* taxonomy checkbox stylin */

.taxonomy-super-select-checkboxes fieldset .form-item {
	background: #505050;
	background: none;
}

fieldset legend {
	color: #ddd;
	font-weight: bold;
	margin-bottom: 10px;
}


.taxonomy-super-select-checkboxes #edit-taxonomy-1-52-wrapper {
	clear: left;
}

.taxonomy-super-select-checkboxes #edit-taxonomy-1-54-wrapper {
	padding-bottom: 25px;
}

.taxonomy-super-select-checkboxes #edit-taxonomy-1-52-wrapper {
	padding-bottom: 25px;
}



/* end taxonomy checkbox stylin */


/* text ad stylin */

#block-ad-17 {
	border-top: 1px dashed #9A00AC;
}

#block-ad-17 a {
	text-decoration: none;
	color: #D62C9E;
		display: block;
		width: 100%;
}

.text-advertisement {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #9A00AC;
}

.text-advertisement P {
	margin: 0px;
}

.text-advertisement .ad-wrapper {
	padding: 5px;
}

.text-advertisement .ad-header {
	font-weight: bold;
	font-size: 1.1em;
}

#block-ad-17 .text-advertisement .ad-body {
	font-size: 0.9em;
	color: #D26EDE;
}

#block-ad-17 a:hover {
	background: #9A00AC;
	color: #fff;
		display: block;
}

#block-ad-17 a:hover .ad-body {
	color: #fff;
}

/* end text ad stylin */


/* nav stylin */

.nav a {
	display: block;
	width: 180px;
	height: 34px;
	margin-bottom: 9px;
}

a.nav-escorts {
	background: url(images/nav_escorts1.gif) no-repeat top left;
}

a.nav-escorts:hover {
	background: url(images/nav_escorts2.gif) no-repeat top left;
}

a.nav-agencies {
	background: url(images/nav_agencies1.gif) no-repeat top left;
}

a.nav-agencies:hover {
	background: url(images/nav_agencies2.gif) no-repeat top left;
}

a.nav-agency-and-indy-links {
	background: url(images/nav_agency-and-indy-links1.gif) no-repeat top left;
}

a.nav-agency-and-indy-links:hover {
	background: url(images/nav_agency-and-indy-links2.gif) no-repeat top left;
}

a.nav-visiting-escorts {
	background: url(images/nav_visiting-escorts1.gif) no-repeat top left;
}

a.nav-visiting-escorts:hover {
	background: url(images/nav_visiting-escorts2.gif) no-repeat top left;
}

a.nav-therapeutic-services {
	background: url(images/nav_therapeutic-services1.gif) no-repeat top left;
}

a.nav-therapeutic-services:hover {
	background: url(images/nav_therapeutic-services2.gif) no-repeat top left;
}

a.nav-nsa {
	background: url(images/nav_nsa1.gif) no-repeat top left;
}

a.nav-nsa:hover {
	background: url(images/nav_nsa2.gif) no-repeat top left;
}

a.nav-freecams {
	background: url(images/nav_freecams.gif) no-repeat top left;
}

a.nav-freecams:hover {
	background: url(images/nav_freecams2.gif) no-repeat top left;
}

.nav a.whitenav {
    color: #b1b1b1;
}

.nav a.whitenav:hover {
    color: #fff;
}

.nav a.pinknav {
    background: #b8007a;
    -webkit-box-shadow: 0px -5px 10px #ab1078 inset;
    box-shadow: 0px -5px 10px #ab1078 inset;
    color: #d6d6d6;
}

.nav a.pinknav:hover {
    background: #f73db9;
    -webkit-box-shadow: 0px -5px 10px #dc3ea8 inset;
    box-shadow: 0px -5px 10px #dc3ea8 inset;
    color: #ffffff;
}




/* end nav stylin */


/* city dropdown styling */

#block-block-5 {
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* front page stylin */


#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 {
	background: url(images/front_featured-escorts.gif) no-repeat top left;
	width: 216px;
	height: 192px;
	float: right;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .block-inner {
	width: 152px;
	margin-left: 47px;
}


#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .content {
	padding-top: 11px;
	padding-bottom: 12px;
	line-height: 12px;
}


#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .views-rotator-item {
	position: relative; 
	top: 0pt; 
	left: 0pt; 
	z-index: 2; 
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 a {
	text-decoration: none;
	font-weight: bold;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 a:hover {
	color: #D62C9E;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 a img {
	border: 2px solid #fff;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 a:hover img {
	border: 2px solid #D62C9E;
}


#block-views-1c1fa6a206945ab8f694233b8e286407 {
	background: url(images/front_featured-agencies.gif) no-repeat top left;
	width: 216px;
	height: 192px;
	float: right;
	text-align: center;
	margin-right: 10px;
}

#block-views-1c1fa6a206945ab8f694233b8e286407 .block-inner {
	width: 152px;
	margin-left: 47px;
}

#block-views-1c1fa6a206945ab8f694233b8e286407 .content {
	padding-top: 11px;
	padding-bottom: 12px;
	line-height: 12px;
}


#block-views-1c1fa6a206945ab8f694233b8e286407 .views-rotator-item {
	position: relative; 
	top: 0pt; 
	left: 0pt; 
	z-index: 2; 
}

#block-views-1c1fa6a206945ab8f694233b8e286407 a {
	text-decoration: none;
	font-weight: bold;
}

#block-views-1c1fa6a206945ab8f694233b8e286407 a:hover {
	color: #D62C9E;
}

#block-views-1c1fa6a206945ab8f694233b8e286407 a img {
	border: 2px solid #fff;
}

#block-views-1c1fa6a206945ab8f694233b8e286407 a:hover img {
	border: 2px solid #D62C9E;
}



#block-views-dc0b84aa4ab9e73e753661a9e4872f6c {
	background: url(images/front_featured-escorts.gif) no-repeat top left;
	width: 216px;
	height: 192px;
	float: right;
	text-align: center;
	margin-right: 2px;
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c .block-inner {
	width: 152px;
	margin-left: 47px;
}


#block-views-dc0b84aa4ab9e73e753661a9e4872f6c .content {
	padding-top: 11px;
	padding-bottom: 12px;
	line-height: 12px;
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c .views-rotator-item {
	position: relative; 
	top: 0pt; 
	left: 0pt; 
	z-index: 2; 
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c a {
	text-decoration: none;
	font-weight: bold;
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c a:hover {
	color: #D62C9E;
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c a img {
	border: 2px solid #fff;
}

#block-views-dc0b84aa4ab9e73e753661a9e4872f6c a:hover img {
	border: 2px solid #D62C9E;
}

.emptytext {
	color: #000;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
}

#block-block-6 {
	clear: both;	
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	/* text-align: center; */
}

#block-block-6 .welcomebold {
	font-weight: bold;
}

#block-block-6 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#block-block-6 a:hover {
	text-decoration: underline;
}


/* general Recent block stylin */

.block-views .views-row-odd {
	clear: both;
	float: left;
	width: 318px;
	height: 105px;
}

.block-views .views-row-even {
	float: right;
	width: 318px;
	height: 105px;
}

.block-views .view-footer {
	clear: both;
	margin-top: -10px;
	border-bottom: 2px solid #7F3E89;
	margin-bottom: 0px;
	padding-bottom: 4px;
		height: 30px;
}

.block-views .view-footer a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #D62C9E;
}

.block-views .view-footer a:hover {
	text-decoration: underline;
}

.block-views H2.title {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 1.6em;
	background: #3E3E3E;
	float: left;
	padding-right: 10px;
		margin-bottom: 16px;
}

.block-views .node.node-teaser {
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.block-views .teaser-title a {
	font-size: 1.4em;
	text-decoration: none;
}

.block-views .teaser-title a:hover {
	color: #D62C9E;
}

.block-views .node.node-teaser .field.field-field-photos {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
		background: #4F4F4F;
}

.block-views .node.node-teaser .field.field-field-photos a {
	display: block;
	height: 75px;
	border: 1px solid #8A8A8A;
}

.block-views .node.node-teaser .field.field-field-photos a:hover {
	display: block;
	border: 1px solid #D62C9E;
}

.block-views .node.node-teaser .field.teaser-description {
	margin-top: 4px;
	font-size: 11px;
	line-height: 13px;
	height: 35px;
}

.block-views .node.node-teaser .field.teaser-morelink {
	margin-top: 8px;
}

.block-views .node.node-teaser .field.teaser-morelink a {
	margin-top: 8px;
	text-decoration: none;
	font-weight: bold;
}

.block-views .node.node-teaser .field.teaser-morelink a:hover {
	color: #D62C9E;
}

.block-views .view-empty {
	clear: both;
}

/* end general Recent block stylin */


/* General Recent Listings Block */

#block-views-Recent_Listings-block_1, #block-views-c947d4bf07886149bf2ba93ea8589ee5, #block-views-de7f89c8c32a3c3c970a5bd4005b7537, #block-views-Recent_Listings-block_2 {
	clear: both;
	background: #3E3E3E url(images/front_recent-escorts-footer.gif) no-repeat bottom left;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#block-views-Recent_Listings-block_1 .block-inner, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .block-inner, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .block-inner, #block-views-Recent_Listings-block_2 .block-inner {
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 4px;
	background: #3E3E3E url(images/front_recent-blocks.gif) no-repeat top left;
}

#block-views-Recent_Listings-block_1 H2.title, #block-views-c947d4bf07886149bf2ba93ea8589ee5 H2.title, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 H2.title, #block-views-Recent_Listings-block_2  H2.title {
	color: #7B6C7D;
}

#block-views-Recent_Listings-block_1 .view-footer, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .view-footer, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .view-footer, #block-views-Recent_Listings-block_2 .view-footer {
	border-bottom: 2px solid #7B6C7D;
}

#block-views-Recent_Listings-block_1 a, #block-views-c947d4bf07886149bf2ba93ea8589ee5 a, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 a, #block-views-Recent_Listings-block_2 a {
	color: #AA70AD;
}

#block-views-Recent_Listings-block_1 a:hover, #block-views-c947d4bf07886149bf2ba93ea8589ee5 a:hover, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 a:hover, #block-views-Recent_Listings-block_2 a:hover {
	color: #CBA5CD;
}

#block-views-Recent_Listings-block_1 .teaser-morelink a, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .teaser-morelink a, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .teaser-morelink a, #block-views-Recent_Listings-block_2 .teaser-morelink a {
	color: #B8007B;
}

#block-views-Recent_Listings-block_1 .teaser-morelink a:hover, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .teaser-morelink a:hover, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .teaser-morelink a:hover, #block-views-Recent_Listings-block_2 .teaser-morelink a:hover {
	color: #D62C9E;
}


/* end General Recent Listings Block */


/* Visiting Escort Listings Block */


#block-views-c947d4bf07886149bf2ba93ea8589ee5 .teaser-description {
	display: none;
}

#block-views-c947d4bf07886149bf2ba93ea8589ee5 .visiting-dates {
	margin-top: 4px;
	font-size: 11px;
	line-height: 13px;
	height: 35px;
}

#block-views-c947d4bf07886149bf2ba93ea8589ee5 .vdlabel {
	font-weight: bold;
	display: block;
}

#block-views-c947d4bf07886149bf2ba93ea8589ee5 .date-display-end {
	display: block;
}

/* end Visiting Escort Listings Block */

/* end front page stylin */


/* Views category page styling */

.view-display-id-page_1 {
	background: url(images/page-header.gif) no-repeat top right;
		background: none;
}

.view-display-id-page_1 .view-header, .snsearch-page .view-header {
	font-weight: normal;
	font-size: 1.6em;
	background: #000;
	float: left;
	padding-right: 10px;
	margin-bottom: 16px;
	line-height: 32px;
	color: #865C8D;
		color: #DDDDDD;
		color: #7B6C7D;
}

.view-display-id-page_1 .view-content, .snsearch-page .view-content {
	clear: left;
}

.view-display-id-page_1 .views-row, .snsearch-page .views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #565656;
}

.view-display-id-page_1 .views-field-title a, .snsearch-page .views-field-title a {
	font-size: 1.4em;
	text-decoration: none;
	color: #AA70AD;

}

.view-display-id-page_1 .views-field-title a:hover, .snsearch-page .views-field-title a:hover {
	color: #CBA5CD;
}

.view-display-id-page_1 .views-field-field-photos-fid, .snsearch-page .views-field-field-photos-fid {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.view-display-id-page_1 .views-field-field-photos-fid a, .snsearch-page .views-field-field-photos-fid a {
	display: block;
	height: 75px;
	border: 1px solid #8A8A8A;
}

.view-display-id-page_1 .views-field-field-photos-fid a:hover, .snsearch-page .views-field-field-photos-fid a:hover {
	display: block;
	border: 1px solid #D62C9E;
}

 .view-display-id-page_1 .views-field-field-description-value, .snsearch-page .views-field-field-description-value {
	margin-top: 6px;
	font-size: 12px;
	line-height: 15px;
	height: 33px;
}

.view-display-id-page_1 .views-field-view-node, .snsearch-page .views-field-view-node {
	margin-top: 8px;
}

.view-display-id-page_1 .views-field-view-node a, .snsearch-page .views-field-view-node a {
	margin-top: 8px;
	text-decoration: none;
	font-weight: bold;
}

.view-display-id-page_1 .views-field-view-node a:hover, .snsearch-page .views-field-view-node a:hover {
	color: #D62C9E;
}

.view-display-id-page_1 .view-empty, .snsearch-page .view-empty {
	clear: both;
		font-size: 1.2em;
		line-height: 1.3em;
}

.view-display-id-page_1 .view-empty a, .snsearch-page .view-empty a {
	font-weight: bold;
	text-decoration: none;	
}

.view-Visiting-Escorts .views-field-field-description-value {
	height: 18px;
}

.view-Visiting-Escorts .views-field-field-arrivaldate-value {
	color: #A4A4A4;
}

.view-Agency-Banners .views-row {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

.view-Agency-Banners .view-content {
	text-align: center;
}

.view-display-id-page_1 .view-filters, .snsearch-page .view-filters {
	clear: left;
	margin-bottom: 20px;
}


ul.pager  {
	color: #bbb;
	font-size: 1.1em;
	font-weight: bold;
    padding: 0;
}

.section-admin ul.pager  {
	color: #aaa;
}

.item-list ul.pager li {
    padding: 0.4em;
} 

ul.pager a  {
	color: #B8007B;
	text-decoration: none;
}

ul.pager a:hover  {
	color: #D62C9E;
}

ul.pager .pager-first a, ul.pager .pager-previous a, ul.pager .pager-next a, ul.pager .pager-last a {
    font-weight: normal;
}


.view-id-taxonomy_term {
	background: none;
}

.view-id-taxonomy_term .view-header {
	font-weight: normal;
	font-size: 1.6em;
	background: #000;
	float: left;
	padding-right: 10px;
	margin-bottom: 16px;
	line-height: 32px;
	color: #7B6C7D;
}

.view-id-taxonomy_term .view-header .view-header-link a {
	font-size: 0.7em;
	text-decoration: none;
	color: #D62C9E;
}

.view-id-taxonomy_term .view-header .view-header-link a:hover {
	text-decoration: underline;
}

.view-id-taxonomy_term .view-content {
	clear: left;
}

.view-id-taxonomy_term .views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #565656;
}

.view-id-taxonomy_term .views-field-title a {
	font-size: 1.4em;
	text-decoration: none;
	color: #AA70AD;
}

.view-id-taxonomy_term .views-field-title a:hover {
	color: #CBA5CD;
}

.view-id-taxonomy_term .views-field-field-photos-fid {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.view-id-taxonomy_term .views-field-field-photos-fid a {
	display: block;
	height: 75px;
	border: 1px solid #8A8A8A;
}

.view-id-taxonomy_term .views-field-field-photos-fid a:hover {
	display: block;
	border: 1px solid #D62C9E;
}

.view-id-taxonomy_term .views-field-field-description-value {
	margin-top: 6px;
	font-size: 12px;
	line-height: 15px;
	height: 33px;
}

.view-id-taxonomy_term .views-field-view-node {
	margin-top: 8px;
}

.view-id-taxonomy_term .views-field-view-node a {
	margin-top: 8px;
	text-decoration: none;
	font-weight: bold;
}

.view-id-taxonomy_term .views-field-view-node a:hover {
	color: #D62C9E;
}

.view-id-taxonomy_term .view-empty {
	clear: both;
		font-size: 1.2em;
		line-height: 1.3em;
}

.view-id-taxonomy_term .view-empty a {
	font-weight: bold;
	text-decoration: none;	
}

.view-id-moderation {
	background: none;
}

.view-id-moderation .view-content {
	clear: left;
}

.view-id-moderation span {
	margin-right: 20px;
	margin-bottom: 8px;
}

.view-id-moderation div {
	margin-bottom: 8px;
}

.view-id-moderation label {
	color: #727272;
}

.view-id-moderation .views-row {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #565656;
}

.view-id-moderation.view-display-id-page_3  .views-row {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

.view-id-moderation .views-field-title {
	margin-bottom: 10px;
}

.view-id-moderation .views-field-type {
	margin-bottom: 10px;
	font-weight: bold;
}

.view-id-moderation .views-field-sitename {
	margin-bottom: 10px;
}

.view-id-moderation .views-field-name {
	margin-top: 10px;
}

.view-id-moderation .views-field-field-age-value {
	margin-top: 20px;
}

.view-id-moderation .views-field-nothing, .view-id-moderation .views-field-nothing-2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: italic;
	color: #AA70AD;
	font-size: 1.2em;
}

.view-id-moderation .views-field-field-description-value .field-content {
	margin-left: 20px;
}


.view-id-moderation .views-field-field-photos-fid {
	width: 100%;
	height: 100%;
	float: none;
	margin-right: 20px;
}

.view-id-moderation .views-field-field-photos-fid a {
	display: inline;
	height: 100%;
	border: 1px solid #8A8A8A;
}

.view-id-moderation .views-field-field-photos-fid a:hover {
	display: inline;
	border: 1px solid #D62C9E;
}

.view-id-moderation .views-field-field-description-value {
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
	height: 100%;
}

.view-id-moderation .views-field-field-website-url-value {
	margin-bottom: 20px;
}

.view-id-moderation .views-field-field-our-banner-value {
	margin-bottom: 20px;
}

.view-id-moderation .views-field-view-node a {
	margin-top: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.view-id-moderation .views-field-view-node a:hover {
	color: #D62C9E;
}

.view-id-moderation .views-field-view-node, .view-id-moderation .views-field-publishcontent, .view-id-moderation .views-field-edit-node, .view-id-moderation .views-field-delete-node {
	font-size: 1.1em;
	font-weight: bold;
}


.view-id-moderation .view-empty {
	clear: both;
		font-size: 1.2em;
		line-height: 1.3em;
}

.view-id-moderation .view-empty a {
	font-weight: bold;
	text-decoration: none;	
}

/* end Views category page styling */


/* Escorts by category & location page styling */

.view-Escort-Categories table, .view-Escort-Locations table {
	margin: 0;
    width: 100%;
}

.view-Escort-Categories TR, .view-Escort-Locations TR {
	min-height: 23px;
}

.view-Escort-Categories td, .view-Escort-Locations td {
    width: 25%;
	font-size: 14px;
    padding: 4px 0;
}

.view-Escort-Categories a, .view-Escort-Locations a {
	font-size: 1.2em;
	text-decoration: none;
	color: #D62C9E;
}

.view-Escort-Categories a:hover, .view-Escort-Locations a:hover {
	text-decoration: underline;
}

.view-Escort-Categories .view-empty a, .view-Escort-Locations .view-empty a {
	font-size: 1em;
	margin-right: 0;
}

#block-views-Escort_Locations-block_1 {
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #565656;
}

#block-views-Escort_Locations-block_1 .view-header {
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 15px;
}

#block-views-Escort_Locations-block_1 td {
    text-align: center;
}


/* end Escorts by category & location page styling */



#content-bottom {
	margin-top: 35px;
}

.disclaimer-box {
	margin: auto;
	margin-top: 15px;
	display: block;
	height: 35px;
	overflow: auto;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: left;
	color: #727272;
}

.disclaimer-title {
	font-weight: bold;
	margin-bottom: 2px;
}


#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #B6399C;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	margin-right: 17px; 
}

#footer .exempt a {
	margin-right: 0px; 
}

#footer .exempt {
	margin-bottom: 10px; 
}

#footer .intralinks {
	margin-bottom: 10px; 
}

#footer .interlinks {
	margin-bottom: 10px; 
}




div.messages, /* Important messages (status, warning, and error) for the user */
  div.status,
  div.warning,
  div.error
  {
    min-height: 21px;
    margin: 0 0em 15px 0em;
    border: 2px solid #fff;
    padding: 5px 5px 5px 35px;
    color: #000;
    background-color: #fff;
    background-image: url(images/messages-status.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
  }


  div.warning /* Medium priority messages */
  {
    border-color: #fff;
    background-image: url(images/messages-warning.png);
  }

  div.warning,
  tr.warning
  {
    color: #000; /* Drupal core uses #220 */
    background-color: #FFECFF;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
    border-color: #c00;
    background-image: url(images/messages-error.png);
  }

  div.error,
  tr.error
  {
    color: #900; /* Drupal core uses #200 */
    background-color: #fee;
  }

  div.messages ul
  {
    margin-top: 0;
    margin-bottom: 0;
  }


.page-node-add dt {
    font-size: 1.4em;
}
.page-node-add dd {
	margin-top: 6px;
	margin-bottom: 15px;
}

#content-header h1.title {
	font-weight: normal;
	font-size: 1.6em;
	background: #000;
	padding-right: 10px;
	margin-bottom: 16px;
	line-height: 32px;
	color: #7B6C7D;
}

body.section-admin #content-header h1.title {
	background: none;
	color: #000;
}

.section-node-add ul.tips {
	list-style-type: none;
}

#edit-field-banners-0-ahah-wrapper .form-item .filefield-element.clear-block {
	margin-bottom: 0px;
}

#edit-field-banners-0-ahah-wrapper .form-item .filefield-element.clear-block .widget-edit .form-item {
	margin-bottom: 0px;
}

input.form-submit {
	margin-top: 15px;
	padding-left: 4px;
	padding-right: 4px;
}

.node-form #edit-title-wrapper {
	margin-bottom: 0px;
}



.view-display-id-page_1 .view-filters, .snsearch-page .view-filters {
	margin-left: 100px;
	margin-bottom: 15px;
}

.view-display-id-page_1 .view-filters .views-exposed-widget, .snsearch-page .view-filters .views-exposed-widget {
	height: 50px;
	text-align: right;
}

.view-display-id-page_1 .view-filters .views-exposed-widget .form-item, .snsearch-page .view-filters .views-exposed-widget .form-item {
	margin-top: 4px;
}



#block-views-moderation-block_1 .view.view-id-moderation .view-content .views-row {
	display: block;
	width: 175px;
	min-height: 145px;
  height: auto;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border: none;
}


#block-views-moderation-block_1 .view.view-id-moderation div.views-field-nothing {
	margin-top: 10px;
	margin-bottom: 0px;
	font-style: normal;
	color: #AA70AD;
	font-size: 1em;
}


#block-views-moderation-block_1 .view.view-id-moderation span, #block-views-moderation-block_1 .view.view-id-moderation div {
	margin-right: 0px;
	margin-bottom: 0px;
}

#block-block-11 {
	padding-top: 20px;
}

/* external redirect page */

.ext-redirect #content {
    border-left: none;
    text-align: center;
    margin-top: 20px;
}

.ext-redirect #content-header h1.title {
    display: none;
}

.ext-redirect #content-area .content {
    float: left;
    font-size: 10px;
    margin-top: 20px;
}

.ext-redirect .content p {
    margin: 5px 0;
}

.ext-redirect .colorbox-close {
    color: #B8007B;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    font-weight: bold;
}

.ext-redirect .colorbox-close:hover {
    color: #D62C9E;
    cursor: pointer;
}

.ext-redirect span.ext {
    display: none;
}

#ad-552862 {
    margin-left: -20px;
}


/* search */

#block-views--exp-search-page_2 {
    margin: 20px 0;
    background: #693A5A;
    padding: 5px;
    border: 2px solid #AC1D95;
    border-top: 2px solid #BD5BAD;
    border-left: 2px solid #BD5BAD;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 10px  #64205F;
    box-shadow: inset 1px 1px 10px  #64205F;
}

#block-views--exp-search-page_2 h2 {
    font-size: 1.1em;
    background: none;
    margin-bottom: 5px;
    color: #E687D6;
}

#block-views--exp-search-page_2 .views-exposed-widget #edit-keywords {
    width: 99px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form[id^="views-exposed-form-search-page"] label {
    display: none;
}

form[id^="views-exposed-form-search-page"] .views-exposed-form .views-exposed-widget {
    padding: 0;
}

form[id^="views-exposed-form-search-page"] .views-exposed-form .views-exposed-widget .form-submit {
    margin: 0 0 0 9px;
    /*line-height: 1.9em;*/
    height: 1.9em;
    width: 52px;
}

.view-id-search.view-display-id-page_1 .views-exposed-form .views-exposed-widget #edit-keywords,
.view-id-search.snsearch-page .views-exposed-form .views-exposed-widget #edit-keywords
 {
    width: 200px;
}

.view-id-search.view-display-id-page_1 .view-filters,
.view-id-search.snsearch-page .view-filters
 {
	margin: 0 0 20px;
    border-bottom: 1px solid #565656;
    padding-bottom: 20px;
}

.view-id-search.view-display-id-page_1 .view-filters .views-exposed-widget,
.view-id-search.snsearch-page .view-filters .views-exposed-widget 
 {
	height: auto;
	text-align: left;
}

.view-id-search.view-display-id-page_1 .view-filters .views-exposed-widget .form-item,
.view-id-search.snsearch-page .view-filters .views-exposed-widget .form-item
{
	margin-top: 0px;
}

.view-id-search.view-display-id-page_1 .views-row, .view-id-search.snsearch-page .views-row {
    float: left;
}

.view-id-search.view-display-id-page_1 .views-field-view-node, .view-id-search.snsearch-page .views-field-view-node {
    float: left;
}

.view-id-search.view-display-id-page_1 .views-field-type, .view-id-search.snsearch-page .views-field-type {
    float: right;
    margin-top: 8px;
    color: #888;
}

/* newsletter signup */

.block-webform {
    margin: 20px 0;
    background: #563A69;
    padding: 5px;
    border: 2px solid #8F1DAC;
    border-top: 2px solid #A25BBD;
    border-left: 2px solid #A95BBD;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 10px  #64205F;
    box-shadow: inset 1px 1px 10px  #64205F;
    color: #fff;
    clear: left;
}

.block-webform h2 {
    font-size: 1.1em;
    background: none;
    margin-bottom: 5px;
    color: #DA9EF6;
    font-weight: normal;
}

.block-webform label {
    font-weight: normal;
}

.block-webform #edit-submitted-your-email, .block-webform #edit-submitted-your-email-1  {
    width: 99px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.block-webform .form-item {
    margin-top: 0;
    float: left;
}

.block-webform .form-submit {
    margin: 16px 0 5px 9px;
    /* line-height: 1.9em; */
    height: 1.9em;
    width: 52px;
    letter-spacing: -1px;
}

.block-webform .captcha-admin-links {
    display: none;
}


/* ads */

#block-ad-63 { display: none; }

#block-ad-59, #bet-leftcol {
    text-align: center;
}

#bet-linktest { color: #000; }

.node-top-banner {
    float: left;
    margin-bottom: 10px;
}

.group-tids-58 { /* exitads-cams */
  margin-left: -20px;
}


/* hiding obnoxious ads 20170701 */

.section-admin #very-header, .section-admin #block-ad-118, .admin-menu #very-header, .admin-menu #block-ad-118, .page-cookie-test #very-header, .page-cookie-test #block-ad-118 {
    display: none;
}




/* hide main images XXX no longer needed? */

.node #node-8324 .field-field-photos, #node-8324 .field-field-description p:first-child, #node-8324 .node-top-banner,
.node #node-5278 .field-field-photos, #node-5278 .field-field-description p:first-child, #node-5278 .node-top-banner,
.node #node-961 .field-field-photos, #node-961 .field-field-description p:first-child, #node-961 .node-top-banner,
.node #node-5282 .field-field-photos, #node-5282 .field-field-description p:first-child, #node-5282 .node-top-banner,
.node #node-4135 .field-field-photos, #node-4135 .field-field-description p:first-child, #node-4135 .node-top-banner,
.node #node-12808 .field-field-photos, #node-12808 .field-field-description p:first-child, #node-12808 .node-top-banner,
.node #node-4338 .field-field-photos, #node-4338 .field-field-description p:first-child, #node-4338 .node-top-banner, 
.node-type-escort-listing #node-590795 .field-field-photos, #node-590795 .field-field-description p:first-child, #node-590795 .node-top-banner,
.node-type-escort-listing #node-590796 .field-field-photos, #node-590796 .field-field-description p:first-child, #node-590796.node-top-banner,
.node-type-agency-listing #node-590821 .field-field-photos, #node-590821 .field-field-description p:first-child, #node-590821 .node-top-banner

{
    display: none;
}

/* interstitial page */

.page-continue h1.title {
    display: none;
}

.interstitial {
    text-align: right;
    position: relative;
    top: 20px;
}


/* service links */

div.service-links {
  margin: 15px 0px;
}
div.service-links div.service-label {
  font-size: 13px;
  width: auto;
  color: #CCCCCC;
  font-weight: bold;
  background: #F6F6F6;
  padding: 6px;
}
div.service-links ul.links {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}
div.service-links ul.links li {
  margin: 5px 3px 3px 0px;
  display:inline-block;
    padding: 0;
    max-width: 95px;
}
div.service-links ul.links li.service-links-facebook-share {
  margin: 0px 15px 0px 0px;
    position: relative;
    top: 2px;
}
div.service-links ul.links li .fb_iframe_widget iframe {
  border: 2px solid;
  margin: -5px 0px 0px 0px;
}


a.lclink {
    color: #A632E7;
}

a.lclink:hover {
    color: #C26DF1;
}



/* XXX new design stuff */

a, a img, input {
  -webkit-transition: all 0.35s ease, background-position 1ms;
  transition: all 0.35s ease, background-position 1ms;
}

body {
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15px;
}

#header {
  margin-bottom: 10px;
}

#block-block-7 {
  font-size: 11px;
	background: url(images/header-bottom.gif) no-repeat right 2px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

#block-block-7 a {
  font-size: 12px;
}

#block-block-7 a:hover {
  text-decoration: none;
}

.disclaimer-box {
  color: #372E3C;
}

.block-views H2.title {
  background: none;
}

.block-views .view-footer {
  border: none !important;
  height: auto !important;
}

#block-views-Recent_Listings-block_1, #block-views-c947d4bf07886149bf2ba93ea8589ee5, #block-views-de7f89c8c32a3c3c970a5bd4005b7537, #block-views-Recent_Listings-block_2 {
  background: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 30px;
}

#block-views-Recent_Listings-block_1 .block-inner, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .block-inner, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .block-inner, #block-views-Recent_Listings-block_2 .block-inner {
  background: none;
  padding: 0;
}

#block-views-Recent_Listings-block_1 H2.title, #block-views-c947d4bf07886149bf2ba93ea8589ee5 H2.title, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 H2.title, .view-display-id-page_1 .view-header, #content-header h1.title, .view-id-taxonomy_term .view-header, #block-views-Recent_Listings-block_2 H2.title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 20px;
}

.view-display-id-page_1 .view-header h1, .view-id-taxonomy_term .view-header h1 {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 32px;
}

#block-views-de7f89c8c32a3c3c970a5bd4005b7537 H2.title, .view-display-id-page_1 .view-header, #content-header h1.title {
  margin-top: -5px;
}

#block-views-Recent_Listings-block_1 .teaser-title a, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .teaser-title a, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .teaser-title a, .view-display-id-page_1 .views-field-title a, .view-id-taxonomy_term .views-field-title a, .snsearch-page .views-field-title a, #block-views-Recent_Listings-block_2 .teaser-title a {
  font-size: 1.4em;
  font-weight: bold;
  color: #6D1B99;
  line-height: 1.05em;
}

.breadcrumb a {
  color: #6D1B99;
}

#block-views-Recent_Listings-block_1 .teaser-title a:hover, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .teaser-title a:hover, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .teaser-title a:hover, .view-display-id-page_1 .views-field-title a:hover, .breadcrumb a:hover, .view-id-taxonomy_term .views-field-title a:hover, .snsearch-page .views-field-title a:hover, #block-views-Recent_Listings-block_2 .teaser-title a:hover {
  color: #9D60C0;
}

.block-views .node.node-teaser .field.teaser-description, .block-views .node.node-teaser .field.teaser-morelink a, .view-display-id-page_1 .views-field-view-node a, .view-id-taxonomy_term .views-field-view-node a, .snsearch-page .views-field-view-node a {
  font-size: 12px;
}

.block-views .node.node-teaser .field.teaser-morelink, .view-display-id-page_1 .views-field-view-node, .view-id-taxonomy_term .views-field-view-node, .snsearch-page .views-field-view-node {
  margin-top: 6px;
}

.block-views .node.node-teaser .field.field-field-photos a {
  width: 75px;
}

#block-views-Recent_Listings-block_1 .view-footer a, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .view-footer a, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .view-footer a, #block-views-Recent_Listings-block_2 .view-footer a {
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #AA70AD;
  color: #000;
  padding: 15px 5px !important;
}

#block-views-Recent_Listings-block_1 .views-row, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .views-row, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .views-row, #block-views-Recent_Listings-block_2 .views-row {
  height: auto;
  margin-bottom: 20px;
  border-bottom: 1px dashed #565656;
}

#block-block-4 {
  margin-bottom: 25px;
}

.nav a, #block-views-Recent_Listings-block_1 .view-footer a, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .view-footer a, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .view-footer a, a.purpleblock, #block-ad-119 .ad-header, #block-views-Recent_Listings-block_2 .view-footer a {
  text-decoration: none;
  margin: 0 0 8.5px;
  height: auto;
  min-height: 17px;
  width: auto;
  padding: 7.5px 5px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-weight: 700;
  clear: left;
  text-align: center;
  text-transform: uppercase;
  background: #6D1B99;
  -webkit-box-shadow: 0px -5px 10px #62148C inset;
  box-shadow: 0px -5px 10px #62148C inset;

}

.nav a:hover, #block-views-Recent_Listings-block_1 .view-footer a:hover, #block-views-c947d4bf07886149bf2ba93ea8589ee5 .view-footer a:hover, #block-views-de7f89c8c32a3c3c970a5bd4005b7537 .view-footer a:hover, a.purpleblock:hover, #block-ad-119 .ad-header:hover, #block-views-Recent_Listings-block_2 .view-footer a:hover {
  background: #9D60C0;
  -webkit-box-shadow: 0px -5px 10px #8F4CB6 inset;
  box-shadow: 0px -5px 10px #8F4CB6 inset;
}

a.purpleblock {
  float: left;
  width: 100%;
  font-size: 1.2em;
  padding: 15px 5px;
}

#block-ad-119 {
  margin-top: -17px;
}

#block-ad-119 .text-advertisement {
  padding: 0;
  border: none;
}

#block-ad-119 .ad-image-counter {
  display: none;
}

#block-ad-119 .ad-wrapper {
  padding: 0;
}

#block-ad-119 a {
  text-decoration: none;
}

#block-ad-119 .ad-header {
  font-size: 1em;
  display: block;
}

#block-ad-119 .ad-body {
  display: none;
}



.block-webform, #block-views--exp-search-page_2 {
  border-width: 1px;
}

.block-webform, #block-views--exp-search-page_2 {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block-webform, #block-views--exp-search-page_2 {
   background: none;
   border: none !important;
   padding: 0;
}

.block-webform h2, #block-views--exp-search-page_2 h2 {
  font-size: 13.1333px;
  letter-spacing: -0.214px;
  margin-bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}

.block-webform label {
  font-size: 12px;
  margin-top: -5px;
}

#block-block-5 {
  margin-top: 25px;
}


h1.homepage-welcome {
    font-size: 18px;
    margin: 20px 0 -18px;
}

.citylist-wrapper {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.citylist-header {
    display: block;
    margin-bottom: 20px;
}

.citylist1 {
    float: left;
    width: 42%;
    padding-left: 50px;
}

.clear-both {
    clear: both;
}

#citymap {
    display: none;
}


/* rotating featured blocks */
#block-views-e4b1240f9fc0093b7703d11aeb6d21a9, 
#block-views-dc0b84aa4ab9e73e753661a9e4872f6c, 
#block-views-1c1fa6a206945ab8f694233b8e286407,
#block-views-4ea954f1fc108b41781d692879ea0482,
#block-views-56755c4ffbf710c8b8dabd890310982e,
#block-views-00617bee7243dea7fd68fc292b2ed0e7,
#block-views-d65f9165f92d4183ad50e6579e620ef8
{
  background: #B6399C;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  margin-bottom: 24px;
  
    float: left;
    background: none !important;
    margin-right: 24px;
    width: auto !important;
    text-align: center;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9, #block-views-d65f9165f92d4183ad50e6579e620ef8 {
  margin-right: 0;
}


#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .block-inner,
#block-views-dc0b84aa4ab9e73e753661a9e4872f6c .block-inner,
#block-views-1c1fa6a206945ab8f694233b8e286407 .block-inner, 
#block-views-4ea954f1fc108b41781d692879ea0482 .block-inner,
#block-views-56755c4ffbf710c8b8dabd890310982e .block-inner,
#block-views-00617bee7243dea7fd68fc292b2ed0e7 .block-inner,
#block-views-d65f9165f92d4183ad50e6579e620ef8 .block-inner
{
  width: 160px;
  height: 175px;
  margin: 8px 10px 10px 47px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px  #000;
  box-shadow: 1px 1px 10px  #000;
  
  width: 170px;
  height: 194px;
  margin: 0 0 0 37px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body:last-child #block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .block-inner:before, body:last-child #block-views-dc0b84aa4ab9e73e753661a9e4872f6c .block-inner:before, body:last-child #block-views-1c1fa6a206945ab8f694233b8e286407 .block-inner:before, body:last-child #block-views-4ea954f1fc108b41781d692879ea0482 .block-inner:before,body:last-child #block-views-56755c4ffbf710c8b8dabd890310982e .block-inner:before,
body:last-child #block-views-00617bee7243dea7fd68fc292b2ed0e7 .block-inner:before,
body:last-child #block-views-d65f9165f92d4183ad50e6579e620ef8 .block-inner:before
{
  content: 'FEATURED';
  position: absolute;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: 0 0;
  transform-origin: left top 0;
  display: inline-block;
  left: 4px;
  bottom: -21px;
  font-size: 39px;
  color: #000;
  font-weight: 700;
    color: #B6399C;
}

body:last-child #block-views-1c1fa6a206945ab8f694233b8e286407 .block-inner:before,
body:last-child #block-views-4ea954f1fc108b41781d692879ea0482 .block-inner:before,
body:last-child #block-views-00617bee7243dea7fd68fc292b2ed0e7 .block-inner:before
{
  color: #964EBD;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .content, #block-views-dc0b84aa4ab9e73e753661a9e4872f6c .content, #block-views-1c1fa6a206945ab8f694233b8e286407 .content, #block-views-4ea954f1fc108b41781d692879ea0482 .content, #block-views-56755c4ffbf710c8b8dabd890310982e .content,
#block-views-00617bee7243dea7fd68fc292b2ed0e7 .content,
#block-views-d65f9165f92d4183ad50e6579e620ef8 .content
{
  padding: 8px;
}

#block-views-e4b1240f9fc0093b7703d11aeb6d21a9 .views-field-title, #block-views-dc0b84aa4ab9e73e753661a9e4872f6c .views-field-title, #block-views-1c1fa6a206945ab8f694233b8e286407 .views-field-title, #block-views-4ea954f1fc108b41781d692879ea0482 .views-field-title, 
#block-views-56755c4ffbf710c8b8dabd890310982e .views-field-title,
#block-views-00617bee7243dea7fd68fc292b2ed0e7 .views-field-title,
#block-views-d65f9165f92d4183ad50e6579e620ef8 .views-field-title
{
  margin-top: 7px;
}

.emptytext {
  margin-top: 45px;
}

#block-block-6 {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 14px;
}

.disclaimer-box {
  margin-top: 13px;
}

.block-webform #edit-submitted-your-email, .block-webform #edit-submitted-your-email-1, #block-views--exp-search-page_2 .views-exposed-widget #edit-keywords {
  width: 105px;
  border-radius: 3px;
  border: none;
  padding: 4px;
}

input.form-submit {
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 24px;
  letter-spacing: 0;
  cursor: pointer;
  background: #B8007B;
  -webkit-box-shadow: 0px -5px 10px #A1006B inset;
  box-shadow: 0px -5px 10px #A1006B inset;
}

input.form-submit:hover {
  background: #D62C9E;
  -webkit-box-shadow: 0px -5px 10px #B71F85 inset;
  box-shadow: 0px -5px 10px #B71F85 inset;
}

#sidebar-left input.form-submit {
  font-size: 12px;
  letter-spacing: 0;
  height: 24px;
  width: 58px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}

.block-webform .form-submit {
  margin-top: 11px;
}

.breadcrumb {
  padding: 6px 0px 19px;
}

.node .terms, .node .field-label, .node .field-label-inline-first {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.node .terms {
  margin-bottom: 15px;
}

.node .terms ul {
  margin-left: 6px;
}

ul.links li {
  padding: 0 8px 0 0;
}

ul.pager {
  line-height: 1.75em;
}

.clone-attack {
  display: none;
}

#gfebanner, #gfebanner img {
  text-align: center;
  max-width: 100%;
}

#block-views-Escort_Locations-block_1 .view-header {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.view-Escort-Categories a, .view-Escort-Locations a {
  font-size: 1em;
}

.node .field-type-link a {
  white-space: normal;
}

body.section-admin #content-header h1.title {
  margin-top: 10px;
}

.lclink {
  font-weight: bold;
  font-size: 15px;
}

.nav .nav-butt2 {
  margin-bottom: 35px;
}


/* diclaimer colorbox page */

.sn-disclaimer #page-wrapper {
  background: none;
}

.sn-disclaimer #header-top, .sn-disclaimer #header {
  display: none;
}

.sn-disclaimer #content {
    border-left: none;
    margin-top: 20px;
    overflow-x: visible;
}

.sn-disclaimer #content-inner {
    margin: 0; 
}

.sn-disclaimer #content-area {
    font-size: 1.1em;
    line-height: 1em;
}

.sn-disclaimer #content-header h1.title {
  margin-top: 0;
}

.sn-disclaimer .disclaimer-yes, .sn-disclaimer .disclaimer-no {
  border: none;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 24px;
  letter-spacing: 0;
  cursor: pointer;
  background: #B8007B;
  -webkit-box-shadow: 0px -5px 10px #A1006B inset;
  box-shadow: 0px -5px 10px #A1006B inset;
}

.sn-disclaimer .disclaimer-yes:hover, .sn-disclaimer .disclaimer-no:hover {
  background: #D62C9E;
  -webkit-box-shadow: 0px -5px 10px #B71F85 inset;
  box-shadow: 0px -5px 10px #B71F85 inset;
}

.sn-disclaimer .disclaimer-yes2, .sn-disclaimer .disclaimer-no2 {
  color: #000;
}

.sn-disclaimer .disclaimer-no {
  opacity: 0.5;
}


/* SN Disclaimer - inline version */

#sn-disclaimer-wrapper {
    display:none;
}

#sn-disclaimer {
    background: #000;
    color: #fff;
    height: 100%;
}

#sn-disclaimer-inner {
    padding: 20px;
}

#sn-disclaimer h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#sn-disclaimer .disclaimer-yes, #sn-disclaimer .disclaimer-no {
  border: none;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 24px;
  letter-spacing: 0;
  cursor: pointer;
  background: #B8007B;
  -webkit-box-shadow: 0px -5px 10px #A1006B inset;
  box-shadow: 0px -5px 10px #A1006B inset;
}

#sn-disclaimer .disclaimer-yes:hover, #sn-disclaimer .disclaimer-no:hover {
  background: #D62C9E;
  -webkit-box-shadow: 0px -5px 10px #B71F85 inset;
  box-shadow: 0px -5px 10px #B71F85 inset;
}

#sn-disclaimer .disclaimer-yes2, #sn-disclaimer .disclaimer-no2 {
  color: #000;
}

#sn-disclaimer .disclaimer-no {
  opacity: 0.5;
}


/* 20200411 - Online Services */

#taxonomy-1-container-1 {
    margin-top: -15px;
    padding-top: 0;
}

#taxonomy-1-container-1 fieldset {
    background: #2f2f2f;
    margin-bottom: 20px;
}

#taxonomy-1-container-1 span {
    color: #ffff00;
}

#taxonomy-1-container-1 .form-item {
    max-width: 150px;
}

.taxonomy-super-select-checkboxes #edit-taxonomy-1-54-wrapper {
    margin-top: -10px;
}

.terms-online .online-services {
    color: #7B6C7D;   
}

.terms-online li span {
    font-size: 8px;
    color: #ffff00;
    position: relative;
    top: -4px;
}

.terms-online li span span{
    font-size: 16px;
    color: red;
    top: 3px;
}

.view-id-Escort_Categories tr.row-first {
    height: 50px;
    vertical-align: top;
}

.view-id-Escort_Categories tr.row-first .covid {
    font-size: 10px;
    color: #ffff00;
    displaY: block;
}

.view-id-Escort_Categories tr.row-first .covid .covid {
    font-size: 16px;
    color: red;
    display: inline;
    position: relative;
    top: 2px;
}


/* 20200613 - escorts/category ads */

.snadglare {
    float: left;
    text-align: center; 
    width: 100%;   
}

.snadglare span iframe {
    margin-bottom: 20px !important;
}


/* 20230625 - premium sponsored */

.premium-sponsored {
	font-variant: small-caps;
	font-weight: bold;
	color: #c782f3;
}

.sn-nav-buttons .premium-sponsored {
	display: block;
    font-size: 8px;
    line-height: 10px;
}

.sn-nav-buttons .pinknav .premium-sponsored {
	color: #ebccff;
}

/* XXX responsive */

.mobile-show {
    display: none;
}

@media screen and (max-width: 930px) {

  #page, #logo, #closure-blocks {
    width: 100%;
  }
 
  #header {
    overflow: hidden;
  }
  
  #content, .no-sidebars #content {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .sidebar-left #content {
    width: 475px;
    margin-right: -800px;
    width: calc(100% - 200px);
    margin-right: calc(-100% - 300px);
  }
  
  .view-display-id-page_1 .views-field-field-description-value {
    height: auto;
    min-height: 33px;
  }
  
  #block-views-1c1fa6a206945ab8f694233b8e286407 {
    margin-right: 0;
  }
  
  #block-views-e4b1240f9fc0093b7703d11aeb6d21a9 {
    display: none;
  }
  
  .sn-global.sidebar-left #content, .sn-global.sidebar-left #sidebar-left {
    width: 100%;
    margin: 0;
    border-left: 0;
  }
  
  .sn-global.sidebar-left #content-inner {
    margin-left: 10px;
  } 
  
  .sn-global.sidebar-left #block-block-11 .content > div {
    margin: 0 auto;
  }
    
  .block-views .views-row-even, .block-views .views-row-odd {
    width: 100%;
    float: left;
  }
  
  .view-Agency-Banners img {
    max-width: 100%;
  }
  
}


@media screen and (max-width: 700px) {

  .mobile-hide {
      display: none;
  }
  
  .mobile-show {
      display: inline;
  }

  #sidebar-left {
    width: 100%;
    margin: 0;
  }
  
  #sidebar-left-inner {
    margin: 0;
  }
  
  .sidebar-left #content {
    width: 100%;
    margin: 0;
    border-left: none;
  }
  
  .sn-global.sidebar-left #content #block-block-11 {
    /* display: none; */
  }
  
  .sidebar-left #content-inner {
    margin: 0;
  } 
  
  #block-ad-17 {
    border: none;
  }
    
  .section-node-add #sidebar-left{
    margin-top: 30px;
  }
  
  .section-node-add .nav {
    display: none;
  }
  
  .clone-attacked .nav {
    display: none;
  }
  
  .clone-attacked .nav.clone-attack {
    display: block;
    margin-bottom: 10px;
  }
  
  .clone-attack {
    width: 101%;
  }
  
  .clone-attack a {
    min-height: 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0;
    width: 31.9%;
    margin-right: 1%;
  }

  #footer {
    font-size: 1em;
    line-height: 1.5em;
  }
  
  .node-user-links {
    height: auto;
  }
  
  .node-top-banner, .node .listing-video, .node .field-field-photos {
    width: 100%;
    text-align: center;
  }

  .node .field-field-photos img {
    max-width: 100%;
    height: auto;
  }
  

  /* 20211031 google CLS fix */
  .sidebar-left #content-inner {
    padding-top: 103.5px;
  }
  .clone-attacked .nav.clone-attack {
    margin-top: -103.5px;
  }
  .node-top-banner {
    height: 316px;
  }
 
}

@media screen and (max-width: 555px) {
  
  #logo {
    background: url(https://sugarnights.com/sites/all/themes/SNtheme/images/header-sugarnights.gif) no-repeat;
  }
  
  #logo-image {
    opacity: 0;
  }
  
  #block-block-7 { /* subhead bg text */
    background: none;
  }
  
  .clone-attack a {
    font-size: 11px;
    width: 31.8%;
  }
  
  .block-webform h2, #block-views--exp-search-page_2 h2 {
    width: 100%;
  }
  

  /* 20211031 google CLS fix */
  .sidebar-left #content-inner {
    padding-top: 138px;
  }
  .clone-attacked .nav.clone-attack {
    margin-top: -138px;
  }
  
  
}

@media screen and (max-width: 445px) {
  
  .clone-attack a {
    width: 48.44%;
  }
 
  
  .citylist1 {
    padding-left: 20px;
  }

 
}
