* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #424037;
	background: #FFF;
	font-family: Hanzipen SC;
	font-size: 10pt;
	min-height: 101%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul {
	word-break: break-all;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}
.clear {
	clear: both;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	margin: 0 auto;
	width: 100%;
	min-width: 930px;
}
#header {
        position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
        width: 100%;
        margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(https://www.cnblogs.com/images/cnblogs_com/ninononeko/1317544/o_5.jpg) no-repeat center -100px;
	background-size: 1024px 576px;
}
#blogTitle {
	height: 200px;
}
#lnkBlogLogo {
	display: block;
	width: 355px;
	height: 198px;
	position: absolute;
	top: 0px;
	left: -230px;
	padding: 0;
	margin: 0;
	background: transparent url(https://www.cnblogs.com/images/cnblogs_com/ninononeko/1317544/o_fans.logo.jpg) no-repeat left top;
	background-size: 355px 198px;
	z-index: -1;
	box-shadow: 1px 0 10px 0 #8BA875 inset;
}
#blogLogo{
	display: block;
	position: absolute;
	width: 355px;
	height: 198px;
	left: 1254px;
	background: transparent url(https://www.cnblogs.com/images/cnblogs_com/ninononeko/1317544/o_fans.logo.jpg) no-repeat left top;
	background-size: 355px 198px;
	/*z-index: -1;*/
	box-shadow: 1px 0 10px 0 #8BA875 inset;
}
#blogTitle h1 {
        border: 0;
}
#Header1_HeaderTitle{
        color: #395722 !important;
        display: block;
	position: relative;
	left: 360px;
        top: -21px;
        font: 1.8em Wawati SC;
	color: #395722 !important;
	font-weight: bold;
}
#navigator {
	display: flex;
	justify-content: space-between;
	background-color: #8BA875;
	height: 40px;
	width: 100%;
        box-shadow: 0 0 10px 0 #8BA875;
	border-radius: 0px 0px 50% 50%;
}
#navList {
	display: flex;
	flex-direction: row;
        align-items: center;
	flex-grow: 1;
	min-height: 35px;
        margin-left: 60px;
}
#navList li {
	display: table;
	margin: 10px;
	text-align: center;
}
#navList a {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	width: 4.2em;
	height: 22px;
        border: none;
        padding: 0;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: #424037;
}
#navList a:hover {
	color: white;
	background-color: #F60;
	text-decoration: none;
}
.blogStats {
	color: #ccc;
	margin-top: 8px;
	margin-right: 70px;
	text-align: right;
}
/*****home和头部结束**************************/
/*****主页文章列表开始**************************/
#main{
	position: absolute;
	top: 260px;
	left: 0;
	width: 100%;
	min-width: 950px;
	text-align: left;
}