/*
Theme Name: Corporation for Economic Development
Theme URI: http://www.AdelieDesign.com/
Description: Second WordPress theme for the Corporation for Economic Development.
Author: Adelie Design
Version: 2.0
*/

@import 'reset.css';

/* =Fonts
-------------------------------------------------------------- */
/* Embed fonts ************************************/

@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500_italic-webfont.eot');
	src: local('☺'),
       url('fonts/museosans_500_italic-webfont.woff') format('woff'),
       url('fonts/museosans_500_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: local('☺'),
       url('fonts/museosans_500-webfont.woff') format('woff'),
       url('fonts/museosans_500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500italic-webfont.eot');
	src: local('☺'),
       url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
       url('fonts/museo_slab_500italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('☺'),
       url('fonts/museo_slab_500-webfont.woff') format('woff'),
       url('fonts/museo_slab_500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Oddly, this one seems to work in IE where Museo Slab 500 and Museo Sans 500 do not */
@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'Museo700';
	src: url('fonts/museo700-regular-webfont.eot');
	src: local('☺'),
       url('fonts/museo700-regular-webfont.woff') format('woff'),
       url('fonts/museo700-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
input,
textarea,
#content .property h4,
#content .person h4,
#footer .menu .sub-menu a {
	font-family: "MuseoSans500", "SansationRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

em {
  font-style: italic;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
.home #sidebar .last-post .post-title,
#sidebar .featured-property .post-title,
.home #sidebar .widget_text p,
.entry-meta,
.banner-main,
#footer .textwidget,
#access .menu #menu-item-32 .sub-menu .menu-item-type-custom a {
  font-family: "MuseoSlab500", "SansationRegular", "Georgia", serif;
}

#footer h3,
#footer .menu a,
.map-caption,
.map-enlarge {
  font-family: "Museo700", "MuseoSlab500", "SansationRegular", Georgia, serif;
}
pre, code {
	font-family: "Courier New", "Courier 10 Pitch", Courier, monospace;
}


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
body {
  background-color: #5c6169;
  font-size: 10px;
  line-height: 1.5;
  color: #5c6169;;
}

hr {
  background-color: #081d22;
  border:0;
  height: 1px;
  margin-bottom: 1.5em;
  clear:both;
}


/* Text elements */
p {
  margin-bottom: 1em;
}
ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
}
ol ol {
  list-style:upper-alpha;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom:0;
}
dl {
  margin: 0 0 2em 20px;
}
dt {
  font-weight: normal;
  color: #1b7b90;
  float: left;
  clear: left;
  margin-right: 0.5em;
}
dd {
}

strong,
b,
th {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 133.33%;
}
ins {
  background: #F0FFFF;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 2em;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 2em;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

pre {
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 1.5em;
  overflow: auto;
}

pre,
kbd,
tt,
var {
  font-size: 125%;
  line-height: 1.5;
}

code {
  font-size: 110%;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
  text-decoration: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.form-item input,
textarea {
  padding: 2px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.form-submit input {
  cursor: pointer;
  padding: 3px 8px;
}

.form-submit input:hover {
}
a {
  text-decoration: none;
  color:#f1592a;
}
a:active,
a:hover {
  text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
#header {
  height: 121px;
  border-bottom: 2px solid #d8d9db;
}

#masthead {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#site-title {
  width: 529px;
  height: 42px;
  overflow: hidden;
  padding: 41px 0 0;
  font-size: 300%;
  line-height: 1;
}
#site-title a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 490px;
  height: 42px;
  text-indent: -9000px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  outline: none;
}

#header .support a {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 28px;
  line-height: 28px;
  background-color: #bbef1d;
  color: #33363c;
  text-align: center;
  font-size: 120%;
}

#header .languageselect {
  position: absolute;
  top: 38px;
  right: 0;
  width: 120px;
  height: 60px;
  line-height: 28px;
  color: #33363c;
  text-align: center;
  padding-top:5px;
}

/* =Main
-------------------------------------------------------------- */
#main {
  overflow: hidden; /* extend past all floats */
  position: relative;
  background-color: #FFFFFF;
  background-image: url(images/main-bg.png);
  background-position: 0 32px; /* under the navigation menu */
  background-repeat: repeat-x;
}


/* =Navigation
-------------------------------------------------------------- */
#access {
  height: 30px;
  background-color: #FFFFFF;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  width: 100%;
  font-size: 120%;
  margin-bottom: 85px;

}
#access .menu {
  width: 900px;
  height: 30px;
  margin: 0 auto;
  list-style-type: none;
  position: relative;
}
#access .menu li {
  float: left;
  height: 30px;
  margin: 0;
}
#access .menu a {
  line-height: 30px;
  height: 30px;
  width: 103px;
  display: block;
  color: #5c6169;
  text-align: center;
}

