/* 响应式设置*/
#main {
    min-width: 0px !important;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 990px) {
    #home {
        margin: 0 15px;
    }
}

@media (max-width: 640px) {
    #sideBar, #mainContent {
        width: 100%;
        margin-right: 0px !important;
    }
    .post {
        border-left: none;
    }
   .postImg {display:none}

    #mainContent .forFlow {
        margin-left: 0em !important;
    }

    #main {
        padding: 20px 0 0 0px;
        overflow: hidden;
    }
}

#navigator {
    height: auto;
    overflow: hidden;
    *zoom: 1;
}

#navList {
    float: left;
}

#navList li {
    display: inline;
    float: none;
}

/* 以上是响应式设置*/

#blogTitle {
    height:80px;
}
#Header1_HeaderTitle {
    color: #fff;
    text-shadow: none;
    font-size: 28px;
    font-family: 幼圆;
}

body {
    font-family: "Microsoft Yahei","微软雅黑","STHeiti Light","华文细黑",SimSun,"宋体",Arial,sans-serif;
}


}

.dayTitle {
    font-size: 12px;
    text-align: left;
}

#blogTitle {
    background-color: #000;
}

#blogTitle h2 {
    margin-left: 4em;
    line-height: 1.5;
    width: 50%;
    float: left;
    color: #fff;
}

#Header1_HeaderTitle {
    color: #fff;
}

.cnblogs_code {
    background: #f0f0f0;
    width: 95%;
    box-shadow: 1px 2px 2px #A7A8AD;
    border-radius: 7px;
}

#blogCalendar {
    color: green;
    font-size: 12px;
}

.div_my_zzk {
    padding: 10px;
}

.PostList {
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 7px;
}

.postTitl2 {
    float: left;
    font-size: 14px;
}

.postImg img {
  margin-top:10px;
  border-radius: 7px;
}

/* 返回顶部 */
#back-to-top {
    bottom: 0;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

h1,h2,h3,h4 {
    text-shadow: 5px 5px 20px;
}

#taglist {
    margin-bottom: 15px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    overflow: hidden;
    padding: 20px;
    color: green;
}

#taglist_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}

p {font-family: 'Microsoft YaHei'; font-size: 16px;}

/*.postCon,*/ 

.postDesc {
    text-align: left;
}

.postSeparator {
    border-top: 1px solid #d2d8de;
}

#post_detail {
    box-shadow: grey 5px 5px 20px;
}

/* 回复框*/
#comment_nav a {
    padding: 10px;
    color: #258fb8;
}

#commentform_title {
    color: #aaa;
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
}

#comment_form_container {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: grey 5px 5px 20px;
    padding: 20px;
}

#tbCommentBody {
    font-family: 'MIcrosoft Yahei';
    margin-top: 10px;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    height: 120px;
    font-size: 14px;
    min-height: 120px;
    border-radius: 10px;
    width: 98%;
}

#sidebar_shortcut, 
#sidebar_postcategory, 
#sidebar_postarchive, 
#sidebar_imagecategory, 
.cnblogs_code_toolbar {
    display: none;
}