body {
    color: #222;
    background-color: #fcfcfc;
    max-width: 42em;
    margin: 0px auto;
    font-size: 1.25em
    line-height: 1.4;
}

h1 {
    font-size: xx-large;
    margin: 0;
    padding: 0.5em 0 0 0;
    color: #8d1611;

}
h2 {
    font-size: x-large;
}
p, ul li {
    font-size: large;
}

li {
    padding-top: 0.2em;
}

a {
    color: #cf162a;
}

/* Header */
header {
    border-bottom: 4px solid #cf162a;
    padding: 0 0 0.8em 0;
    margin-bottom: 1em;
}
header h1 {
    font-size: large;
    font-weight: normal;
}
header span {
    float: right;
}

/* Bio */
#bio {
    padding: 1em;
    margin-bottom: 1em;
}
#bio p {
    margin: 0;
    line-height: 1.35em;
}

/* Notes */
.notes {
    padding: 0.8em 1em 1em 1em;
}
.notes h1 {
    font-size: x-large;
}
.notes li {
    margin-bottom: 0.4em;
}
.notes li span {
    font-size: medium;
    font-style: italic;
    color: #999;
}
.notes p {
    
}
.notes img {
    display: block;
    height: auto;
    width: auto;
    margin: 1em auto;
}
.pub-date {
    font-size: medium;
    margin-bottom: 2em;
}
/* Footer */
footer {
    text-align: center;
    margin-top: 1.5em;
    border-top: 1px solid #cf162a;
}
footer p {
    font-size: small;
}

@media only screen and (max-width: 480px) {
    header span {
        float: none;
        display: block;
        border-top: 1px dashed #cf162a;
        margin-top: 0.5em;
        padding-top: 0.5em;
    }

    footer {
        margin-bottom: 2em;
    }
}