/*div.dayTitle{
    font-size:20px;
    color: #2ddf5c;
    text-align: center;
}

div#sideBar{
    float: right;
}*/

div.dayTitle{
    font-family: 'Montserrat', SimSun;
    font-weight: normal;
    color: #0e6161;
    font-size: 16px;
}

#blog-calender{
 font-family: 'Montserrat';
}

.post-view-count{
  color:blue
}

.post-comment-count{
  color:green;
}

.post-digg-count{
  color:red;
}

body { 
    background-color: #efefef;
    background-image: radial-gradient(ellipse farthest-corner at 20% 50%, #990000, black 70%, red);
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center 0; 
    background-size: cover; 
 }

.postTitle,
.postTitle a:link, 
.postTitle a:active {
    border-left-color: #990000;
    color: #990000;
    //border: dotted #f17171 2px;
 }

h3.catListTitle{
    border: dotted #f17171 2px;
    background-color: black;
    color: #f17171;
}

.postTitle a:active{
    text-decoration: underline;
 }

.postTitle a:visited{
    color:orangered;
 }

 #cb_post_title_url{
    color: #990000;
 }

.postTitle2.vertical-middle{
    color: #990000;
}

.c_ad_block{
    display: none;
}

#ad_t2{
    display:none;
}

div#blogTitle{
    font-size: 30px;
}

#Header1_HeaderTitle{
    font-family: 'Hanalei Fill', cursive;
}

#google_image_div{
    display:none;
}

.under-post-card{
    display: none;
}

.hljs{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 13px;
}

.cnblogs_code pre{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 13px;
}

.cnblogs_code span{
    font-family: 'Ubuntu Mono', monospace;
    font-size: 13px;
}