#blogTitle h1 a, #blogTitle h2 {
    color: #ffd11fe8;
}
.catListTitle {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #ffd11fe8;
    color: #fff;
    font-weight: normal;
    border: 1px solid #ffd11fe8;
}
.sidebar-block h3 {
    background-color: #ffd11fe8;
    border: 1px solid #ffd11fe8;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}
#topics {
    background: #ffffff;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dedede;
    width: 160%;
    margin-left:50px;
    border-radius: 10px;
}
#blog-comments-placeholder {
    padding: 20px;
    border: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: 20px;
    background: #f00;
    opacity: 0.8;
}
#profile_block {
    background: #fff;
    padding: 10px;
    color: #7e8c8d;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #dedede;
}
#profile_block {
    background: #f7f7f7;
    padding: 10px;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #ffffff;
}
#sideBar{
    width: 200px;
    margin-left: 170px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: visible;
    word-break: break-all;
}
 
#main{
width:100%;
} 
.day {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
    width: 112%;
}

#comment_form{
margin-left:50px;
width: 163%;
border-radius: 10px;
}

#blog-comments-placeholder{
margin-left:50px;
width: 158%;
border-radius: 10px;
}