body {
    font-family: Corbel,Verdana,Helvetica,Arial,Lucida,sans-serif;
    color: #000;
    background: #fff;
}

#header {
    padding-top: 1em;
    padding-left: 3em;
    background: #ddd;
    height: 130px;
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 0.3em 0.3em 0.4em #aaa;
}

#header #site-name {
    font-size: 2.5em;
    text-shadow: 0.2em 0.2em 0.3em #888;
}

#header #site-name a {
    text-decoration: none;
    color: #000;
}

#header #site-slogan {
    font-size: 1.2em;
    color: #999;
}

nav { background-color: #ccc; }
nav a {
    text-decoration: none;
    color: #000;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0;
}
nav a:hover {
    color: #ccc;
    background-color: #000;
}
nav ul {margin: 0}
nav ul li {
    display: inline;
    list-style: none;
}

#main #leftcolumn {
    position: absolute;
    left: 0;
    max-width: 180px;
}

#leftcolumn .block {
    background-color: #ddd;
    border: solid 1px #999;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    margin: 5px;
    padding: 5px;
    width: 100%;
}

#leftcolumn .block h3 {
    text-shadow: 0.2em 0.2em 0.3em #888;
    color: #666;
    margin: 0;
    padding: 0.5em;
}

#leftcolumn .block .blk-content {
    background-color: #fff;
    font-size: 85%;
    margin: 0.2em;
    padding: 0.2em 0 0.2em 0;
}

#leftcolumn .block .blk-content a {
    text-decoration: none;
    color: #000;
}

#leftcolumn .block .blk-content ul {
    margin: 0;
    padding: 0 0 0 1em;
}

#leftcolumn .block .blk-content li {
    list-style-type: none;
}

#leftcolumn .block .blk-content li:hover {
    background-color: #ddd;
}

#main #content {
    margin-left: 200px;
    /* max-width: 80%; */
    clear: none;
}

footer {
    color: #666;
    background: #eee;
    border-top: solid 1px #777;
    font-size: 0.9em;
    text-align: center;
}

.post {
    margin: 1em 0 1em 0;
    border: solid #ccc 1px;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    background: #ddd;
    color: #666;
    width: 45%;
    margin: 1.5em;
    float: left;
}

.post .post-title {
    font-size: 130%;
    padding-left: 0.5em;
    padding-righ: 0.5em;
    font-weight: bold;
}

.post .post-title a {
    text-decoration: none;
    text-shadow: 0.2em 0.2em 0.3em #888;
    color: #666;
}
.post .post-title a:visited { color: #666; }
.post .post-title a:hover { color: #888; }

.post .post-content {
    background-color: #fff;
    color: #000;
    border-top: solid 1px #ccc;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.post .post-content img.post-img {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    width: 150px;
    max-width: 150px;
    height: auto;
    float: left;
    margin: 10px;
}

.post.post-content img.post-img :hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.post-meta {
    min-height: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    float: right;
    font-size: 80%;
    font-style: italic;
    border: solid 1px #bbb;
    background: #ddd;
}

ul.categories {
    margin: 0;
    padding-left: 0;
}

ul.categories li {
    display: inline;
    list-style: none;
    padding: 0 1em 0 1em;
}

ul.categories a {
    color: #000;
    text-decoration: none;
    padding: 0.3em 1em 0.3em 1em;
    background-color: #ccc;
}

ul.categories a:hover {
    color: #ddd;
    background-color: #000;
}

#categ-bottom {
    clear:both;
    border: solid 1px #ccc;
    margin-bottom: 2em;
}

#categ-bottom .categ-title {
    text-align: center;
    margin-left: 3em;
    margin-top: -0.5em;
    background-color: #eee;
    border: solid 1px #ccc;
    max-width: 15%;
}

.paginator {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding: 1em;
    border: solid 1px #ccc;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    background-color: #eee;
    font-size: 75%;
}

.paginator a {
    text-decoration: none;
    color: #000;
}

.paginator .cur, .paginator :hover {
    background-color: #777;
}

.paginator .first, .paginator .prev, .paginator .cur, .paginator .next, .paginator .last {
    padding: 0.6em;
    margin: 0.4em;
    border: solid 1px #333;
    border-radius: 1em;
    -moz-border-radius: 1em;
}

code {
    font-family: monospace;
    background-color: #eee;
    border: solid 1px #bbb;
    display: block;
    white-space: pre;
    margin-left: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

code.highlighter-rouge {
    display: inline;
    margin: 0;
    padding: 0;
}

#content blockquote {
    background-color: #ddd;
    padding: 1em;
    border: solid 1px #aaa;
    font-style: italic;
}
