/*主面板*/

#mainContent {
    float:right;
    margin-top:0px;
    margin-left:15px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

/* 博客标题 */

#blogTitle {
      height: 60px;                /*高度*/
      clear: both;
}

#blogTitle h1 {                    /* 主标题格式 */
       font-family: Arial;
       font-size: 26px;
       font-weight: bold;
       line-height: 1.8em;      /*原始 1.6em*/
       margin-top: 10px;        /*原始 15px */
}

#blogTitle h1 a {
       color: #515151;
}

#blogTitle h1 a:hover {       /* 超链接颜色 */
       color: #21759b;
}

#blogTitle h2 {                     /* 次标题格式 */
       font-family: "微软雅黑", "宋体", "黑体", Arial;
       font-weight: normal;
       font-size: 15px;/*原始 16px ；font-size: 1.0rem;*/      
       line-height: 1.8;
       color: #757575;
       float: left;   
       padding-left: 8px;
}

/*目录*/

#topics a:visited {
      text-decoration: none;
}

#topics a:link {
      text-decoration: none;
}

.postBody a:link, .postBody a:visited, .postBody a:active ｛
      text-decoration: none;
}

/*公告*/

#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}

/*尾部*/

#footer {
      font-size:14px;
      margin:20px;
      padding:5px;
      text-align:center;
      background:#55895B;
      color:#DDD;
      padding-top: 12px;
}

/*导航栏*/

#navigator {
       font-size:16px;
       height:48px;
       background:#55895B;
       text-align:center;
       margin-top:20px;
       margin-bottom:20px;
}

#navList li {                           /* 每一个栏目节点 */
       margin:0 5px 0 0;
       line-height:48px;
       display:inline-block;
       float:left;
}

#navList li a {                        /* 栏目文字的格式 */
       padding:0 10px;
       text-decoration:none;
       line-height:48px;
       border:0;
       color:#fff;
       display:-moz-inline-box;
       display:inline-block;
       padding-left: 25px;
}

#navList li:hover {
       background:#000000;
       height:48px;
}

.blogStats {                        /* 博客统计 */
       height:48px;
       color:#fff;
       float: right;
       font-size:14px;
       margin-top: 14px;
       margin-right: 2px;
       text-align: right;
}

/*每日文章列表*/

.day {
    margin:0 30 0px 0;
}

.postTitle a {                   /*标题*/
    color:#009CB5;
}

.postTitle {
    font-size:17px;
    font-weight:bold;
    color:#009CB5;

     border-left: 3px solid #21759b;
     margin-bottom: 10px;
     float: right;
     width: 100%;
     clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
     color: #21759b;
     transition: all 0.4s linear 0s;
}

.postTitle a:hover {
     margin-left: 30px;
     color: #0f3647;
     text-decoration: none;
}

.day .postTitle a {
     padding-left: 10px;
}

.dayTitle {
    display:none;
}

.c_b_p_desc {                  /*摘要*/
    line-height:24px;
    color:#888;
}

.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}

/*分类页*/

.entrylist h1.entrylistTitle  {
    margin-left: 0px;
}

/*更多链接*/

.forFlow h1.PostListTitle {
    margin-left: 30px;
}

#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 100;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}

#myposts .postTitl2 a {
    color:#6DA47D;
}

/* 博文详情 */

#topics .postTitle {
    font-size:17px;
    padding-left: 10px;
}

/* tag 列表 */

#taglist a {
    margin-left: 30px;
}

/* 博文主题样式 */

#cnblogs_post_body {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
}

#cnblogs_post_body h1    {
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        background: #2B6695;
        font-size: 20px;
        height: 32px;
        line-height: 25px;
        font-weight: bold;
        margin: 18px 0 !important;
        padding: 10px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body h2{
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        background: #3b8e5c;
        font-size: 17px;
        height: 28px;
        line-height: 23px;
        margin: 15px 0 !important;
        padding: 7px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }

#cnblogs_post_body h3{
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        background: #0492ac;
        font-size: 14px;
        height: 24px;
        line-height: 23px;
        margin: 8px 0 !important;
        padding: 3px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
}

/*google搜索框*/

#google_q,#q {
    height:22px;
    width:120px;
    border:solid 1px #ccc;
    box-shadow:inset 0 0 3px #ddd;
    border-radius:4px;
}

/*搜索按钮*/

.btn_my_zzk {
    font-family:'Microsoft Yahei';
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    border-radius:4px;
    color:#fff;
}

.btn_my_zzk:hover {
    background:#6DA47D;
}

/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}

.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    color:#fff;
}

#btn_comment_submit:hover {
    background:#6DA47D;
}

/*评论标题*/

.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#55895B;
    border-bottom:solid 6px #55895B;
}

.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}

.feedbackListSubtitle a {
    color:#888;
}

.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}

#commentform_title {
    color:#55895B;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #55895B;
}

/*评论输入域*/

#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:940px;
    max-width:940px;
    min-width:940px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}

/*评论条目*/

.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight:normal;
}

/*好文要顶*/

.buryit {
    display:none;
}

.diggword {
    display:none;
}

/*green_channel*/

#green_channel {
    text:align:right;
    background:#6DA47D;
    padding-left:20px;
    font-weight:normal;
    font-size:15px;
    width:1080px;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px 4px 4px 4px;
}

/* 去掉广告 */

#site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{
     width:0;
     height:0;
     display:none;
     overflow:hidden;
}