/******************************************************************
Site Name: Live City Guides
Author: Gregory Sobotka - BigFresh Media

Stylesheet: Main Stylesheet
******************************************************************/
/*
USE http://cssminifier.com/
*/
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  font-size:15px;
  font-family: arial;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select, 
textarea {
  font-family: sans-serif; }

.book-title {
  position: absolute;
  width: 93px;
  margin: 0;
  top: 38px;
  left: 60px;
  color: #fff;
  font-weight: 800;
  overflow:hidden;
  max-height: 20px;
}
#sidebar2 .book-title {
  left: 68px;
}
.book-container {
  position:relative;
  margin: 10px 0px 10px 0px;
}
.book-sub-title {
  text-align: center;
  color: #fff;
  width: 190px;
  bottom: 34px;
  margin: 0;
  left: 10px;
  position: absolute;
  overflow:hidden;
  max-height: 20px;
}
#container, html, body {
  min-width:1015px;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-family: 'Kameron', serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color:#b92023; 
  margin:0;}

h2 {
  font-family: 'Kameron', serif;
  font-size: 20px;
  line-height:20px;
  font-weight: bold;
  color:#b92023; 
  margin:0;
}

h3 {
  font-family: 'Kameron', serif;
  font-size: 16px;
  line-height:16px;
  font-weight: bold;
  color:#b92023;
  margin:0;}

span.h3 a, h3.h3 a, h3.h3 a:hover  {
  font-size: 16px;
  font-weight: 700;
  color: #282b30;
  line-height: 18px;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

.page-divide {
   background: url('http://cdn.reallaunch.com/cityguides/common/page-divider.png') repeat-x bottom;
}

.line-divide {
  border-bottom: 1px solid;
  border-color: #c6c6c6;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

strong p {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #d9d9d1; 
  background-color: #7bb501;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; 
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
  color: #282b30;}

b, strong, .strong {
  font-weight: bold; }

a.strong:hover {
   font-weight: bold;}

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

******************************************************************/
/*
  This is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so
  I merged them together, let's see how this works out.
  If you want to use 1140, the original values are commented
  out on each line.
*/
.onecol {
  width: 5.801104972%; }

/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%; }

/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%; }

/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%; }

/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%; }

/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%; }

/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%; }

/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%; }

/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%; }

/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%; }

/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%; }

/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%; }

/* 100%;   } /* grid_12 */
/* layout & column defaults */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%; }

.first {
  margin-left: 0; }

.last {
  float: right; }

