body {
    font-family: sans-serif;
}

nav ul { 
    width: 90%;
    list-style: none;
    text-align: center;
    display: inline-table;
    vertical-align: baseline;
}

nav ul li {
    display: inline-block;
    padding: 20px;
}

nav ul li a {
    font-family: sans-serif;
    font-size: 24px;
}

nav ul li.active a {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: dimgray;
}

article a {
    text-decoration: underline;
}

div#topbar {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 4em;
}

li#logo {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 50%;
}

article#page {
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

article#page p {
    max-width: 80%;
    line-height: 150%;
    position: relative;
    left: 10px;
}

article#page p#optout {
    max-width: 100%;
    line-height: 100%;
    position: absolute;
}

img.inline {
    float: right;
    margin-left: 20px;
    max-width: 40%;
}

div.blog-post h2 a {
    color: black;
}

.flickr-embed-frame {
    position: relative;
    left: calc(62.5% - 320px);
}

