#top_nav{
	display: none;
}

html  body.no-navbar{
	background: url(https://images.cnblogs.com/cnblogs_com/sunny-cherry/1869508/o_201024074204bg.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
	
}
#home{

}



#header{
	height: 60px;
	font-size: 15px;
	background: #fff;
	color:#212220;
	line-height: 60px;
	padding: 0 80px;
	box-sizing: border-box;
}



#blogTitle {
	font-size: 20px;
	height: 60px;
	width: 100px;
	/*background: red;*/
	float: left;
	display: block;
        cursor:pointer;
}
#blogTitle::before{
	content: "Merry";
	font-family: cursive;
	color:#999;
}

#navigator{
	width: 800px;
	height: 60px;
	line-height: 60px;
	float: right;
	top: 0;
}
#navigator ul{
	float: right;
}
#navigator ul li{
	list-style: none;
	float: left;
}
.blogStats {
	display: none;
}

#navList li a {
	color: #212220;
	background: #fff;
	/*padding-bottom: 20px;*/
}
#navList li a:hover{
	background: #fff;
	color: #6bc30d;
	padding-bottom: 20px;
	border-bottom: 2px solid #6bc30d;
}



/* 主要内容区域*/

#main{
	margin-top: 20px;
	background: transparent;
}
#mainContent{
	border-radius: 0px;
	width: 870px;
	margin-right: 30px;
}

#mianContent .forFlow{
	/*border-radius: 0px;*/
}

/*main 的右侧*/
#sideBar{
	background: #fff;
	/*padding: 0 0 0 32px;*/
}
#sideBarMain{
	/*background: green;*/
}
#blog-news{
	/*background:red;*/
}
#sideBarMain #sidebar_news{
	margin-bottom: 10px;
}
#sidebar_news h3{
	margin-top: 0px;
	font-size: 18px;
	color:#383937;
	border-bottom: 1px solid #e8e9e7;
}
#profile_block{
	/*height: 39px;*/
	line-height: 39px;
	font-size: 14px;
	font-family: 'weiruanyahei';
	color:#787977;
	border-bottom: 1px solid #e8e9e7;
}


/* 日历区域 */

#blog-calendar{
	box-sizing: border-box;
}
#blog-calendar tr{
	line-height: 30px;
	color:#787977;
}

/*右侧搜索区域*/

#leftcontentcontainer{

}
#widget_my_zzk,#widget_my_google{
	border: 1px solid #ccc;
	height: 30px;
	border-radius: 15px;
}
#sidebar_search_box input{
	border:none;
	border-radius: 15px;
	background: none;
	line-height: 30px;
	color: #787977;
}
#q,#google_q{
	margin-right: 90px;
}



#sidebar_search h3,#sidebar_shortcut h3{
	margin-top: 0px;
	font-size: 18px;
	color:#383937;
	border-bottom: 1px solid #e8e9e7;
}
#sidebar_shortcut{
	margin-top: 20px;
}
#sidebar_shortcut ul li a{
	line-height: 30px;
	font-size: 12px;
	font-family: 'weiruanyahei';
	color:#787977;
}
#footer{
	background: #212220;
	padding: 30px 0;
	margin: 0;
	width: 100%;
	color: #ccc;
}
#poweredby{
	
	font-size: 13px;
}