body {
    margin: 0px;
}

#header {
    position: fixed;
    background: #000;
    width: 100%;
    color: #fff;
    font-family: "myriad-pro-semi-condensed", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    padding: 0.5em 0em 0.5em 1em;
}

#header a {
    color: #fff;
}

#content {
    margin: 0px auto;
    padding-bottom: 20px;
    padding-top: 2em;
    font-size: 1.4em;
    font-family: "minion-pro", Georgia, serif;
    width: 35em;
}

h1, h2, h3 {
  font-family: "myriad-pro-semi-condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.subtitle {
    font-style: italic;
}

h1 {
  margin: 0em 0em 0.2em 0em;
  font-size: 3.0em;
}

blockquote {
    padding: 0.5em 2.4em 1em 2.4em;
    margin: 1.5em 0em 2.4em 0em;
    background: #F5F4F2;
}

a {
    color: #B2342E;
    text-decoration: none;
}

.buttons {
    width: 27em;
    margin: auto;
    margin-top: 2em;
    text-align: center;
}

.foot {
    text-align: right;
}

#post {
    margin-bottom: 2em;
}

sup {
    font-size: 0.8em;
    line-height: 0.8em;
}

p {
    line-height: 1.3em;
}

.subnav {
    font-style: italic;
    text-align: center;
}

.subnav a {
    font-style: normal;
}

.detail {
    font-size: 0.8em;
    font-family: "myriad-pro-semi-condensed", Helvetica, Arial, sans-serif;
    margin-bottom: 1em;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.twitter-tweet {
    margin: auto !important;
}
