/* h1标题样式 */
h1 {
    text-align: center;
    text-font: 24px;
    color:#009db5;
}

/* 全局背景样式 */
body {
    background-color: #f6f6f6;
}

/* 内容区和导航条背景颜色 */
#main,
#navigator {
    background-color: white;
}

/* h2标题样式 */
h2 {background-color:#009db5;
    color: white;
    text-font: 18px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.4);
}

/* h3标题样式 */
h3 {background-color:#04F3B4;
    width:100%;
    color: white;
    text-font: 16px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.4);
}
/*h4标签样式*/
h4 {background-color:#2ECCFA;
    width:40%;
    color: white;
    text-font: 14px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.4);
}
#cb_post_title_url {
    font-size: 18px;
    text-align: center;
    text-weight: border;
    color:black;
}

#canvas {
    margin-top: 20px;
}

div#main {
    border: 0.8px solid grey;
    margin-bottom: 30px; 
}

strong {
    font-size: 18px;
}

.postTitle a {
    color:#009db5
}

.entrylistTitle {
    background-color:#009db5;
    width:100%;
    color: white;
    text-font: 16px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.4);      
}

.entrylistItem a {
    color:#009db5
}

#home {
    margin: 0px auto;
    text-align: left;
    max-width: 1226px;
}

#footer {
    margin-bottom: 20px;
}

#blogTitle {
    background-color: #f6f6f6;
}

/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 46px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid red;
}

/* ignore反对 */
.buryit {
    display: none;
}

/* 设置签名格式 */
#MySignature {
    display: none;
    background-color: #009db5;
    border-radius: 10p