/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

/* ************* */
/* END CSS RESET */
/* ************* */
body { 
  background-color: white;
  font-family: Verdana, sans-serif;
}

#body-wrapper-outside { 
  width: 1015px; /* matches #footer-outside */
  margin: 0 auto;
}

#body-wrapper-left {  
  background: url('../images/layout/body-bg-left.png') repeat-y left top;
}

#body-wrapper-right {
  background: url('../images/layout/body-bg-right.png') repeat-y right top;
}

#body-wrapper { 
  width: 995px;
  padding-left: 10px; 
  padding-right: 10px;
}

#header-wrapper {
  margin: 0;
  height: 180px;
  width: 100%;
  background: url('../images/layout/clouds-bg.png') no-repeat 15px 0px;
}

#header-logo {
  position: absolute;
  margin-top: 52px;
  margin-left: 35px; /*cheating a bit left /* 45px; */
  width: 130px;
  height: 140px;
  text-align: center;
  white-space: nowrap;
}

#header-logo img { margin: 0 auto; border: 0; }

#headline {
  position:absolute;
  margin-top: 25px;
  margin-left: 28px;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF;
}

#headline a { color: #FFFFFF; text-decoration: none; }

#login-links {
  float: right;
  padding: 15px 40px 0 0;
  font-size: 8pt;
}

#login-links a {
  text-decoration: underline;
  color: #fff;
}

#header-nav {
  position: absolute;
  margin-top: 97px; /* tweaked to hit the bottom of the clouds */
  margin-left: 180px; /* cheating a bit left /* 190px; */
  font-size: 10.5pt;
  width:750px;
}

#header-subnav {
  position: absolute;
  margin-top: 149px;
  margin-left: 183px;
  font-size: 10.5pt;
  line-height:12pt;
  width:830px;
}

#header-subnav ul { list-style: none; margin:0px; padding:0px; }

#header-subnav li { 
  float: left; 
  margin-right: 15px;  
}
#header-subnav a, #header-subnav a:visited { 
  text-decoration:  none; 
  font-size: 9pt;
  color: black;
}

#header-subnav a:hover {
  text-decoration: underline;
}

#content-wrapper {
  width: 100%;
  height: 100%;
  border-top: 1px #817a69 solid;
  background: url('../images/layout/content-bg.png') repeat-y 250px top;
}

#content-general { /* for site mgt, 404, etc.; replaces illustrations, content-text, and adverts */  
  margin: 0;
  background: white;
  padding: 10px;
  width: 960px;
  height: 100%;
}

#illustrations {
  float:left;
  margin: 0;
  padding: 10px;
  width: 230px;
  overflow: hidden;
}

#content-text { 
  float:left;
  padding: 3px 15px 15px 15px;
  width: 470px;  /* 500 minus padding */
  font-size: 11pt;
  line-height: 1.3em;
  min-height: 400px;
}

.hoa-title {
  background: url("/images/layout/collapsed.png") no-repeat scroll 5px 6px #90B2DE;
  border-bottom: 1px solid #817A69;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 21px;
  padding: 5px 4px 4px 26px;
  text-shadow: 1px 1px 2px #000000;
  border-radius:3px;
}

.selected > .hoa-title {
  background: url("/images/layout/expanded.png") no-repeat scroll 5px 6px #90B2DE;
}

.hoa-login {
  margin-bottom:2px;
}

.hoa-links {
  display:none;
}
.hoa-login a {
  display:block;
  margin:8px;
  color:#00F;
}

#adverts {
  float:left;
  margin-left: 5px;
  padding: 5px;
  width: 230px;
}

.content-wide {
  padding:0 10px;
  width:975px;
  background: white;
  height: 100%;
}

.rental-left-pane {
  float:left;
  padding:10px 10px 0 0;
}

.rental-center-pane {
  float:left;
  border-left:1px solid #817A69;
  border-right:1px solid #817A69;
  width:525px;
  padding:5px 10px 0;
  font-size:12px;
}

.rental-center-pane table {
  float:left;
  margin-left:-21px;
}