#access .menu a:hover {
  text-decoration: none;
  background-color: #d8fa71;
}

#access .menu .current-menu-item,
#access .menu .current-menu-parent,
#access .menu .current_page_ancestor {
  background-color: #1b7b90;
}

#access .menu .current-menu-item a,
#access .menu .current-menu-item a:hover,
#access .menu .current-menu-parent a,
#access .menu .current-menu-parent a:hover,
#access .menu .current_page_ancestor a,
#access .menu .current_page_ancestor a:hover {
  color: #FFFFFF;
  font-style: italic;
  padding-bottom: 6px;
  background-color: transparent;
  background-image: url(images/nav-arrow.png);
  background-position: 50% 30px;
  background-repeat: no-repeat;
}

#access .menu a:hover {
  text-decoration: none;
  background-color: #d8fa71;
}

#access .menu .sub-menu {
  display: none;
  position: absolute;
  top: 90px;
  left: 280px;
  list-style-type: none;
  margin: 0;
  font-size: 83.33%;
}
#access .menu .current-menu-item ul.sub-menu,
#access .menu .current-menu-ancestor ul.sub-menu {
  display: block;
  width: 620px;
}
#access .menu .sub-menu .sub-menu {
  display: none; /* only 2 levels supported */
}

#access .menu .sub-menu li {
  height: auto;
  margin-right: 30px;
  background-color: transparent;
}
#access .menu .sub-menu a,
#access .menu .sub-menu a:hover {
  display: inline;
  background-image: none;
  color: #5c6169;
  padding: 0;
  height: auto;
  line-height: 1.25;
  font-style: normal;
}

#access .menu .sub-menu .current-menu-item a,
#access .menu .sub-menu a:hover {
  color: #1b7b90;
}
#access .menu .sub-menu .current-menu-item a {
  font-style: italic;
}


#access .menu #menu-item-32 .sub-menu .menu-item-type-custom {
  margin-right: 0;
  float: right;
}
#access .menu #menu-item-32 .sub-menu .menu-item-type-custom a,
#access .menu #menu-item-32 .sub-menu .menu-item-type-custom a:hover {
  font-size: 15px;
  font-style: italic;
  color: #F1592A;
}


/* =Content
-------------------------------------------------------------- */


#container {
  width: 900px;
  margin: 0 auto;
}

#content {
  float: right;
  width: 620px;
  border-top: 1px solid #dfdfdf;
  padding: 44px 0 0;
  font-size: 110%;
  line-height: 1.8;
  color: #081e23;
  overflow: hidden;
}

#content ol,
#content ul {
  margin-left: 2.5em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #1b7b90;
  margin: 0 0 0.25em 0;
  line-height: 1.3;
}

#content h1,
#content h2 {
  font-size: 181.81%;
  margin-bottom: 1em;
  margin-top: 1.5em;
  clear: left;
}
#content h1:first-child,
#content h2:first-child {
  margin-top: 0;
}

#content h3 {
  font-size: 127.27%;
  font-style: italic;
  margin-top: 3em;
  margin-bottom: 1em;
}
#content h4 {
  font-size: 109.09%;
}
#content h5 {
  font-size: 100%;
}
#content h6 {
  font-size: 100%;
}

#content table {
  border: 1px solid #DFDFDF;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}
