/* 全局样式 */
#home { width: 100%; }
body {
	font-family: Microsoft YaHei;
	background: #d9e4ee url(https://images.cnblogs.com/cnblogs_com/zichun/753999/o_blogBg.jpg) top center no-repeat;
}
input, textarea, a { outline: none; }
a, a:hover { text-decoration: none; }
a { color: #087999 }
a:hover { color: #f60; }
.green { color: #1c7791; }
.fz16 { font-size: 16px; }
.green:hover { color: #f60; }
.bold { font-weight: 800; }
/* 隐藏元素 */
.blogStats, .catListLink, .catListTag, #topfeedback_posts_wrap, #topdigg_posts_wrap, #google_ad_c1, #comment_form #blog_news_kb, .c_ad_block, #under_post_news, #under_post_kb, #site_nav_under, #sidebar_imagecategory, #ad_t2 { display: none; }
/* 头部标题 */
#header {
	margin-bottom: 1.5em;
	margin-top: 0;
}
#blogTitle { height: 86px; }
#blogTitle h1 a, #blogTitle h2 {
	color: #057180;
	text-shadow: 1px 1px 2px #40b3d8;
}
#blogTitle h1 {
	margin-top: 20px;
	margin-left: 5em;
}
#blogTitle h2 {
	margin-top: 1em;
	margin-left: 12em;
	font-size: 15px;
}
#blogTitle h1 a:hover { text-decoration: none; }
/* 头部导航 */
#navigator {
	margin-top: 25px;
	background-color: #029dbb;
	box-shadow: 0 1px 5px #38b8d8;
}
#navList {
	float: none;
	margin-left: 75px;
	height: 60px;
}
#navList li {
	float: left;
	display: inline;
}
#navList li a {
	padding: 0 35px;
	margin: 0;
	font: 16px/60px Microsoft YaHei;
	text-decoration: none;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;	
}
#navList li a:link, #navList li a:visited, #navList li a:active {
	color: #fff;
	text-decoration: none;
}
#navList li a:hover {
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
}
/* 主体框架 */
#main {
	position: relative;
	width: 97.5%;
	min-width: 800px;
	margin: 0 auto;
	border: 1px solid #bbe6f7;
	border-radius: 2px;
	background-color: #dff0fa;
}
#mainContent {
	float: none;
	width: auto;
	margin-right: 300px;
	border-right: 1px solid #bbe6f7;
	background: #edf3f5;
}
/* 左侧内容区域---- */
/* 文章列表页 */
#mainContent .forFlow { padding: 25px 30px 25px 25px; }
.day {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}
.day .dayTitle {
	position: absolute;
	float: none;
	right: 2px;
	top: 7px;
	margin: 0;
}
.day .dayTitle a {
	font-size: 15px;
	color: #1c7791;
	font-weight: 800;
}
.postTitle {
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: #b8e5ff;
}
.postCon {
	float: none;
	width: auto;
	padding: 10px 0 10px 25px;
}
.c_b_p_desc {
	font-size: 14px;
	line-height: 1.7;
}
.c_b_p_desc .c_b_p_desc_readmore {
	color: #1c7791;
	font-weight: bold;
	text-decoration: none !important;
}
.c_b_p_desc .c_b_p_desc_readmore:hover { text-decoration: underline !important; }
/* 标签类别查看页 */
.entrylistTitle {
	padding: 0 0 10px 0;
	font-size: 1.5em;
	border-bottom: none;
}
.entrylistDescription {
	margin-bottom: 0;
	font-size: 14px;
	color: #1c7791;
}
.entrylistPosttitle {
	padding: 0 0 5px 20px;
	font-size: 18px;
	border-bottom-color: #b8e5ff;
}
.entrylistPosttitle a {
	margin-left: 0;
	color: #1c7791;
}
.entrylistPosttitle a:hover { color: #f60; }
.entrylistPostSummary {
	margin: 0;
	padding: 10px 0 10px 25px;
}
.entrylistItem { padding-bottom: 0; }
/* 文章查看页---  */
#topics { padding: 0; }
#topics .postTitle {
	padding-left: 20px;
	font-size: 18px;
	border-bottom: 1px solid #b8e5ff;
}
.postBody {
	padding: 0;
	border-bottom: none;
}
#cnblogs_post_body {
	padding: 5px 15px;
	margin-top: 20px;
	border-radius: 2px;
	font: 14px/1.7 Microsoft YaHei;
	color: #333;
	border: 1px solid #b8e5ff;
	background-color: #fff;
}
#cnblogs_post_body .article p {
	text-indent: 2em;
	color: #0b6f8b;
}
/* 文章下面各标签 */
#blog_post_info_block {
	margin-top: 0;
	padding: 12px 15px 10px;
	border: solid #b8e5ff;
	border-width: 1px 1px 0;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
}
#BlogPostCategory, #EntryTag {
	font-size: 14px;
	color: #505050;
}
#BlogPostCategory { margin-bottom: 7px; }
#BlogPostCategory a, #blog_post_info_block #EntryTag a {
	margin-left: 3px;
	text-decoration: none;
	color: #087999;
}
#BlogPostCategory a:hover, #blog_post_info_block #EntryTag a:hover { color: #f60; }
/* 顶、分享等按钮 */
#green_channel {
	width: auto;
	margin-top: 4px;
	text-align: left;
	border: none;
}
#green_channel a {
	padding: 4px 10px 3px;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
