/*初始化开始*/
*{
    padding: 0;
	margin:0;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color: #369;
}
ul{
	list-style: none;
}
body {
    background-image: url("https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=2966958186,2913907123&fm=26&gp=0.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/*初始化结束*/

/*导航栏开始*/
#header{
	width: 86%;
	margin: 20px auto 20px auto;
	overflow: hidden;
	line-height: 100px;
	border: solid #444 1px;
	border-radius: 10px;
	box-shadow: #999 2px 2px;
	background-color: rgba(255,245,238,0.2);
}
#lnkBlogLogo{
	display: none;
}
.HeaderMainTitle{
	float: left;
	color: #444;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 120px;
}
#navList{
	float: right;
	margin-right: 75px;
}
#navList li{
	float: left;
	margin: 0 25px 0 25px;
}
.menu{
	color: #444;
	font-weight: bold;
}
.blogStats{
	display: none;
}
/*导航栏开始*/


/*主体开始*/
#main{
	margin: 0 auto 0 auto;
	width: 86%;
	overflow: hidden;
}
#mainContent{
	width: 78%;
	float: right;
}
#sideBar{
	width: 21%;
	float: left;
}
#sidebar_news h3{
	display: none;
}
#blog-news{
	display: none;
}
/*主体结束*/

/*日历开始*/
#blogCalendar{
	border: solid #444 1px;
	box-shadow: #999 2px 2px;
	border-radius: 10px;
	margin: 0 auto 10px 0;
	padding: 10px 10px 10px 10px;
	width: 280px;
	background-color: rgba(255,245,238,0.2);
}
.CalDayHeader{
	font-size: 12px;
}
#blogCalendar td{
	font-size: 12px;
	color: #444;
	line-height: 18px;
}
.CalTodayDay{
	color: #00CED1;
	font-weight: bold;
}
/*日历结束*/

/*右侧框内通用样式*/
.sidebar-block{
	border: solid #444 1px;
	box-shadow: #999 1px 1px;
	border-radius: 10px;
	width: 280px;
	margin: 10px auto 10px 0;
	overflow: hidden;
	background-color: rgba(255,245,238,0.2);
}
.catListTitle{
	line-height: 40px;
	margin-left: 20px;
	color: #444;
	font-weight: bold;
	font-size: 18px;
}
.sidebar-block a{
	display: block;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	width: 180px;
	margin: 5px auto 8px auto;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: solid #777 1px;
}
/*通用设置结束*/

/*搜索开始*/
#widget_my_google{
	display: none;
}
.mySearch .catListTitle{
	float: left;
}
#widget_my_zzk{
	float: right;
}
#sidebar_search_box{
	line-height: 27px;
	margin-left: 10px;
	margin-right: 10px;
}
.input_my_zzk{
	width: 140px;
}
/*搜索结束*/

/*内容开始*/
.forFlow{
	border: solid #444 1px;
	box-shadow: #999 2px 2px;
	border-radius: 10px;
	margin-right: 2px;
	background-color: rgba(255,245,238,0.2);
}
.dayTitle{
	display: none;
}
.postTitle,.entrylistPosttitle{
	display: block;
	color: #369;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin: 10px 0 0 20px;
}
.postCon,.entrylistPostSummary{
	margin: 10px 10px 0 20px;
	color: #444;
	font-size: 15px;
}
.c_b_p_desc a{
	font-size: 14px;
	text-decoration: underline;
}
.postDesc,.entrylistItemPostDesc{
	width: 96%;
	margin: 10px 0 10px 20px;
	padding-bottom: 5px;
	color: #444;
	font-size: 12px;
	border-bottom: solid #999 1px;
}
#nav_next_page{
	margin-bottom: 5px;
}
/*内容结束*/

/*页尾开始*/
#footer{
	width: 86%;
	height: 50px;
	margin: 20px auto 20px auto;
	overflow: hidden;
	line-height: 20px;
	border: solid #444 1px;
	border-radius: 10px;
	box-shadow: #999 2px 2px;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #444;
	background-color: rgba(255,245,238,0.2);
}
.under-post-card{
	display:none;
}
/*页尾结束*/

/*小项页*/

.PostListTitle,.entrylistTitle{
	color: #444;
	font-weight: bold;
	font-size: 18px;
	margin: 10px auto 10px 20px;
}
.PostList{
	border-bottom: solid #999 0.8px;
}
#taglist_main{
	margin: 15px 20px 10px 20px;
	color: #444;
}
#taglist{
	font-size: 15px;
}
/*小项页结束*/

/*详情页*/
#cnblogs_post_body,#blog-comments-placeholder,#comment_form{
	margin-left: 20px;
	margin-right: 20px;
}

#blog_post_info_block{
	margin: 40px 10px 5px 20px;
}
#author_profile_info,#ad_t2,.recomm-block,.itnews{
	display: none;
}
.commentbox_main{
	width: 95%;
	height: 200px;
	background-color: rgba(255,245,238,0.8);
}
#tbCommentBody{
	width: 100%;
	height: 150px;
	background-color: rgba(255,245,238,0.8);
}
#comment_form_container p{
	color: #444;
	font-size: 14px;
}
#tip_comment,#cnblogs_c1,#cnblogs_c2{
	display: none;
}
#tip_comment2{
	color: #C71585;
}
.feedbackManage{
	float: right;
}
.feedbackItem{
	margin: 3px auto 3px 0;
	border-bottom: solid #777 1px;
}
.feedback_area_title{
	margin-bottom: 5px;
	border-bottom: solid #777 1px;
}
.blogpost-body{
	margin: 20px 10px 60px 10px;
	color: #444;
	line-height: 25px;
}
/*详情页结束*/

/*右侧栏其他*/
#sidebar_recentcomments,#sidebar_topdiggedposts{
	display: none;
}
