/* Jennifer Oliphant */

body {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}

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

body {
  background: #e7e3d2 url('../images/l-body.gif') repeat;
  color:#876e64;  
}

#content p, #content dl, #content ul, #content ol {
  margin:1em 0;
  font-size: 0.8125em;
}

a {
  color: #76a4ba;
  text-decoration:none;
}

a:hover {
  color:#664d40;
}

h1 {
  color:#664d40;
  font: normal 1.375em 'Garamond', serif;
  margin: 0 0 20px 0;
}

h2 {
  color:#76a4ba;  
  font: normal 1.25em 'Garamond', serif;
  margin: 0 0 10px 0;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.right {
  border: #cfc5c1 solid 2px;
  margin: 0 5px 30px 30px;
}

img.left {
  border: #cfc5c1 solid 2px;
  margin: 0 30px 30px 0;
}

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

.clr {
  clear: both;
}

.print {
  display: none;
}

dl.rows dt {
  width: 7em;
  float: left;
  font-weight: bold;
}

dl.rows dd {
  margin: 0 0 0 8em;
}

/* Layout */

#header-wrapper {
  background: transparent url('../images/l-topnav-bg.png') repeat-x 0 41px;
}

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

#header .logo {
  background: transparent url('../images/l-logo-bg.png') no-repeat;
  width: 401px;
  height: 104px;
  padding: 17px 0 0 21px;
  position: absolute;
  top: 11px;
  left: 298px;
}

  /* Navigation */

  #topnav-1 {
    position: absolute;
    top: 51px;
    left: 0;
  }
  
  #topnav-2 {
    position: absolute;
    top: 51px;
    right: 0;
  }

  #topnav-1 a, #topnav-2 a {
    color:#76a4ba;
    display:block;
    font: normal 1.25em 'Garamond', serif;
    line-height: 34px;
    background: transparent url('../images/l-topnav.gif') repeat-x;
    float: left;
    border-left: #ece9db solid 1px;
    padding: 0 20px;
    text-transform: lowercase;
  }

  #topnav-1 li, #topnav-2 li {
    list-style: none;    
    display: inline;
  }

  #topnav-1 a:hover, #topnav-2 a:hover {
    background-position: bottom left;
  }
  
  #topnav-2 a.first {
    border: none;
  }
    
  #topnav-2 a.last {
    border-right: #ece9db solid 1px;
  }
  

#constrain {
  width: 920px;
  margin: -96px auto 0 auto;
  position: relative;
}

#content {
  background: transparent url('../images/l-content-t.png') no-repeat;
  padding: 35px 0 0 0;
}

#content .textarea {
  background: transparent url('../images/l-content-m.png') repeat-y;
  padding: 1px 55px 20px 55px;
}

#content .gallery {
  padding: 0 0 20px 0;
  min-height: 700px;
}

#content .gallery h1 {
  padding: 5px 0 10px 40px;
}

#footer {  
  background: transparent url('../images/l-content-b.png') no-repeat;
  text-align: center;
  color:#76a4ba;    
  padding: 47px 0 0 0;
}

#footer ul {  
  text-align:center;
  font: normal 1.25em 'Garamond', serif;
  margin: 0 0 30px 0;
}

#footer li {
  list-style: none;    
}

#footer p {  
  font: normal 1.25em 'Garamond', serif;
  line-height: 1.75em;
}

#footer p span {
  border-bottom: #76a4ba solid 1px;
  padding: 0 0 6px 0;
}

#footer span.divider {
  width: 14px;
  height: 9px;
  background: transparent url('../images/g-divider.png') no-repeat 0 4px;
  padding: 0 4px;
}

/* Author */

#designer {
  text-align: center;
  width: 150px;
  margin: 40px auto 0 auto;
}

#designer a {
  font: normal 0.625em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color:#bbb;
  text-decoration: none;
  border-top: #bbb solid 1px;
}

#designer a:hover {
  color:#876e64;
  border-top: #876e64 solid 1px;
}

