/* Global */

body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 100%;
  line-height: 1.125em;
}

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff url('../images/l-body.jpg') repeat-x;
  color: #231f20;
}

p, dl {
  font-size: 1em;
  margin: 1em 0;
}

ul, ol {
  font-size: 1em;
  margin: 1em 0.5em;
}

li {
  margin: 0.5em 0;
}

a {
  color: #231f20;
  font-style: italic;
}

a:hover {
  color: #c50e69;
}

h1 {
  font: normal 1.375em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  background-color: #faecf3;
  display: block;
  line-height: 45px;
  margin: 20px 0 0 0;
  padding: 0 30px;
}

h2 {
  font: italic normal 1.125em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #c50e69;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 1em;
  font-style: italic;
  color: #777000;
}

.right {
  float:right;
}

.left {
  float:left;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

dl.row dt {
  float: left;
  width: 5.75em;
  font-weight: bold;
}

dl.row dd {
  margin-left: 6em;
}

/* Layout */

#constrain {
  width: 1000px;
  margin: 0 auto;
  background: transparent url('../images/l-header.png') no-repeat;
  position: relative;
}

  /* Header */
  #header {
    text-align: center;
    height: 311px;
  }
  
  #header .logo-wrapper {
    height: 206px;
    width: 206px;
    margin: 0 auto;    
  }

  #header img.logo {
    display: block;
  }

  /* Main Navigation */
  ul#nav-main {
    margin: 0 0 0 200px;
    height: 34px;
    text-align: center;    
  }  
  
  #nav-main li {
    list-style: none;    
    display: block;
    float: left;
    padding: 0;
    margin: 0;    
    width: auto;
  }
    
  #nav-main a {
    display: block;
    float: left;
    text-decoration: none;
    line-height: 34px;
    color: #231f20;
    padding: 0 10px;
    background: transparent url('../images/l-nav-main.gif') repeat-x;
    height: 34px;
  }
  
  #nav-main a span {
    display: none;
  }
  
  #nav-main a.home { background: transparent url('../images/l-nav-home.gif') no-repeat; width: 78px; }
  #nav-main a.about { background: transparent url('../images/l-nav-about.gif') no-repeat; width: 78px; }
  #nav-main a.contact { background: transparent url('../images/l-nav-contact.gif') no-repeat; width: 90px; }
  #nav-main a.galleries { background: transparent url('../images/l-nav-galleries.gif') no-repeat; width: 94px; }
  #nav-main a.blog { background: transparent url('../images/l-nav-blog.gif') no-repeat; width: 72px; }
  #nav-main a.links { background: transparent url('../images/l-nav-links.gif') no-repeat; width: 73px; }
  
  #nav-main a:hover {
    background-position: bottom left;
  }
  
  /* Nav Hover */
    
  #nav-main .parent ul {
    display:none;
  }
      
  /* Sub Navigation */
  
  #nav-main ul.subnav {
    position: absolute;
    top: 344px;
    left: 20px;
    width: 610px;
    background: #eecfd6 url('../images/i-subnav.gif') repeat-x;
    height: auto;
    margin: 0;
    z-index: 100;
    padding: 0 0 0 350px;
  }
  
  #nav-main ul.subnav a {

    background-image: none;
    color: #231f20;
    text-transform: uppercase;
    font: normal 0.75em 'Trebuchet MS', Arial, serif;
    width: auto;    
    border-bottom: #eecfd6 solid 1px;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
  }
  
  #nav-main ul.subnav a:hover {
    color: #c50e69;
  }
  
  /* Content */  
  #content {    
    margin: 0 20px;
    background: #fff url('../images/l-content.gif') no-repeat;
    padding: 1px 0;
  }
  
  #content .content-inner {
    background-color: #fff;
    margin: 20px 30px;
  }
  
  #content .content-about {
    background: #fff url('../images/g-about.jpg') no-repeat top right;
  }
    
  #content .content-about .content-inner {
    background-color: transparent;
  }
  
  #content .tagline {
    text-align: center;
  }
  
  /* Footer */
  #footer {
    text-align: center;
    margin: 30px 0 0 0;
  }
  
  #footer p {
    color: #d794ac;
    font: normal 0.75em 'Trebuchet MS', Arial, serif;
    text-transform: uppercase;
  }
  
  /* Author */
  #designer {
    text-align: center;
    width: 150px;
    margin: 60px auto 0 auto;
  }

  #designer a {
    font: normal 0.675em 'Trebuchet MS', Arial, serif;
    color: #f3cfe1;
    text-decoration: none;
    border-top: #f3cfe1 solid 1px;
    padding: 0 0 20px 0;
  }
  
  #designer a:hover {
    color: #d794ac;
    border-top: #d794ac solid 1px;
  }

