body {
	color: #000;
	font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";
	font-size: 9pt;
	min-height: 101%;
	/* 新增加的，底色 */
	/*background-color: #FFF;*/
	background: url('https://www.cnblogs.com/images/cnblogs_com/kangnixi/233708/t_dimian.gif') repeat;	
}
/*调整博客宽度*/
#home {
	margin: 0 auto;
	width:75%;/* 原值为95% */
	min-width: 930px;
}
/*去掉了header的border*/
#header {
	padding-bottom: 5px;
	margin-top: 10px;
}
#blogTitle {
	height: auto;
	clear: both;
	background-image: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_logoword.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#blogLogo {
	float: right;
	display:none;/* 新增加的，隐藏原有的logo图片 */
}
/*  更改了颜色 */
.blogStats {
	float: right;
	color: #000000;
	margin-top: 8px;
	margin-right: 2px;
	text-align: right;
}
/* 整个ID是新增加的 为放置logo图片*/
#lnkBlogLogo {
	display:block;
	height: 200px;
	width:100%;
	min-width: 930px;
	background: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_logo.png') no-repeat right;
}
/* 导航 */
#navigator {
	height: 30px;
	clear: both;
	/* 新增加的，导航的背景图 */
	background: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_nav.png') no-repeat;
}
/* 导航列表 */
#navList {
	min-height: 30px;
	float: left;
}
#navList li {
	float: left;
}
#navList a {
	display: block;
	width: 5em;
	height: 22px;
	float: left;
	text-align: center;
	padding-top: 8px;
	border-right: 1px solid #ccc;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: #ccc;
}
/* 鼠标放上去,导航的显示的状态 */
#navList a:hover {
	color: #70819F;
	text-decoration: none;
             background:none;
}
/* 最新随笔 */
.catListEssay{
	background-image: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_rightsider.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 20px;
}
.catListEssay ul{
	background-image: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_leftsider.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	padding-bottom: 20px;
}
.catListLink{
	background-image: url('https://images.cnblogs.com/cnblogs_com/kangnixi/233708/r_side.png');
	background-repeat: no-repeat;
	background-position: right top;
}
/* 公告居中对齐 */
#profile_block{
	text-align: center;
}