body {
    max-width: 960px;
    margin: 1em auto 1em auto;

    font-family: Verdana, Sans-Serif;
    font-size: 0.9em;
    line-height: 150%;
    
    background-color: #222129;
    color: #ddd;
    padding: 1em;
}

li {
    padding-bottom: 0.5em;
}

a {
    text-decoration: none;
    color: #8DA1B9;
}

.header h1 {
    font-size: 3em;
}

.header {
    padding-bottom: 2em;
}

@keyframes pulse {
    from {
        filter: invert(20%);
    }
    to {
        filter: invert(40%);
    }
  }

.header img.logo {
    filter: invert(20%);	
    animation-name: pulse;
    animation-duration: 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    width: 100%;
    height: auto;
}

article.post {
    padding: 2em 0 2em 0;
    border-top: 1px solid #53506479;
}

article.post img {
    max-width: 100%;
    height: auto;
}

article.post .highlight pre {
    padding: 1em;
    overflow: auto;
}

article.post table {
    border-collapse: 1;
    border-left: 1px solid #535064;
    border-bottom: 1px solid #535064;
}

article.post table td, article.post table th {
    padding: 0.4em;
    border-top: 1px solid #535064;
    border-right: 1px solid #535064;
}

article.post p.meta {
    color: #777;
    font-style: italic;
}

article.post blockquote {
    border-left: 4px solid #535064;
    padding-left: 1em;
    margin-left: 1em;
}

.footer {
    padding-top: 2em;
    color: #777;
}

.gallery_thumbnail { 
    padding: 1em; 
    float: left; 
    width: 120px;   /* 120x120 set by thumbnail generation script */
    height: 120px; 
}

.gallery_container { /* um, these were misspelled and everything still worked??? */
    width: 100%; 
}

.gallery_container:after { /* um, these were misspelled and everything still worked??? */
    clear: both; 
}

code {
    color: #f8f8f2;
    background: #282a36;
}