/* 头部背景颜色的修改 */
#blogTitle {
	background-color: #dbdbdb!important;
	}
#blogTitle h1 #Header1_HeaderTitle {
	font-size: 22px!important;
	color: #000000!important;
	}
#blogTitle h2 {
	font-size: 18px!important;
	color: #000000!important;
	}
#navigator {
	background-color: rgb(0, 0, 0);
}
#navList li a {
    font-weight: bold;
    color: white!important;
    padding: 10px;
}
#navList>li>a:hover {
	background-color: #dbdbdb;
	font-weight:normal;
	color: #000000!important;
	font-size: 18px!important;
}
.pager a {
	color: #000000;
	border: 0px;
}
div.pager  {
font-size: 16px;	
}
.entrylistItemTitle span{
	font-size: 32px;
}

/* 博客内容字体的修改 */
.postTitle, .postTitle2 span {
	font-size: 32px!important;
	line-height: 2!important;
	background-color: #ffffff; 
	color: #000000!important;
}
.cnblogs_code p,code,li,a {
font-size: 15px!important;
line-height: 1.5!important;
}

p{ 
font-size: 16px!important;
line-height: 1.5!important;   
}

.c_b_p_desc {
font-size: 16px!important;	
}

PostLis a, a:hover {
	text-decoration:none
}

/* 表格美化 */
#cnblogs_post_body table {
text-align: center;
width: 100%;
border: 1px solid #dedede;
margin: 15px 0;
border-collapse: collapse;
}
#cnblogs_post_body table thead tr {
background: #f8f8f8;
}
#cnblogs_post_body table tbody tr:hover {
background: #efefef;
}

/*屏蔽底层广告*/
	.under-post-card,
	#under_post_card1,
	#under_post_card2{
 		display:none; !important
	}
/*顶部导航栏*/
	#top_nav{
		display: none;
	}
