
#cnblogs_post_body h1{
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0px;
    color: #000;
   }

#cnblogs_post_body h2{
    font-weight: 500;
    font-size: 18px;
    margin: 12px 0px;
    color: #000;
}
#cnblogs_post_body h3{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 12px 0px;
}

#cnblogs_post_body h4{
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 12px 0px;
}



body{
    color: #333;
    background: #dee7de;
    margin: 0 !important;
}

#header{
   background: #96d3e3;
   height : 120px;
   display: none;
   
}

#blog-calendar{
    display: none !important;
}

#profile_block{
    font-size: 14px !important;
}

#TopViewPostsBlock{
    display: none;
}
#sidebar_topcommentedposts{
    display: none;
}
#sidebar_recentcomments{
    display: none;
}

#blog-sidecolumn ul li{
    margin-top: 4px;
}

#TopDiggPostsBlock ul li{
    margin-top: 8px;
}

#main{
    width:100%; 
    display : flex; 
    flex-direction: row-reverse;
}
#sideBar{
    width : 288px;
    background-color: #fff; 
    margin-right: 12px;
    padding-left: 12px;
    border: 1px solid #ced7ce;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
   }
#mainContent{
    width: calc(100% - 300px); 
    display : flex; 
    justify-content : center;
    background-color: #fff; 
    border: 1px solid #ced7ce;
    border-right: 3px solid #96d3e3;
    border-bottom: 3px solid #ced7ce;
    padding-top: 45px;
   }

   

#mainContent .forFlow{
    width:98%;
}

#blog-sidecolumn{
    font-size: 14px;
}

.blogStats {
    position: absolute;
    top: 30px;
    color: #666;
    right: 30px;
    z-index: 999;
    font-size: 14px;
}




#blogTitle{left:50px;top:150px;}

#navigator{top:80px;left:210px;overflow:none;}

#navList a{font-size:14px;}

.postBody {
    font-size: 14px;
    line-height: 1.8;
}
#topics{width:95%;}
.newsItem .catListTitle{width:225px;}

#cnblogs_post_body p{
    margin:10px auto;
}


#cnblogs_post_body{
    font-size:14px;
    font-family: verdana,Arial,Helvetica,sans-serif;
}

.postBody{
    font-size: 1em;
    color: #333;
  }

ul{margin-top:15px;}

.cnblogs-markdown .hljs{
    
}
#cnblogs_post_body p{
   color : #333;
   font-size : 14px;

   }

.day{
    width: inherit;
     padding: 0 0 0 0;
}

.postCon{
   width: inherit;
}
.postDesc{
   line-height:30px !important;
   margin-bottom:1.2rem;
}


#blogTitle h1{
    margin-left: 20%;
}

#blogTitle h2{
     margin-left: 25%;
}

#navigator{
     margin-left : 33%;
     margin-bottom : 2rem;
     display : none;
     
}

#navigator2 ul li{
       list-style : none;
}



.postTitle {
    font-size: 20px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}

#comment_form{
     display : none;
}

a{
       text-decoration : none;  
       color: rgba(61, 147, 195, 1);
}

#main{
  background-color: f3f3f345;
  margin-top : -0px;
}

#sideBarMain{
   margin : 0 3%;
}
.postBody{
   width : 100%;
}

.newsItem{
    
   margin-bottom : 14px;
}

#blog-calendar{
   border: 1px solid #999;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 180px;
    background-color: #eee;
}
.CalTitle {
    background-color: #b6b6b6;
    border-color: #adf;
    font-size: 13px;
    color: #333;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
    padding : 3px 5px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.CalTodayDay {
    background-color: #ccc;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.CalOtherMonthDay {
    color: gray;
}

#footer{
    display : flex;
    justify-content : center;
    align-items : center;
    display:none;
}
.day{
    margin-top : 14px;
    border : 1px solid #dacaca;
    padding : 14px;
}



.postDesc{
    margin-top : 14px;
}

#navigator2{
    list-style : none;
}

.catListTitle{
    display : none;
}

#blog_post_info_block{
    margin-top: 100px;
}

#blog-sidecolumn  li{
       list-style : none;
}
.entrylistItem{
   border : 1px solid rgba(61, 147, 195, 1); 
  margin-bottom : 20px;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Courier New",sans-serif;
    font-size: 12px;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #f6f6f6;
    color: #e83e8c;
}