#blog_admin_menu li {
    display: inline;
    list-style: none;
    padding: 2px 5px;
    border-right: solid 1px #ccc;
}

.post_list, .comments_list, .blog_category {
    background-color: #f3f3f3;
    margin: 5px;
    padding: 10px;
}

.clear { clear:both; }

#blog_content {
    float:left;
    width: 600px;
    background-color: #fefefe;
    text-align: justify;
}

#blog_sidebar {
    float:right;
    width: 295px;
    background-color:#fff;
    padding:10px;
    border:1px dashed #024B61;
    
}

#blog_sidebar ul li {
    /* list-style: none; */
    margin-left: -25px;
}

div.error { color: #f00; }

#blog_alert {
    font-weight: bold;
    font-size: larger;
    color: #A60C16;
}

#post_comments {
    margin: 15px 0;
    border-top: solid 1px #ccc;
}

#post_comments dt a { font-size: larger; }

span.post_title { font-size: larger; }

#blog_categories li {
    list-style:none;
    display: inline;
}

a.category { margin: 0 5px; }

.history .open, .history strong {
    cursor: pointer;
    color: #246D8A;
}

.history strong:hover {
    text-decoration: underline;
}

.history > li li {
    list-style: disc;
}

.history > li ul {
    margin-left: 15px;
}

.inlineBlock {
    display: inline-block;
}
