

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
         list-style: none;
}
body {
        background-image: url(https://images.cnblogs.com/cnblogs_com/zhongmu/2483240/o_251118090838_a268cf0e3faaa8.jpeg);
        background-color: #fff;
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: 100% 100%;
} 
/* 版心 */

.w {
	width: 1300px;
	margin: 0px auto;
}
#blogTitle {
        position: relative;
        margin: 0 auto;
        margin-top: 150px;
        margin-bottom: 150px;
        width: 1200px;
}

/* 标题 昵称 */
#blogTitle h1 {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-left: 31.5px;
}
.HeaderMainTitle {
        color: #fff;
	font-size: 50px;
	font-weight: 700;
	font-family: "华文行楷","微软雅黑";
}

/* 副标题 */
#blogTitle h2 {
        position: absolute;
        margin-top: 100px;
        display: inline-block;
        margin-left: 50px;
        font-size: 15px;
        color: #fff;
        font-family: "华文行楷", "微软雅黑";
}

/* 小导航栏 */
#navigator {
        width: 1500px;
        height: 50px;
	margin: 0px auto;
        margin-top: 75px;
        margin-bottom: 10px;
        background-color: rgba(0,0,0,.5);
}
#navigator ul {
        display: inline-block;
}
#navigator ul li {
        display: inline-block;
        float: left;
}
#navigator .menu {
        display: inline-block;
        text-align: center;
        height: 50px;
        width: 70px;
        line-height: 50px;
        color: #fff; 
}
#navigator .menu:hover {
        background-color: rgba(32,32,32,.5);
}

/* 文章记录等 */
.blogStats {
        display: inline-block;
        float: right;
        margin: 20px;
}

/* 主体部分 */
#main {
        display: flex;
        margin: 0px auto;
        width: 1500px;
        height: auto;
}



#mainContent .forFlow {
        display:block ;
        width: 1200px;
        padding: 20px;
        margin-right: 10px;
        background-color: rgba(255, 255, 255, .9);
        height: 100%;
}

.day {
        margin-bottom: 30px;
}

.day .dayTitle a {
        color: #404040;
}

.day .dayTitle a:hover {
        color: black;
}

.postTitle {
        
        height: 40px;
}

.postTitle:hover {
        background-color: cornflowerblue;
}

.postTitle a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none;
}

.postTitle span {
        width: 100%;
        line-height: 40px;
}

/* 侧边 */
#sideBar {
        float: left;
        display: inline-block;
        width: 210px;
        background-color: rgba(255,255,255,.9);
        padding: 20px;
        height: 100%;
}

/* 公告 */
#main .newsItem {
        padding-left: 10px;
}
/* 头部小标题 */
.catListTitle {
        font-family: "华文行楷","微软雅黑";
}
#profile_block {
        color: #404040;
}
/* 日历 */
#blog-calendar {
        margin-top: 50px;
}
*/
/* 搜索框 */
.sidebar-block {
        margin-top: 50px;
        padding-left: 10px;
}
/* 常用链接 */
.sidebar-block {
        margin-top: 50px;
        padding-left: 10px;
}
/* 侧边栏里所有链接 */
#sideBar a {
        color: #896A48;
}
#sideBar a:hover {
        color: #669966;
}
/* 右侧内容框 */
.forFlow {
        float: right;
        width: 1060px;
        background-color: rgba(255,255,255,.8);
}
/* 内容标题 */
.postTitle2 {
        /* margin-left: 10px; */
        color: #46351F;
}
.postTitle2:hover {
        text-decoration: none;
}
/* 内容 */
.blogpost-body {
        border-top: 1px solid rgba(113,105,94,.5);
        margin-top: 10px;
        line-height: 40px;
        padding: 0 40px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 16px;
}

/* 页脚 */
#footer {
        height: 100px;
        margin-top: 20px;
}