/*公用*/
body {
    font-size: 20px;
    font-family: "微软雅黑","宋体",Arial;
    min-width: 1200px;
}
 
#home {
    opacity: 0.85;
    filter: alpha(opacity=85);
    box-shadow: 0 0 10px #000;
}

/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}

h1 {
    margin: 30px;
    color: #63b759;
}

h3 {
    font-size:15px;
    font-weight:bold;
}

/*超链接*/
a {
    color: #610000;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:visited,a:hover {
    color:#464646;
}

ul {
    list-style:none;
    margin:0;
    padding:0;
    padding-left: 30px;
    border-bottom: 1px #fff0 solid;
}

li {
    padding-bottom: 24px;
}

image {
    border:none;
}

/*博客标题 ： 月下巫*/
/*博客标题*/
#blogTitle,#blogTitle a {
    //font-weight:bold;
    //color:rgb(56,13,22);
    font-weight: bold;
    font-size: -webkit-xxx-large;
    color: #a97327;
    box-shadow: 0 0 45px;
}

#blogTitle .title {
    margin-top:0px;
    height:688px;
    line-height:1450px;
    font-size:36px;
}


.blogStats {
    height:48px;
    color:#fff;
    line-height:62px;
}


#mainContent .day{
    background: #aab76899;
    padding-left: 22px;
    margin: 30px 0px 90px 24px;
    border: 3px solid #351709b8;
    box-shadow: inset 0 0 40px #3e0707;
}

#mainContent .day:hover {
    background: #aab768;
}

#mainContent .day .dayTitle {
    display: block;
    position: relative;
    top: -35px;
}

#mainContent .day .dayTitle a {
    color: #1d1c19;
    font-size: 24px;
}


.postTitle {
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    color:#464646;
    background:url('https://images.cnblogs.com/cnblogs_com/Running-Time/724426/o_ajax-jump-loader.gif') no-repeat 0 3px;
    padding-left:30px;
}

/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#000;
}

.c_b_p_desc a {
    color: #003a15;
    display: block;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:2px;
    border-bottom-style:dotted;
}


/*博文页*/
#topics .post {
    background: #e5ece3;
    box-shadow: inset 0 0 100px #000000;
    padding: 26px 20px 0px 28px;
    margin-left: 24px;
}

.postCon {
    padding:10px 20px 0 20px;
}

.postDesc {
    margin: 0 30px;
    margin-bottom: 170px;
    padding: 10px 0px;
    font-size: 18px;
    color: #970006;
    background: #fff0;
    text-align: right;
}

.postDesc a {
    color: #012f07;
    font-weight: bold;
}

.postBody {
    padding:0;
}

/*google搜索框*/
#google_q,#q {
    height:22px;
    width:245px;
    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:#555555;
    border-radius:4px;
    color:#fff;
}

.btn_my_zzk:hover {
    background:#6DA47D;
}

/*评论按钮*/
#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
    background: #631010;
}

/*评论按钮*/
.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:#555555;
    color:#fff;
}

#btn_comment_submit:hover {
    background:#6DA47D;
}

/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#555555;
    border-bottom:solid 6px #555555;
}

.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}

.feedbackListSubtitle a {
    color:#888;
}

.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}

#commentform_title {
    color: #aae083;
    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 #8c2626;
}

/*评论框*/
#comment_form {
    margin:  0px 0px 0px 30px;
    padding: 30px;
}

.commentform {
    margin: 10px 0;
    padding: 10px 20px;
    background: #acacac;
    box-shadow: inset 0 0 100px #637779;
}

/*评论输入域*/
#tbCommentBody {
    font-family: 'MIcrosoft Yahei';
    margin-top: 10px;
    width: 940px;
    max-width: 940px;
    min-width: 940px;
    background: #558590;
    color: #001a4c;
    border: 2px solid #7f0305;
    box-shadow: inset 0 0 30px #271f1d;
    padding: 10px;
    height: 120px;
    font-size: 18px;
    font-weight: bold;
}

/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight:normal;
}

/*分类页*/
.entrylist {
    padding:10px 20px;
    background:#fff0;
}

.entrylistItem {
    background: #b0ffdb99;
    padding: 0;
    margin: 30px 0px 90px 24px;
    border: 3px solid #351709b8;
    box-shadow: inset 0 0 40px #3e0707;
}

.entrylistPosttitle {
    font-size: 28px;
    font-weight: bold;
    background: url(382306.css) no-repeat 0 3px;
    padding: 30px;
}

.entrylistPostSummary {
    padding:10px;
}
.entrylistItemPostDesc {
    font-size: 20px;
    color: #3c0000;
    float: right;
    font-weight: bold;
}

/*尾部*/
#footer {
    font-size: 12px;
    margin: 20px;
    padding: 12px;
    text-align: center;
    background: #0000;
    color: #bcbcbc;
    font-size: 14px;
}

/*文章内图片*/
#cnblogs_post_body {
    margin-bottom: 20px;
    font-size: 24px;
    color: #960036;
}

#cnblogs_post_body p img {
    margin:10px;
}

#blog_post_info #div_digg {
    float: right;
    margin:  0px 30px 30px 0px;
    font-size: 12px;
    width: 46px;
    text-align: center;
}
/*顶一下*/
/*.diggnum {
    font-size:28px;
    color:#555555;
    font-family:'Microsoft Yahei';
}
#div_digg .diggnum {
    line-height:100px;
}*/

/*.diggit {
    float:left;
    width:128px;
    height:128px;
    background:url("https://images.cnblogs.com/cnblogs_com/tianxiaxuange/1080376/o_2.jpg") no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}*/

/*
.diggit:hover {
    background-position:-128px 0;
	//background:#fff url("https://images.cnblogs.com/cnblogs_com/tianxiaxuange/1080376/o_2.jpg") no-repeat;
}*/

/*踩一下（园友反映，这个有点“邪恶”，呵呵，其实是我没来得及设计这个背景图片，就暂时把它隐藏了……可以去掉这句话）*/
.buryit {
    display:none;
}

.diggword {
    display:none;
}

/*green_channel*/
#green_channel {
    text: align:right;
    background: #767b62;
    padding-left: 20px;
    font-weight: normal;
    font-size: 15px;
    width: 1073px;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px;
}

/*最新评论*/
#myposts .PostList {
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0px 50px 0px;
    padding: 30px;
    background: #a8ff99;
    box-shadow: inset 0 0 40px #3e0707;
}

#mainContent #myposts .postDesc2{
    font-size: 20px;
    text-align: right;
}

#myposts .postTitl2 a {
    color: #960036;
}

#cnblogs_post_body .cnblogs_code {
}

#cnblogs_post_body .cnblogs_code div {

}

.cnblogs_code pre {
    font-family: Courier New!important;
    font-weight: bold;
    font-size: 18px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.cnblogs_code span {
    font-family: Courier New!important;
    font-weight: bold;
    font-size: 18px!important;
    line-height: 0.7!important;
}

#MySignature {
    margin-left: 30px;
}

#blog_post_info_block {
    margin: 20px 0px 0px 30px;
}

#post_next_prev {
    font-size: 24px;
}

#blog_post_info #author_profile {
    float: right;
    width: 114px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #f50000;
    margin-left: 0;
    font-size: 12px;
}

#comment_form #comment_nav a {
    padding: 20px;
    color: #ecff87;
}

#comment_form #ad_t2 {
    margin-top: 200px;
    line-height: 1.8;
}

#main .pager {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    color: #7db992;
    line-height: 200%;
}