html,
body {
	width: 100%;
	height: 100%;
}

.letterSpan {
	opacity: 1.000;
	color: rgb(40, 192, 80);
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
}

body,
#blogTitle,
#header,
#footer,
#navigator,
#mainContent .forFlow {
	background: inherit;
}

#header,
#blogTitle {
	height: auto;
	text-align: center;
}

body {
	background-color: #000000;
}

#mainContent {
	margin: auto;
}

#mainContent .forFlow {
	margin: 0 128px;
	opacity: 0.8125;
	border-radius: 4px;
}

#navigator,
.postDesc,
#green_channel,
.entrylistDescription,
.entrylistItemPostDesc {
	display: none;
}

.topicListFooter {
	margin: auto;
	font-size: 18px;
	font-weight: bolder;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.pager,
#nav_next_page {
	display: block;
	margin: 0px;
	margin-bottom: 16px;
	padding: 8px;
	background: #EEEEEE;
	border-radius: 8px;
	text-align: center;
}

.pager {
	color: #000000;
	font-size: 20px;
	font-weight: bolder;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

#nav_next_page a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.pager a {
	display: inline-block;
	border: none;
	color: #2e6ab1;
	font-size: 16px;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	text-decoration: none;
}

.day,
#post_detail,
#blog-comments-placeholder,
.entrylistItem,
.entrylistTitle {
	margin: auto;
	margin-bottom: 16px;
	padding: 16px;
	background: #EEEEEE;
	border-radius: 8px;
}

#blog-comments-placeholder {
	margin-bottom: 0px;
}

.entrylistTitle {
	display: inline-block;
}

.dayTitle {
	text-align: center;
}

.postTitle,
#topics .postTitle,
.feedback_area_title,
.entrylistPosttitle {
	margin-bottom: 8px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.postTitle,
.entrylistPosttitle {
	text-align: left;
}

#topics .postTitle {
	margin-top: 32px;
	border-bottom: 1px dotted #444;
	padding: 0px;
	padding-bottom: 32px;
}

.feedback_area_title {
	width: auto;
	margin: auto;
	padding: 0px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.postCon,
.entrylistPostSummary {
	font-size: 14px;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.postSeparator {
	height: 10px;
	border-bottom: 1px dotted #444;
}

#sideBar {
	width: auto;
	height: 16px;
	float: none;
}

#sideBar:hover {
	height: auto;
}

#comment_form {
	display: none;
}

.catListTitle {
	background: url(https://files.cnblogs.com/files/Leroscox/MatchaFox512.gif) 0 50% no-repeat;
	background-size: 25px 25px;
}

#footer {
	display: none;
}

#div-fixedBG {
	position: fixed;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: -999;
	top: 0px;
	left: 0px;
}

#mask-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 1;
}