/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles!
:focus {
  outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  border-top: 6px solid #38260e; }

body {
  background: url() repeat 50% -15px;
  border-top: 1px solid #5C7A05;
  font: 12px/1.6 "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #333; }

h2, h3 {
  font-weight: normal; }
  h2 a, h3 a {
    font-weight: normal; }

div.separator {
  clear: both;
  margin: 0 -120px;
  width: 960px;
  height: 24px;
  background: url(images/separator.png) no-repeat center; }

#wrapper {
  width: 960px;
  margin: 0 auto;
  background: white; }

strong {
  font-weight: bold; }

a {
  color: #65A612;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  text-decoration: underline; }

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  overflow: visible; }

a.button, button span {
  font-size: 13px;
  background: #b5ec12 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5ec12), color-stop(100%, #a0d503));
  background: #b5ec12 -webkit-linear-gradient(#b5ec12, #a0d503);
  background: #b5ec12 -moz-linear-gradient(#b5ec12, #a0d503);
  background: #b5ec12 -o-linear-gradient(#b5ec12, #a0d503);
  background: #b5ec12 linear-gradient(#b5ec12, #a0d503);
  border: 1px solid #58750A;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.9) 0 1px 0;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: inset rgba(255, 255, 255, 0.9) 0 1px 0;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

input[type=text], textarea {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid #65A612;
  width: 418px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 2px 5px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0 2px 5px;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0 2px 5px; }
  input[type=text]:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: #9dd201 0 0 6px;
    -moz-box-shadow: #9dd201 0 0 6px;
    box-shadow: #9dd201 0 0 6px; }

nav {
  display: block;
  padding: 45px 180px 0 20px;
  height: 135px;
  position: relative; }
  nav a {
    font-size: 14px;
    line-height: 33px;
    display: block;
    color: #333;
    padding: 0 18px;
    font-weight: normal; }
  nav a:hover {
    color: #34220c;
    text-decoration: none; }
  nav #nav-home a {
    width: 240px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -120px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/logo.png) no-repeat; }
  nav #nav-weddings,
  nav #nav-portraits,
  nav #nav-engagements {
    float: left; }
  nav #nav-about,
  nav #nav-contact {
    float: right; }
  nav #nav-weddings a,
  nav #nav-portraits a,
  nav #nav-about a {
    background: url(images/nav_separator.png) no-repeat top right; }
  nav #nav-client-login a {
    position: absolute;
    top: 48px;
    right: 20px;
    width: 129px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(images/client_login.png) no-repeat;
    padding: 0; }
  nav #nav-client-login a:hover {
    background-position: 0 -33px; }
  nav #nav-client-login a:active {
    background-position: 0 -66px; }

div.introduction {
  font-size: 30px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #34220c;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 20px; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a img {
  border: none; }

p {
  margin: 0 0 15px; }

p.association {
  text-align: center; }

div.main {
  float: left;
  width: 640px;
  padding: 0 0 20px 65px; }
  div.main div.content {
    width: 450px;
    float: right; }
  div.main div.post {
    width: 720px;
    margin: 0 -140px 60px; }
    div.main div.post h2 {
      font-size: 26px;
      font-weight: normal;
      font-family: Georgia, Times, serif;
      margin: 0 0 8px; }
    div.main div.post div.info {
      padding: 0 0 0 70px;
      position: relative; }
      div.main div.post div.info p {
        margin-right: 70px; }
      div.main div.post div.info p.brief {
        margin-right: 270px; }
      div.main div.post div.info div.plug {
        background: #efefef;
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #555;
        float: right;
        width: 190px;
        margin: 0 10px 10px 20px;
        font-size: 10px; }
        div.main div.post div.info div.plug p {
          margin: 0; }
    div.main div.post div.date {
      width: 40px;
      height: 30px;
      padding-top: 10px;
      text-transform: uppercase;
      text-align: center;
      background: url(images/date.png) no-repeat;
      position: absolute;
      top: 0;
      left: 10px;
      color: #f9f5e9;
      font-size: 10px;
      font-weight: bold;
      line-height: 0.8; }
      div.main div.post div.date strong {
        font: normal 15px/0.8 Georgia, Times, serif;
        display: block; }
    div.main div.post div.photos {
      margin: 0 0 20px; }
      div.main div.post div.photos img {
        border: none;
        width: 720px; }
  div.main div.updates img {
    float: right;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 20px; }
  div.main div.updates div.info {
    padding-top: 32px;
    padding-right: 10px;
    margin-bottom: 40px; }
    div.main div.updates div.info p {
      display: inline;
      margin: 0; }
  div.main div.extras {
    float: left;
    margin: 0; }

div.extras {
  width: 160px;
  float: right;
  margin: 0 65px 0 0; }

footer {
  clear: both;
  background: url(images/footer.png) no-repeat top center;
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
  position: relative;
  overflow: hidden; }
  footer p.cms {
    width: 400px;
    padding: 0 0 0 60px;
    float: left;
    line-height: 110px; }
  footer p.design {
    width: 400px;
    padding: 0 60px 0 0;
    float: right;
    line-height: 110px; }
  footer p.logo a {
    position: absolute;
    display: block;
    top: 90px;
    left: 50%;
    margin: 0 0 0 -60px;
    width: 120px;
    height: 63px;
    background: url(images/logo_footer.png);
    text-indent: -9999px;
    overflow: hidden; }