.half-page {
  width:245px;
  float:left;
  margin:0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/ }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.button, .button:visited, #searchsubmit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #7bb501;
  border-top-color: #6d9f01;
  border-left-color: #6d9f01;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 5px;
  line-height: 21px;
  background-color: #8bbd21 ;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d9f01), to(#8bbd21 ));
  background-image: -webkit-linear-gradient(top, #6d9f01, #8bbd21 );
  background-image: -moz-linear-gradient(top, #6d9f01, #8bbd21 );
  background-image: -o-linear-gradient(top, #6d9f01, #8bbd21 );
  background-image: linear-gradient(to bottom, #6d9f01, #8bbd21 ); }

  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid #7bb501;
    background-color: #7bb501;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d9f01), to(#8bbd21));
    background-image: -webkit-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: -moz-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: -o-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: linear-gradient(to bottom, #6d9f01, #8bbd21); }

  .button:active, .button:visited:active {
    background-color: #6d9f01;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d9f01), to(#8bbd21));
    background-image: -webkit-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: -moz-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: -o-linear-gradient(top, #6d9f01, #8bbd21);
    background-image: linear-gradient(to bottom, #6d9f01, #8bbd21); }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  -ms-box-shadow: inset 0 0 3px #59b3ec;
  -o-box-shadow: inset 0 0 3px #59b3ec;
  -box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: arial;
  font-size: 15px;
  line-height: 1.5;
  color: #545454;
  margin: 0; 
  background:#fff;
}

.main-entry {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height:25px;
}  
 
.contact-info {
  margin: 0;  
  font-size: 14px;
  line-height:20px;
}

.website {
  margin: 0;
  line-height: 14px;
  padding: 0px 0px 5px 0px;
}

.author {
  margin:0;
  font-size: 12px;
  font-weight: 700;
}
.job-api .form-entry {
  float: left;
  width: 162px;
  margin: 0 !important;
}
.job-api input {
  font-size: 11px !important;
  padding: 3px !important;
}

.form-entry input.employ {
  width: 160px !important;
}

.entry-content {
  font-weight:400;
  margin-bottom:5px;
}
.entry-content p, .feat-entries p {
  line-height:17px;
  margin: 13px 0px 13px 0px;
}
.author-content {
  font-weight:400;
  font-size:11px;
}
.address {
  margin: 0;
  max-width: 480px;
}
table .entry-repeat {
  font-size:12px;
  max-width: 120px;
  line-height: 20px;
}
h2.repeater-post-title a, h2.repeater-post-title a:hover {
  font-size: 16px;
  font-weight: 700;
  color: #282b30 !important;
  margin:0;
  text-decoration:none;
}
tr.table-header {
  background-color:#F0F0F0;
  height:28px;
}
tr.table-header td{
  font-size:12px;
  font-weight:700;
  width: 84px;
}
.entry-repeat {
  margin:0;
  line-height:15px;
}
.entry-header {
  margin: 20px 0px 5px 0px;
}
.reviews-container {
  margin: 5px 0px 10px 0px;
}
.web-url, .web-url:hover {
  color: #545454;
  font-weight:700;
  font-size:15px;
}
 h2.page-title a,  h2.page-title a:hover {
  font-family: "Kameron",serif;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  color: #b92023 !important; 
  margin: 0;
}
.review-list {
  margin: 5px 0px 5px 0px;
}

.twitter-feed {
  height:auto;
  width:220px;
  margin: 3px 0px 3px 20px;
}

.twitter-feed p {
  margin:0;
  padding:5px 0 5px 0;
}
.twitter-header {
  padding: 5px 0px 5px 0px;
  margin:0;
}
.twitter-border {
  border-bottom:1px dotted #545454;
}
.twitter-feed .twitter-border:last-child {
  border:0;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  /*width: 96%;*/
  margin: 0 auto; 
  width: 1015px; }

ul#upcoming-events {
  margin:0;
}

li.event-entry {
  position:relative;
  height:22px;
  margin: 3px 0px 3px 0px;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  font-family: arial;
  font-size: 14px;
  font-weight: 500;
  color: #0375ea;
  text-decoration:none;}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  /*font-family: arial;*/
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #0375ea;
  text-decoration:underline;}

  a:link, a:visited:link {
    font-family: arial;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Kameron', serif;
  text-rendering: optimizelegibility;

  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; 
    font-family: 'Kameron', serif;}

h1, .h1 {
  font-size: 24px;
  font-weight:700;
  color: #b92023;}

h2, .h2 {
  font-size: 20px;
  /*line-height: 1.4em;*/
  margin-bottom: 0.375em; }

h3 {
  font-size: 16px; 
  font-weight:700;
  color: #b92023;}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.single-title {
  color:#0375ea;
  font-size: 18px;
  line-height: 20px;
}
/*********************
HEADER SYTLES
*********************/
#inner-header {
    width: 1015px;
    height:120px;
    position:relative;
  }
  /*IEfix for topnav*/
#inner-header li {
  font-size: 12px !important;
  padding-right:5px;
  color:#b6b6b6!important;
  border: 0;
  font-family: 'Kameron', serif;
}
span#city-name {
  font-family: 'Kameron', serif;
  font-size: 55px;
  font-weight: bold;
  color: #000;
  margin-left:-5px;
}



#logo, .logo {
  margin:0;
  margin-top: 25px;
  
  float: left;
  position: relative;
} 

#logo a {
  font-size:55px;
}

/*********************
Twitter STYLES
*********************/

#tweetblender-2 {
  background-color:#f2f2ee;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      text-decoration: none;
      /*padding: 10px 10px;*/
      font-family: arial;
      font-size: 14px;
      font-weight: 400;
      color: #383838;

      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }

    .nav li a:hover {
      font-family: arial;
      color: #0375ea;
      }


.sub-menu {
  zoom: 1; }
  .sub-menu:before, .sub-menu:after {
    content: "";
    display: table; }
  .sub-menu:after {
    clear: both; }
 
ul.sub-menu {
  max-height:32px; 
  overflow:hidden;
}

ul.sub-menu li.current_page_item a {
  color:#0375ea !important;
}

