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

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

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

/* ! Global Classes */

.clear {
clear: both;
}

/* ! Basics & Typography */

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
}

a {
}
a:hover {
}
a:active{
}
a:visited {
}

p {
line-height: 120%;
}

h1, .branding h2 {
font-size: 23px;
text-transform: uppercase;
font-weight: normal;
float: left;
}

h2 {
}

h3 {
}

h4 {
}

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

.page {
width: 650px;
min-height: 792px;
margin: 0 auto;
page-break-after: always;
}

/* ! Stuff */

.branding {
border-bottom: 2px solid #000;
padding-top: 10px;
padding-bottom: 10px;
background: url(../images/carmel-logo-print.gif) no-repeat right center;
margin-bottom: 15px;
height: 40px;
}

.branding img {
float: right;
}


#overview {
margin-bottom: 15px;
}

  #overview .copy {
  float: left;
  width: 210px;
  }
  
    #overview .copy p {
    }
    
    #overview .copy h2 {
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 150%;
    font-size: 14px;
    }
    
    #overview .copy a {
    display: none;
    }
        
  .image {
  float: right;
  }

.intro {

}

  .intro h1, #intro h2, #intro h3 {
  margin-bottom: 15px;
  }
  
  .intro p {
  margin-bottom: 15px;
  }

#features {
}

  .amenities {
  float: left;
  width: 50%;
  }
  
    .amenities h2 {
    text-transform: uppercase;
    line-height: 150%;
    font-size: 13px;
    margin-bottom: 10px;
    }
    
    .amenities ul {
    padding-right: 40px;
    margin-bottom: 15px;
    }
    
      .amenities ul li {
      margin-left: 25px;
      list-style-type: disc;
      list-style-position: outside;
      }

.footer {
border-top: 2px solid #000;
text-align: center;
font-size: 10px;
margin-top: 5px;
padding-top: 10px;
margin-bottom: 10px;
}

#floorplans {
margin-top: 30px;
margin-bottom: 15px;
}
  
  #floorplans h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  }
  
  .floorplan {
  width: 33%;
  height: 230px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  }
  
    .floorplan .image {
    width: 100%;
    height: 150px;
    }
    
    .floorplan h3 {
    margin-bottom: 5px;
    }
    
    .floorplan p {
    line-height: 140%;
    }

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