/* Content */

  /* Highlights */
  
  .highlight {
    width: 201px;
    height: 132px;
    display: block;
    float: left;
    text-align: center;
    padding: 148px 28px 0 28px;
    margin: 0 6px;
  }
  
  .highlight h2 {
    text-transform: lowercase;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  
  #content .highlight span a {
    color:#876e64;
    font: normal 1.25em 'Garamond', serif;
  }
  
  .highlight-blog       { background: transparent url('../images/g-blog.jpg') no-repeat; }
  .highlight-weddings   { background: transparent url('../images/g-weddings.jpg') no-repeat; }
  .highlight-engagements { background: transparent url('../images/g-engagements.jpg') no-repeat; }
  
  /* About Gallery */
  
  .about-gallery {
    width: 800px;
    margin: 0 auto;
  }
  
  .about-gallery img {
    border: #cfc5c1 solid 2px;
    margin: 0 0 6px 0;
  }
  
  .about-gallery img.last {
    margin: 0 0 6px 6px;
  }
  
  /* Contact */
  
  .contact {
    width: 465px;
    background: transparent url('../images/g-highlight.gif') repeat-x;
    padding: 10px 20px;
  }
  
  .gallery-wrapper {
    position: absolute;
    top: 85px;
    left: 58px;
  }
  
  /* Blog */
  
  .navigation {
    padding: 0 0 5px 0;
    border-bottom: #cfc5c1 solid 1px;
    margin: 0 0 10px 0;
    height: 20px;
  }
  
  .navigation a {
    font-size: 0.75em;
  }
  
  .alignleft {
    text-align: left;
    float: left;
  }
  
  .alignright {
    text-align: right;
    float: right;
  }
  
  a.more-link {
    color:#76a4ba;  
    font: normal 1.5em 'Garamond', serif;
    display: block;
    width: 800px;
  }
  
  .post {
    border-bottom: #cfc5c1 solid 1px;
    margin: 0 0 20px 0;
  }
  
  #posts img {
    border: #cfc5c1 solid 2px;
    margin: 0 26px 10px 0;
  }
  
  #sidebar {
    float: right;
    width: 173px;
    margin: 0 20px 0 10px;
    padding: 0 0 0 30px;
  }
  
  #sidebar li {
    list-style: none;    
    font: normal 1.375em 'Garamond', serif;
  }
  
  #sidebar a {
    color: #9f8b83;
    background: transparent url('/images/g-flower.gif') no-repeat 0 4px;
    display: block;
    padding: 0 0 4px 20px;
    border-bottom: #cfc5c1 solid 1px;
    width: 173px;
  }
  
  #sidebar a:hover {
    color: #76a4ba;
  }
  
  #sidebar ul.logout li {
    font: normal 0.9375em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-align: right;
    text-transform: uppercase;
  }
  
  #sidebar ul.logout li a {
    background: none;
    border: none;
  }
  
  .time {
    float: right;
    text-transform: uppercase;
    color: #9f8b83;
    font-size: 0.75em;
  }
  
  ol.commentlist li {
    margin: 0.5em 2em;
  }
  
  #content .comment-body p {
    font-size: 1em;
  }
  
  .comment-meta {
    font-size: 0.75em;
  }
  
  /* Blog Forms */
  
  #commentform input, #commentform textarea, #searchform input {
    padding: 2px 4px;
    border: #cfc5c1 solid 1px;
  }
  
  #commentform textarea {
    width: 300px;
  }
  
  input#submit, input#searchsubmit {
    cursor: pointer;
    background: transparent url('/images/g-button-form-long.gif') no-repeat;
    height: 28px;
    width: 168px;
    border: none;
    padding: 0 20px 0 20px;
    color:#664d40;
    font: normal 1.25em 'Garamond', serif;
  }
  
  /* Blog Search Form */
  
  #searchform {
    text-align: right;    
  }
  
  #searchform input#searchsubmit {
    background: transparent url('/images/g-button-form.gif') no-repeat; 
    font-size: 1em;
    width: 108px;
  }