.newsItem{
    padding:35px 25px;
    margin:40px auto;
    background:#d3eef4;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    color:#eee;
    box-shadow:1px 1px 0px rgb(233, 247, 250)
}
#blog-news {
    position:relative;
    background:#fff;
    border:solid 5px #fff;
    height:75px;
    margin:0 auto;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    padding:10px;
    color:#666;
    box-shadow:2px 3px 1px rgb(129, 109, 100)
}
#blog-news:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 60px;
    border: 0;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

#profile_block {
    position:absolute;
    top:5px;
    left:5px;
    height:80px;
    border-color:#593207;
    box-shadow:none;
}
#profile_block:before {
    left: 45px;
    border-color: transparent #593207;
}
#profile_block a
{
   color: #816d64;
   font-weight: bold;
}

.catListTitle{
    background-size: 12px;
    padding-left: 18px;
    color: #82ceeb;
    font-size: 14px;
}

.comment_btn,input.btn_my_zzk{
    padding-left: 8px;
    padding-right: 8px;
    background: #d3eef4;
    border: none;
    color: #816d64;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(197, 189, 185, 0.3)
}
#leftcontentcontainer li{
    font-size:12px
}
.postBody a:link, .postBody a:visited, .postBody a:active{
    text-decoration: none;
}

.dayTitle {
    border-bottom: 1px solid #d6ceca;}
#home{
width:1100px;
}
.dayTitle,#topicList,.postCon{
width:820px
}