#header {
    background: rgba(255, 255, 255, 0);
    /*margin-right: 4%;*/
    height: 178px;
    opacity:0.8;
}

::selection {
    color: #f5f5f5;
    background: #4ea5e2;
}

#mainContent .forFlow {
    background: #FEFEF2;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 96%;
    margin: 0 auto;
}

body {
    color: #000;
    background: url('https://images2017.cnblogs.com/blog/1277192/201711/1277192-20171114210716406-1560066659.jpg')  no-repeat fixed;
    background-size: 100% 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    line-height: 1.5;
}

#blogTitle {
    height: 0px;
    width:0px;
    clear: both;
}

#blogTitle a {
    color: rgb(106, 134, 57);
    font-size: 25px;
}

#blogTitle a:hover {
    color: #22c38f;
    font-size: 30px;
    text-decoration: none;
    transition: all 1s;
}

#profile_block {
    margin-top: 5px;
    padding: 5%;
    line-height: 1.5;
    text-align: left;
    background: #FEFEF2;
}

#calendar {
    width: 230px;
}

#calendar .Cal {
    width: 100%;
    line-height: 2em;
    background: #FEFEF2;
    color: black;
}

.mySearch{
    background: #FEFEF2;
    padding: 10px 15px 10px 15px;
}

.catListLink{
    background: #FEFEF2;
    padding: 10px 15px 10px 15px;
}

.catListPostArchive{
    background: #FEFEF2;
    padding: 10px 15px 10px 15px;
}

.CalWeekendDay {
    background: #E3E3E3;
    border-radius: 12px;
}
.CalTodayDay {
    background: #E17272;
    color: white;
    border-radius: 15px;
}

.CalDayHeader {
    /* background: url('/Skins/coffee/images/bg_cal_day.gif') 50% 0 no-repeat; */
    background: rgb(167, 86, 86);
    border-radius: 15px;
    color: white;
    padding-bottom: 5px;
}
.CalTitle {
    background: transparent;
    color: #BE2C2C;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 100%;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background: url('/Skins/coffee/images/title_cata.gif') 0 50% no-repeat;
    color: #BC4040;
    padding: 8px 0px 0px 32px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
    margin-top: 15px;
    margin-left: -36px;
    margin-bottom: 10px;
    text-align: left;
    background: 0 52% no-repeat;
    color: #BC4040;
    padding: 8px 0px 0px 32px;
}
#footer {
    text-align: center;
    min-height: 15px;
    height: 30px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 35px;
    background: rgba(254, 254, 242, 0) ;
    font-size: 25px;
}

#navList li {
    float: left;
    font-size: 20px;
    margin-right: 30px;
}

#navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 45px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

#navList a {
    height: 30px;
    float: left;
    text-align: center;
    padding-top: 10px;
    margin-right: 12px;
    font-size: 18px;
    font-weight: bold;
}

.blogStats {
    float: right;
    color: #333333;
    font-size: 14px;
    margin-top: 8px;
    text-align: right;
    margin-top: 20px;
}

.catListView {
    padding-left: 14px;
    background: #FEFEF2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cnblogs_code {
    background-color: #f5f5f5;
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 2px solid #E1AFAF;
    border-radius: 10px;
    padding: 8px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.postTitle:hover{
    text-indent:2em;
    transition: all 0.6s;
}

#sideBar{
    display:none;
}

.bk{
    border: 1px solid #949393;
    width: 50%;
    padding: 0 10px;
}

.keyp{
    background: #e4f0f5;
    white-space: pre-wrap;font-size: 16px;
    font-size: 1rem;
    border: 0 solid #3f87a6;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    font-family: consolas,monaco,"Andale Mono",monospace;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    overflow: auto;
    direction: ltr!important;
    text-align: left!important;
    border-left-width: 5px!important;
    border-right-width: 0!important;
    -moz-tab-size: 4;
    tab-size: 4;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
@media (min-width:765px){
    #main{
        width:90% !important;
        min-width:auto;
        margin:0 auto;
    }
    #home{
        min-width:auto;
    }
}
@media (min-width:1000px){
    #main{
        width:80% !important;
        min-width:auto;
        margin:0 auto;
    }
    #home{
        min-width:auto;
    }
}
@media (max-width:765px){
    #main{
        width:100% !important;
        margin: 0 auto;
        
    }
    .forFlow{
        width:100% !important;
    }
}

#mainContent .forFlow {
    background: #FEFEF2;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}