html {
	width: 100%;
	min-height: 100vh;
}

body {
	background-image: linear-gradient(to right bottom, #000000, #333333, #FFFFFF);
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	color: #EEEEEE;
}

.cnblogs_code span,.cnblogs_code p{
color:#333333;
}

#home {
	width: 1000px;
	margin: 15px auto;
	padding: 0 25px;
	box-shadow: 0 0 10px #EEEEEE;
}

img {
	max-width: 100%;
}

#blogTitle {
	display: flex;
	align-items: flex-end;
	padding: 25px 0;
}

#blogTitle h1,
#blogTitle h2 {
	font-size: 24px;
}

#blogTitle h2,
#blogTitle h2 a,
#blogTitle h1 a,
#blogTitle h1 {
	margin-right: 25px;
}

#navigator #navList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

#navigator #navList li a {
	color: #CCCCCC;
}

#navigator #navList li a:hover {
	color: #FFFFFF;
	font-weight: 600;
}

#navigator .blogStats {
	text-align: right;
	font-size: 12px;
}

#main {
	margin-top: 15px;
	border-top: 1px dashed #999999;
	padding-top: 20px;
	display: flex;
	flex-direction: row-reverse
}

#main #topicList {
	width: 80%;
	padding-left: 15px;
}

#main #sideBar {
	width: 20%;
	padding-right: 15px;
	font-size: 16px;
	border-right: 1px dashed #CCCCCC;
}

#main #topics h1.postTitle {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}

#main .postBody {
	font-size: 16px;
}

#main .postBody img {
	margin: 15px 0;
	max-width: 100%;
}

#sidebar_categories li,
#TopViewPostsBlock li,
#main #sideBar #blog-news {
	font-size: 14px;
	line-height: 30px;
}

#author_profile,
#div_digg,
#calendar,
#sidebar_search,
#sidebar_shortcut {
	display: none;
}

#sidebar_news,
#sidebar_categories,
#sidebar_topviewedposts {
	margin-bottom: 25px;
}

#green_channel {
	margin: 0;
	width: 100%;
	border: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#blog_post_info_block {
	border-top: 1px dashed #CCCCCC;
}

#green_channel a {
	background: none;
	padding: 0 15px;
	line-height: 30px;
}

#topics .postDesc {
	text-align: right;
	font-size: 14px;
}

#comment_nav {
	font-size: 14px;
	margin: 15px 0;
}

#commentform_title {
	font-weight: 600;
	font-size: 20px;
	padding: 0;
	background: none;
}

#comment_form {
	border-top: 1px dashed #CCCCCC;
	margin-top: 25px;
	padding-top: 10px;
}

#comment_form_container {
	font-size: 14px;
	line-height: 35px;
}

#tbCommentAuthor {
	background: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

.commentbox_main .commentbox_title,
div.commentform textarea {
	width: 100%;
}

div.commentform textarea {
	resize: none;
	color: #333333;
	padding: 10px 25px;
}

#btn_comment_submit {
	display: inline-block;
	color: #FFFFFF;
	background-color: #2daebf;
	border-radius: 8px;
	outline: none;
	border: none;
}

#under_post_kb,
#under_post_news,
#ad_t2 {
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
	font-size: 14px;
}

#topicList .day {
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#topicList .day .postTitle {
	font-weight: 600;
	margin-bottom: 15px;
}

#topicList .day .postCon {
	font-size: 14px;
}

#topicList .day .postCon a {
	color: orangered;
	text-underline: inherit;
}

#topicList .day .postDesc {
	text-align: right;
	font-size: 14px;
}