ul.sub-menu li.current_page_item a:hover {
  color:#0375ea !important;
}
ul.sub-menu li.current_page_item {
  padding: 0px 0px 0px 0px !important;

}
ul.sub-menu li {
  border-bottom:none;
  float:left;
  padding:0 !important;
}
.open-sub {
  max-height:none !important;
  height:auto !important;
  padding-bottom:4px;
}
.click-control {
  background:url('http://cdn.reallaunch.com/cityguides/common/expander-open.png') no-repeat;
  background-position: 0px 0px;
  height: 15px;
  width:15px;
  overflow:hidden;
  position:absolute;
  left: 110px;
  bottom: -7px;
}
.click-control:hover {
  background:url('http://cdn.reallaunch.com/cityguides/common/expander-open.png') no-repeat;
  background-position: 0px -15px;
  left: 110px;
  height: 15px;
  width:15px;
}
.expand-control {
  background:url('http://cdn.reallaunch.com/cityguides/common/expander-close.png') no-repeat;
  background-position: 0px 0px;
  height: 15px;
  width:15px;
  overflow:hidden;
  position:absolute;
  left: 110px;
  bottom: -7px;
}
.expand-control:hover {
  background:url('http://cdn.reallaunch.com/cityguides/common/expander-close.png') no-repeat;
  background-position: 0px -15px;
}

.click-control:hover {
  cursor: hand; cursor: pointer; 
}
ul.sub-menu li a {
  color:#373737;
  font-size:11px;
  padding:0px 3px 0px 3px !important;
  margin:0px !important;
  font-weight:400 !important;
  background:none !important;
}
ul.sub-menu li a:hover {
  color:#0375ea;
  margin:0px !important;
  font-size:11px;
  padding:0px 3px 0px 3px !important;
  font-weight:400 !important;
  background:none !important;
}


/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  border-top: 1px solid #606060;
  border-bottom: 2px solid #606060;
  margin-top:2px;
  margin-bottom:2px;
  }

  #inner-content {
    margin-top:0px;
    background: url('http://cdn.reallaunch.com/cityguides/common/thin-background.jpg') repeat-y left;
  }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-wrapper {
  margin: 10px 0px;
}

  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    /*background: #eee;*/
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #6d9f01;
        text-decoration: underline; }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #6d9f01;
    position: relative; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

ul.bulleted-sidebar {
  margin-top: 0;
  list-style-type: disc !important;
  padding-left: 18px;
}
.floatleft {
  float:left !important;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.gform_wrapper input[type=text] {
  padding:3px !important;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; 
  height:70px;
  width:100%;
  height:30px;
  margin: 1px 0px 5px 0px;
  border-width: 1px 0 0 0;
  border-style:solid;
}
  /*********************
  NAVIGATION STYLES
  *********************/
   nav {
    border:0;
  }
  nav .menu {
    width:235px;
    /* end .menu ul */ }
   nav .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
    nav .menu ul li {
      border-bottom: 1px solid;
      border-color: #707070;
      width: 200px;
      margin: 0 auto;
      min-height: 30px;
      padding-bottom: 5px;
        /*
        plan your menus and drop-downs wisely.
        */ }
    div.menu ul li a {
      display: block;
      text-decoration: none;
      font-family: arial;
      font-size: 14px;
      font-weight: 700;
      color: #383838;
      padding-top:5px;
    }
    div.menu ul li a:hover {
      font-size: 14px;
      font-weight: 700;
      color: #0375ea;
      text-decoration: none;
      }
  /* end .menu */
ul#menu-main-sidebar-nav {
  margin-top:0;
  }

nav div.menu ul {
  margin-top:0;
  }

#menu-main-sidebar-nav li {
  background: url('http://cdn.reallaunch.com/cityguides/common/nav-divider.gif') no-repeat center bottom;
  width:235px;
  margin:0 auto;
  padding-bottom:7px;
  padding-left: 10px;
}

#menu-main-sidebar-nav li a {
  margin-top:6px;
  padding: 3px 0px 0px 12px;
  font-weight:700;
  font-size:12px;
 }

#menu-main-sidebar-nav li a:hover {
  background: url('http://cdn.reallaunch.com/cityguides/common/nav-hover.png') no-repeat left;
 }

 #menu-main-sidebar-nav li.current-menu-item a {
    background: url('http://cdn.reallaunch.com/cityguides/common/nav-active.png') no-repeat left;
    margin-top:5px;
    padding: 3px 0px 0px 12px;
    font-weight:700;
    font-size:12px;
 }
 .sub-menu li.current-menu-item a {
     background:none;
 }

