body {
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "宋体", Arial;
	background: url('https://images.cnblogs.com/cnblogs_com/codediary/643913/o_43.jpg') no-repeat top center fixed;
	min-width: 1200px;
}
#home {
	opacity: 0.95;
	filter: alpha(opacity=95);
	box-shadow: 0 0 10px #000;
	margin: auto;
	width: 1200px;
	background: #fff;
	overflow: auto;
	border: solid 1px #fff;
}
/*博客标题*/
#blogTitle, #blogTitle a {
	font-weight: bold;
	color: #666;
}
#blogTitle .title {
	margin-top: 7px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	padding-left: 120px;
	background: #fff url('https://images.cnblogs.com/cnblogs_com/codediary/643913/o_windowslogo.png') no-repeat;
		background-size:100px;
}
.headermaintitle {
}
#blogTitle, #blogTitle a:hover {
	text-decoration: none;
}/*子标题*/
.subtitle {
	padding-left: 30px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 10px 0;
}
/*导航栏*/
#navigator {
	font-size: 16px;
	height: 48px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius:20px;
	box-shadow:0px 10px 5px #999999;
		-webkit-transition: all 3s ease-in-out;
}
#navList li {
	margin: 0;
	line-height: 48px;
	display: inline-block;
	float: left;
}
#navList li:hover {
	display: inline-block;
	-webkit-transform:rotate(10deg);
		-moz-transform:rotate(10deg);
		-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
		transform:rotate(10deg);
}
#navList li a {
	padding: 0 30px;
	text-decoration: none;
	line-height: 48px;
	border: 0;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
/*侧边栏设置*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory 
{
    background: rgba(255, 255, 255, 0.29);
    margin-bottom: 35px;
    word-wrap: break-word;
}