#content tr th,
#content thead th {
  color: #5C6169;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5;
  padding: 0.75em 2em;
}
#content tr td {
  border-top: 1px solid #DFDFDF;
  padding: 0.5em 2em;
}
#content tr.odd td {
}

.hentry {
  margin: 0 0 4em 0;
}

#content .hentry {
  text-align: justify;
}

#content h3.entry-title {
  margin-bottom: 0;
}
.entry-title a {
  color: #1b7b90;
}

.entry-meta {
  clear: left;
  font-size: 90.90%;
  margin: 0 0 1em;
}

.entry-meta .entry-time {
  color: #f1592a;
}

.entry-utility {
  text-align: right;
  border-bottom: 1px solid #DFDFDF;
  padding: 1.75em 0 1em;
  line-height: 1;
}

.entry-utility a.facebook,
.entry-utility a.twitter {
  display: inline-block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-indent: -9000px;
  background-image: url(images/facebook.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 13px;
  text-align: left;
}
.entry-utility a.twitter {
  background-image: url(images/twitter.png);
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

#content .video-player {
  padding: 0;
}

a.more-link {
  display: block;
  margin: 1em 0;
}

#nav-above {
  display: none;
}

.highlight,
#content .highlight {
  color: #f1592a;
  font-size: 127.27%;
  line-height: 1.4;
}
.blue,
#content .blue {
  color: #1b7b90;
}

#content ul.gallery {
  list-style-type: none;
  margin: 0;
}

ul.gallery .gallery-item {
  float: left;
  width: 190px;
  margin: 33px 59px 10px;
  display: inline;
}
ul.gallery .gallery-item img {
  max-width: 190px;
  height: auto;
}

#content ul.community-gallery {
  float: left;
  width: 203px;
  height: 43px;
  padding-top: 177px;
  overflow: hidden;
  margin: 0.25em 1.5em 0.5em 0;
  list-style-type: none;
  position: relative;
  line-height: 1;
}
#content ul.community-gallery li {
  float: left;
  margin: 0 0 0 10px;
  width: 43px;
  display: inline;
}
#content ul.community-gallery li:first-child,
#content ul.community-gallery li.first {
  margin-left: 0;
}
#content ul.community-gallery li img {
  display: block;
  max-width: none;
}
#content ul.community-gallery li .large {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#content ul.community-gallery li .thumbnail img {
  opacity: 0.55;
  cursor: pointer;
}
#content ul.community-gallery li.active .thumbnail img {
  opacity: 1;
}

#content ul.community-gallery li.active .large {
  display: block;
}

#content .collapsible {
  padding: 8px 20px 12px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#content .collapsible h3.collapsible-header {
  margin: 0 0 0.25em -20px;
  padding-left: 20px;
  font-size: 100%;
  font-style: normal;
  background-image: url(images/arrow-down.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 11px;
}
#content .collapsed h3.collapsible-header {
  background-image: url(images/arrow-right.png);
}
#content .collapsible a {
  color: #1b7b90;
  font-style: italic;
}

#content ul.horizontal {
  margin: 0;
  width: 100%;
  padding: 10px 0 25px;
  border-top: 1px solid #dfdfdf;
  float: left;
}
#content ul.horizontal li {
  list-style-type: none;
  margin-right: 4em;
  float: left;
}
#content ul.horizontal a {
  color: #1b7b90;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
  margin: 0.25em 1.5em 0.5em 0;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
  margin: 0.25em 0 0.5em 1.5em;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
  margin: 0 auto 1em;
}

.navigation {
  float: left;
  width: 100%;
}

.navigation .nav-previous {
  float: left;
  width: 45%;
}
.navigation .nav-next {
  float: right;
  width: 45%;
  text-align: right;
}

#content .edit-link {
  display: block;
  margin: 4em 0 1em 0;
  text-align: right;
  clear: both;
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
  float: left;
  width: 230px;
  font-size: 100%;
  padding-bottom: 3em;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
}
#sidebar .widget-container {
  margin-bottom: 4px;
}

