body {
    background-color: #3A5894;
    background: no-repeat 0 50% -moz-radial-gradient(50% 0%, circle, #739AC5, #3A5894);
    background: no-repeat 0 50% -webkit-gradient(radial, center top, 0, center top, 600, from(#739AC5), to(#3A5894));
    padding-bottom: 50px;

    color: white;
    font-family: 'Trykker', serif;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
}

section, header {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

header, #content {
    position: relative;
    margin: auto;
}

header, #content, img {
    margin: auto;
}

img {
    display: block;
}

header {
    width: 800px;
    font-size: 1.5em;
}

#content {
    width: 600px;
    font-size: 1.2em;

    border-bottom: 0;
}

p.tweet {
    text-align: right;
}

a.footnote {
    vertical-align: super;
}

p.byline {
    margin-top: 10%;
    text-align: center;
}

em {
    font-style: normal;
    background-color: #739AC5;
    padding: 2px;
}

a:link, a:visited, a:hover, a:active {
    color: white;
}