body {
    background: white;
    color: black;
    font-family: Georgia,"Times New Roman",sans-serif;
    font-size: 12pt;
    line-height: 1.5;
    margin: 0 8%;
}
a {
    color: #036;
    text-decoration: none;
}
a,img {
    border: 0;
}
h1 {
    font-family: "Myriad Pro",Myriad,Verdana,"Lucida Grande","Trebuchet MS",Geneva,sans-serif;
    font-size: 3.6em;
    font-weight: bold;
    letter-spacing: -0.1em;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.4em;
}
h2,h3,h4 {
    font-weight: normal;
    margin-bottom: 0;
}
h2+*,h3+*,h4+*,h5+* {
    margin-top: 0;
}
h2+h3,h3+h4,h4+h5 {
    margin-top: 1em;
}
table {
    border-collapse: collapse;
    margin: 1em 0;
}
tr {
    vertical-align: text-top;
}
th, th * {
    font-weight: bold;
}
thead th {
    text-align: center;
    border-bottom: 1px solid #999;
}
tbody th {
    text-align: left;
}
th,td {
    padding: .5em;
}
.illustration {
    font-family: Helvetica,Arial,Verdana,sans-serif;
}
.illustration img {
    display: block;
}
#content .promo {
    position: relative;
    width: 25%;
    float: right;
    margin: 1em;
    border-bottom: 4px double #ccc;
    border-top: 4px double #ccc;
    line-height: 2;
    font-style: italic;
    font-size: 1.1em;
    padding: .5em;
    text-align: center;
}
#content .promo cite {
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 1.1em;
}
#content .cover {
    float: left;
    margin: 1em 2em 2em 0;
}
#footer .preview img {
    float: right;
    margin: 1em;
}
body.home #footer .feed .attribution {
    font-size: .8em;
}
body.home #footer .vcard .photo {
    float: left;
    margin: 1em;
}
#feedback,
#navigation {
    display: none;
}