/*导航栏*/
#navigator {
    background-color: #3d97cb;
    color:white;
}

.blogStats {
    color: white;
    font-size: large;
}
/*lightseagreen;#390*/
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
    font-size: x-large;
}

/*隐藏博客园广告*/
div#under_post_news, div#under_post_kb, div#ad_c2,div#blogTitle {
    display: none;
}

#cnblogs_post_body {
    color: #494949;
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei","Simsun",Arial;
    line-height: 25px;
}

#cnblogs_post_body h2 {
	color: #fff;
	padding-left: 15px;
	background: #6FA833 !important;
	-ms-border-radius: 5px !important;
	border-radius: 5px !important;
	-webkit-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
	-ms-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
	text-shadow: 2px 2px 3px #222222;
	font-family: "微软雅黑","宋体","黑体",Arial;
	margin-bottom: 5px;
	height: 40px;
	line-height: 40px;
}

#cnblogs_post_body blockquote {
	margin: 20px 0;
	padding: 15px 20px 15px 60px;
	background: rgb(223, 255, 163) url('//files.cnblogs.com/files/farb/o_title.gif') no-repeat 9px;
	font-size: 15px;
	font-family: 'Microsoft Yahei';
	-webkit-box-shadow: 0 0 8px #aaa;
	-ms-box-shadow: 0 0 8px #aaa;
	box-shadow: 0 0 8px #aaa;
	clear: both;
}

#cnblogs_post_body h3 {
	color: #6FA833;
	border-left: 13px solid #6FA833;
	padding: 5px;
	background-color: #f5f5f5;
}

#cnblogs_post_body h3 a {
	color: #E08283 !important;
	padding: 5px;
	background-color: #f5f5f5;
	text-decoration: none;
}

#cnblogs_post_body h3 a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#cnblogs_post_body h4 {
	color: #cd4900;
	border-bottom: 1px solid #cd4900;
}

#cnblogs_post_body strong a {
	text-decoration: none;
	color: #4183C4;
}

#cnblogs_post_body strong a:hover {
	text-decoration: underline;
}

/*底部版权信息*/
#MySignature{　　
 border:solid 1px #E5E5E5;
 padding:10px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
 padding-left:80px;}

#MySignature div{
  line-height: 20px;
}