@import url(pygment-styles.css);

body {
    background: #EDEBE3;
    font-size: 1em;
    font-family: helvetica, arial, sans-serif;
    line-height: 150%;
    font-weight: 200;
}

h1, h2, h3, h4, h5 {
    font-weight: 100;
}

h1 {
    font-size: 1.7em;
}

h1 a {
    color: black;
}

h1 a:visited {
    color: black;
}

h1 a:hover {
    text-decoration: underline;
    color: #CE0808;
}

a {
    text-decoration: none;
    color: #0682B8;
    font-weight: 100;
}

a:visited {
    color: #0682B8;
}

a:hover {
    text-decoration: underline;
    color: #CE0808;
}

#main {
    display: block;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    display: block;
    clear: b;
    border-op: thin solid gray;
    color: gray;
    font-size: 0.9em;
}

nav {
    display: block;
    margin-bottom: 50px;
    font-size: 1.2em;
    text-align: right;
}

nav ul {
    border-bottom: thin solid lightgray;
    padding-bottom: 5px;
}

nav ul li {
    display: inline;
}

.post-title {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.post-list {
    border-top: thin solid gray;
    margin-top: 30px;
}

.post-header {
    margin-bottom: 20px;
}

.tag {
    font-size: 0.8em;
    border: thin solid gray;
    background: #E3E1D8;
    border-radius: 5px;
    padding: 3px;
    margin-right: 5px;
}

.tag a:hover {
    text-decoration: none;
    color: black;
}

.tag a:visited {
    color: black;
}

.tag a {
    color: black;
}

.post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px #888888;
}

.post-image-bordered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: thin solid gray;
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    overflow: none;
    background: #E3E1D8;
    border: thin solid gray;
    border-radius: 5px;
    margin: 20px;
    line-height: 100%;
}

.post-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: thin solid lightgray;
}

.post-date {
    margin-top: -14px;
    font-size: 0.85em;
}

iframe {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}


