/* ----------------------------------------------------------------------
 * Sets up typography and baseline grid. This is a modified
 * version of Blueprint's typography.css
 * http://code.google.com/p/blueprintcss/
 *
 * Created with the help of SASS and Compass
 * SASS: http://www.sass-lang.com
 * Compass: http://github.com/chriseppstein/compass
 * ---------------------------------------------------------------------- */

body {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-family: Helvetica, Arial, serif;
}

/* =HEADINGS
 * ======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 11px;
}

h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 33px;
    color: #000000;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* =TEXT ELEMENTS
 * ======================================== */
p {
  margin: 0 0 22px 0;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}

ul, ol, dl {
  margin: 0 0 22px 0;
}

dl dt {
  font-weight: normal;
}

dl dd {
  margin: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #73706e;
  cursor: help;
}

address {
  margin-top: 22px;
  font-style: italic;
}

del {
  color: #000;
}

blockquote {
  margin-bottom: 22px;
  padding: 0 25px;
  background: url(../images/back-blockquote.png) left top no-repeat;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

pre, code {
  margin: 22px 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em "Courier New", "Lucida Console", monospace;
  line-height: 22px;
}

tt {
  display: block;
  margin: 22px 0;
  line-height: 22px;
}

/* =Content --------------------------- */
.amp {
  font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 0;
  position: relative;
}

.caps {
  font-variant: small-caps;
  text-transform: uppercase;
}