/* 主页宽度*/
#home
{
    width:90%;
}

/* 文章下面的*/
.postDesc{
 float: right;
 margin-top: 0px; 
 text-align: right;
 background: none;
}


.entrylistItemPostDesc {
    margin-top: 20px;
    text-align: right;
    color: #757575;
    padding-left: 5px;
}
.CalTodayDay{
background:#BCD2EE !important
}


/*标题h1 h2 h3样式*/
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em"微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}

#cnblogs_post_body h2 {
 background: #00688B;
    /*border-radius: 6px 6px 6px 6px;*/
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: white;
    font-family: Futura;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 !important;
    padding: 8px 0 8px 10px;
    text-shadow: 2px 2px 3px #222222;
    margin-bottom: 20px;
    width:85%;
    text-align:center;
/*
     background:#3CB371;
    border-radius: 6px 6px 6px 6px;
    color: white;
    font-family: Futura;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 12px 0 !important;
    padding: 8px 0 8px 10px;
    text-shadow: 2px 2px 3px #222222;
    margin-bottom: 20px;
    width: 85%;
*/
}
#cnblogs_post_body h3 {
background: #009ACD;
    color: #FFFFFF;
    /* border-radius: 6px 6px 6px 6px; */
    font-family: Futura;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 12px 0 !important;
    padding: 2px 0 2px 10px;
    text-shadow: 2px 2px 3px #222222;
    width: 55%;
    margin-bottom: 20px;
/*
background: #CDC5BF;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    font-family: Futura;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin: 12px 0 !important;
    padding: 2px 0 2px 10px;
    text-shadow: 2px 2px 3px #222222;
    width: 45%;
    margin-bottom: 20px;
*/
}




/*目录样式*/

.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 5px;
}

#navCategory a{
text-decoration:none;
color:#075DB3;
font-size: small;
}

#navCategory a:hover{
color:#66CD00;
}



/* 返回顶部 */
#gotop{
    height: 50px;
    width: 50px;
    background-color: darkgray;
    text-align: center;
    font-size:18px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
#gotop a{
    color: #fff;
}
#gotop:hover{
    background-color: #369;
}