.clearfix{overflow:auto;_height:1%}
#home {
    margin: 0 auto;
    width: 80%;
}
#mainContent{
    width:65%;
    margin:30px;
    border:1px solid #BFBFBF;
    box-shadow:2px 2px 3px #aaaaaa;
    border-radius: 10px;
}
#sideBar {
   width:20%;
}
.catListTitle{
        border:1px solid #BFBFBF;
        box-shadow:2px 2px 3px #aaaaaa;
}
.feedbackCon{
            background: none;
}
.feedbackCon .blog_comment_body{
            border: 1px solid #cce7f3;
            border-radius: 8px;
            margin: 10px;
            padding: 10px 20px;
            background: #DEE1D6;
margin-left:30px;
display:inline-block;
}

.author_avatar{
            width: 60px;
            height: 60px;
            padding:0;
            margin:0;
}
.author_box{
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            display:inline-block;
}