/*------------------------------

CSS:        Encore - CoPilot Theme
Author:     Tem Aguerre 
Company:    LeaseLabs
Version:    1.0

-------------------------------*/

/* ! Colors */

/*

Blue: #7094dd
Green: #7fc701

*/

/* ! Initial Debugging */
/*
#wrapper > div {
border: 1px dashed #6ed0ec;
background-color: #fff6bf;
}

#wrapper > div > div {
background-color: #dff4ff;
}

ul {
border: 1px dashed #fdd845; 
background-color: #fff6bf;
}


li {
border: 1px dashed #c6d881;
background-color: #e6efc2;
}
*/


/* ! Global Classes */

.clear {
clear: both;
}

.divider {
border-top: 1px solid #171612;
border-bottom: 1px solid #8e8a87;
margin: 20px 0 15px;
}

/* ! Basics & Typography */

body {
background: #4f4944 url(../images/bg-body.png) repeat-x left top;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #fff;
}

a {
color: #7094dd;
text-decoration: underline;
}
a:hover {
color: #7fc701;
text-decoration: none;
}
a:active{
}
a:visited {
}

p {
line-height: 145%;
}

  p + p {
  margin-top: 25px;
  }

h1 {
font-size: 21px;
font-weight: normal;
color: #7094dd;
}

  h1 + p {
  margin-top: 15px;
  }

h2 {
font-size: 21px;
font-weight: normal;
color: #7094dd;
}

  h2 + p {
  margin-top: 15px;
  }

h3 {
color: #7fc701;
font-weight: normal;
}

h4 {
}

/* ----------- */

#wrapper {
width: 932px;
margin: 0 auto;
background: url(../images/bg-wrapper.png) no-repeat center bottom;
padding-bottom: 180px;
}

#wrapper > div {
margin-top: 15px;
}

/* ! Branding */

#branding {
background: url(../images/bg-branding.png) no-repeat center top;
height: 115px;
position: relative;
text-align: center;
line-height: 115px;
margin-top: 0 !important;
padding-top: 15px;
}

  #branding img {
  max-height: 110px;
  }
  
  #branding h2 {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: right;
  line-height: 21px;
  color: #fff;
  }

/* ! Main Menu */

#menu {
background: url(../images/bg-main-menu.png);
text-align: center;
margin-top: 15px;
position: relative;
}

  #main_menu {
  display: inline-block;
  border-left: 1px solid #009100;
  border-right: 1px solid #74d100;
  word-spacing: 0; /* ff inline-block fix */
  font-size: 0; /* safari inline-block fix */
  }
  
    #main_menu li {
    display: inline-block;
    }
    
    #main_menu li.active {
    background: url(../images/bg-main-menu-active.png);
    }

      #main_menu li a {
      display: block;
      border-left: 1px solid #74d100;
      border-right: 1px solid #009100;
      padding-left: 25px;
      padding-right: 25px;
      word-spacing: normal; /* ff inline-block fix */
      color: #fff;
      font-size: 15px;
      line-height: 36px;
      text-decoration: none;
      text-shadow: 2px 2px 3px #000;
      }
      
      #main_menu li.active a:hover {
      background: url(../images/bg-main-menu-active.png);
      }
      
      #main_menu li a:hover {
      background: url(../images/bg-main-menu-hover.png);
      }
      
/* ! Header */

#header {
position: relative;
}

#header > div {
padding: 5px;
height: 335px;
}
  
  #map_container {
  background: url(../images/bg-slideshow.png) no-repeat left top !important;
  width: 655px;
  height: 325px;
  margin-top: 5px;
  margin-left: 5px;
  }
  
    #map {
    width: 655px;
    height: 325px;
    }    
  
  #slideshow {
  background: url(../images/bg-slideshow.png) no-repeat left top !important;
  width: 655px;
  }
  
    #slideshow img {
    width: 655px;
    height: 325px;
    margin-top: 5px;
    margin-left: 5px;
    }
  
  #header_sidebar {
  background: url(../images/bg-header-sidebar.png) no-repeat;
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  }
  
    #property_info {
    background: url(../images/bg-property-info.png) no-repeat;
    height: 229px;
    padding-top: 50px;
    padding-left: 15px;
    }
    
      #property_info h2 {
      color: #7fc701;
      font-size: 25px;
      }
      
      #property_info p + h3 {
      padding-top: 15px;
      }
      
      #property_info h3 + p {
      padding-top: 10px;
      }
    
    #addthis_widget {
    background: url(../images/bg-property-info.png) no-repeat 0 -330px;
    left: 0px;
    padding: 15px 0 5px;
    width: 100%;
    text-align: center;
    }

/* ! Content */

#content {
}
  
  #content_body {
  padding: 0 20px;
  width: 625px;
  float: left;
  }
  
  #content_body h1 + p {
  margin-bottom: 20px;
  }
  
