#blogTitle {
    height: 60px;
    clear: both;
    width: 1000px;
    /* margin: 0 auto; */
    margin-left: 30px;
}
#navigator {
    height: 30px;
    clear: both;
    width: 1000px;
    margin: 0 0;
	
}
#main {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 10px;
}
#mainContent {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
}
#sideBar {
    color: #a8b1ba;
    width: 250px;
    min-height: 200px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 19%;
}
.dayTitle {
    width: 60px;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 110%;
    clear: both;
    text-align: right;
    position: absolute;
    left: -80px;
    top: 5px;
    background: #fff;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    text-shadow: 0 0 2px #a7a8ad;
    text-indent: 9px;
    padding: 10px 10px 0 0;

}
#topics {
    background: #fff;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    min-height: 200px;
    padding: 0 0 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding: 15px 10px 10px 20px;
    margin: 0 5px 20px 0;
}
#topics .postTitle {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.postBody {
    line-height: 1.5;
    font-size: 14px;
}
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}
.c_ad_block {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}
div.commentform textarea {
    width: 90%;
    height: 100px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}
.commentbox_title {
    width: 90%;
}