#sidebar .widget-title {
  font-size: 140%;
  line-height: 37px;
  white-space: nowrap;
  padding: 0 20px;
  border-bottom: 1px solid #FFFFFF;
}

#sidebar .last-post {
  background-color: #94bfc7;
  color: #5c6169;
}

#sidebar .last-post .widget-title {
  background-color: #1b7b90;
  color: #e6e6e6;
}
#sidebar .last-post .widget-title a {
  color: #e6e6e6;
}
#sidebar .last-post .post {
  padding: 20px;
  line-height: 1.6;
}
#sidebar .last-post .post-title {
  font-size: 110%;
  color: #f7f7f5;
  margin-bottom: 0.5em;
}
#sidebar .last-post a.read-more,
#sidebar .last-post a.read-more:hover {
  color: #f7f7f5;
  white-space: nowrap;
}

#sidebar .widget_archive,
#sidebar .widget_tag_cloud {
  background-color: #94bfc7;
  color: #5c6169;
}
#sidebar .widget_archive .widget-title,
#sidebar .widget_tag_cloud .widget-title {
  background-color: #1b7b90;
  color: #e6e6e6;
}
#sidebar .widget_archive ul,
#sidebar .widget_tag_cloud div {
  padding: 20px;
  line-height: 1.6;
  font-size: 110%;
}
#sidebar .widget_tag_cloud div {
  padding-top: 10px;
}
#sidebar .widget_archive a,
#sidebar .widget_tag_cloud a {
  color: #5c6169;
}
#sidebar .widget_archive a:hover,
#sidebar .widget_tag_cloud a:hover {
  color: #f7f7f5;
  font-style: italic;
  text-decoration: none;
}

#sidebar .widget_text a.tools {
  font-size: 140%;
  color: #5c6169;
  display: block;
  height: 37px;
  line-height: 37px;
  padding-left: 63px;
  background-color: #6cc7d8;
  background-image: url(images/wrench.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

#sidebar .social-networking-widget {
  position: relative;
}
#sidebar .social-networking-widget h3 {
  font-size: 140%;
  color: #5c6169;
  display: block;
  height: 43px;
  line-height: 43px;
  padding-left: 94px;
  background-color: #ffd300;
}
#sidebar .social-networking-widget a {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-indent: -9000px;
}
#sidebar .social-networking-widget a:hover {
  background-position: 100% 100%;
}
#sidebar .social-networking-widget a.twitter {
  left: 16px;
  top: 6px;
  width: 28px;
  height: 32px;
  background-image: url(images/twitter-sprite.png);
}
#sidebar .social-networking-widget a.linkedin {
  left: 56px;
  top: 6px;
  width: 28px;
  height: 32px;
  background-image: url(images/linked-in-sprite.png);
}
#sidebar .social-networking-widget .sep {
  height: 25px;
  width: 1px;
  background-color: #5c6169;
  position: absolute;
  top: 8px;
  left: 46px;
  text-indent: -9000px;
}

#sidebar .social-networking-widget .addthis_toolbox a {
  text-indent: 0;
  color: #5c6169;
  font-size: 13px;
  line-height: 16px;
  margin: 15px 16px;
  display: block;
  position: relative;
}
.home .addthis_toolbox a {
  text-indent: 0;
  color: #5c6169;
  font-size: 13px;
  line-height: 16px;
  margin: 15px 0 15px 16px;
  display: block;
  position: relative;
  float: right;
}

#sidebar .contact-form {
  background-color: #fbe787;
}
#sidebar .contact-form p {
  margin-bottom: 0;
}