/* ! Floorplans */
  
  .unit {
  padding: 0 0 20px;
  }
  .unit:hover {
  background: #514d48;
  }
  
  .unit > div {
  display: inline-block;
  vertical-align: top;
  }
  
  .unit .divider {
  width: 100%;
  border-top: 1px solid #171612;
  border-bottom: 1px solid #8e8a87;
  margin: 0 0 15px;
  }
  
    .floorplan {
    margin-left: 7px;
    }
    
      .floorplan a {
      display: block;
      background: #5b5758;
      width: 135px;
      height: 120px;
      padding: 1px;
      border: 5px solid #333;
      position:relative;
      }
      
        .floorplan a .rollover {
        display: block; 
        position: absolute; 
        top: 1px; 
        left: 1px; 
        width: 135px; 
        height: 120px; 
        background: url(../images/bg-floorplan-thumbnail-rollover.png);
        }
      
        .floorplan a img {
        width: 135px;
        height: 120px;
        }
    
    .details {
    width: 210px;
    margin: 0 35px;
    }
    
      .details h2 {
      color: #7fc701;
      font-size: 16px;
      }
      
      .details h2 + p {
      margin-top: 10px;
      }
      
      .details p {
      margin-top: 25px;
      }
      
        .details p strong{
        color: #7fc701;
        font-weight: normal;
        }
    
    .pricing {
    width: 176px;
    }
    
      .pricing p {
      font-size: 16px;
      line-height: 32px;
      font-style: italic;
      text-align: center;
      background: #514e49;
      border: 1px solid #645f5b;
      margin-top: 10px;
      }
      
      .pricing a {
      display: block;
      background: url(../images/bg-floorplan-btn-check.png) no-repeat;
      text-align: left;
      line-height: 34px;
      color: #7fc701;
      text-decoration: none;
      padding-left: 45px;
      margin-top: 5px;
      }

/* ! Locations */
  
  .location_group {
  margin-bottom: 1px;
  }
  
    .location_group h2 {
    background: #303030 url(../images/bg-locations-contracted.png) no-repeat 98% center;
    display: block;
    border: 1px solid #645f59;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    }
    .location_group h2:hover {
    cursor: pointer;
    }
    
      .location_group h2.expanded {
      background: #303030 url(../images/bg-locations-expanded.png) no-repeat 98% center !important;
      }
      .location_group h2.contracted {
      }
      
    .location_group_body {
    position: relative;
    padding: 0 10px;
    }
    
      .point_of_interest {
      padding: 10px 0;
      }
        .point_of_interest p {
        display: inline-block;
        width: 32%;
        margin: 0 !important;
        padding-top: 10px
        }
        
        .point_of_interest p:first-line {
        color: #7fc701;
        }
        
          .point_of_interest p a {
          color: #7fc701;
          text-decoration: none;
          }
          .point_of_interest p a:hover {
          text-decoration: underline;
          }
          
          .point_of_interest p strong {
          font-weight: normal;
          color: #7fc701;
          }
  
/* ! Amenities */
  
  .amenities_group {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  }
  
    .amenities_group h2 {
    background: #303030;
    display: block;
    border: 1px solid #645f59;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    }
  
    .amenities_group_body {
    padding: 20px 10px;
    }
    
      .features_list {
      }
      
        .features_list li {
        background: url(../images/bg-footer-bullet.png) no-repeat left 8px;
        padding-left: 10px;
        line-height: 16px;
        }
        
        .features_list li + li {
        margin-top: 10px;
        }
  
/* ! Sidebar */
  
  #content_sidebar {
  padding: 0 5px;
  width: 250px;
  float: right;
  }
  
    #specials {
    position: relative;
    }
    
      #specials h2 {
      background: url(../images/bg-specials-contracted.png) no-repeat left center;
      padding-left: 20px;
      }
      #specials h2:hover {
      cursor: pointer;
      }
      
        #specials h2.expanded {
        background: url(../images/bg-specials-expanded.png) no-repeat left center;
        }
        #specials h2.contracted {
        background: url(../images/bg-specials-contracted.png) no-repeat left center;
        }
    
    #gallery {
    margin-top: 15px;
    margin-right: -14px;
    }
    
      #gallery p {
      margin-bottom: 5px;
      }
    
      #gallery a {
      background-color: #5b5757;
      border: 4px solid #303030;
      padding: 1px;
      display: inline-block;
      width: 67px;
      height: 67px;
      margin-right: 8px;
      margin-top: 9px;
      }
      
      #gallery img {
      width: 65px;
      height: 65px; 
      border: 1px solid #252525;
      }

/* ! Footer */

#footer {
text-align: center;
background: url(../images/bg-footer.png) repeat-x left top;
margin-bottom: 55px;
}

#footer ul {
padding-top: 17px;
}

#footer ul li {
display: inline;
background: url(../images/bg-footer-bullet.png) no-repeat left center;
padding: 0 5px 0 10px;
}
#footer ul li:first-child {
background: none;
}

  #footer_menu {
  }
  
    #footer_menu li {
    }
    
      #footer_menu li a {
      text-decoration: none;
      }

  
  #footer_info {
  }
  
    #footer_info li:last-child {
    background: none;
    padding-left: 0;
    }

#footer p {
display: inline;
} 

.equal_housing {
display: block;
background: url(../images/equal-housing.png) no-repeat bottom center;
width: 40px;
height: 50px;
margin: 0 auto;
}