#AllanboltSignature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
font-family: 微软雅黑;
font-size:11px;
}
#AllanboltSignature div
{
line-height: 25px;
}


.backToTop {
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}

.postBody h2 {
margin: 10px 0;
padding: 6px 20px;
font-family: 'Microsoft Yahei';
margin: 15px 0;
font-size: 16px;
color: white;
background: #24A2A2;
border-radius: 4px;
clear: both;
}

.postBody h3 {
margin: 10px 0;
padding: 2px 10px;
font-family: 'Microsoft Yahei';
font-size: 14px;
color: white;
background: #397AAD;
border-radius: 4px;
clear: both;
}

.cnblogs_code {
background: #E5E5CC;
border: solid 0px #939393;
font-size: 14px;
clear: both;
padding: 10px 20px;
}


.csharpcode {background-color:#F7E0E0;font-size:14px;}
	#back-to-top{
		position:fixed;
		bottom:130px;
		right:20px;
	}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#d1d1d1;
		display:block;
		width:80px;
		/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}
	#back-to-top a:hover{
		color:#979797;
	}
	#back-to-top a span{
		border-radius:6px;
		display:block;
		height:80px;
		width:80px;
		background:url(https://pic002.cnblogs.com/images/2011/36987/2011051823234124.png) no-repeat center center;
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}
	#back-to-top a:hover span{
		background:#979797 url(https://pic002.cnblogs.com/images/2011/36987/2011051823234124.png) no-repeat center center;
	}

.dayTitle {
background-color: #c1d5eb;
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 3px;
margin-bottom: 10px;
}