/*公用*/
body {
    font-size:13px;
    padding:0;
    margin:0;
    font-family:"微软雅黑","宋体",Arial;
    background:#516375E6 no-repeat;
    //background:#205424 url('//images.cnblogs.com/cnblogs_com/smokerBig/1213420/t_13.jpg') no-repeat;
    background-size:100% 100%;
    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;
}
.headermaintitle{
font-size:32px;
font-family: "华文楷体";
text-shadow: 3px 3px 3px #594C38;
}

.subtitle{
color: #070807;
font-size:13px;
font-family: "华文楷体";
margin-left:100px;
text-shadow: 3px 3px 3px #FF9900;
}


#navigator {
    font-size: 16px;
    height: 48px;
    //background: #55895B;
    background: #516375E6;
    text-align: center;
    //margin-top: 20px;
    border-radius: 5px;
    -webkit-transition: all 3s ease-in-out;
}

#newnavList li {
    margin:0;
    line-height:48px;
    display:block;
    float:left;
}
#newnavList li:hover {
    background : #d2c1b8;
}
#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: #516375E6 ;
    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 : #d2c1b8;
} 
.blogStats {
    height:48px;
    color:#fff;
    line-height:48px;
}
#main {
    padding:20px;
}
/*左边*/
#sideBar{
width: auto;
}

#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;
}

/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    background:#fff;
    padding-bottom:0px;
    float:right;
    width:1050px;
    //padding-left:20px;
top: 145px;
}

#sideBar{
top: auto;
left: auto;
width:auto;
}

/**汉堡包导航按钮**/
.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;
}

/*每日文章列表*/
.day {
    background:#fff;
    padding:0;
    margin:0 0 10px 0;
}
/*博客标题*/
.postTitle {
    padding-bottom:10px;
    font-family: "华文楷体";
    font-size:110%;
    font-weight:bold;
    border-bottom: 1px dashed #ccc;
    //float: right;
    line-height:2.5em;font-size: 18px;
    width: 100%;
    clear:both;
    //color:#464646;
    background:url('//images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left:30px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #390;transition:all 0.4s linear 0s
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;margin-left: 10px;
}

.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#888;
    font-size: 18px;
   font-family: "华文楷体","宋体",Arial;
}
.c_b_p_desc a {
    color:red;
    font-size: 22px;
}
.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;
}
/*推荐按钮*/
#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; 
}
/*分类页*/
.entrylist {
    padding:0px;
    background:#fff;
}
.entrylistTitle{
    display:none;
}
.entrylistItem {
    padding:0px;
    padding-bottom:20px;
}
.entrylistPosttitle {
    font-family: "华文楷体";
    font-size:20px;
    font-weight:bold;
    background:url('//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;
}
/*导航栏右侧浮动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(//images.cnblogs.com/cnblogs_com/JsonShare/708449/o_forkme_left_red_aa0000.png);
}
/**站长统计**/
#cnzz_stat_icon_1273884148{
      width:100%; 
      text-align:center;
      display:-moz-inline-box; 
      display:inline-block; 
}
#footer {
    margin: 20px;
    padding: 12px;
    text-align: center;
    background: #516375E6;
    color: #DDD;
    border-radius: 5px;
    font-size: 14px;
}
/*去广告*/
#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;
}
#backtop{
background-size: 100% 100%;
}
.entrylistDescription{
font-size: 22px;
float: right;
font-family: "华文楷体";
color: #b0a19c;
text-shadow: 3px 3px 3px #CBB9C1;
}