body{
	font-family: "Hiragino Sans GB","微软雅黑","黑体",Arial,sans-serif;
	font-size: 13px;
	color:#3F3E3C;
	line-height:1.5;
	background-color: #eeeded;
	margin:0px;
	padding: 0px;
}
#cnblogs_post_body img{ max-width:650px; }
#cnblogs_post_body{ font-size:14px; }
a{color:#888;text-decoration: none;}
#home {
	margin: 0 auto;
	min-width: 930px;
	position:relative; 
	overflow: hidden;
}
#header{
	position: relative;
	background: -webkit-linear-gradient(top,#000,rgba(0,0,0,0) 85%);
}
#blogTitle {
	height:260px;
	clear:both;
	color:#fff;
	background-color:#299982;
	opacity: 0.8;
	text-align:center;
}
#blogTitle h1{
	text-align: center;
	margin-top: 40px;
}
#blogTitle h2{
	text-align: center;
	font-size: 15px;
	color:white;
	padding: 0 0 15px;
}
#blogTitle a{
	color:white;
	font-size: 45px;
	letter-spacing: 2px;
	opacity: .8;
	font-family: "微软雅黑";
}
#navigator {
	height: 52px;
	background-color: #4a4a4a;
	position: relative;
}
#navigator #navList{
	max-width: 1100px;
	position: relative;
	list-style: none;
	margin:0 auto;
	font-size: 14px;
	padding: 0;
}
#navList li{
	float: left;
	position: relative;
	margin-right: 1px;
}
#navList li a{
	display: block;
	padding: 15.5px 20px;
	color:white;
	position: relative;
}
#navList li:first-child a{
	background-color: #404040;
}
#navList li a:hover{
	background-color: #404040;
}
#navigator .blogStats{
	float: right;
	text-align: center;
	color:white;
	padding: 15.5px 20px;
}
#MyLinks1_XMLLink{
	display: none;
}
#main{
	margin:10px auto;
	min-width: 320px;
	max-width: 1100px;
	position: relative;
	overflow: hidden; 
}
#sideBar{
	width: 360px;
	position: relative;
	float: left;
	text-overflow:ellipsis;
}
#sideBar .newsItem .catListTitle{
	display: none;
}
#sideBar #blog-news{
	background-color: #fff;
	border-radius: 7px;
}
#sideBar #blog-news .para{
	margin: 0;
	margin-top:5px; 
}

#sideBar #blog-news .avatar{
	width: 160px;
  	height: 160px;
  	border-radius: 100px;
  	overflow: hidden;
  	margin: 10px auto;
  	display: block;
}
#sideBar #blog-news .motto{
	background: #299982;
  	color: #fff;
  	padding: 40px 20px;
}
#sideBar #blog-news h1{
	font-size: 16px;
	line-height: 40px;
}
#sideBar #blog-news .info{
	padding: 20px;
	text-overflow:ellipsis;
}
#sideBar #blog-news #profile_block{
	padding: 0px 20px 10px 20px;
}
.mySearch,.catListEssay,.catListPostCategory,.catListComment,#recent_comments_wrap,#topview_posts_wrap,#topdigg_posts_wrap{
	background-color: #fff;
	border-radius: 7px;
}
.catListTitle{
	background-color: #299982;
	color:#fff;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	font-size: 14px;
}
.mySearch .catListTitle{
	background-color: #299982;
	color:#fff;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	font-size: 14px;
        border-top-left-radius:7px;
        border-top-right-radius:7px;

}
.mySearch .div_my_zzk{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mySearch .div_my_zzk .input_my_zzk{
	width: 180px;
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border linear .2s,box-shadow linear .2s;
}
.mySearch .div_my_zzk .btn_my_zzk{
	width: 72px;
	cursor: pointer;
	-webkit-appearance: button;
	display: inline-block;
	padding: 5px 10px 5px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	border: 0;
	background-color: #299982;
	margin-top: -10px;
}
.catListEssay h3,.catListPostCategory h3,.catListComment h3,#recent_comments_wrap h3,#topview_posts_wrap h3,#topdigg_posts_wrap h3{
	margin-bottom: 0px;
}
.catListEssay ul,.catListPostCategory ul,.catListComment ul,#recent_comments_wrap ul,#topview_posts_wrap ul,#topdigg_posts_wrap ul{
	margin: 0;
	list-style: none;
	padding: 30px;
}
.catListEssay ul li,.catListPostCategory ul li,.catListComment ul li,#recent_comments_wrap ul li,#topview_posts_wrap ul li,#topdigg_posts_wrap ul li{
	border-bottom: 1px solid #eee;
  	padding: 8px 15px;
  	font-size: 14px
}
/************** main content ************/
#mainContent{
	min-height: 500px;
	padding: 0px 0px 10px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: right;
	margin-right: 0;
	margin-left: -30em;
	display: inline;
	width: 100%;
}
#mainContent .forFlow{
	float: none;
	width: auto;
	margin-left: 31.5em;
}
.day,.post{
	background-color: #fff;
	border-radius:7px;
	padding: 5px 20px 10px 20px;
	margin-bottom: 20px;
}
.dayTitle{
	display: none;
}
.postTitle{
	font-weight: bold;
	background-color: #fafafa;
	font-size: 18px;
	width: 100%;
}
.post .postTitle{
	text-align: center;
}
.postTitle a{
	color:#299982;
}
.postCon{
	float: right;
	line-height: 1.5;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
.postCon a:link{
	text-decoration: underline;
}
.c_b_p_desc_readmore {
  color: #fa7d3c !important;
}
.c_b_p_desc{
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	line-height: 1.5;
}
.day .postDesc{
	float: right;
	width: 100%;
	clear: both;
	text-align: right;
	padding-right: 5px;
	color: #A8B1BA;
	line-height: 2.5em;
}
.post .postDesc{
	text-align: right;
}
.postDesc a{
	color: #299982 !important;
}
.postTitle a:link,.postTitle a:visited,.postTitle a:active{
	transition:all 0.4s linear 0s;
}
.postTitle a:hover{
	margin-left: 10px;
	text-decoration: none;
}
/********** 分页 ************/
.topicListFooter a{
	display: inline-block;
	font-size: 11px;
	height: 30px;
	color: #fff;
    background: #56cc91;
    padding: 0 11px;
    line-height: 30px;
    border-radius: 5px;
    border: 2px solid #56cc91;
    transition: background .4s linear
}
#homepage_top_pager{
display:none;
}
.topicListFooter a:hover{
	background-color: #fff;
color:#56cc91
}

