/*使用16号字体*/
body{
font-size: 16px;
}
/*顶部标题、子标题高度设置*/
#blogTitle{
height:0px;
}
/*顶部悬浮*/
  #header {
        position:fixed;
        margin-top:-10px;
width: 100%;
    }
#main {
    min-width: 950px;
    text-align: left;
    padding: 60px 0 0 10px;
    overflow: hidden;
}
.postBody{
    color: #4d4d4d;
}

/*内容子标题设置*/
#post_detail h2 {
            background: #2B6695;

            border-radius: 6px 6px 6px 6px;
            box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
            color: #FFFFFF;
            font-family: "微软雅黑", "宋体", "黑体",Arial;
            font-size: 18px;
            font-weight: bold;
            height: 26px;
            line-height: 26px;
            padding: 8px 0 5px 5px;
            text-shadow: 2px 2px 3px #222222;
            display: block;
            -webkit-margin-before: 0.67em;
            -webkit-margin-after: 0.67em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
           
        }

        #post_detail h3 {
            /*font-size: 18px;
            text-align: left;
            font-weight: bold;
            background-color: #A5A5A5;
            height: 32px;
            line-height: 32px;
            color: #ffffff;
            padding: 2px;
            padding-left: 10px;
            display: block;
            -webkit-margin-before: 0.83em;
            -webkit-margin-after: 0.83em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
            margin-left: -30px;*/
            background: #2B6600;
            border-radius: 6px 6px 6px 6px;
            box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
            color: #FFFFFF;
            font-family: "微软雅黑", "宋体", "黑体",Arial;
            font-size: 15px;
            font-weight: bold;
            height: 23px;
            line-height: 23px;
            padding: 5px 0 5px 10px;
            text-shadow: 2px 2px 3px #222222;
            display: block;
            -webkit-margin-before: 0.83em;
            -webkit-margin-after: 0.83em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
           
        }

/*导航条设置*/
#navigator {
    background-color: black;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
}
/*推荐*/

/*隐藏左侧随笔档案*/
#sidebar_postarchive{
display:none;
}

/*关注我悬浮置于右下角*/


#mainContent .forFlow {
    margin-left: 19em;
    
}
