body {
    background: rgba(12, 100, 129, 1) 
    background-position: 50% 5%; 
    background-size: cover;
}
#main {
    min-width: 640px;
    margin-top: 20px;
}

#blogTitle {
    height: 42px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
    padding: 16px;
    margin-left: 32px;
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #548B54;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 22px;/*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #111;
    font-weight: bold;
    text-align: right;
    float: right;
}

#navigator{
    background-color: rgba(33, 160, 139, 0.9);
}
#navigator {
    background: #aaa500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-width: 0px;
    height: 44px;
    line-height: 42px;
    color: #403d69;
    padding-left: 2px;
    padding-right: 40px;
    padding-top: 2px\9;
	margin-left: 50px;
    margin-right: 50px;
}
img {
    border: 0;
    margin-left: 40px;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 22px;
    font-weight: bold;
}
#blogTitle .title {
    font-size: 22pt;
}
#sideBar {
    position: absolute;
    width: 300px;
    border-left: 1px solid #ccc;
    border-top-width: 0;
    overflow: hidden;
    padding: 0 8px 20px 30px;
    top: 183px;
    right: 0;
}

.blogStats {
    float: right;
    color: #171616;
}