@import url('pygments-default.css');

body {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.5em; 
    color: #323232;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing:-0.075em;
}

h1 {
    font-size: 42px;
    line-height: 1.43;
    margin: 60px 0;
}

h2 {
    font-size: 26px;
    line-height: 1.1;
    margin: 25px 0;
}

h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 1em 0;
}

li {
    list-style-type: square;
}

tt, pre, code, samp, kbd {
    font-size: 14px;
    line-height: 1.2;
}

pre {
    margin: 20px 0;
    padding: 6px 4px 4px 6px;
    border: 1px solid #ddd;
    border-left-width: 20px;
    overflow: auto;
}

a, a:hover, a:visited {
    color: #660000;
}

#container {
    max-width: 733px;
    margin: 0 auto;
}

#header h1.logo a, #header p.logo a {
    text-transform: uppercase;
    text-decoration: none;
}

#header {
    text-align: center;
    margin: 50px 0 30px 0;
}

#header h1 {
    margin: -4px 0 0 0;
}

#header h1:first-child {
    margin-top: 60px;
}

#header p {
    margin: 0;
    color: #777;
    font-variant: small-caps;
}

#header p.logo {
    font-size: 20px;
    letter-spacing:-0.075em;
}

#header p.meta {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -0.05em;
}

#navigation {
    position: fixed;
    float: right;
    top: 0px;
    right: 10px;
    font-size: 14px;
}

#navigation li {
    display: inline;
    margin-left: 10px;
}

#navigation a {
    text-decoration: none;
}

#content .post-list li a {
    font-weight: normal;
    letter-spacing:-0.075em;
    font-size: 26px;
    line-height: 1.1;
    margin: 25px 0;
}

#content img {
    display: block;
    margin: auto;
    padding: 10px;
    border: 1px solid #ddd;
}

#comments {
    border-top: 2px solid #ddd;
    margin-top: 50px;
}

#footer {
    clear: both;
    color: #555;
    font-size: 0.666em;
    line-height: 1.5625;
    border-top: 1px solid #ddd;
    padding: 19px 0 0 0;
    margin: 40px 0 20px 0;
    text-align: center;
}

#footer p {
    margin: 0;
}

.info {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #e9f2ff url('images/information_48.png') 15px 50% no-repeat;
    padding: 5px 20px 5px 90px;
    border: 0px;
    border-top: 2px solid #c8dffe;
    border-bottom: 2px solid #c8dffe;
    color: #323232;
    text-align: left;
    font-size: 0.8em;
    margin: 0.8em 0;
}


.alert {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #fff7da url('images/alert_48.png') 15px 50% no-repeat;
    padding: 5px 20px 5px 90px;
    border: 0px;
    border-top: 2px solid #ffeca3;
    border-bottom: 2px solid #ffeca3;
    color: #323232;
    text-align: left;
    font-size: 0.8em;
    margin: 0.8em 0;
}

.check {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #ebffeb url('images/accept_48.png') 15px 50% no-repeat;
    padding: 5px 20px 5px 90px;
    border: 0px;
    border-top: 2px solid #ccffcc;
    border-bottom: 2px solid #ccffcc;
    color: #323232;
    text-align: left;
    font-size: 0.8em;
    margin: 0.8em 0;
}

.error {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #fceceb url('images/error_48.png') 15px 50% no-repeat;
    padding: 5px 20px 5px 90px;
    border: 0px;
    border-top: 2px solid #f7d0cc;
    border-bottom: 2px solid #f7d0cc;
    color: #323232;
    text-align: left;
    font-size: 0.8em;
    margin: 0.8em 0;
}

