body {
    background-color: white;
    line-height: 1.5;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}
a {
    color: #008CFF;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px #008CFF solid;
}
#container {
    width: 900px;
    margin: auto;
}
#sections {
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}
#section_header {
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 10px 0px 20px 0px;
}
#title_main {
    font: 65px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
    text-align: center;
}
#title_main a, #title_main a:hover {
    border: 0;
    color: black;
}
#title_sub {
    font: italic 16px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
    text-align: center;
}
#section_main {
    clear: both;
    float: left;
    width: 896px;
    padding: 30px 2px 30px 2px;
}
#posts {
    clear: both;
    float: left;
    width: 83%;
    border-right: 1px solid #000000;
    padding-right: 25px;
}
#posts .latest {
    clear: both;
    float: left;
    margin-bottom: 30px;
}
#posts .latest .title {
    font: 36px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
}
#posts .latest .title a {
    color: #000000;
}
#posts .latest .title a:hover {
    border-color: #000000;
}
#posts .latest .content_lead {
    clear: both;
    float: left;
    font-size: 16px;
    text-align: justify;
}
#posts .latest .meta {
    clear: both;
    float: left;
    margin: 3px 0 3px 0;
    color: #999999;
    font-size: 11px;
}
#posts .latest .meta a {
    color: #999999;
}
#posts .latest .meta a:hover {
    border-color: #999999;
}
#posts .paging_newer {
    float: right;
    width: 48%;
}
#posts .paging_older {
    clear: both;
    float: left;
    text-align: right;
    width: 48%;
}
#posts .regular_left {
    clear: both;
    float: left;
    width: 48%;
}
#posts .regular_right {
    float: right;
    width: 48%;
}
#posts .regular {
    clear: both;
    float: left;
    margin-bottom: 30px;
}
#posts .regular .title {
    font: 24px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
}
#posts .regular .title a {
    color: #000000;
}
#posts .regular .title a:hover {
    border-color: #000000;
}
#posts .regular .content_lead {
    clear: both;
    float: left;
    font-size: 13px;
    text-align: justify;
}
#posts .regular .content_lead p {
    margin-top: 8px;
}
#posts .regular .meta {
    margin: 4px 0 4px 0;
    color: #999999;
    font-size: 11px;
    clear: both;
    float: left;
}
#posts .regular .meta a {
    color: #999999;
}
#posts .regular .meta a:hover {
    border-color: #999999;
}
#posts .regular_full {
    clear: both;
    float: left;
    width: 100%;
}
#posts .regular {
}
#posts .regular .content_all {
    clear: both;
    float: left;
    font-size: 13px;
    text-align: left;
}
#posts .regular .content_all h3 {
    margin-top: 15px;
}
#posts .regular .content_all p {
    margin-top: 10px;
}
#posts .regular .content_all ul {
    list-style-position: inside;
    list-style-type: circle;
    margin-left: 5px;
}
#posts .comments {
    clear: both;
    float: left;
    margin-top: 20px;
}
#nav {
    float: right;
    text-align: left;
    width: 12%;
    margin: 10px 0px 10px 0px;
    padding-left: 10px;
}
#nav .part {
    margin-bottom: 10px;
}
#nav .part .title {
    font-size: 16px;
    font-weight: bold;
}
#nav .part .content {
    font-size: 13px;
}
#page_top_link {
    clear: both;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
}
#section_footer {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#section_footer .column {
    float: left;
    width: 37.5%;
    font-size: 13px;
}
#section_footer .column .title {
    font: 16px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
    margin-bottom: 5px;
}
#section_footer .column .content {
}
#section_footer .column .content p {
    margin-bottom: 10px;
}
#section_footer .column_center {
    margin-left: 5%;
    margin-right: 5%;
    width: 13%;
    font-size: 13px;
}
#i_am_pawel {
    width: 100%;
    text-align: right;
    color: black;
    font-size: 13px;
    font-style: italic;
}
.comments_title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.comment_list {
    clear: both;
    float: left;
    width: 100%;
}
.comment_list .comment {
    float: left;
    width: 100%;
    border-top: 1px solid #ABABAB;
    margin-top: 10px;
    padding-top: 10px;
}
.comment_list .comment .comment_avatar {
    float: left;
    width: 100px;
}
.comment_list .comment .comment_text {
    float: right;
    width: 620px;
}
.comment_list .comment .comment_meta {
    clear: both;
    float: right;
    width: 620px;
    color: #999999;
}
.comment_form {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #999999;
    margin-top: 10px;
    padding-top: 10px;
}
.comment_form .form_row {
}
.comment_form .form_row label {
    font-size: 11px;
}
.comment_form .form_row input {
    margin-top: 10px;
    width: 200px;
}
.comment_form .form_row textarea {
    margin-top: 10px;
    width: 100%;
}
