.dayTitle a {
    color:#193441
}
#top_nav{
display:none !important
}
.postCon {
    background-color: #FFFFFF;
    font-family: "Comic Sans MS","微软雅黑";
    border-radius: 5px;
}
.postBody a:hover, .postCon a:hover {
    background: #327FF5;
    color: #fff;
}
.postBody a, .postCon a {
    color: #327FF5;
    text-decoration: none;
}
#comment_form a {
    color: #666666;
    text-decoration: none;
}
/*评论*/
.commentbox_title, div.commentform .comment_textarea {
    width: 99%;
}
div.commentform textarea {
    width: 99%;
    height: 100px;
    font-size: 14px;
}
.postDesc a {
    color: #327FF5;
}
/*设置相关样式*/
.blogStats {
    float: initial;
    color: #CCC0B3;
    margin-top: 0px;
    margin-right: 0px;
    text-align: right;
    border-top: 0px solid #E74C3C;
    background-color: #193441;
    background-color: border-radius: 0 0px 0 0;
}
#navList {
    margin-top: 0px;
    border-top: 0px solid #E74C3C;
    margin-bottom: 30px;
    background-color: #193441;
    border-radius: 0 0px 0 0;
}
#leftcontentcontainer li a:hover {
    color: #E74C3C;
}
#leftcontentcontainer li a {
    color: #CCC0B3;
    text-decoration: none;
    display: block;
    padding: .3em;
}
/*再上层设置下背景色*/
#home {
    background-color: #193441;
}
html{
    background-color: #193441;
}
#main {
    background-color: #193441;
    float: none;
}
/*侧边栏位置*/
#sideBarMain{
    text-align:left;
    margin-left: 10%;
}
/*超链接样式*/
a:link {
    color: #327FF5;
}
/*日历样式*/
.Cal {
    color: #CCC0B3;
}
.CalTitle {
    background: #193441;
    color: rgb(199, 200, 201);
}
#blog-calendar {
    width: 100%;
    margin-left: 0;
}
/*博客名下面的导航连接样式*/
#navList a:link, #navList a:visited, #navList a:active {
    color: #CCC0B3;
}
#navList li a:hover{
    background-color:#193441;
    color: #E74C3C;
}
/*博客名称样式*/
#blogTitle h1 a:visited, #blogTitle h1 a:link {
    color: #CCC0B3;
}
#blogTitle {
    background-color: #193441;
}
#blogTitle h1 {
    text-align: center;
}
#blogTitle h2{
    text-align: right;
}
#lnkBlogLogo {
    display: none;
}
#blogTitle .title a:first-letter {
    color: #666;
    font-weight:bold;
}
#blogTitle .title a:hover:first-letter {
    color: #666;
    background: #F6F6F6;
}
#blogTitle .title a:hover {
    color: #666;
    background: #F6F6F6;
}
#blogTitle{
    font-family:"Comic Sans MS","宋体";
}
/*侧边栏位置*/
#sideBar {
    margin-top: 20px;
}
/*侧边栏控件标题样式*/
.catListTitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 150%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px dotted #E74C3C;
    text-align: left;
    color: #FAEFEE;
    margin-left: 10px;
}
/*修改博客名*/
#Header1_HeaderTitle
{
    font-family: "Comic Sans MS","微软雅黑";
}
/*个人信息样式*/
.newsItem a:visited {
    color: #CCC0B3;
    text-decoration: none;
}

/*修改公告栏*/
.newsItem {
    padding: 15px;
    margin-bottom: 8px;
    border-radius: 0 5px 5px 0;
    text-align: left;
    color: #CCC0B3;
    background: #193441;
}
/*修改阅读时的背景*/
#cnblogs_post_body {
    background-color: #FFFFFF;
    padding: 1%;
    border-radius: 10px;
}
/*修改主体页面的背景*/
#mainContent .forFlow {
    background: #E9F2F9;
}
/*修改body背景*/
body{
    background: #193441;
    font-family:"Comic Sans MS","宋体";
    font-size:14px;
}
/*快速评论*/
#div_digg {
    position: fixed;
    bottom: 10px;
    right: 50px;
    border: 2px solid #ECD7B1;
    padding: 10px;
    width: 120px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

