.cnblogs_code,.cnblogs_code span{
    font-size:12px!important;
    line-height: 1!important;
}
.syntaxhighlighter a, .syntaxhighlighter div,
.syntaxhighlighter code, .syntaxhighlighter table,
.syntaxhighlighter table td, .syntaxhighlighter table tr,
.syntaxhighlighter table tbody, .syntaxhighlighter table thead,
.syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 12px!important;
}
.cnblogs_code_copy {
display: none;
}

/*总体宽度1220px*/
#navigator, #blogTitle, #main, #footer {
position: relative;
margin: 0 auto;
}
/*最上方导航栏高度50px*/
#header {
display: none;
background-color: #2175bc;
}

/*侧边栏宽度50px*/
#sideBar {
padding: 5px;
display: inline-block;
overflow: hidden;
color: #2D2D2D;
}

#mainContent {
background: white;
box-shadow: 0px 0px 8px #999;
-moz-box-shadow: 0px 0px 8px #999;
-web-kit-shadow: 0px 0px 8px #999;
border-radius: 6px;
-moz-border-radius: 6px;
-web-kit-shadow: 6px;
display:inline-block;
min-height: 300px;
}



/*修改博客列表高度*/
.day {
background: white;
padding: 20px;
}

#navList #blog_nav_rss{
   display: none;
}

.c_b_p_desc {
display: none;
}

.postTitle a:link, .post-title a:visited, .postTitl2 a:link, .postTitl2 a:visited, .entrylistPosttitle a:link, .entrylistPosttitle a:visited {
    color: #000;
 font-size: 12px!important;
}
.postDesc, .postDesc2, .entrylistItemPostDesc {
display: none;
}
.PostList, .entrylistItem {

    height: 0px;
}



