#head #submenu ul.blog-submenu li {
    font-size: 0.9em;
    padding:0;
}

#head #submenu ul.blog-submenu li a {
    padding: 0 9px 0 7px;
    border-right: 1px solid #EBEBEB;
}

#head #submenu ul.blog-submenu li.last a {
    border-right: 0;
}    


.post h2 {
    margin-bottom: 0.2em;
}

    .post h2 a {
        text-decoration: none;
    }

    .post .post-info {
        float: left;
        padding-right: 5px;
    }

    .post .post-content {
        clear: both;
        padding: 10px 0;
    }

    .post-content .table-borders {
        border: 1px solid #000;
        border-collapse: collapse;
    }

    .post-content .table-borders th,
    .post-content .table-borders td {
        border: 1px solid #000;
    }

    .post h2.title a {
        color: #000;
    }

#comments .comment.private {
    background: #ef9023;
}

#post-filter input.post-filter-radio {
    position: absolute;
    visibility: hidden;
}

#blog-post-list_wrapper {
    position: relative;
    padding-top: 30px;
}

#blog-post-list_length {
    position: absolute;
    top:0;
    left:0;
    width: 150px;
}

#blog-post-list_filter {
    position: absolute;
    top:0;
    right:0;
    width: 250px;
}

.form-add-edit-post #id_body {
    width: 480px;
    height: 500px;
}

.form-add-edit-post #id_title {
    width: 350px;
}

.form-add-edit-post .title {
    width: 75px;
}




#comments .comment {
    position: relative;
}

#comments .comment .comments-moderation {
    position: absolute;
    top:0;
    right: 0;
    width: 240px;
    background: #eee;
    padding: 0 0 3px 3px;
}

#comments .comment .comments-moderation a {
    margin-left: 7px;
}

#comments .comment .date {
    margin-bottom: 7px;
    font-style: italic;
}

.comment-form ul.errorlist {
    padding:0;
    margin: 3px 0 0 5px;
}

.comment-form th {
    vertical-align: top;
    padding-top: 12px;
}

.comment-form th label {
    
}