#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
    color: #70b5f3;
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
}
#navigator {
    font-size: 19px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
#navList a {
    display: block;
    width: 3em;
    height: 25px;
    float: right;
    text-align: center;
    padding-top: 17px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.2888rem;
    line-height: 1.846153846;
    color: rgba(82, 168, 236, 0.6);
    float: left;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #0af;
    font-weight: bold;
}
body {
    color: #cf96e6;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#topics .postTitle {
    border: 0px;
    font-size: 204%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 15px;
}

#sideBar h3 {
    font-size: 18px;
}
#sideBar {
    font-size: 14px;
}
#sideBar a {
    color: #672682;
}

#myposts .myposts_title {
    font-size: 32px;
}
.postTitl2 {
    float: left;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 17px;
}

#cnblogs_post_body h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 4.5;
    margin: 10px 0;
}
#cnblogs_post_body h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2.5;
    margin: 8px 0;
}
#cnblogs_post_body h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body h4 {
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}