#blog_post_info_block {
    margin-top: 20px;
    display: none;
}
#comment_form_container {
    display: none;
}
#topics .postDesc {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
    display:none;
}
#comment_nav {
    text-align: right;
    display: none;
}
#footer {
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    display: none;
}
.postDesc {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #a8b1ba;
    line-height: 2.5em;
    display: none;
}

.day {
    min-height: 10px;
    _height: 10px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    color: #666;
    margin: 0 5px 20px 0;
    padding: 5px 20px 10px;
    text-align: center;
}
.dayTitle {
    width: 100%;
    color: #666;
    line-height: 2.2em;
    font-size: 22px;
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: none;
}

.blogStats {
    float: right;
    color: #ccc;
    padding-right: 10px;
    text-align: right;
    display: none;
}
.day {
    color: #666;
    text-align: left;
}
.entrylistItemPostDesc {
    text-align: right;
    color: #666;
    display: none;
}