ul.custom-subpages {
  height:auto;
  clear:both;
  margin:0;
  padding: 5px 0px 10px 0px;
  margin-bottom: 10px;
  border-bottom:1px solid #c6c6c6;  
}
ul.custom-subpages li {
  float: left;
  padding: 0 3px 0 3px;
  width: auto !important;
  /*border-width: 0 1px 0 0;*/
  /*border-style: solid;*/
  height: 18px;
}
ul.custom-subpages li:last-child {
  border-width:0 0 0 0;
}
ul.custom-subpages li a {
  text-align:center; 
  padding-right:12px;
  padding-left: 10px;
}
ul.custom-subpages li a:hover {
  text-decoration:none;
  background: url('http://cdn.reallaunch.com/cityguides/common/nav-hover.png') no-repeat left;
  padding-left: 10px;
}
ul.custom-subpages .children{
  display: none;
}

.current-page-item, .current_page_parent a {
    background: url('http://cdn.reallaunch.com/cityguides/common/nav-active.png') no-repeat left !important;
}
.bread-crumbs {
  margin: 5px 0px 0px 0px;
  padding-bottom: 5px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;  
}

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

      #main {
        margin-left: 20px;
        margin-top:20px;
        width: 500px;
        float:left;
        display: inline-block;
      }
      .full-width-layout {
        width:750px!important;
      }
      section p {
        margin:0;
      }

  /* end .entry-content */

  /*********************
  HEADER SYTLES
  *********************/
  .header {
    background: url('http://cdn.reallaunch.com/cityguides/common/top-bar.jpg') repeat-x top;
    border-bottom: 2px solid #606060;
    height:120px;
    min-width:1015px;
  }

  .contact-header {
    width:200px;
    position:absolute;
    top:0px;
    right:0px;
    line-height:15px;
    color:#787878;
  }
  .contact-header a { 
    font-size:14px;
    color:#787878;
  }
  .contact-header a:hover { 
    font-size:14px;
    color:#787878;
    text-decoration:underline;
  }
.margin-right {
  margin-right:10px !important;
}
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    /*background: #eee;*/
    border: 0;
  }
    .nav li {
      /*float: left;*/
      position: relative;
    }
      .nav li a {
        border-bottom: 0;
      }
        .nav li a:hover, .nav li a:focus {
          /*background-color: #dedede;*/ }
      .nav li ul.sub-menu,
      .nav li ul.children {

        border: 0;
        position: relative;
        z-index: 8999;
        margin:0;}

        .nav li ul.sub-menu {
          padding-left:10px;
          width: 210px;
        }

        .nav li ul.sub-menu li {
          margin-top:0px !important;
          border-bottom:0px !important;
          width: auto !important;
          float: left;
          height: 16px;
          border-right: 1px solid;
          background: none !important;
          }

          ul.sub-menu li:last-child {
            border:none !important;
          }

    .nav li:hover ul {
      top: auto;
      display: block;} 
    .left-inbar {
        width:210px;
        margin:0 auto;
    }
    .left-inbar .book-title {
      left: 60px;
      width: 92px;
    }
    .left-inbar .featban-wrapper img {
      max-width: 208px !important;
    }
    .right-inbar .featban-wrapper img {
      max-width: 218px !important;
      width:218px;
      margin:0;
      padding:0;
    }
    .right-inbar .featban-wrapper {
      max-width: 220px;
    }
    .left-inbar img {
      margin: 10px 0px 10px 0px;
      display: block;
      float:right;
      max-width:210px !important;
    }
    .side-border {
      border: 1px solid #c6c6c6;
    }
    .gallery-item {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
     } 
    .right-inbar {
      width:230px;
      margin:0 auto;
    }
    .right-inbar img {
      margin: 10px 0px 10px 0px;
      display: block;
      float:left;
      max-width:220px !important;
    }
    #sidebar2 {
      overflow:hidden;
      width:235px;
      background-color:#F2F2EE;
      padding-bottom:1px;
      margin-left:0;
      width:235px;
      padding-bottom:30px;
    }   
    #sidebar2 .textwidget {
      max-width: 215px;
      margin: 0 auto;
    }
    #sidebar2 .textwidget, #sidebar1 .texwidget {
      padding-left:4px;
    }
    #sidebar2 p {
      max-width:230px;
    }
    #sidebar2 .widget ul,#sidebar2 .widget_text ul {
      margin:0;
      padding-top:5px;
    }
    #sidebar2 h3.widgettitle {
      /*padding-left:4px;*/
    }
    #sidebar1 .book-title {
      left: 68px;
    }
    #sidebar1 h3.widgettitle {
      padding-left:14px;
    }

   #sidebar1  {
      width:250px;
      max-width:250px;
      float:right;
      padding-top:10px;
      overflow:hidden;
    }
