/*背景颜色 背景图片*/
body {
    color: #333;
    background:url(https://wordpress-canky.oss-cn-beijing.aliyuncs.com/background/bg-03.jpg);
    background-size:100%;
    background-repeat:no-repeat;
    background-attachment:fixed
}
/*标题 子标题 页首背景图片*/
div#blogTitle .title {
    text-indent: 38px;
    padding-top: 15px;
}
#blogTitle .title {
    font-size: 17pt;
}

div#blogTitle .title a {
    color: #9cba39;
}
div#blogTitle {
    background: url() left top repeat-x;
    height: 76px;
    padding: 0;
}
div#blogTitle .subtitle {
    text-indent: 39px;
    color: #000;
    margin-bottom: 0;
}
/*页首 选项*/
div#navigator ul#navList li a:hover {
    background: #ccc;
}
div#navigator ul#navList {
    position: absolute;
    top: 30px;
    right: 30px;
}
div#navigator ul#navList li a {
    font-weight: bold;
    display: block;
    background: #FFF;
    color: #9cba39;
    width: 65px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 0;
    line-height: 120%;
}

/*侧边栏 字体大小 字体颜色*/
#sideBar h3, #MyIng .ing_title {
    margin: 16px 0 0 -8px;
    font-size: 10px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: bold;
    color: #9cba39;
}
/*页面占比*/
#mainContent {
    background: #dee7de;
    margin-left: 280px;
    margin-right: 30px;
    margin-top: 10px;
}
#sideBar {
    border: 1px solid #ced7ce;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
    position: absolute;
    top: 86px;
    left: 30px;
    background: #fff;
    padding: 0;
    width: 230px;
}

/*摘要*/
div.postCon {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}