body {
    color: #222;
    line-height: 1.5;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    margin: 0 10%;
}

a {
    color: #000;
}

.header ul {
    float: right;
    margin: 8px;
}

.header  li {
    float: left;
    list-style: none;
    margin-left: 10px;
}

.header li img {
    border: 0px;
}

.entry .title {
    color: #222;
    font-size: 36px;
    text-shadow: 4px 4px 4px #bbb;
}

.entry .title a {
    color: #222;
    text-decoration: none;
}

.entry .byline {
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin-top: -34px;
}

.entry .comment {
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

p code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 90%;
    padding: 0 .2em;
}

pre {
    padding: 1em;
    font-size: 90%;
}

pre.config {
    border: 1px solid #bbb;
    padding: 1em;
    font-size: 90%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #eee;
}

pre.terminal {
    padding: 1em;
    font-size: 90%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #222;
    color: white;
}

.highlight {
    border: 1px solid #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #eee;
    overflow: hidden;
    text-shadow: none;
}

.highlight:hover {
    overflow: auto;
}

.recent {
    padding-bottom: 30px;
}

.recent ul {
    margin: 0;
    padding: 0;
}

.recent li {
    font-size: 14px;
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.recent li span {
    float: right;
}

.footer {
    padding-bottom: 30px;
}