.article-header h2 {
  margin:0;
}

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
   /* margin-top: 2.2em;*/ }

.widgettitle {
  background: url('http://cdn.reallaunch.com/cityguides/common/nav-divider.gif') no-repeat left bottom;
  margin-bottom: 0.75em; 
}

#sidebar1 .widgettitle {
  background: url('http://cdn.reallaunch.com/cityguides/common/nav-bar-wide.png') no-repeat left bottom;
  margin-bottom: 0.75em; 
}
#sidebar1 .textwidget {
  padding-left:4px;
}
h4.widgettitle {
  margin-top:10px;
  font-size: 15px;
  font-weight: 700;
  color:#b92023;
}
h3.widgettitle {
  margin-top:5px;
  font-weight: 700;
  color:#b92023;
  margin-bottom:5px;
}
#sidebar1 .gform_wrapper {
  max-width:250px !important;
}
    .widget ul li {
      /*margin-bottom: 0.75em;*/
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* end .footer-links */ }
  .inner-footer {
    height:30px;
  }
  .icon {
    width: 24px;
    height: 24px;
    background: url(img/test.png) no-repeat;
  } 
  .icon {
    background: url(img/test@2x.png) no-repeat;
    background-size: 24px 24px;
  }
    
@media print {

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; 
  }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.article-post-entry {
  margin: 8px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
}
.hidden-details, .hidden-details p {
  color:#fff;
  margin:0;
  padding:0;
  line-height: 15px;
}
img.featured-image {
  float:left;
  overflow:hidden;
  position:relative;
}
.featured-person {
  margin: 15px 0px;
  /*padding:10px 0px;*/
  border:1px solid #282b30;
  margin-bottom: 0;
  padding:0;
}
a.featured-home {
  font-family: arial;
  line-height: 17px;
  font-size: 14px !important;
  font-weight: 700;
  color: #282b30;
}
.featured-detail {
  text-align:right;
  padding: 0px 10px 0 2px;
}
.person-featured {
  font-size:16px;
  color:#fff;
  height:27px;
  padding-top:8px;
  background-color:#bb2024;
}
.individual-wrapper {
  padding-top: 5px;
  width: 300px;
  float: right;
}
.featured-wrapper {
  max-width:300px;
  height:35px;
  float:right;
  padding-left: 30px;
  background-color:#780000;
  background: url('http://cdn.reallaunch.com/cityguides/common/featured-agent.png') no-repeat left bottom;
}
a.featured-home:hover {
  text-decoration: none;
  font-weight: 700;
  color: #282b30;
}
.home-image {
  margin:0;
  /*padding-right: 16px;*/
}

.align img, .alignnone img{
  margin:0;
}

.alignleft img{
  float: left;
  margin: 0px 15px 0px 0px;
}

.alignright img{
  float: right;
  margin: 0px 0px 0px 15px;

}


.feat-entries {
  height:auto;
  margin-bottom:15px;}

#main .feat-entries {
  /*border-width: 0px 0px 1px 0px;
  border-style:dotted;*/
}
#main .feat-entries:last-child {
  margin-bottom:0px;
  border-width: 0px 0px 0px 0px !important;}