#commentform_title{
	font:normal normal 16px/35px "Microsoft YaHei";
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left:0;
	border-bottom: 2px solid #56cc91;
	background-image: none;
}
div.commentform input.author{
	background-image:none;
	border-radius:3px;
	width:320px;
	height: 20px;
}
#comment_form_container p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.commentform textarea.comment_textarea{
	width:395px;
	border:1px solid #ddd;
	height: 240px;

}
div.commentform textarea.comment_textarea:focus{
	outline: 0;
}
div.commentform textarea.comment_textarea:hover{
	outline: 0;
	border: 1px solid #56cc91;
	transition:all .4s linear 0s;
}
.commentbox_title_right{
	margin-right:50px;
}
.comment_btn{
	width: auto;
	height:auto;
	cursor:pointer;
	background: #56cc91;
	border-radius: 5px;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 20px;
	transition: background .4s linear
}
#comment_nav{
display:none;
}
.comment_btn:hover{
	background: #41b078
}
/********** 页脚 ************/
#footer{
	color:#666;
	width:100%;
	text-align:center;
	background-color: #242221;
	margin-top: 60px;
	border-top:9px solid #299982;
	padding: 20px;
}
#under_post_kb,#under_post_news,#ad_under_post_holder,#site_nav_under,#google_ad_c2{
	display:none;
}

.backToTop a{
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	width:38px;
	height: 38px;
	background:url("https://images.cnblogs.com/cnblogs_com/zmxmumu/679290/o_top.png") no-repeat center center;
}
/*************评论******************/
#blog-comments-placeholder .feedbackItem{
	margin: 0 0 1em;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}
#blog-comments-placeholder .feedback_area_title{display:none;}
#blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote{display: none;}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .layer{display: none;}
#blog-comments-placeholder .feedbackItem .sendMsg2This{display: none;}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .feedbackManage{
	float: right;
	text-align: right;
	position: relative;
	bottom: 0px;
	font-size: 12px;
	color:#16a085 !important;
}
.feedbackManage .comment_actions a {
	color:#16a085;
}
.feedbackCon{
	margin-top: 0.5em;
	padding: 15px 18px 10px 40px;
	width:95%;
}
/************** 随笔分类 **************/
.entrylist{
	background-color: #fff;
	border-radius: 7px;
	padding: 10px;
}
.entrylist .entrylistTitle{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	line-height: 2em;
	padding-right: 10px;
}
.entrylist .entrylistItem{
	min-height: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 100%;
}
.entrylistItem .entrylistPosttitle{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	width: 100%;
	padding-left: 5px;
}
.entrylistItem .entrylistPosttitle a:hover{
	color:#16a085;
}
.entrylistItem .entrylistPostSummary{
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.entrylistItem .entrylistPostSummary .c_b_p_desc{
	color:#9fa4a4;
}
.entrylist .postSeparator {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
}
.entrylistItemPostDesc{
	text-align: right;
	color:#888;
}
/******* 代码块和显示结果块 ***************/
blockquote{ margin-left:0; }
#cnblogs_post_body h4{ margin:0; }