/* Text Area */
  
  /* Buttons */
  
  #content a.button {
    display: block;
    line-height: 28px;
    color: #231f20;
    padding: 0 10px;
    background: transparent url('../images/l-nav-main.gif') repeat-x;
    height: 28px;  
    float: left;
    text-decoration: none;
    font-style: normal;
  }

  #content a:hover.button {
    color: #c50e69;
  }
  
  /* CTA - Galleries */
  
  .cta {
    display: block;
    height: 110px;
    background: transparent url('../images/g-cta-strip.gif') repeat-x bottom left;
    margin: 30px 0 0 0;
  }
  
  .cta h1 span {
    display: none;
  }
  
  .cta h1 {
    background: transparent url('../images/g-cta-galleries.gif') no-repeat;
    height: 110px;
    width: 130px;
    float: left;
    margin: 0;
    padding: 0;
  }
  
  .cta a {
    display: block;
    width: 110px;
    height: 42px;
    float: left;
    padding: 78px 0 0 0;
    color: #231f20;
    text-transform: uppercase;
    font: normal 0.675em 'Trebuchet MS', Arial, serif;
    text-decoration: none;
    text-align: center;
    margin: 0 0 0 5px;
  }
  
  .cta a.cta-weddings     { background: transparent url('../images/g-cta-weddings.png') no-repeat; }
  .cta a.cta-engagements  { background: transparent url('../images/g-cta-engagements.png') no-repeat; }
  .cta a.cta-portraits    { background: transparent url('../images/g-cta-portraits.png') no-repeat; }
  .cta a.cta-families     { background: transparent url('../images/g-cta-families.png') no-repeat; }
  .cta a.cta-beforeafter  { background: transparent url('../images/g-cta-beforeafter.png') no-repeat; }
  .cta a.cta-landscapes   { background: transparent url('../images/g-cta-landscapes.png') no-repeat; }
  .cta a.cta-albums       { background: transparent url('../images/g-cta-albums.png') no-repeat; }

  .cta a:hover {
    color: #c50e69;
  }
  
  /* Links */
  
  ul.link-list {
    width: 280px;
    float: left;
  }
  
  #content p.form-message {
    background-color: #c50e69;
    color: #fff;
    padding: 4px;
  }
  
  /* Testimonial */
  
  .testimonial {
    background: #fff url('../images/g-highlight.gif') repeat-x;
    height: 170px;
    margin: 0 0 10px 0;
  }
  
  .testimonial p {
    font-size: 0.875em;
    padding: 10px 20px;
    margin: 0;
    display: block;
    background: transparent url('../images/g-dots.gif') repeat-x left bottom;
    height: 150px;
  }
  
  .testimonial img.left {
    margin: 0 20px 0 0;
  }
  
  .testimonial img.right {
    margin: 0 0 0 20px;
  }
  
  .testimonial p span {
    font-weight: bold;
  }
  
  .quote-r {
    background: transparent url('../images/g-quote-r.gif') no-repeat top right;
  }
  
  .quote-l {
    background: transparent url('../images/g-quote-l.gif') no-repeat;
  }
  
  /* Highlight */
  
  .highlight {
    background: #fff url('../images/g-highlight.gif') repeat-x;
    width: 480px;
    margin: 0 0 20px 20px;
    padding: 10px;
    border-bottom: #faecf3 dashed 1px;
  }
  
  p.highlight {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
  }
  
  img.video-link {
    padding: 20px 0;
  }
  
  .column-s {
    width: 200px;
    margin-right: 20px;
  }
