/* ----------------------------------------------------------------------
 * 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: #3b1b00;
  font-family: Calluna, Georgia, "Times New Roman", serif;
}

/* =HEADINGS
 * ======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Calluna, Georgia, "Times New Roman", serif;
}

h1,
h2 {
    font-size: 24px;
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

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

    .article h3 {
        margin-bottom: 0;
        font-family: "League Gothic", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

h4 {
    font-size: 18px;
}
    
    #aside h4 {
        font-family: "League Gothic", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

#seen_heard h3#seen_and_heard {
    display: block;
    height: 60px;
    text-indent: -3000em;
    background: url(../images/sprites.png) center -140px no-repeat;
}

#comments h3#heading_comments {
    display: block;
    height: 60px;
    text-indent: -3000em;
    background: url(../images/sprites.png) center -200px no-repeat;
}

#seen_heard .article h3 {
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;    
}

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

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

    .article .content ul li {
        padding-left: 24px;
        background: url(../images/icon_list.png) left 3px no-repeat;
    }

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 --------------------------- */
#aside {
    color: #442811;
}

    #aside p,
    #aside dl,
    #aside ul {
        margin-bottom: 11px;
    }

    #aside p,
    #aside dt,
    #aside dd {
        font-size: 14px;
        line-height: 16px;
    }
    
    #aside dd {
        color: #777777;
    }
    
    #aside dd.date,
    #aside dd.label {
        font-size: 11px;
        margin-bottom: 6px;
        font-style: italic;
    }
    
    #aside dd.title {
        font-size: 12px;
    }
    
    #aside #taiwan_link {
        font-size: 11px;
    }

.pagination {
    color: #bbbbbb;
    text-align: center;
}
    
.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;
}

.announcement {
    background: url(../images/frame_top.png) center top no-repeat;
    color: #3b1b00;
    font-style: italic;
    text-align: center;
}
    
    .announcement span {
        display: block;
        padding: 20px 10px;
        background: url(../images/frame_bottom.png) center bottom no-repeat;
    }
    
    #no_comments.announcement {
        background: none;
    }

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

th, td {
  vertical-align: middle;
}
