#sideBar {
    width: 28%;
    padding: 2%;
    display: inline-block;
    overflow: hidden;
    color: #000;
}

#navigator, #blogTitle, #home>#main, #footer {
    width: 85%;
    position: relative;
    margin: 0 auto;
}

#mainContent {
    width: 68%;
    background: #fff;
    box-shadow: 0px 0px 8px 1px #975454;;
}

#home>#main {
    margin-top: 50px;
    background-color: #99222208;
    margin-bottom: 0;
}

a:link, .postTitle a:link,  .postTitl2 a:link, .entrylistPosttitle a:link{
    text-decoration: none;
    color: #2175bc;
}

.post-title a:visited,  .postTitl2 a:visited, .entrylistPosttitle a:visited, a:visited  {
    color: #900000
}

body, button, input, select, textarea {
    font: 16px / 1.5 Tahoma, Arial, Helvetica, sans-serif;
}

#cnblogs_post_body {
    font-size: 18px;
}

#sidebar_news_container :not(pre,div)>code, .cnblogs-markdown :not(pre,div)>code, .blogpost-body:not(.cnblogs-markdown) :not(pre,div,td)>code {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace, sans-serif;
    font-size: 15px;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    color: #c0341d;
    background-color: rgba(0, 0, 0, .04);
    border: none !important;
}
h4 {
    font-size: 16px;
    background-color: #fff;
    margin: 0 -32px;
    padding: 0 16px;
    color: #000; 
}
#cnblogs_post_body h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0;
}
/* div#navigator ul#navList li a {
    font-size: 16px;
    display: block;
    background: #5ab2ce;
    color: #fff;
    width: 65px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 0;
    line-height: 120%;
}
.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 14px !important;
    /* line-height: 1.5!important; 
    padding: 5px !important;
}

.postBody {
    font-size: 18px
    /* line-height: 1.6; 
}

#cnblogs_post_body p {
    margin: 10px auto;
    /* text-indent: 28px; 
}
div.postTitle a:visited {
    color: #3b5ad2;
}

div#blogTitle .title {
    text-indent: 30px;
    padding-top: 13px;
}
div#blogTitle .subtitle {
    text-indent: 32px;
    color: #216173;
    margin-bottom: 0px;
}
#blogTitle .subtitle {
    font-size: 8.5pt;
    color: #999;
} */