/* ----------------------------------------------------------------------
   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: 12px;
  line-height: 1.5em;
  color: #646464;
  font-family: Helvetica, Arial, sans-serif;
}

/* =Headings
======================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 21px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
	font-weight: normal;
	padding-bottom: 8px;
}

h4 {
	margin-bottom: 15px;
  font-size: 14px;
	color: #3E94B2;
}

h5 {
  font-size: 14px;
	font-weight: bold;
}

h6 {
  font-size: 12px;
}

.replaced {
  display: block;
  text-indent: -1000em;
  background-repeat: no-repeat;
}

/* =Text Elements
======================================== */
a:focus {
  outline: 1px dotted;
}

p {
  margin: 0 0 1.5em 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 1.5em 0;
}

dl dt {
  font-weight: normal;
}

dl dd {
  margin: 0;
}

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

address {
  margin-top: 1.5em;
  font-style: italic;
}

del {
  color: black;
}

blockquote {
  padding: 0 25px;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

pre, code {
  margin: 1.5em 0;
  white-space: pre;
}

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

tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5em;
}

pre code {
  overflow: auto;
  display: block;
}

/* =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-size: 10px;
  font-variant: small-caps;
  text-transform: uppercase;
}

/* =Table
======================================== */
table {
  text-align: left;
  line-height: 1.5em;
}

th, td {
  vertical-align: middle;
}