.post-repeater img {
  margin: 0px 10px 5px 5px;
}
.post-repeater p {
  margin: 2px 0px 2px 0px;
  line-height: 17px;
}
.repeat-entry {
  min-height:50px;
  margin: 5px 0px 5px 0px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding-bottom: 5px;
  border-color: #545454;
}
.repeat-entry p {
   margin: 5px 0px 0px 0px;
}
.h3 {
  font-size: 16px;
  font-weight: 700;
  color: #282b30;
  line-height:18px;
}
.sub-body, .sub-body a, a.sub-body {
  font-size:12px !important;
  line-height:18px;
}
.full-page {
  width:100%;
  height:auto;
  margin: 10px 0px 12px 0px; 
}
ul.job-list li {
  float:left;
}
.job-api {
  min-height:90px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-bottom:1px solid #c6c6c6;
  padding-bottom: 20px;
}
.job-api input[type=submit] {
  float:right;
  margin: 5px 6px 4px 0px;
}
.job-entry-row {
  width:100%;
  height:auto;
  position:relative;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color:#D8D8D8;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 15px 0px;
}
.job-entry:hover {
  background:#F0F0F0;
}
.job-entry {
  display:inline-block;
  position:relative;
  width:100%;
}
.job-list {
  display: inline-block;
  margin:0;
  float:left;
}
.small-link a {
  font-size:12px;
}
.city-guide {
  font-size: 14px;
  width: 68px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom:0px;
  font-family: arial;
  margin:0;
}
.page-sub-nav {
  min-height:23px;
  text-align:center;
  margin:0;
}
.rs-area {
  margin:0;
}
.company-logo {
  margin-bottom:0px;
}
.upcoming-dates {
  margin-bottom:10px; 
}
.remargin {
  margin-top:15px;
}
.form-entry {
  float: left;
  width: 30%;
  margin-right:5px;
}
.form-entry input[type="text"] {
  width:98%;
}
#sidebar1 input[type="text"], #sidebar2 input[type="text"] {
  height:30px !important;
  font-size: 16px !important;
  color: !important;
}
#sidebar1 .gform_wrapper .left_label .gfield_label {
  width: 29% !important;
}
.single-contain {
  width:490px;
  padding: 10px 0 10px 0;
}
.events-contain {
  height:auto;
  width:100%;
}
.events-contain a:hover {
  text-transform: none;
}
.events-contain header {
  position: relative;
}
.abso-right {
  position: absolute;
  right:0;
  top:0;
}
.abso-right a, .float-right a {
  font-size:12px;
}
.abso-right a:hover, .float-right a:hover {
  text-transform:none;
  font-size:12px;
}
.sub-list {
  margin:0;
  margin: 5px 0px 5px 0px;
}
.float-right {
  float:right;
}
#menu-header-nav {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 15px;
  color: #787878;
  margin:1px 0px 0px 0px;
}
#menu-header-nav li {
  padding-left:10px;
  float:right;
}
#menu-header-nav li a, #menu-header-nav li a:visited  {
  color:#b6b6b6 !important;
  font-size:12px !important;
  border:0;
  font-family: 'Kameron', serif;
}
#menu-header-nav li a:hover {
  text-decoration:underline;
}
#menu-header-nav li:first-child {
  padding-right:10px;
  float:left;
}
.read-more a {
  font-size:12px;
  display:inline-block; 
}

a.custom-read-more {
  font-family: arial;
  font-size: 12px;
  font-weight: 500;
  color: #0375ea;
  text-decoration: none;
  display: inline-block;
}

a.custom-read-more:hover{
 text-decoration: underline; 
}
.cb-table {
  width:100%;
}
.cb-table tr td {
  padding-left:5px;
}
#menu-footer-nav li:first-child {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  border-width: 0 0 0 1px;
}
#menu-footer-nav li {
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 5px;
  border-width: 0px 0px 0px 1px;
  height: 15px;
  border-style: solid;
  float: left;
}
#menu-footer-nav li a {
  font-size:10px;
}
.copyright {
  float:left;
  padding-right: 5px;
  margin: 0px 5px 0px 0px;
  /*border-width: 0 1px 0px 0;*/
  /*border-style: solid;*/
  height: 17px;
  font-size:10px;
}
.main-content {
  margin: 5px 0px 5px 0px;
}
.author-image {
  width:52px;
  float:left;
  padding-right:5px;
  padding-top:4px;
}
.enable_purchase {
  height:30px;
  width:100%;
  background:#b92023;
  top:0px;
  /*position:relative;*/
  position:fixed;
  z-index: 9999;
  display:none;
}
.enable_purchase p, .enable_purchase_admin p {
  color:#fff;
  padding-top:5px;
  margin:0;
  text-align:center;
}
.enable_purchase_admin {
  height:30px;
  width:100%;
  background:#b92023;
  top:0px;
  position:relative;
  z-index: 9999;
}
.enable_purchase a, .enable_purchase a:hover, .enable_purchase_admin a, .enable_purchase_admin a:hover {
  color:#fff !important;
  text-decoration:underline;
}
.enable_padding {
  width:100%;
  position: relative;
  height:30px;
}
.no-margin {
  margin:0 !important;
}
/*
CHANGES MADE THAT RELATE TO A PLUGIN 
*/
#sidebar1 .dsidx-widget-search {
  width:230px;
  height:300px;
  margin:20px auto;
  clear:both;
}

