body{
    background-color: rgba(245, 245, 245, 1);
    background-image: url();
    background-repeat: repeat;
 
}

#top {
    background-color: #333;
    height: 75px;
    vertical-align: middle;
    color: #ccc;
    padding-left: 10px;
}

h1 {
    font-style: italic;
}

/* 博客主标题 */
#blogTitle {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 28px;
    bottom: 0px;
}

#blogTitle h1 a {
    font-family: "华文行楷", "微软雅黑";
    font-weight: lighter;
    text-shadow: -2px 1px 0px #003d44;
    color: #000;
}

/* 主题框架 */
#home {
    margin: 150px auto;
    width: 75%;
}

/* 主体内容容器 */
#mainContent {
    width: 78%;
}

/* 侧边栏容器 */
#sideBar {
    /*margin-left: 70%;*/
}

#subtitle {
    text-decoration: underline;
    font-style: italic;
}

/* 副标题字体设置 */
#blogTitle h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-left: 6em;
    color: #000;
    width: 60%;
    text-shadow: 3px 3px 3px #c6d6d8;
}



/* 主体部分 DIV */
#header, #main {

}

/* 菜单栏列表 */
#navList {
    font-size: 18px;
}

/* 菜单栏导航 */
#navigator {
    background-color: rgba(0, 0, 0, 0.4);]
}

#navigator a {
    font: 16px/1.5em "微软雅黑";
}

/* 菜单栏右侧的博客统计DIV */
#blog_stats {
    visibility: visible;
    color: #000;
}

/* 同上，统计DIV所在的父级DIV */
.blogStats {
    margin-right: 20px;
}

/* 页脚版权部分 */
#footer {
    color: black;
}