#home{
    width: 1200px;
}
#navList a {
    font-size: 16px;
}
#mainContent {
    width: 880px;
}
#sideBar {
    margin-left: 880px;
}
.postBody {
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-size: 14px;
}
.c_b_p_desc {
    letter-spacing: 0.5px;
    line-height: 1.8;
    overflow: hidden;
    text-indent: 2em;
    word-break: break-all;
    word-wrap: break-word;
}
.day .postBody p, .day .postCon p {
    margin: 0 auto 1em;
    text-indent: 0;
}
.postCon {
    line-height: 1.8em;
    font-size: 14px;
}

.postTitle {
    border-bottom: 1px solid #E0E0E0;
    border-left: 5px solid #1FA6E6;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 100px 10px 10px;
}
.blogStats {
    color: #ccc;
    float: right;
    margin-right: 2px;
    margin-top: 20px;
    text-align: right;
    visibility: visible;
}

#MySignature {
    border: 1px dashed #e0e0e0;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    background:#fffaea;
}
#MySignature div{
    height: 10px;
    line-height: 10px;
}