/*公用*/
body {
    font-size:13px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background-color:#205424;
    min-width:1330px;
}
#home {
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:15px auto;
    width:1330px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}
/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#464646;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:20px;
}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;
    color:#AA0000;
}
#blogTitle .title {
    margin-top:10px;
    height:100px;
    line-height:100px;
    font-size:34px;
    padding-left:100px;
    background:#fff url('https://images.cnblogs.com/cnblogs_com/JsonShare/708449/o_20150527125540.png') no-repeat;
}
.headermaintitle {
}
#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:8px;
    font-size:12px;
    color:#999;
    font-weight:normal;
    margin:10px 0;
}
/*导航栏*/
#navigator {
    font-size: 16px;
    height: 48px;
    background:#55895B;
    text-align: center;
    margin-top: 20px;
    border-radius:5px;
     -webkit-transition: all 3s ease-in-out;
}
#navList {
    display:none;
}
#blog_stats {
     display:none;
}
#newnavList li  {
    margin:0;
    line-height:48px;
    display:block;
    float:left;
}
#newnavList li:hover  {
    background : #9ACD32;
}
#newnavList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#fff;
    display:-moz-inline-box;
    display:inline-block; 
}
#newnavList div{
    width: auto;
    margin:0;
    line-height:48px;
    float:left;
    position:absolute;
    overflow: hidden; 
    background-color: #55895B;
    display:block;
    z-index:999;
}
#newnavList div a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    border-bottom:solid;
    border-color:#e4e4e4;
    border-width: thin;
    color:#fff;
    display:-moz-inline-box;
    display:block;
}
#newnavList div a:last-child{border:none}
#newnavList div a:hover {
    background : #9ACD32;
} 
.blogStats {
    display:none;
    height:48px;
    color:#fff;
    line-height:48px;
}
#main {
    padding:20px;
}
/*左边*/
#sideBarMain {
    border:solid 1px #ccc;
    padding:0 10px 0 10px;
    background:#fff;
    margin:0 0 10px 0px;
    width:200px;
    font-size:12px;
    line-height:22px;
}
#sideBarMain a {
    color:#666;
}
#leftcontentcontainer {
    color:#666;
}
.newsItem {
    color:#666;
}
/*google搜索框*/
#google_q,#q {
    height:22px;
    width:100px;
    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:55px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    border-radius:2px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}

/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    background:#fff;
    padding-bottom:0px;
    float:right;
    width:1020px;
    padding-left:20px;
}
/*每日文章列表*/
.day {
    background:#fff;
    padding:0;
    margin:0 0 10px 0;
}
/*博客标题*/
.postTitle a {
    color:#464646;
}
.postTitle {
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    color:#464646;
    background:url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left:30px;
}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#888;
}
.c_b_p_desc a {
    color:#888;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 10px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
    padding:10px 20px 0 20px;
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    color:#aaa;
    background:#fff;
    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:0;
}
/*文章页底部【分类】*/
#BlogPostCategory a{
       background : #55895B;
       padding : 2px 5px;
       color : #fff;
       border-radius:3px;
}
/*评论按钮*/
#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;
}
/*评论框*/
#comment_form {
    margin:10px;
    padding:0;
}
.commentform {
    margin:10px;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    margin-right:10px;
    width:890px;
    max-width:890px;
    min-width:890px;
    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 10px;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/*分类页*/
.entrylist {
    padding:0px;
    background:#fff;
}
.entrylistTitle{
    display:none;
}
.entrylistItem {
    padding:0px;
    padding-bottom:20px;
}
.entrylistPosttitle {
    font-size:20px;
    font-weight:bold;
    background:url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left:30px;
}
.entrylistPostSummary {
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
}
.entrylistItemPostDesc {   
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    color:#aaa;
    background:#fff;
    text-align:right;
}
/*尾部*/
#footer {
    font-size:12px;
    margin:20px;
    padding:12px;
    text-align:center;
    background:#55895B;
    color:#DDD;
    border-radius:5px;
    font-size:14px;
}
/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px;
}
/*推荐按钮*/
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:20%;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  z-index: 1000;
}

/*green_channel*/
#green_channel {
    margin:10px 0px;
    text:align:center;
    background:#6DA47D;
    font-weight:normal;
    font-size:15px;
    width:980px;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 10px;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}
/*最新评论*/
#RecentCommentsBlock a{
    word-wrap: break-word; 
    word-break: normal; 
}
/*推荐排行*/
#TopViewPostsBlock a{
    word-wrap: break-word; 
    word-break: normal; 
}
/*评论排行*/
#TopFeedbackPostsBlock a{
    word-wrap: break-word; 
    word-break: normal; 
}
/*去广告*/
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
    display: none;
}
/*头部版权：本文地址*/
.bog_copyright {
    padding: 5px 0;
}
.bog_copyright_p {
    margin: 0;
    padding: 0;
    height: 24px;
    padding-left : 15px;
    padding-top : 5px;
    padding-bottom : 5px;
    border-top: 2px solid #6DA47D;
    border-bottom: 2px solid #6DA47D;
    color: #666;
    font-size: 14px;
}
.bog_copyright_p a{
    color:#FF0000;
}
/*底部版权声明*/
.bog_copyright_footer {
    padding: 15px;
    border: 2px solid #6DA47D;
}

#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(216, 216, 216);
    border-radius: 6px 6px 6px 6px;
    color: rgb(102, 102, 102);
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
/**站长统计**/
#cnzz_stat_icon_1262129222{
      width:100%; 
      text-align:center;
      display:-moz-inline-box; 
      display:inline-block; 
}

/**汉堡包导航按钮**/
.hmenu {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: 30px;
  height: 30px;
}
.hmenu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 5px solid white;
  width: 100%;
  transition: 0.55s;
}
.hmenu-top {
  top: 0;
}
.hmenu-middle {
  top: 10px;
}
.hmenu-bottom {
  top: 20px;
}
.hmenu-top-click {
  backface-visibility: hidden;
  top: 12px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.hmenu-middle-click {
  opacity: 0;
}
.hmenu-bottom-click {
  backface-visibility: hidden;
  top: 12px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}

/*导航栏右侧浮动div样式*/
.nav_float_right{
    float: right;
    color: #757575;
    margin-top: 12px;
    margin-right: 15px;
    text-align: right;
}
/*github样式*/
.github_link{
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: url(https://images.cnblogs.com/cnblogs_com/JsonShare/708449/o_forkme_left_red_aa0000.png);
}