.navbar-custom{
   display:block !important;
}

#home {
    margin-top:30px !important;
}

/*首页列表项*/
	.day,.entrylistItem {
	border:solid 1px #bfc6ce;
	border-radius:10px;
	padding:10px;
	background-color:#fbf6f0;
}
.day:hover,.day:hover *,.entrylistItem:hover,.entrylistItem:hover * {
	background-color:lightseagreen;
	color:white !important;
}
/*h1*/
	#cnblogs_post_body h1 {
	margin-left:-10px;
	font-family:"Comic Sans MS","微软雅黑";
	padding:8px 10px;
	background-color:#555555;
	color:white;
	font-size:20px;
	font-weight:normal;
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='gray',endColorstr='white');
	for IE background:-webkit-gradient(linear,0 0,100% 0,from(gray),to(white) );
	background:-moz-linear-gradient(left,gray,white);
}
#cnblogs_post_body h1:before {
	border-left:solid 5px wheat;
	display:inline-block;
	content:"";
	padding:10px 2px;
	margin:4px 4px -4px;
}
/*h2*/
	#cnblogs_post_body h2 {
	margin-left:5px;
	width:80%;
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='gray',endColorstr='#Fff');
	background:-webkit-gradient(linear,0 0,100% 0,from(gray),to(#Fff) );
	background:-moz-linear-gradient(left,gray,#Fff);
	vertical-align:middle;
	margin-top:12px;
	display:inline-block;
	zoom:1;
	color:cyan;
	padding:4px 10px;
	font-weight:normal;
	font-family:"Comic Sans MS","微软雅黑";
}
/*sign*/
	#MySignature {
	border:solid 1px seagreen;
	background-color:lightseagreen;
	border-radius:0 0 15px 15px;
	padding:10px;
	margin:30px auto;
}
#MySignature,#MySignature * {
	color:white !important;
}
/*title*/
	h1.postTitle {
	font-size:24px;
	text-align:center;
	margin:30px auto;
}
div.postTitle {
	font-size:18px;
}
#blogTitle h2 {
	color:white
}
.dayTitle {
	display:none;
}
.post {
	background-color:#fbf6f0;
}
#btn_comment_submit {
	margin:5px 2px;
	padding:20px 10px;
	border:solid 1px yellow;
	text-align:center;
	font-size:20px;
	text-decoration:none !important;
	background-color:maroon;
	color:white;
	display:block;
	width:100%;
	height:auto;
}
textarea {
	width:100% !important;
	font-size:16px !important;
	letter-spacing:2px;
	box-sizing:border-box;
}
#ad_t2,#under_post_news,#under_post_kb,.c_ad_block {
	display:none !important;
}
#blog-sidecolumn:before {
	content:' ';
	background-image:url(https://images.cnblogs.com/cnblogs_com/newsea/103957/o_347903071214526509.jpg);
	display:block;
	height:140px;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:10px;
	box-shadow:0 5px 15px rgba(0,0,0,0.5);
	width:140px;
	margin:10px auto;
}
