#header {
    background: #066696;
    height: 100px;
}
#blogTitle {
    height: 50px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
/*博客标题*/
#blogTitle h1 {
    font-weight: bold;
    font-size: 2em;
    line-height: 2em;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}
/*博客副标题*/
#blogTitle h2 {
    font-size:15px;
    color: #a3b2be;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 1.5em;
    width: 30%;
    float: left;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
#navigator {
    height: 40px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
#navList {
    width: auto;
    padding: 5px 50px;
    min-height: 29px;
    float: left;
    margin-left: 280px;
    border: 2px solid #91a3b5;
    border-radius: 10px;
    border-bottom: none;
}
#navigator {
    height: 30px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
.blogStats {
    float: right;
    color: #d4d6d8;
    margin-top: 15px;
    margin-right: 2px;
    text-align: right;
    font-size: 15px;
}
#main {
    width: 1200px;
    margin: 20px auto 0;
}
#mainContent {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    width: 920px;
}
#sideBar {
    color: #a8b1ba;
    width: 250px;
    min-height: 200px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 250px;
}
#sideBar li {
    width: 80%;
    list-style: none;
    margin-left: 15px;
}
/*日历*/
#blog-calendar{
width:245px;
background:rgba(0,0,0,0.2);
border-radius:5px;
color:white;
margin-left:5px;
}
#blog-calendar table a{
   color:blue;
}
#blogCalendar a:hover{
   color:red;
}
/*搜索*/
input.btn_my_zzk {
    vertical-align: middle;
    width: 62px;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    border:none;
    border-radius:5px;
    background:skyblue;
}
input.btn_my_zzk:hover{
   color:darkorange;
}
/*随笔*/
.day {
    color: #333;
    font-size: 15px;
    background: rgba(255,255,255,0.5);
    min-height: 10px;
    margin: 0 5px 20px 80px;
    padding: 5px 5px 5px 15px;
    position: relative;
    border-radius: 15px;
    box-shadow: 5px 6px 5px grey;
}
.dayTitle {
    width: 64px;
    height: auto;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
    clear: both;
    text-align: right;
    position: absolute;
    left: -80px;
    top: 20px;
    background: #fff;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    text-shadow: 0 0 2px #a7a8ad;
    text-indent: 9px;
    padding: 5px;
    text-align: -webkit-center;
}
/*随笔标题*/
.postTitle {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}
/*随笔内容摘要*/
.postCon {
    width: 100%;
    clear: both;
    padding: 10px 0;
    text-indent: 2em;
}
/*阅读全文*/
.c_b_p_desc a:hover {
    color: #44a714;
}
.c_b_p_desc a:link {
    color: #1d00ff;
}
.c_b_p_desc a:visited {
    color: #cc771d;
}
#topics {
    background: rgba(255,255,255,0.5);
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    min-height: 200px;
    padding: 0 0 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding: 5px;
    margin: 0 5px 20px 0;
}
/*内容标题*/
#topics .postTitle a {
    font-size: 1.5em;
    font-weight: bold;
    color: #2eb1e8;
    text-shadow: none;
    line-height: 1.5em;
}
/*下一页*/
#nav_next_page{
    font-size: 18px;
    font-weight: 700;
    text-shadow: rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
    -webkit-background-clip: text;
}
//分页
.forFlow .pager {
    margin: 10px 0px;
    text-align: right;
    font-family: fantasy;
    font-size: 14px;
    color: black;
}
/*文章分类*/
#sidebar_articlecategory{
   display:none;
}
/*相册*/
#sidebar_imagecategory{
   display:none;
}
/*标签列表*/
#taglist_title {
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 16px;
}
#taglist{
    border: 2px solid #80808061;
    border-radius: 10px;
    font-size: 16px;
}
/*回到顶部*/
#comment_nav a:last-child{
    position: fixed;
    padding: 2px;
    right: 20px;
    bottom: 100px;
    display: block;
    border: 1px solid #7d7676;
    border-radius: 5px;
}
/*评论框*/
div.commentform textarea {
    padding: 5px;
    max-width: 888px;
    max-height: 520px;
    min-width: 444px;
    min-height: 20px;
    /* width: 450px; */
    /* height: 300px; */
    font-size: 13px;
    border: 2px solid #8a8686;
    border-radius: 4px;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}