#blog_stats{
  display:none;
}

#blog-calendar{
 display:none;
}
/*隐藏日历*/
#blogCalendar{
  display:none;
}

/*隐藏搜索*/
#sidebar_search{
  display:none;
}
/*设置头部博客名称颜色*/
#blogTitle{
  background-color:rgb(26, 179, 148);
}

/*设置头部一行白色*/
#header{
  background-color:#fff;
}

/*标题原始*/
#navList a:link, #navList a:visited, #navList a:active{
	text-shadow:;
	color:#676a6c;
	font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
}


/*标题移动上去样式*/
#navList a:hover{
  color:rgb(26, 179, 148);
  font-weight: bold;
}

/*左侧第一个，个人信息*/
#profile_block{
	background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;    
}
#profile_block a{
	color:#6E7173;
	fon-size:15px;
}
/*左侧背景*/
#sideBar{
	background-color:#FFF;
}

/*catListTitle  标题
#sidebar_shortcut .catListLink .catListTitle
{
	background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}
*/
/*常用链接内容*/
#sidebar_shortcut .catListLink ul li a{
	color:#6E7173;
	fon-size:15px;
}
/*常用链接内容移动上去*/
#sidebar_shortcut .catListLink ul li a:hover{
	fon-size:20px;
}

/*常用链接*/
#sidebar_shortcut .catListLink ul li a:visible{
	background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
}

/*我的标签-标题
#sidebar_toptags .catListTag .catListTitle{
	background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}
*/
/*我的标签-内容*/
#sidebar_toptags .catListTag ul li a{
	color:#6E7173;
	fon-size:15px;
}

/*我的标签-内容-移动上去*/
#sidebar_toptags .catListTag ul li a:hover{
	fon-size:20px;
}

/*随笔分类*/
/*标题
#sidebar_postcategory .catListTitle{
	background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}
*/

/*随笔分类内容*/
#sidebar_postcategory ul li a{
	color:#6E7173;
	fon-size:15px;
}

/*随笔档案内容*/
#sidebar_postarchive ul li a{
	color:#6E7173;
	fon-size:15px;
}


/*阅读排行榜*/
#TopViewPostsBlock ul li a:link,#TopViewPostsBlock ul li a:visited,#TopViewPostsBlock ul li a:active{
	color:#6E7173;
	fon-size:15px;
}
#TopViewPostsBlock ul li a:hover{
	fon-size:22px;
}

/*博客标题时间*/
#mainContent .forFlow .day .dayTitle a{
	color:#6E7173;
}
/*博客标题*/
#mainContent .forFlow .day .postTitle a:hover{
  color:rgb(26, 179, 148);
  fon-size:28px;
}

/*阅读详细*/
.post{
	background-color:#fff;
}
/*隐藏推荐*/
#ad_t2{
	display:none;
}

#cnblogs_c1{
	display:none;
}

#under_post_news{
	display:none;
}

#cnblogs_c2{
	display:none;
}

#under_post_kb{
	display:none;
}

/*提交评论*/
#btn_comment_submit{
    margin-bottom: 5px;
	background-color: rgb(26, 179, 148);
    color: rgb(255, 255, 255);
    border-color: rgb(26, 179, 148);
	min-width: 120px;
	border-radius: 3px;
	display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-width: 1px;
    border-style: solid;
	font-family: inherit;
}

/*评论内容区域宽度*/
#tbCommentBody{
	width:97%
}

/*昵称*/
#tbCommentAuthor{
	background-color: rgb(255, 255, 255);
    background-image: none;
    color: inherit;
    display: block;
    width: 94.8%;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 230, 231);
    border-image: initial;
    border-radius: 1px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-bottom:10px;
}

a{
	color:#6E7173;
}