body {
    color: #000;
    background-color: #efefef;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#home {
    margin: 0 auto;
    width: 92%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
    font-size: 16px;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #eee;
    margin-bottom: 35px;
    word-wrap: break-word;
    overflow:hidden;
    border-radius: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    margin-left: 20px;
    line-height: 40px;
}
#sideBar h3 {
    font-size: 14px;
    margin-left: 20px;
}
#sideBarMain ul {
    margin-left: 20px;
}
.div_my_zzk {
    width: 167px;
    position: relative;
    margin-top: 10px;
    margin-left: 11px;
}
#sideBarMain li {
    line-height: 2.0;
}
#navList a:hover {
    color: #21759b;
}