body {
    font-family: "DejaVu Sans", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
    line-height: 150%;
    font-size: 13px;
    background: #282828;
    color: #aaa;
    margin: 0px;
    padding: 0px;
}

div {
    overflow: hidden;
}

div.section {
    margin-bottom: 1.5em;
}

table {
    border-collapse: collapse;
}

td, th {
    padding: 4px 8px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

td {
    vertical-align: bottom;
}

th {
    vertical-align: top;
    text-align: left;
    background: #323232;
    font-weight: normal;
    color: #eee;
}

li, h1, h2, h3, h4, dd {
    margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
    font-family: Georgia, serif;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    color: #ddd;
    cursor: default;
    margin-top: 1.5em;
    line-height: 133%;
    -moz-text-shadow: 2px 2px 4px #111;
    -webkit-text-shadow: 2px 2px 4px #111;
    text-shadow: 2px 2px 4px #111;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 13px;
}

.text h1, .text h2, .text h3, .text h4 {
    font-family: Georgia, serif;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    color: #333;
    cursor: default;
    margin-top: 0em;
    line-height: 133%;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.text h1 {
    font-size: 34px;
}

.text h2 {
    font-size: 21px;
}

.text h3 {
    font-size: 13px;
}

.text img {
    background: #fff;
    -moz-box-shadow: 0px 0px 8px #323232;
    -webkit-box-shadow: 0px 0px 8px #323232;
    box-shadow: 0px 0px 8px #323232;
    margin: 8px;
}

a {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.text a {
    color: #9b0000;
}

.text a:hover {
    text-decoration: underline;
    color: #9b0000;
}

.post-list a:hover {
    text-decoration: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 2em;
}

pre.literal-block,
pre.doctest-block,
.warning {
    padding: 6px 12px;
    background: #565656;
    color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: monospace;
    -moz-text-shadow: 0px 0px 2px #111;
    -webkit-text-shadow: 0px 0px 2px #111;
    text-shadow: 0px 0px 2px #111;
}

.admonition-title {
    display: none;
}

.warning {
    background: #80353B;
    color: #DD5C6A;
}

p.last {
    margin: 0.5em 0em 0.5em;
}

pre.bash {
    background: #565656 url("/media/img/site/pre.bash.png") no-repeat top right;
}

pre.c {
    background: #565656 url("/media/img/site/pre.c.png") no-repeat top right;
}

pre.conf {
    background: #565656 url("/media/img/site/pre.conf.png") no-repeat top right;
}

pre.cpp {
    background: #565656 url("/media/img/site/pre.cpp.png") no-repeat top right;
}

pre.css {
    background: #565656 url("/media/img/site/pre.css.png") no-repeat top right;
}

pre.html {
    background: #565656 url("/media/img/site/pre.html.png") no-repeat top right;
}

pre.java {
    background: #565656 url("/media/img/site/pre.java.png") no-repeat top right;
}

pre.js {
    background: #565656 url("/media/img/site/pre.js.png") no-repeat top right;
}

pre.json {
    background: #565656 url("/media/img/site/pre.json.png") no-repeat top right;
}

pre.lua {
    background: #565656 url("/media/img/site/pre.lua.png") no-repeat top right;
}

pre.php {
    background: #565656 url("/media/img/site/pre.php.png") no-repeat top right;
}

pre.python {
    background: #565656 url("/media/img/site/pre.python.png") no-repeat top right;
}

pre.rc {
    background: #565656 url("/media/img/site/pre.rc.png") no-repeat top right;
}

pre.sh {
    background: #565656 url("/media/img/site/pre.sh.png") no-repeat top right;
}

pre.stderr {
    background: #565656 url("/media/img/site/pre.stderr.png") no-repeat top right;
}

pre.stdout {
    background: #565656 url("/media/img/site/pre.stdout.png") no-repeat top right;
}

pre.vim {
    background: #565656 url("/media/img/site/pre.vim.png") no-repeat top right;
}

pre.xml {
    background: #565656 url("/media/img/site/pre.xml.png") no-repeat top right;
}

pre.zsh {
    background: #565656 url("/media/img/site/pre.zsh.png") no-repeat top right;
}

blockquote {
    padding: 8px;
    background: #565656 url("/media/img/site/blockquote.png") no-repeat 10px 10px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

blockquote p {
    padding-left: 2em;
}

blockquote p.attribution {
    padding-right: 2em;
    text-align: right;
    margin-bottom: 0px;
    font-family: Georgia, serif;
    font-style: italic;
}

table.footnote {
    margin: 0px;
}

ul, ol, dl, pre, p, table {
    margin: 0.5em 0em 1em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-roman;
}

li {
    margin-left: 2em;
}

ul.inline li {
    display: inline;
}

ul.pagination {
    display: block;
    margin: 12px 0px 4px 0px;
    text-align: center;
    list-style-type: none;
    font-family: Georgia, serif;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 3px;
    -moz-text-shadow: 2px 2px 4px #111;
    -webkit-text-shadow: 2px 2px 4px #111;
    text-shadow: 2px 2px 4px #111;
}

ul.pagination li {
    display: inline;
    margin: 0px 4px;
}

ul.buttons li {
    margin: 0px;
    padding: 0px;
    float: left;
}

ul.pagination li span {
    background: #ccc;
    color: #282828;
    padding: 1px 0px 1px 4px;
    -moz-box-shadow: 1px 1px 3px #111;
    -webkit-box-shadow: 1px 1px 3px #111;
    box-shadow: 1px 1px 3px #111;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    cursor: default;
}

ul.buttons input,
ul.buttons li a {
    display: inline;
    white-space: nowrap;
    float: left;
    background: #333;
    border: 1px solid #555;
    color: #fff;
    padding: 1px 8px;
    margin: 8px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-style: normal;
    font-size: 1em;
    letter-spacing: normal;
    -moz-box-shadow: 1px 1px 3px #111;
    -webkit-box-shadow: 1px 1px 3px #111;
    box-shadow: 1px 1px 3px #111;
}

ul.buttons input:hover,
ul.buttons li a:hover {
    background: #222;
}

ul.buttons {
    text-align: center;
    list-style-type: none;
}

ul.errorlist li {
    display: block;
    width: auto;
    margin: 0px 0px 2px 0px;
    padding: 2px 8px;
    color: #fff;
    background: #800;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top0 {
    margin-top: 0px;
    padding-top: 0px;
}

.list-circle {
    list-style-type: circle;
}

.good {
    color: #00ee00;
}

.bad {
    color: #ee0000;
}

.list-item {
    margin-bottom: 10px;
}

.list-item div {
    padding: 6px;
    border-left: 5px solid #444;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #222;
    -moz-text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    cursor: default;
}

.float-right {
    display: block;
    float: right;
}

.float-left {
    display: block;
    float: left;
}

.pointer {
    cursor: default;
}

.hand-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.upper {
    text-transform: uppercase;
}

.drop-shadow {
    -moz-box-shadow: 0px 0px 8px #323232;
    -webkit-box-shadow: 0px 0px 8px #323232;
    box-shadow: 0px 0px 8px #323232;
}

/*
 *  Forms
 */

input.short-field {
    width: 80px;
}

input.shorter-field {
    width: 40px;
}

input.shortest-field {
    width: 20px;
}

form table input {
    background: transparent;
    border: 0px;
    border-bottom: 1px dashed #888;
    color: #aad;
    padding: 1px;
    margin-bottom: 1px;
    cursor: text;
}

form table textarea {
    background: transparent;
    border: 1px dashed #888;
    color: #aad;
    padding: 1px;
    margin-bottom: 1px;
    cursor: text;
    height: 60px;
}

form table input:focus,
form table textarea:focus {
    border-color: #fff;
    color: #fff;
}

/*
 *  Forms end
 */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.grid_3 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
}

.text {
    color: #333;
}

#header {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    -moz-text-shadow: 1px 1px 2px #242424;
    -webkit-text-shadow: 1px 1px 2px #242424;
    text-shadow: 1px 1px 2px #242424;
    background: transparent url("/media/img/site/shadow-bottom.png") repeat-x bottom center;
}

#header div {
    background-color: #565656;
    border-bottom: 1px solid #363636;
    padding: 3px 6px;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: table;
    height: 60px;
    color: #565656;
}

#footer div.float-right {
    margin: 10px 0px 0px 16px;
}

