/*字体*/
#Header1_HeaderTitle
{
font-size:38px;
font-family: "Segoe Script";
}
.menu
{
font-family: "宋体";
font-size:20px;
}
body 
{
    font: 12px '宋体',tahoma,arial,sans-serif;
}
#header {
    background: #CCCCFF;
}
#navList a {
    height: auto;
    font-family: '华文行楷';
    font-weight: normal;
}
#navList a :hover{
    text-decoration:none;
}

#navList a:hover:after {
   display:none;
}

#navList a:link {
    color: #bbb;
}
#main {
    width: auto;
    position: relative;
    padding-left: 10px;
}

/*改变链接的颜色和无下划线*/
#cnblogs_post_body a {
    text-decoration: none;
    color: blue;
}


/*测试区域*/









/*标题备份*/
h7   {
        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: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 h5{
        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: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }
h3{
   text-align:left;
   box-shadow:3px 3px 2px #888888;
   width:100%;
   background-color:#46A3FF;
   color:#000000;
   max-width: 700px;
}
h2{
   text-align:left;
   box-shadow:3px 3px 2px #888888;
   width:100%;
   background-color:#BEBEBE;
   color:#000000;
}



/*悬浮的那两个玩意儿*/

#comment_nav {
    width: 203px;
    right: 990px;
    filter: alpha(opacity=20);
    opacity: 0.60;
    -moz-opacity: 0.80;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 3px;
    position: fixed;
    bottom: 10px;
    padding: 3px;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #77E0C3, 1px 1px 6px 1px rgba(0, 0, 0, 0.5);
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 15px;
    background-color: green;
}



/*自制侧边栏*/

#cnblogs_post_body {
    word-break: break-word;
    width: 750px;
}

#leftcontentcontainer>div {
    border: 1px solid #aaaaaa;
    padding: 15px;
    margin-bottom: 15px;
}

#MySignature {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    box-shadow: 0 0 15px #aaa;
    padding: 10px;
    margin-bottom: 10px;
    color: gray;
    width: 725px;
}

.newsItem {
    border: 1px solid #AAAAAA;
    padding: 15px;
    margin-bottom: 15px;
}

#mainContent .forFlow {
    width: 750px;
}

/*透明*/
#home{
width:1050px;
height:auto;
min-height:250px;/* 必需 */
_height:250px;/* 必需 */
overflow:hidden;
background-color:#FF0000;/* 背景色 */
}
#home{
filter:alpha(opacity=23); /* IE 透明度20% */
}
#home{
background-color:#FFFFFF;
-moz-opacity:0.77; /* Moz FF 透明度20%*/
opacity: 0.77; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
}
#home{
position:absolute;
}
/*背景图片*/
body {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 1100px;
font-size: 12px;
color: #8F8F8F;
-moz-opacity:0.8;filter:alpha(opacity=80);
font-family: "Microsoft YaHei";
background-size: cover;
background-image:url(https://files.cnblogs.com/files/jianglingxin/ba.gif);}


/*评论按钮*/
.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;
}

/*踩一下隐藏*/
.buryit {
    display:none;
}
.diggword {
    display:none;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}


/*广告隐藏*/
.c_ad_block{
   display:none;
}


/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#ffffff;
    border-bottom:solid 6px #ffffff;
}
.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 0;
    padding:0;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:730px;
    max-width:940px;
    min-width:640px;
    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;
}

/**/
#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;
visibility：hidden;
}

#profile_block {
   display:none;
visibility：hidden;
}


.catListTitle {
width:180px;
font-size:23px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    background-color: #f5f5f5;
}