#sidebar .contact-form .widget-title {
  background-color: #ffd300;
  padding-left: 60px;
  background-image: url(images/envelope.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
#sidebar .contact-form .wpcf7 {
  padding: 19px 10px 22px;
}
#sidebar .contact-form .form-item {
  position: relative;
  margin-bottom: 15px;
}
#sidebar .contact-form .form-item label {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 1px;
  font-style: italic;
  color: #999999;
  line-height: 23px;
}
#sidebar .contact-form .form-item input {
  width: 190px;
  height: 13px;
  line-height: 13px;
  border: 1px solid #cdcdcc;
  padding: 5px 9px 5px;
  position: relative;
  z-index: 9;
}
#sidebar .contact-form .form-submit {
  overflow: hidden;
  margin-top: 21px;
}
#sidebar .contact-form .form-submit input {
  font-size: 140%;
  color: #5c6169;
  border: none;
  background-color: #ffd300;
  padding: 4px 12px;
  line-height: 1;
  font-style: italic;
  float: right;
}

#sidebar .featured-property {
  background-color: #dcf394;
}

#sidebar .featured-property .widget-title {
  background-color: #bbef1d;
  color: #5c6169;
  border-bottom: 1px solid #FFFFFF;
}
#sidebar .featured-property .post {
  font-size: 110%;
}
#sidebar .featured-property .post-thumbnail {
  border-bottom: 1px solid #FFFFFF;
}
#sidebar .featured-property .post-thumbnail img {
  display: block;
}
#sidebar .featured-property .post-title {
  background-color: #bbef1d;
  color: #1b7b90;
  font-size: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
  font-style: italic;
}
#sidebar .featured-property .post-title a {
  color: #1b7b90;
}
#sidebar .featured-property .post .entry {
  padding: 20px;
  color: #5c6169;
  line-height: 2;
}
#sidebar .featured-property .post .entry p {
  margin: 0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  clear: both;
  background-image: url(images/main-shadow.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  min-height: 150px;
  overflow: hidden;
  font-size: 110%;
  padding-top: 34px;
}

#footer,
#footer a,
#footer a:hover,
#footer .sub-menu .menu-item a {
  color: #cdcdcc;
}

#footer h3,
#footer .telephone,
#footer .fax,
#footer .menu-item a {
  color: #f7f7f5;
}

#footer-widgets {
  width: 900px;
  margin: 0 auto;
}

#footer-widgets ul {
  list-style-type: none;
  margin: 0;
}

#footer-widgets .widget-container {
  float: left;
  margin-right: 30px;
}
#footer-widgets .widget_text address,
#footer-widgets .widget_text .telephone,
#footer-widgets .widget_text .fax {
  font-style: italic;
  margin-left: 0;
  line-height: 1.6
}
#footer-widgets .widget_text .telephone {
  margin-bottom: 0;
  margin-top: 2em;
}

#footer-widgets .widget_nav_menu {
  margin-right: 0;
  float: right;
}
#footer-widgets .widget_nav_menu .sub-menu {
  margin-top: 0.5em;
}
#footer-widgets .widget_nav_menu li {
  float: left;
  margin-left: 55px;
  white-space: nowrap;
  line-height: 1.8;
}
#footer-widgets .widget_nav_menu li:first-child {
  margin-left: 0;
}
#footer-widgets .widget_nav_menu .sub-menu li {
  float: none;
  margin-left: 0;
}


#colophon {
  width: 900px;
  margin: 1em auto;
  text-align: right;
  font-size: 72.72%;
  clear: both;
  padding-top: 2em;
}


/* =Property Listings
-------------------------------------------------------------- */
.page-properties .entry-content {
  clear: both;
  margin-top: 2em;
}
.property-category {
  float: left;
  width: 285px;
}
#content .property-category .section-title {
  border-bottom: 1px solid #dfdfdf;
  font-size: 127.27%;
  padding-bottom: 0.75em;
  margin-top: 1.5em;
}

#content .property-category .property {
  position: relative;
  padding: 0 40px 0 130px;
  margin: 21px 0 53px;
  line-height: 1.25;
  text-align: left;
}

#content .property-category .property h4 {
  font-size: 100%;
  margin-bottom: 0.5em;
}
.property-category img.wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
}

#content .property-category .read-more {
  margin-top: 1.5em;
}
#content .property-category .read-more a {
  color: #f1592a;
  font-style: italic;
}

/* =Board of Directors
-------------------------------------------------------------- */
.person {
  float: left;
  padding-left: 20px;
  width: 285px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: left;
  height: 150px;
  line-height: 1.3;
}

