/* 原先的头部不显示改为自定义 */
#header {
	display: none;
}

a:hover {
    text-decoration: none; 
}

#profile_block {
    display: none;
}

/* */
#home header {
    display: none;
}

/* 导航栏总体布局*/
#navigator {
    background-color: #390;
}
 
/* 导航栏字体 */
#navList a:link, #navList a:visited, #navList a:active {
	font-weight: bold;
	color: #fff;
        FONT-SIZE: 20px;
        padding: 0 1.1em;
}

/* 为了在屏幕宽度较小时不显示滑动条，最小长度不做限制*/
#main {
    min-width: 0px;
    /* background: #dee7de; */
}

body {
    background: #dee7de;
    font-family: Georgia, 'Serif', 'Arial', 'Helvetica';
}

.dayTitle {
    display: none;
}


/* 下拉导航栏 */
#dropNavigator {
	background-color: #390;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	clear: both;
}

/* 导航栏上色 */
#navList .myActive{
    color: white; 
    background-color: #343434;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

/* sidebar 不见 */
#sideBar .myHideSideBar{
    display: none;
}


#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;
    margin: 0;
    padding: 0;
}

/*不显示作者信息栏*/
#author_profile{
    display: none;
    margin: 0;
    padding: 0;
}

/*拉长评论框*/
div.commentform textarea{
    width: 100%;
    height: 50px;
}

/*评论框的标题更改*/
.commentbox_title {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 0;
}

/* 评论框改变 */
.commentbox_title_left {
    margin-left: 10px;
}

.commentbox_title_right {
    margin-right: 10px;
    float: right;
}

div.commentform p {
    margin: 10px;
}

div.commentform textarea {
    border-left: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.commentform input.author, div.commentform input.email, div.commentform input.url {
    width: 100px;
}

/*文章右侧的 阅读全文， 还有博客内部的链接样式*/
.c_b_p_desc a:link, .c_b_p_desc a:visited, .c_b_p_desc a:active {
    float: right;
    text-decoration: none;
    color: #390;  
    font-weight: bold;
}

.c_b_p_desc a:hover{
    float: right;
    text-decoration: none;
    font-weight: bold;
    color:#F00;   
}

/* 投递详情 */
.postTitle, .postTitle2{
   font-size: 22px;
}

#green_channel {
    float: left;
}

.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    display: none;
}

/* 分类的标题拉大 */
.entrylistTitle, .PostListTitle, .thumbTitle {
    font-size: 140%;
}

/* 屏幕最大宽度 */
@media screen and (max-width: 768px) {
  #sideBar{
    display: none !important;
  }

  div.commentform textarea {
     width: 100% !important;
  }
  
  #navigator{
   display: none !important;
  }

  #dropNavigator{
    display: block !important;
  }

  .postDesc{
    display: none !important;
 }
 
  #div_digg{
    display: none !important;
  }

  #navList a {
    height: 50px; 
    font-size: 20px;
    padding: 0 1.1em;
  }
}

@media screen and (max-width: 350px) {
  #blogTitle{
    display: none!important;
  }
}

/* 下拉菜单样式 */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #5C5C5C;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    color: black;
    background-color: #390;
}

.show {
    display: block;
}

.hide {
    display: none;
}

li.dropdown {
    display: inline-block;
}

li .dropbtn {
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 14px 16px;
    text-decoration: none;
}

li .dropdown:hover .dropbtn {
    background-color: #1f75cf;
}

#navList a {
    float: none;
    font-family: Georgia, 'Serif', 'Arial', 'Helvetica';
}

/* 文章目录不显示下划线 */
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}

.postBody li, .postCon li {
    /* list-style-type: disc; */
    margin-bottom: 1em;
    margin-top: 1em;
}


input.btn_my_zzk {
    height: 24px;
}

.input_my_zzk {
    width: 146px;
}