/* ----------------------------------------------------------------------
 * Sets up typography and baseline grid. This is a modified
 * version of Blueprint's typography.css
 * http://code.google.com/p/blueprintcss/
 * ---------------------------------------------------------------------- */
body {
  font-size: 14px;
  line-height: 20px;
  color: #494e54;
  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: 18px;
  font-weight: bold; }

h2 {
  font-size: 12px;
  color: #000000;
  font-weight: bold; }
  
h3 {
  display: block;
  color: #df3b3b;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.aside h3 {
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000; }

h3.heading {
    display: block;
    margin-bottom: 0;
    height: 20px;
    text-indent: -1000em;
    background-image: url(../images/headings.png);
    background-repeat: no-repeat;
}

.design h3 {
    background-position: right top;
}

.code h3 {
    background-position: right -20px;
}

.inspire h3 {
    background-position: right -40px;
}

.share h3 {
    background-position: right -60px;
}

h4 {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

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

h6 {
  font-size: 12px; }

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

/* =TEXT ELEMENTS
 * ======================================== */
p {
  margin: 0 0 1.5em 0; }

ul {
  list-style-position: outside;
  list-style-type: none; }
  
  .article .content ul {
      list-style-type: disc;
  }

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: #000; }

blockquote {
  padding: 0 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  border-left: 1px solid #eeeeee;
}

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: 13px "Courier New", "Lucida Console", monospace;
    line-height: 1.5em;
}

p code {
    margin: 0;
    white-space: normal;
}

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; }
  
#cpreview .announcement {
    color: #df3b3b;
    font-weight: bold;
}

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

th, td {
  vertical-align: middle; }