#green_channel #green_channel_weibo, #green_channel #green_channel_wechat {
	padding: 4px 10px 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNo8zjsOxCAMBFB/KEAUFFR0Cbng3nQPw68ArZdAlOZppPFIBhH5EAB8b+Tlt9MYQ6i1BuqFaq1CKSVcxZ2Acs6406KUgpt5/LCKuVgz5BDCSb13ZO99ZOdcZGvt4mJjzMVKqcha68iIePB86GAiOv8CDADlIUQBs7MD3wAAAABJRU5ErkJggg%3D%3D) repeat-x;
	box-shadow: 0px 1px 1px rgba(0,0,0,.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,.25);
}
#green_channel #green_channel_weibo { background-color: #4199df; }
#green_channel #green_channel_wechat { background-color: #26ad62; }
#green_channel #green_channel_weibo:hover, #green_channel #green_channel_wechat:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC); }
#green_channel_weibo img, #green_channel_wechat img { display: none; }
#green_channel_weibo:after {
	content: "分享到微博";
	color: #fff;
}
#green_channel_wechat:after {
	content: "分享到微信";
	color: #fff;
}
/* 头像及推荐 */
#author_profile_info > a {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #cecece;
	border-radius: 1px;
	box-shadow: 0 0 3px #ccc;
}
#author_profile_info a .author_avatar {
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border-radius: 2px;
}
#author_profile_detail a {
	font-size: 13px;
	color: #087999;
	line-height: 1.5;
	text-decoration: none;
}
#author_profile_detail a:hover {
	color: #f60;
	text-decoration: none;
}
#div_digg {
	margin: 0 15px 0 0;
	width: auto;
}
.diggit, .buryit {
	width: 60px;
	height: 60px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
}
.diggit { background: #3ec5ba; }
.buryit { background: #f85b5b; }
.diggit:hover { background: #25ada2; }
.buryit:hover { background: #e64040; }
.diggit .diggnum, .buryit .burynum {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.diggit:after { content: "赞一个"; }
.buryit:after { content: "踩一脚"; }
.diggword { display: none; }
/* 上下篇 */
#post_next_prev {
	font-size: 14px;
	line-height: 1.5;
	color: #505050;
}
#post_next_prev a {
	color: #087999;
	text-decoration: none;
}
#post_next_prev a:hover { color: #f60; }
#post_next_prev .p_n_p_prefix, #post_next_prev .p_n_p_prefix { font-size: 18px; }
#post_next_prev a.p_n_p_prefix:hover, #post_next_prev a.p_n_p_prefix:hover { text-decoration: none; }
#topics .postDesc {
	margin-top: 0;
	padding-bottom: 10px;
	padding-right: 15px;
	background-color: #fff;
	border: solid #b8e5ff;
	border-width: 0 1px 1px;
	border-radius: 0 0 2px 2px;
}
/* 评论列表 */ 
#blog-comments-placeholder {
	padding: 0 15px;
	margin: 20px 0 25px;
	border: 1px solid #b8e5ff;
	border-radius: 2px;
	background: #fff;
}
#blog-comments-placeholder .feedbackItem a { color: #087999; }
#blog-comments-placeholder .feedbackItem a:hover { color: #f60; }
.feedback_area_title {
	padding: 0 0 7px 25px;
	margin: 0;
	font-size: 16px;
	color: #1c7791;
	border-bottom: 1px solid #1c7791;
	background: url(https://static.cnblogs.com/images/icon_addcomment.gif) 1px 3px no-repeat;
}
.feedbackItem {
	margin: 10px 0;
	padding: 7px;
	border-radius: 2px;
	border-bottom: 1px dotted #53b5ee;
}
.feedbackCon {
	margin: 10px 10px 0 8px;
	padding: 17px 0 0 68px;
	border-bottom: none;
	background: url("https://images.cnblogs.com/cnblogs_com/zichun/753999/o_guestHead.jpg") left top no-repeat;
}
.blog_comment_body {
	position: relative;
	display: inline-block;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	border-radius: 2px;
	background-color: #3ec5ba;
}
.blog_comment_body:after {
	position: absolute;
	top: 7px;
	left: -22px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px 11px;
	border-style: solid;
	border-color: transparent #3ec5ba transparent transparent;
}
/* 发表评论 */
.commentform {
	position: relative;
	padding: 0 10px;
}
#comment_nav {
	position: absolute;
	right: 13px;
}
#comment_nav a { color: #087999; }
#comment_nav a:hover { color: #f60; }
.commentbox_title { width: 80%; }
#commentform_title {
	padding-bottom: 7px;
	margin-bottom: 20px;
	color: #1c7791;
	font-weight: 800;
	border-bottom: 1px solid #1c7791;
	background-position: 1px 2px;
}
div.commentform p { margin-top: 15px; }
.commentbox_main { margin-top: 0; }
.commentbox_title_left { display: none; }
div.commentform input.author {
	height: 22px;
	font: 14px/22px Microsoft YaHei;
	color: #505050;
	border: 1px solid #a9e4fc;
	background-position: 5px 0px;
	background-color: #effcff;
}
#tbCommentBody {
	width: 80%;
	height: 198px;
	padding: 3px 6px;
	font: 14px/22px Microsoft YaHei;
	color: #505050;
	border: 1px solid #a9e4fc;
	border-radius: 2px;
	resize: none;
}
#btn_comment_submit {
	width: auto;
	height: 30px;
	margin: 0;
	padding: 4px 12px;
	font: 13px/22px Microsoft YaHei;
	color: #fff;
	border: 1px solid #2da1b8;
	border-radius: 2px;
	background: #37a9be;
	cursor: pointer;
}
#btn_comment_submit:hover { background: #029dbb; }
/* 右侧内容区域--- */
#sideBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	margin: 0;
	padding: 0 15px;
	font-size: 13px;
	color: #333;
	background: #dff0fa;
}
#sideBar a { color: #087999; }
#sideBar a:hover { color: #f60; }
#sideBarMain { margin-top: 20px; }
/* 公告 */
/* 日历 */
#blog-calendar, #blogCalendar { display: none; }
/* 搜索 */
#sidebar_search_box { padding-top: 1px; }
#widget_my_zzk input#q, #widget_my_google input#google_q {
	width: 168px;
	height: 22px;
	padding: 3px 5px;
	border: 1px solid #cacaca;
	font: 14px/22px Microsoft YaHei;
	color: #505050;
}
#widget_my_google { display: none; }
.input_my_zzk:focus { border-color: #2da1b8; }
input.btn_my_zzk {
	height: 30px;
	margin: 0;
	padding: 4px 12px;
	font: 13px/22px Microsoft YaHei;
	color: #fff;
	border: 1px solid #2da1b8;
	border-radius: 2px;
	background: #37a9be;
	cursor: pointer;
}
input.btn_my_zzk:hover { background: #029dbb; }
#commentbox_opt a { padding-left: 15px; }
/* 随笔分类 */
.catListPostCategory ul { padding-left: 5px; }
/* 底部 */
#footer {
	margin: 0;
	padding: 17px 0;
	font-size: 14px;
}