@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    background: #C7EDCC;
    font-family: "微软雅黑", "verdana", "ms song", "宋体", "Arial", "Helvetica", "sans-serif";
/*     font-size: 14px; */
/*     min-height: 101%; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
/*     background: url(https://images2015.cnblogs.com/blog/957523/201607/957523-20160717103628514-830046478.jpg)no-repeat center top; */
    background-attachment: fixed;
    background-size: 100% auto;
}
#Header1_HeaderTitle{
	color:white;
	font-weight:bold;
	font-size:40px;
	text-shadow:1px 5px 1px #000;
}
#HeaderBar{
/* 	height: 100%; */
/* 	background: blue */
	width: 25px;      
/* 	margin-top: -15px;  */
}
#cb_post_title_url {
    font-size: 170%;
    font-weight: bold;
    border-bottom: 2px solid #9DAAF4;
    
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}
/* advertise */
#site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
	width:0;
	height:0;
	display:none;
	overflow:hidden;
 }
#MySignature{
	font-size: 170%;
	border: 3px dashed #0078d8;
/* 	float: right; */
	display: block;
	padding: 10px;
}