#mainContent {
    border:#f6ebb9 1px solid;
    background-color: #f6ebb9;
}
#mainContent .forFlow {
    border-top: #f6ebb9 1px solid;
}
.postDesc {
    border-bottom:  #f6ebb9 1px dashed;
    margin-bottom: 15px;
}
.newsItem .catListTitle, .catListTitle {
    background-color: #f6ebb9;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
#TopViewPostsBlock ul a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type=button] {
   background-color: #fdeb9e;
    border: 1px solid #fdeb9e;
    border-radius: 3px;
    color: #fff;
    width: 60px;
}
#TopViewPostsBlock ul a, #sideBarMain ul a {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}
#footer {
    margin: 50px auto 20px;
    font-size: 20px;
    color: #fff;
    padding: 6px;
}