.person h4 em {
  color: #F1592A;
}
address {
  font-style: normal;
  margin-left: 20px;
  line-height: 1.3;
}
.person address p {
  margin-top: 0.75em;
}

/* =County Information
--------------------------------------------------------------- */
ul.map-links {
  margin: 0 auto;
  padding: 110px 0 0 350px;
  width: 97px;
  min-height: 155px;
  background-image: url(images/indiana_map_with_text.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  list-style-type: none;
  font-size: 127.27%;
  text-align: right;
}

/* =Communities
---------------------------------------------------------------- */
#content p.city-link {
  clear: both;
  margin: 0;
  padding: 1em 0 0.5em;
  text-align: right;
}
#content p.city-link a {
  color: #1b7b90;
}

/* =Home
---------------------------------------------------------------- */
.home #access {
  margin-bottom: 46px;
}
.home #content {
  background-color: #f7f7f5;
  width: 900px;
  border-top: none;
  padding-top: 0;
  margin-bottom: 16px;
}

.home #content .maps {
  padding: 0 0 0 0;
  border-right: 1px solid #FFFFFF;
  width: 442px;
  height: 500px;
  float: left;
  background-color: #f7f7f5;
  list-style-type: none;
  margin: 0;
  position: relative;
}

#primary-map {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 5;
}
.map-highlight {
  position: absolute;
  z-index: 10;
}
#highlight-chicago {
  left: 99px;
  top: 212px;
}
#highlight-cincinnati {
  left: 275px;
  top: 353px;
}
#highlight-cleveland {
  left: 346px;
  top: 234px;
}
#highlight-columbus {
  left: 320px;
  top: 301px;
}
#highlight-detroit {
  left: 262px;
  top: 173px;
}
#highlight-indianapolis {
  left: 107px;
  top: 297px;
}
#highlight-lexington {
  left: 272px;
  top: 398px;
}
#highlight-louisville {
  left: 172px;
  top: 382px;
}
#highlight-milwaukee {
  left: 98px;
  top: 155px;
}
#highlight-st-louis {
  left: 35px;
  top: 342px;
}

.map-caption {
  text-align: center;
  margin-top: 500px;
  margin-bottom: 0;
  position: relative;
  z-index: 20;
  color: #5c616a;
  font-size: 10px;
}
.map-enlarge {
  color: #F1592A;
  text-align: center;
  position: relative;
  z-index: 20;
  font-size: 10px;
}


.home #content .hentry {
  float: right;
  margin-bottom: 0;
  padding: 25px 10px 25px 0;
  width: 420px;
  position: relative;
  z-index: 20;
}

.home #sidebar {
  width: 902px;
  padding-bottom: 9px;
}
.home #sidebar .widget-container {
  float: left;
  width: 230px;
  border-left: 1px solid #FFFFFF;
  height: 191px;
  overflow: hidden;
  margin: 0;
}
.home #sidebar .widget-container:first-child {
  border-left: none;
}

.home #sidebar .last-post {
  background-color: #d8fa71;
}
.home #sidebar .last-post .widget-title {
  background-color: #bbef1d;
  color: #33363c;
}
.home #sidebar .last-post .widget-title a {
  color: #33363c;
}
.home #sidebar .last-post .post-title {
  color: #1b7b90;
  font-style: italic;
  font-size: 120%;
}
.home #sidebar .last-post .read-more,
.home #sidebar .last-post .read-more:hover {
  color: #1b7b90;
}