#footer a {
    color: #565656;
    font-weight: bold;
    -moz-text-shadow: 0px 0px 4px #000;
    -webkit-text-shadow: 0px 0px 4px #000;
    text-shadow: 0px 0px 4px #000;
}

#footer a:hover {
    color: #bbb;
}

#h1 {
    padding: 30px 30px 0px;
    line-height: 105%;
}

#container {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 0px 4px 40px;
}

#content {
    display: block;
    float: left;
    clear: both;
    background: #f4f4f4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    width: 740px;
    color: #333;
    margin: 12px;
    overflow: hidden;
    font-size: 15px;
}

#top {
    background: #aaa;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    padding: 7px 12px 5px;
    color: #444;
    -moz-text-shadow: 1px 1px 2px #777;
    -webkit-text-shadow: 1px 1px 2px #777;
    text-shadow: 1px 1px 2px #777;
    border-bottom: 1px solid #777;
}

#top .discreet {
    color: #666;
}

#comments {
    overflow: hidden;
    padding: 0px 20px;
}

.comment {
    padding: 6px 12px;
    margin: 20px 0px;
    background: #aaa;
    color: #222;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.comment .float-left img {
    height: 64px;
    width: 64px;
}

.comment-main {
    padding: 8px;
}

.comment-head {
    border-bottom: 1px solid #777;
    padding-bottom: 2px;
    margin-bottom: 12px;
    -moz-text-shadow: 1px 1px 2px #777;
    -webkit-text-shadow: 1px 1px 2px #777;
    text-shadow: 1px 1px 2px #777;
}

