html {
    /* Background pattern from Subtle Patterns */
    background: #000 url("resources/ep_naturalblack.png");
}

body {
    margin: 50px auto 10px auto;
    max-width: 800px;
    color: #333;
    font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*clearfix for floated content*/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.main {
    padding: 50px;
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
}

.nowrap { /*used within markdown*/
    white-space: nowrap;
}

.float-right { /*used within markdown*/
    float: right;
}

::selection {
    background: #2fd0dc;
    color: #fff;
}

::-moz-selection {
    background: #2fd0dc;
    color: #fff;
}

#top-menu {
    text-align: center;
    font-weight: bold;
    padding-bottom: 14px;
    margin-top: -20px;
}

#top-menu a {
    color: #fff;
    white-space: nowrap;
}

#top-menu a:hover {
    color: #80ecff;
}

a:visited, a:link, a:active {
    text-decoration: none;
}

a:hover {
    color: #1ddcff;
}

a {
    color: #4060bf;
}

img, video {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

figure figcaption {
    font-style: italic;
    color: gray;
}

figure p {
    margin: 0.3em;
}

ul.bullet {
    list-style: none;
}

ul.bullet li {
    position: relative;
}

ul.bullet li:before {
    /* "⁃" "⃘" ⊹ ⋄ ⌬ */
    content: "⋄";
    position: absolute;
    left: -16px;
}

hr:after {
    content: "\2042";
    display: inline-block;
    position: relative;
    top: -0.84em;
    font-size: 1.5em;
    padding: 0 0.5em;
    background: white;
    color: #ccc;
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    text-align: center;
    height: 0;
    margin: 3em 1em;
}

h1 {
    margin-top: 0em;
    margin-bottom: 1.2em;
}

#home-link {
    text-decoration: none;
    position: relative;
    font-size: 1.2em;
}

#home-link:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    border-width: 0 0 1px;
    border-style: solid;
}

.top-menu-icon {
    margin-bottom: -2px;
}

footer {
    text-align: center;
    color: #aaa;
    font-size: 0.7em;
    padding-top: 10px;
    margin-bottom: -10px;
    -webkit-margin-before: 10px;
}

footer::before {
    content: "❧";
    font-size: 2em;
}

.title-anchor-link {
    position: absolute;
    margin-left: -30px;
    margin-top: 14px;
}

#newerPostLink {
    float: left;
    margin-top: 40px;
}

#newerPostLink::before {
    content: "← ";
    font-size: 22px;
}

#olderPostLink {
    float: right;
    margin-top: 40px;
}

#olderPostLink::after {
    content: " →";
    font-size: 22px;
}

#newerPostLinkTop {
    float: left;
    font-size: 22px;
    margin-top: -45px;
    margin-left: -30px;
}

#olderPostLinkTop {
    float: right;
    font-size: 22px;
    margin-top: -45px;
    margin-right: -30px;
}

.dateSubtitle {
    display: block;
    margin-top: -2.4em; /* negate h1 bottom margin */
    margin-bottom: 2em;
    color: #999;
    font-size: 0.9em;
}