#div_digg{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #E9F2F9;
    padding: 10px;
    border-radius: 15px;
    /* border-width: medium; */
    /* border: black; */
    border-style: dashed;
    border-color: #193441;
}
/*相关博文*/
#under_post_news, #ad_t2{
    display: none;
}
}
/*修改文章中h1 h2 h3 h4格式*/
#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% rgb(58, 84, 117);
    border-radius: 6px 6px 6px 6px;
    color: rgb(199, 200, 201);
    font-family:"宋体","宋体";
    font-size: 20px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
#cnblogs_post_body h2{
    background: none repeat scroll 0% 0% rgb(79, 148, 205);
    border-radius: 6px 6px 6px 6px;
    color: rgb(0, 0, 0);
    font-family:"宋体","宋体";
    font-size: 18px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% rgb(100, 100, 100);
    border-radius: 6px 6px 6px 6px;
    color: rgb(255, 255, 255);
    font-family:"宋体","宋体";
    font-size: 16px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
#cnblogs_post_body h4 {
    background: none repeat scroll 0% 0% rgb(190, 190, 190);
    border-radius: 6px 6px 6px 6px;
    color: rgb(0, 0, 0);
    font-family:"宋体","宋体";
    font-size: 14px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}



#cnblogs_post_body p {
    font-family:"Comic Sans MS","宋体";
    font-size:15px;
}

#cnblogs_post_body a {
    text-decoration: none;
    color: #2769C0;
    padding: 1px 2px;
}
#cnblogs_post_body a:hover{
    color: #fff;
    background-color: #78AFD3;
    padding: 1px 2px;
}
#cnblogs_post_body ul li {
    list-style: inherit!important;
    margin-bottom: 0.1em;
}
#cnblogs_post_body h2 a{
    color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
    color: rgb(255, 102, 0);
}
/*图片格式*/
img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*清除浮动*/
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.scrollBtn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 54px;
    _position: absolute;
    z-index:500;
}
.scrollBtn a {
    display: inline-block;
    overflow: hidden;
    width: 54px;
    height: 54px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-align: center;
    opacity: .6;
    color: white;
    background: url(//images.cnblogs.com/cnblogs_com/ChenXu-net/517141/o_gototop.png) no-repeat 0 0;
    filter: Alpha(Opacity=60);
}
.scrollBtn li {
    float: left;
    overflow: hidden;
    height: 54px;
    margin-bottom: 5px;
}
.scrollBtn a:hover {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.sB-comment a {
    height: 17px;
    padding-top: 34px;
    padding-bottom: 3px;
    background-position: 0 -59px;
}
.sB-share a {
    background-position: 0 -118px;
}
.sB-goTop a {
    background-position: 0 -177px;
}
/*屏蔽广告*/
.c_ad_block {
    display: none;
}
/*其他*/
.postBody blockquote {
    background-color: rgb(233, 242, 249);
}
blockquote {
    border: 0px;
}
li {
    line-height: 23px;
}
/*修改标题背景*/
.postTitle {
    background: #E9F2F9;
    padding: .4em;
    position: relative;
    right: 0;
    margin-top: 7px;
    width: 100%;
    font-size: 1.1em;
}
.postTitle a {
    color: #666;
    text-decoration: none;
}


/*//博客目录标题样式*/
#postlist_postbody_11213690 h2,.First {
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 20px;
    clear: both;
    margin: 10px 0;
    padding: 6px 20px;
    text-align: left;
    color: white;
    border-radius: 4px;
    background: #59C3E4;
}

#postlist_postbody_11213690 h3,.Second {
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 18px;
    clear: both;
    margin: 10px 0;
    padding: 6px 20px;
    color: white;
    border-radius: 4px;
    background: #789FF3;
}

#postlist_postbody_11213690 h4,.Third {
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 16px;
    clear: both;
    margin: 10px 0;
    margin: 15px 0;
    padding: 6px 20px;
    color: white;
    color: #999;
    border-radius: 4px;
    background: #c6efd2;
}