div.dsidx-results-widget .dsidx-map {
  height:auto !important;
}
.dsidx-search-button {
  width:176px !important;
}
.dsidx-search-widget input, .dsidx-search-widget select  {
  padding:3px;
}
.dsidx-prop-summary {
  border-bottom: 1px dotted;
  padding-bottom: 15px;
}
.dsidx-prop-title, .dsidx-prop-title a {
  font-size:16px;
}
div.dsidx-results-widget .dsidx-map .dsidx-details {
  min-height:0px;
  overflow: hidden;
  margin:0;
  padding-bottom: 5px !important;
  height:auto !important;
}
button, html input[type=button], input[type=reset], input[type=submit], .button  { 
  border: 1px solid #d9d9d1 !important;
  background-color: #7bb501 !important;
  background-image: -moz-linear-gradient(bottom, #6d9f01 0%, #8bbd21 100%);
  background-image: -o-linear-gradient(bottom, #6d9f01 0%, #8bbd21 100%); 
  background-image: -webkit-linear-gradient(bottom, #6d9f01 0%, #8bbd21 100%); 
  background-image: linear-gradient(bottom, #6d9f01 0%, #8bbd21 100%);
  padding:7px !important;
  font-family: arial;
  font-size: 12px !important;
  font-weight: 400 !important;
  color:#fff;
}
#sidebar1 .gform_footer {
  margin-left: 174px;
  height: 37px;
  padding: 0;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color:#ddecbd !important;
}
.dsidx-standalone-disclaimer {
  width:1015px;
  margin:0 auto;
}
.dsidx-standalone-disclaimer p {
  font-size:10px;
  margin:0;
}
.dsidx-standalone-disclaimer p:last-child {
  text-align:center;
}
#dsidx-disclaimer p {  
  font-size:10px;
}
#flickrrss {
  width: 214px;
  margin: 0 auto;
}
#flickrrss img {
  padding: 1px 18px 0px 10px;
}
.repeat-left {
  float:left;
  max-width:240px;
}
.repeat-right {
  float:right;
  width: 200px;
}
.date-time {
  position:absolute;
  /*float:right;*/
  margin-top:100px;
  bottom:0px;
  right:20px;
  font-weight: 400;
  font-size: 14px;
}
.side-padding {
  padding-left:4px;
}
.date-time span {
  font-family: "Kameron",serif;
}
#sidebar1 .dsidx-widget.dsidx-search-widget .dsidx-search-button {
  padding: 0px 0px 0px 0px;
  margin: 4px 0px 5px 81px !important;
  background: none !important;
  height: 40px !important;
  width: 137px !important;
}
.widget_search input {
  width:100%;
}
.widget_search input[type=submit] {
  margin-left: 194px;
  margin-top: 10px;
  width: 57px;
}
.dsidx-map .dsidx-details p {
  min-height:80px !important;
}
.dsidx-details p {
  font-family: arial !important;
}
#dsidx-listings li hr {
  width: 100% !important;
}
.gform_widget h4.widgettitle {
  width: 230px;
}
.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0 5px 0 0;
  width: 23%;
  font-weight: bold; 
}
.sidebar-people {
  width:110px;
  float:left;
}
.sidebar-people img {
  max-width:100px !important;
  padding: 15px 0px 20px 5px;
} 
.sidebar-people-content {
  width:110px;
  float:right;
  padding-top:10px;
}
#cb_formair input, #cb_formFH input, #cb_formHO input, #cb_formCO input {
  font-size: 11px !important;
  padding: 3px !important;
}
#cb select {
  font-size: 11px !important;
  padding: 3px !important;
}
.center-picture {
  margin:0 auto;
  display:block;
}
.center-text {
  text-align:center;
}
.pan-text {
  margin:0;
  padding-top:10px;
}
.custom-iframe {
  border:0 !important;
  overflow:hidden;
}
#facebook-user {
  background: url('http://cdn.reallaunch.com/cityguides/common/facebook-icon.png') 0 0;
}
#twitter-user {
  background: url('http://cdn.reallaunch.com/cityguides/common/twitter-icon.png') 0 0;
}
#linkedin-user {
  background: url('http://cdn.reallaunch.com/cityguides/common/linkedin_logo.png') 0 0;
}
#youtube-user {
  background: url('http://cdn.reallaunch.com/cityguides/common/googleplus-logo.png') 0 0;
}
.featured-description {
  padding:0px 10px;
}
.user-content {
  margin-top:10px;
}
.individual-info { 
  font-size:14px;
  font-weight:800;
  margin:0;
}
.individual-info a, .individual-info a:hover {
  color:#282b30;
  font-size:14px;
  font-weight:800;
  margin:0;
  text-decoration:none;
}
.social-icons {
  display: inline-block;
  vertical-align: top;
  width: 34px !important;
  height: 34px !important;
  margin-right: 5px;
}
.social-icon-wrapper {
  margin-top:5px;
  width: 300px;
  float: right
}
img.featured-image {
  max-width:170px;
  margin: 5px 10px 5px 5px !important;
}
#sidebar1 iframe {
  max-width:235px;
  display:block;
  margin-bottom:10px !important;
  overflow:hidden;
}
/*   for  pan   */
.pan-gallery {
    display:inline-block;
    vertical-align:top;
    height:115px;
    width:122px;
}
.sidebar-pan-logo {
  width: 100px;
  float:none;
  margin:0 auto;
}
.view-all {
  float:right;
} 
.view-all a {  
  font-size:12px;
}
#sidebar-pan {
  width:100px;
}
.sidebar-pan-logo img {
  float:none;
  padding-top:10px;
  padding-bottom:0;
}
.pan-gallery img {
  display:block;
  margin:0 auto;
}
.pan-gallery p {
    text-align:center;
}
.pan-container {
    width:100%;
    margin-top:15px;
}
.sidebar-pan-gallery img {
  margin:5px 0px !important;
  padding:5px;
}
.margin-bottom {
  margin-bottom:10px;
}
.property {
  float:left;
}
.featured-home-row {
	margin: 30px 0;
}
.featured-home-row img {
	max-width:240px;
}
.overlaywrap img {
	margin: 0 !important;
	width: 100%;
}
.overlaywrap {
	position:relative;
  overflow:hidden;
  max-height:100px;
  height:100px;
}