.search-center-pane {
  float:left;
  border-left:1px solid #817A69;
  width:730px;
  padding:5px 10px 0;
  font-size:12px;
}

.rental-right-pane {
  float:left;
  margin-right:-5px;
  padding:10px 0 0 8px;
}

#searchForm ul {
  width:145px;
}

#footer-wrapper-outside { 
  width: 1015px; /* matches #body-wrapper-outside */
  height: 30px;
  margin: 0 auto;
  padding-left: 10px; padding-right: 10px;
}

#footer-wrapper-left {  
  margin: 0; padding: 0;
  width: 100%;
  height: inherit;
  background: url('../images/layout/footer-bg-left.png') no-repeat left top;
}

#footer-wrapper-right {
  margin: 0; padding: 0;
  width: 100%;
  height: inherit;
  background: url('../images/layout/footer-bg-right.png') no-repeat right top;
}

#footer-wrapper { 
  width: 997px; /* 1000px (from #footer-wrapper-outside) minus left and right corner */
  height: inherit;
  margin-left: 9px; /* matches size of #footer-wrapper-left corner */
  margin-right: 9px; /* matches size of #footer-wrapper-right corner */
  background: url('../images/layout/footer-bg-bottom.png') repeat-x left top;
  padding-top: 10px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

#footer-wrapper a {
  color: black;
  text-decoration: none;
}

.footer-right {
  float: right;
  text-align:right;
  width:400px;
}

/* for rentals section*/
.searchlisting .PageTitle {
  display:none;
}
#welcome {
  position:relative;
}
.slideshow-overlay {
  position: absolute;
  top: 8%;
  left: 0;
  background-image: url('/images/layout/bg_wht_trans.png');
  width: 65%;
  z-index: 100;
}
.slideshow-overlay-container {
  position: relative;
  margin: 1.5em;
}
.slideshow-overlay-container h4 {
  font-size: 3.5em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.slideshow-overlay-container p {
  margin: .5em 0 0;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.4em;
}
.slideshow-overlay-container img#btn-close {
  position:absolute;
  right:-1em;
  top:-1em;
  cursor:pointer;
}
/* remove flashlight from /rentals search pages*/
#searchflashlight {display:none;}

/* BLOG */
#adverts h4 {
  text-align:center;
  margin:0;
}
.sidebar-content-wrapper {
  width:214px;
  border-top:1px solid #ccc;
  margin:0 auto;
  clear:both;
  padding:15px 0;
  overflow:auto;
}
#adverts div.sidebar-content-wrapper:first-child {
  border:0;
}
#breadcrumbs {
  color:#666;
  margin-bottom:15px;
  font-size:.8125em;
}
#main-share {
  text-align:center;
}
.share#blog-share {
  margin:0;
}
#recent-posts, #categories-list, #links-list {
  margin:0;
  padding:1em 0 0 2em;
  line-height:1.6em;
}
#news-list {
  list-style:none;
  margin:15px 0 0;
  padding:0;  
}
#news-list li.news-item {
  border-bottom:1px solid #c4c4c4;  
  width:95%;
  margin:0 auto;
  padding:0 2.5% 1.5em;
  overflow:auto;
}
#news-list li.news-item:first-child {
  border-top:1px solid #c4c4c4;  
}
#news-list li.news-item h3 {
  color:#036;
  font-weight:normal;
  margin:1em 0 .75em;
}
.news-photo {
  float:left;
}
.teaser {
  float:right;
  width:65%;
}
.teaser-extra {
  width:100%;
  margin:5px 0 0;
}
.news-link {
  float:left;
  text-decoration:none;
}
.share {
  margin:0 0 0 1em;
  padding:0;  
  list-style:none;
  float:left;
}
.share li {
  display:inline-block;
  zoom: 1;*display:inline;
}
#adverts .share {
  width:100%;
  text-align:center;
  margin:15px 0 0;
  padding:0;
}
#article-date, .story-date {
  text-align:right;
  font-style:italic;
  color:#444;
}
#article-date {
  margin: -15px 0 10px;
}
#article-photo {
  float: left;
  margin: 0 15px 15px 0;
}


