body {
	color: #c9cacc;
	background-color: #1d1f21;
	font-size: 14px;
	font-family: "Menlo", "Meslo LG", monospace;
	font-weight: 400;
	line-height: 1.725;
	text-rendering: geometricPrecision;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #2bbc8a
}

a:hover {
	text-decoration: underline;
}

#lnkBlogLogo {
	display: none
}

#blogTitle {
	background: transparent;
	font-family: "华文行楷","文泉驿微黑";
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0
}

#blogTitle h1 {
	margin: 0;
	padding: 0 10px
}

#blogTitle h1 a:hover{
	text-decoration: none;
	color: #c9cacc;
}

#blogTitle h2 {
	margin: 0;
	padding: 0;
}

#navigator {
	background: #1d1f21;
	text-align: center;
}

#navList {
	list-style: none;
	margin: 0px 0;
	padding: 10px 0;
}

#navList li {
	display: inline-block
}

#navList a:link,#navList a:visited,#navList a:active {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #2bbc8a;
	font-family: "华文行楷","文泉驿微黑";
	font-size: 1.8em
}

#navList a:hover {
	color: #c9cacc
}

.forFlow {
	float: right;
	width: 75%;
	margin: 10px 15px 0 0
}

#sideBar {
	float: left;
	width: 20%;
	margin: 10px 0 0 15px
}

#footer {
	margin: 10px 0 0;
	padding: 10px;
	border-top: 20px solid #2bbc8a;
	text-align: center;
	font-size: 12px
}

.day {
	background: #1d1f21;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #2bbc8a;
	border-radius: 5px
}

.day .dayTitle {
	text-align: right
}

.day .postTitle {
	border-bottom: 1px solid #2bbc8a
}

.day .postCon {
	font-size: 14px
}

.day .postDesc {
	font-size: 12px;
	color: #999
}

#blog-calendar {
	font-size: 14px;
	color: #c9cacc;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #2bbc8a;
	border-radius: 5px
}

#blog-calendar .CalNextPrev a {
	text-decoration: none;
	color: #c9cacc
}

.catListLink,#sidebar_categories {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #2bbc8a;
	border-radius: 5px
}

.catListTitle {
	margin: 0;
	padding: 10px;
	background: #1d1f21
}

.catListLink ul,#sidebar_categories ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.catListLink ul li,#sidebar_categories ul li {
	padding: 10px;
	border-top: 1px solid #2bbc8a
}

.catListTag {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #2bbc8a;
	border-radius: 5px
}

.catListTag ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.catListTag ul li {
	padding: 10px;
	border-top: 1px solid #2bbc8a
}

#topics {
	background: #1d1f21;
	padding: 10px
}

#topics .postTitle {
	border-left: none;
	font-family: Sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	line-height: 1.6em;
	padding-left: 5px
}

.discourse {
	font-family: Sans-serif
}

.discourse h1 {
	font-size: 18px
}

.discourse h2 {
	font-size: 16px
}

.discourse h3 {
	font-size: 14px
}

.discourse h4 {
	font-size: 12px
}

.discourse p {
	font-size: 14px
}

.discourse pre {
	background-color: #f5f5f5;
	margin: 5px 0;
	padding: 5px 0 5px 10px;
	border: 1px solid #7c7;
	overflow: auto;
	color: #000
}

.discourse pre code {
	font-size: 14px;
	font-family: Courier New;
	line-height: 1.4
}

#post_next_prev {
	display: inline-block
}

#under_post_news {
	float: left
}

#under_post_kb {
	float: right
}