.featured-banner {
  margin:0;
  padding:0;
  width:100%;
  text-align:center;
  color:#fff;
  height:25px;
}
.featured-banner a {
  color:#fff;
}
.featured-banner a:hover {
  color:#fff;
  text-decoration:none;
}
.overlay-info {
	position:absolute;
	top:80px;
	width:100%;
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	text-align:center;
  height:100%;
}
.view-property{
  display:inline-block;
  margin-top:10px;
}
.overlay-info a, .overlay-info a:hover {
  color:#fff;
  text-decoration:none;
}
.red {
  background-color:#b92023;
}
.blue {
  background-color:#1e7aad;
}
.featban-wrapper {
  margin: 10px 0px 10px 0px;
  /*border: 1px solid #c6c6c6;*/
}
.featban-wrapper img {
  margin:0;
  padding:0;
}
.pre-feature p {
  line-height: 17px;
  margin: 13px 0px 0px 0px;
}
.boldlink a {
  font-size: 14px !important;
  font-weight: 700;
  color: #282b30;
}
.boldlink a:hover {
  font-size: 14px !important;
  color: #282b30;
}
.prop-details p {
  margin:5px -2px;
  padding:0 5px;
}
.hidden-details a {
  color:#fff;
}
.hidden-details {
  margin-top:10px;
}
.hidden-details a:hover {
   color:#fff;
}
.ind-wrapper {
	position:relative;
	max-width: 160px;
	float: left;
	margin: 0 1px;
}

#dsidx-search-3{
  margin-bottom: 20px;
}

.cat-post-date{
  display: block;
  font-size: 12px;
  float: right;
  top: -20px;
  position: relative;
}


.header-temp .awesome-weather-header,
.header-temp .awesome-weather-forecast{
	display:none;
}

.header-temp  .awesome-weather-wrap{
	margin:0;
	display: inline-block;
}

.header-temp .awesome-weather-current-temp{
	background-color: #ffffff;
    color: #999999;
    font-size: 13px;
    font-weight: 900;
    height: auto;
    padding: 0;
    text-shadow: none;
    width: auto;
}	

.header-temp .awesome-weather-current-temp sup {
    font-size: 13px;
    font-weight: 900;
    top: 0;
}

.awesome-weather-attribution{
	display:none;
} 

.header-temp .cloud-icon {
    background: rgba(0, 0, 0, 0) url("../images/cloud-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 39px;
    width: 44px;
}

.date-time {
    bottom: 10px;
}