.comments-form {
    padding: 24px 72px 6px;
    margin: 20px;
    background: #282828;
    color: #222;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.comments-locked {
    margin: 20px;
}

.comments-info {
    padding: 6px 12px;
    margin: 20px 0px;
    background: #aaa;
    color: #222;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.comments-form textarea {
    height: 120px;
}

.comments-form table {
    width: 100%;
}

.comments-form ul.buttons {
    float: right;
}

.comments-form table textarea,
.comments-form table input {
    width: 100%;
}

#bottom {
    background: #aaa;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    padding: 6px 12px;
    color: #444;
    -moz-text-shadow: 1px 1px 2px #777;
    -webkit-text-shadow: 1px 1px 2px #777;
    text-shadow: 1px 1px 2px #777;
    border-top: 1px solid #777;
}

#middle {
    margin: 20px;
}

#tags {
    display: none;
    position: absolute;
    left: 4px;
    top: 26px;
    z-index: 100;
    padding: 4px 8px;
    background-color: #565656;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    -moz-text-shadow: 1px 1px 2px #242424;
    -webkit-text-shadow: 1px 1px 2px #242424;
    text-shadow: 1px 1px 2px #242424;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #363636;
    float: left;
}

#tags span {
    margin-left: 8px;
}

.post-list-item {
    padding: 8px 20px;
}

.post-list {
    padding: 12px 0px;
}

.post-list a {
    display: block;
}

.odd {
    background: #dadada;
}

.even {
    background: #f4f4f4;
}

.discreet {
    color: #777;
}

.discreet .discreet {
    color: #999;
}

a:hover .discreet {
    color: #444;
}

a:hover .discreet .discreet {
    color: #666;
}

.post-list a:hover div {
    background: #b9b9b9;
}

.post-list-item .title {
    letter-spacing: 3px;
    line-height: 133%;
    -moz-text-shadow: 1px 1px 3px #888;
    -webkit-text-shadow: 1px 1px 3px #888;
    text-shadow: 1px 1px 3px #888;
}

.post-list-item .date {
    -moz-text-shadow: 1px 1px 3px #888;
    -webkit-text-shadow: 1px 1px 3px #888;
    text-shadow: 1px 1px 3px #888;
}

.default-font-size {
    font-size: 13px;
}

.nowrap {
    white-space: nowrap;
}

.posts-feed {
    line-height: 14px;
    padding: 0px;
    margin: 3px 0px 0px 10px;
}

.comments-feed {
    line-height: 14px;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.comments-feed img {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text a img {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px 10px;
}

.text a .post-list-item {
    cursor: pointer;
}
