#home {
    opacity: 0.80;
    margin: 0 auto;
    width: 85%;/*原始65*/
    min-width: 950px;/*页面顶部的宽度*/
    background-color: rgba(252,252,252,0.5);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);
}
body {
    background: rgba(12, 100, 129, 0.75)url('https://images.cnblogs.com/cnblogs_com/cytus/1257161/o_ka.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(255,255,255,0);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color:#6E0F01;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.6;
    color: #111;
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator{
    background-color: rgba(0,152,183,1);
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#navList a:hover {
    color:#9e0024;
    text-decoration: none;
}
.blogStats{
    color: #ff000c;
}
.postTitle {
    border-left: 8px solid rgba(0,152,183,1);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    float: left;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#0185C9;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 15px;
    color:#9e0024;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 5px;
}
.day {
    background: rgba(255,255,255,0,5);
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(211,60,1,1);
}

#topics{
    background: rgba(255, 255, 255, 0.5);
}

.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0);    
}

.cnblogs_code div{
    background: rgba(255,255,255,0);    
}

.cnblogs_code_toolbar{
    background: rgba(255,255,255,0);  
}

.entrylist{
    background: rgba(255, 255, 255, 0.5);  
}


/*边侧栏公告设置*/
#blog-news p {
font-size: 15px;
text-align: left;
font-family: "微软雅黑" , "宋体" , "黑体" ,Arial; 
color: #000000;
font-variant: small-caps;
}




/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 0;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 46px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    border: 2px solid red;
}
/* ignore反对 */
.buryit {
    display: none;
}





/*标题部分*/
#cnblogs_post_body h1 {
background: gray !important;
background:#2741D2 !important;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: #FFFFFF;
font-family: "Courier New", "宋体", "黑体", Arial;
font-size: 16px;
font-weight: bold;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}
#cnblogs_post_body h2 {
    /*background: none repeat scroll 0% 0% rgb(75,0,146);*/
    border-radius: 6px 6px 6px 6px;
    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    color: #3a6191;
    font-family: "Courier New","宋体","黑体",Arial;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}



/*评论带头像*/
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}



/*个性签名*/
#MySignature {
    display: none;
    background-color:#f796a7;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #0089ff;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}


/*代码高亮部分*/
.cnblogs_code{
border:none;
background:none;
padding:0;
}
#cnblogs_post_body ol {
padding-left:7px;
}
.cnblogs_code div{
display:none;
}
.postBody li, .postCon li{
margin-bottom:0;
}
.prettyprint, pre.prettyprint{
margin:0 !important;
}
.cnblogs_code span{
font-size:14px !important;
}