/* Padding 'till I know what to put on top */
body
{
    padding-top: 20px;
}

/* Padding around comic picture */
div.comic-post
{
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Vertical-align strong text in bottom links */
#comic span.lead
{
    vertical-align: middle;
}

/* Remove link decoration */
#comic a:hover
{
    text-decoration: none;
}

#footer
{
    margin-top: 3em;
}

/* Custom fonts */
.cc-icons
{
    font-family: CC Icons;
}
