h2.postTitle {
    margin-left: 30px;
    margin-bottom: -10px;
}

div.postFooter {
    border-top: solid 1px;

    margin-left: 30px;
    margin-right: 20px;
    margin-top: -5px;
    margin-bottom: 50px;

    max-width: 600px;
}

div.postFooter p {
    margin-top: 4px;

    color: gray;
    font-family: 'Candela';
    font-size: 12px;
    font-style: italic;
}

div.postFooter p.date {
    display: inline;
}

div.postFooter p.noteCount {
    float: right;
    margin-top: 3px;
}

div.tags {
    display: block;
    word-wrap: break-word;
}

div.postFooter li {
    display: inline-block;
    padding-right: 7px;
}

div.postFooter a {
    color: gray;
    font-family: 'Candela';
    font-size: 12px;
    font-style: italic;
}

div.postFooter a:hover {
    text-decoration: underline;
}

div.postNotes {
    margin-left: 90px;
    margin-right: 20px;
    margin-top: 15px;
    max-width: 600px;
    border-top: black dashed 1px;

    font-family: 'Candela';
    font-size: 12px;
    font-style: italic;
}

div.postNotes ol {
    list-style-type: none;
}

div.postNotes li {
    padding-top: 5px;
}

.postNotes span.action {
    position: relative;
    top: -3px;
    left: 2px;
}

.bottomNavigation {
    margin-top: 40px;

    font-family: Menlo;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;

    position: relative;
}

.bottomNavigation a {
    padding: 8px;
}

.bottomNavigation p {
    font-size: small;
    margin-top: 20px;
}

@media screen and (max-width: 499px) {
    h2.postTitle {
        margin-left: 10px;
        margin-bottom: 5px;
    }
    
    div.postFooter {
        margin-left: 10px;
        margin-right: 10px;
    }
}