/*
  Style Sheet - Homepage

  This stylesheet is used exclusively for the homepage.
*/

body {
  background: #dfdfd9;
}

#section-homepage {
  margin: 0px 0px 0px 0px;
}

#section-homepage-quicksearch {
  width: 302px;
  height: 345px;
}

#section-homepage-quicksearch table {
    background: #b40101;
}

#section-homepage-quicksearch-text {
  width: 295px;
  height: 320px;
  background: #ffffff;
  font-style: bold;
  font-size: 1.2em;
  text-align: left;
  margin-left: 5px;
}

#section-homepage-subscribe {
  width: 302px;
  height: 100px;
  margin: 0px 0px 0px 0px;
  background: #b40101;
}

.subscribe-toppadding {
  padding-top: 5px;
}

.subscribe-leftmargin {
  margin-left: 5px;
}

.quicksearch-leftmargin {
  margin-left: 5px;
}

.quicksearch-toppadding {
  padding-top: 10px;
}

.quicksearch-text {
  padding: 12px 10px 10px 25px;
}

#section-homepage-quicksearch-form {
  width: 295px;
  height: 261px;
  margin: 0px 0px 0px 0px;
  border: 0px solid black;
  background: #f2f2ee;
}

#section-homepage-quicksearch-form table {
    background: #f2f2ee;
}

#section-homepage-featured {
  width: 300px;
  margin: 0px;
  padding: 0px;
  background: #b40101;
}

#section-homepage-featured table {
    background: #b40101;
}

#section-homepage-featured-listings {
  width: 295px;
  margin: 0px 0px 0px 5px;
  border: 0px solid black;
  background: #fff;
}

#section-search {
  margin: 10px 0px 0px 20px;
  border: 0px solid black;
}

.section-search-text {
  margin: 3px;
}

#section-homepage-blog {
  width: 572px;
  margin: 0px;
  padding: 0px;
  background: white;
}

#section-homepage-blog td {
  border-bottom: 1px dashed #ddd;
}

.blog-entry {
  font-family: Georgia;
  line-height: 1.6em;
  margin: 0px 5px 10px 5px;
  padding: 5px 5px 5px 5px;
}

.blog-title A {
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: 1px;
  color: #000000;
}

.blog-title A:visited {
  color: #000000;
}
.blog-date {
  font-style: italic;
}

.blog-content {
  height: 1%;
}

.blog-image {
  margin: 0px 10px 0px 0px;
  float: left;
  position: relative;
}

#featured-footer {
  background: #fff;
  height: 20px;
  width: 295px;
  margin-top: 0px;
  text-align: right;
}

#section-homepage-postcard {
  width: 572px;
  height: 300px;
}

.featured-listing {
  background: #f2f2ee;
  height: 80px;
  width: 295px;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px dotted #000;
  line-height: 16px;
}

.listing-thumbnail {
  width: 100px;
  height: 75px;
  border: 1px solid #000;
  padding: 0px 5px 0px 5px;
}

.listing-link A {
  font-weight: normal;
  text-decoration: none;
}

.listing-link A:hover {
  font-weight: bold;
  text-decoration: none;
}

.listing-link-noncolorswitch A {
  margin-right: 5px;
  text-decoration: none;
}

.listing-link-noncolorswitch A:hover {
  font-weight: bold;
  text-decoration: none;
}


.form-field-name {
  font-weight: bold;
  text-align: right;
}

.section-header-text {
  font-weight: bold;
  color: #000;
  font-size: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid black;
  background: #efefde; 
}

.title-search {
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.center {
  text-align: center;
}

.search-button {
  color: #b40101;
  font-size: 1.1em;
  font-weight: bold;
}
