#home{
    opacity: 0.95;
    box-shadow: 0 0 10px #000;
    width: 79%;
}

#navigator {
    margin-top:0;
}

#main {
    margin-top:20px;
}

#topics .postTitle {
    font-size:20px;
}

#cnblogs_post_body h1, h2, h3, h4 {
    font-weight: bold;
    color: #3194d0;
    letter-spacing: 1.4px;
    margin: 10px 0px;
    padding: 2px 2px 5px 2px;
    border-bottom: solid 1px #3194d0;
    text-align: left;
    text-indent: 0px;
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82,168,236,0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
    border-bottom: 0px;
}

#sideBar {
    border: #a6cef7 solid 1px;
    width: 245px;
}

blockquote {
    border-left: 2px solid #009a61;
    background: #f6f6f6;
    font-size: 1em;
}