.home #sidebar .featured-property {
  width: 218px;
  background-color: #94bfc7;
}
.home #sidebar .featured-property .property {
  height: 100%;
}
.home #sidebar .featured-property .property_type-Buildings {
  width: 219px;
  background-color: #b2dfe7;
}
.home #sidebar .featured-property .post-thumbnail {
  display: none;
}
.home #sidebar .featured-property .widget-title {
  color: #33363c;
  background-color: #1b7b90;
}
.home #sidebar .featured-property .property_type-Buildings .widget-title {
  background-color: #6cc7d8;
}
.home #sidebar .featured-property .post{
  padding: 20px;
}
.home #sidebar .featured-property .post-title {
  background-color: transparent;
  border-bottom: none;
  color: #1b7b90;
  font-size: 109.09%;
  padding: 0;
  height: auto;
  line-height: 1.6;
  margin-bottom: 1em;
}
.home #sidebar .featured-property .post-title a {
  color: #1b7b90;
}
.home #sidebar .featured-property .entry {
  padding: 0;
}
.home #sidebar .widget_text {
  position: relative;
  background-color: #fbe57b;
  height: 148px;
}
.home #sidebar .widget_text .widget-title {
  background-color: #FFD300;
  color: #33363c;
  padding-left: 63px;
  background-image: url(images/wrench-dark.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.home #sidebar .widget_text p {
  padding: 20px;
  margin: 0;
  font-size: 120%;
  font-style: italic;
}
.home #sidebar .widget_text p a {
  color: #1b7b90;
}
.home #sidebar .social-networking-widget {
  height: 43px;
}
.home #sidebar .widget_text .twitter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
}

#banners {
  height: 400px;
  width: 900px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#banners p {
  margin: 0;
}
#banners .banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}

#banners .banner-main {
  position: absolute;
  top: 214px;
  left: 0;
  height: 89px;
  padding-top: 11px;
  width: 590px;
  background-image: url(images/banner-main-border.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#banners .banner-main .wrapper {
  height: 86px;
  color: #1b7b90;
  background-color: #bbef1d;
  float: left;
  min-width: 700px;
}
#banners .banner-title {
  font-size: 360%;
  line-height: 1.33;
  height: 46px;
  width: 372px;
  text-align: center;
  margin: 22px 26px 0 20px;
  padding-right: 24px;
  border-right: 4px solid #1b7b90;
  white-space: nowrap;
  float: left;
}
#banners .banner-excerpt {
  height: 60px;
  color: #1b7b90;
  background-color: #bbef1d;
  float: left;
  font-size: 180%;
  margin: 22px 0 0 0;
  line-height: 1;
  width: 228px;
  overflow: hidden;
}
#banners .banner-excerpt .read-more a {
  font-size: 66.67%;
  display: block;
  padding-right: 20px;
  height: 14px;
  font-style: italic;
  margin: 8px 0 0 0;
  color: #1b7b90;
  background-image: url(images/link-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  float: left;
  white-space: nowrap;
}

#banners .banner-content {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 203px;
  color: #1b7b90;
  font-size: 110%;
  line-height: 1.81;
  background-image: url(images/translucent.png);
  background-repeat: repeat;
  background-position: 0 0;
  padding: 9px 12px 15px 15px;
}
#banners .banner-content p {
  display: inline;
}
#banners .banner-content .read-more a {
  display: inline-block;
  color: #33363c;
  line-height: 1.15;
  padding: 0 18px 0 0;
  font-style: italic;
  background-image: url(images/link-arrow-dark.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  white-space: nowrap;
}
#banners .banner-content .read-more a span {
  background-color: #bbef1d;
  padding: 0 2px;
  display: inline-block;
}

#banner_controls {
  position: absolute;
  top: 314px;
  left: 0;
  height: 22px;
  padding: 4px 9px 6px 13px;
  background-image: url(images/banner-main-border.png);
  background-repeat: repeat;
  background-position: 0 0;
  width: 160px;
}
#banner_controls ul {
  list-style-type: none;
  margin: 0;
}
#banner_controls ul li {
  float: left;
  padding-top: 3px;
  display: inline;
}
#banner_controls a {
  display: inline;
  float: left;
  margin: 0 6px 0 4px;
  outline: none;
}
#banner_controls .play {
  text-indent: -9000px;
  background-image: url(images/playpause.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 22px;
  width: 22px;
}
#banner_controls .playing {
  background-position: 50% 100%;
}
#banner_controls ul a {
  background-image: url(images/radio-button.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}
#banner_controls ul li.active a {
  background-position: 50% 0;
}
