/* BlueSky */

/* 签名 */
#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: 60px;
	font-family: 微软雅黑;
	font-size:12px;
	background: url(https://images.cnblogs.com/cnblogs_com/jlily/743984/o_attention_icon.png) #e5f1f4 no-repeat 1% 50%;
}
#AllanboltSignature div{
	line-height: 25px;
}
/* 正文字体 */
.postBody h1{
	border-bottom:1px solid #999;
}
.postBody h4{
	color: black;
	background-color:#CCEEFF
}
/*green_channel*/
#green_channel {
	padding:0px 0;
	margin-bottom: 0px;
	margin-top:0px;
	border:none;
	font-size:auto;
}
#green_channel a {
	-webkit-border-radius: 5px;
}
/* 作者信息 */
.author_avatar,.author_profile_title,.author_profile_info,#author_profile_follow,#author_profile_follow a:link{
	display:none;
}
/* 顶一下 */
#div_digg .diggnum,.diggit,.diggit:hover {
	display:none;
}
/* 踩一下 */
.buryit,.diggword {
    display:none;
}
/* 块引用 */
.postBody blockquote,.postCon blockquote{
	font: 14px italic Times, serif;
	padding: 3px;
	background-color: #faebbc;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	background-image:none;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
}
/* 代码段 */
.cnblogs_code {
    border-left: #58CE60 5px solid !important;
}
/* 文章标题 */
.postTitle,.postTitl2,.entrylistPosttitle{
	font-size: 23px;
	font-family: "微软雅黑";
	padding-right: 64px;
	padding-left: 10px;
	background-color:#7bc7ed;
	border-left-width: none;
	border-left-style: none;
	border-left-color: none;
}
/* 文章时间归档 */
.day{
	background:white;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
}
.dayTitle{
	display:none;
}
/* 主页宽度 */
#header {
	height: 100px;
	width: 1180px;
	margin: auto;
}
#navigator,#blogTitle,#main,#footer{
	width: 1180px;
}
#mainContent{
    width: 900px;
}
#sideBar{
    width: 230px;
}
/* 导航栏 */
#blogTitle{
    padding:0px;
	font-size: 20px;
	margin-left:30px;
	margin-top:-10px;
	color:#fff;
    display:block;
}
#navigator{
    top: 0px;
}
#navList li{
    float: right;
    margin-right: 1px;
}
#navList li a{    
    font-size:12px;
    text-decoration: none;
}