#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}

#topics .postTitle {
    border: 0;
    font-size: 180%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
} 

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #666;
    transition: all .4s linear 0s;
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 5px;
}  

.catListTitle {
    background: #666;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: .5em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}  

#navigator {
    background-color: #666666;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}

.postBody p, .postCon p {
    line-height: 1.8;
    font-weight: 400;
}

#cnblogs_post_body img {
    max-width: 80% !important;
    height: auto;
    margin: 10px 0
}

.entrylistPosttitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}