/* -------------------------------
              GLOBAL
------------------------------- */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
  background: #fff;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.03em;
  color: #000;
  font-weight: normal;
}

h1 {
  font-size: 220%;
  margin: 1em 0 .5em 0;
  line-height: 1.25em;
}

h2 {
  font-size: 160%;
  margin: .75em 0 .5em 0;
  line-height: 1.25em;
}

h3 {
  font-size: 130%;
  margin: .5em 0 .35em 0;
}

h4 {
  font-size: 110%;
  margin: 1em 0 .25em 0;
}

h5 {
  font-size: 110%;
  margin: .25em 0;
}

h6 {
  font-size: 100%;
  margin: 0;
}

p {
  margin-bottom: .75em;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  background-color: #FFF;
}


/* -------------------------------
          MISCELLANEOUS
------------------------------- */

hr.single {
  border-bottom: 1px solid #DDD;
  margin: .75em 0;
}

hr.dotted {
  border-bottom: 1px dotted #DDD;
  margin: .75em 0;
}

hr.double {
  border-bottom: double #DDD;
  border-bottom: 1px solid #DDD;
  margin: .75em 0;
}

hr.separator_12 {
  width: 940px;
  margin: .75em auto;
}

.prepend-top {
  margin-top: 1.5em;
}

.append-bottom {
  margin-bottom: 1.5em;
}

/* -----       links      ----- */

a {
  color: #369;
  color: #06A;
  text-decoration: none;
}

a:hover {
  color: #008200;
  color: #06A;
  text-decoration: underline;
}

/* -----       code       ----- */

code {
  font-size: 90%;
  font-family: Monaco, Consolas, monospace;
  color: #C30;
}

pre {
  font-size: 90%;
  font-family: Monaco, Consolas, monospace;
  background-color: #F8F8F8;
  border: 1px solid #DDD;
  color: #000;
  display: block;
  line-height: 150%;
  overflow: auto;
  padding: 1em;
}

  pre > code {
    color: #000;
  }


/* -----    abbr & help   ----- */

abbr,
acronym {
  font-family: monotype;
  border-bottom: 1px dotted silver;
}

/* -----    blockquote    ----- */

blockquote {
  margin: 1em;
  padding: 0 0 0 25px;
  color: #666;
  background: url(/images/layout/blockquote-open.png) no-repeat left top;
  font-family: Georgia, "Bitstream Vera Serif", Times, serif;
  font-style: normal;
}

/* -------------------------------
              HEADER
------------------------------- */

#header {
  margin: .5em auto;
  padding: 0;
  background: #fff;
}

  #header #logo {
  }

    #header #logo a {
      font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
      font-size: 60px;
      color: #111;
      letter-spacing: -.05em;
      font-weight: bold;
      margin: 0;
      text-shadow: #CCC 1px 1px 0px;
    }

    #header #logo a,
    #header #logo a:hover {
      color: #111;
      text-decoration: none;
    }

    #header #logo a em {
      color: #666;
      font-family: Georgia, "Bitstream Vera Serif", Times, serif;
      font-size: 80%;
      margin-left: -5px;
    }

  #header #menu {
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 1.4em;
    font-variant: small-caps;
    text-transform: lowercase;
  }

    #header #menu ul {
      padding: 2em 0 0 0;
      margin: 0;
      list-style-type: none;
    }

      #header #menu ul li {
        display: inline;
        margin: 0;
        padding: 0 .75em 0 .5em;
        border-right: 1px dotted #DDD;
      }

  #header + hr {
    margin: 0.75 auto 1.5em auto;
  }

/* -------------------------------
             CONTENT
------------------------------- */

#content {
  font-size: 1.2em;
  line-height: 1.6;
}

/* -------------------------------
             PREFOOTER
------------------------------- */

#prefooter {
  font-size: .9em;
}

  #prefooter h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    text-transform: uppercase;
    margin: .5em 0;
  }

  #prefooter ol,
  #prefooter ul {
    list-style-type: none;
    margin: 0;
  }

  #prefooter li {
    border-bottom: 1px dotted #DDD;
    margin: .5em 0;
  }


/* -------------------------------
              FOOTER
------------------------------- */

#footer {
  font-family: Georgia, "Bitstream Vera Serif", Times, serif;
  font-size: 1.1em;
  margin-top: 1em;
  padding: 1em 0;
  color: #333;
  text-align: center;
}
