#home {
    margin: 0 auto;
    width: 90%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/ 
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*box-shadow: 0 2px 3px rgba(100, 100, 100, 0.3);*/
    border-radius:10px    
}

body {
    background-color: rgba(255, 255, 255,0.8);
    background:  url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg')  fixed no-repeat;
      /* background-image: url('https://images.laozuo.org/other/3.jpg');*/
    background-position: 50% 5%; 
    background-size: cover;

}
#blogTitle {
    height: 50px;  /*高度*/
    clear: both; 
    background:  rgba(0, 76, 113, 1) url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg')  fixed no-repeat ;
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
    margin:auto;
}
#blogTitle h1{ 
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;/*原始 1.6em*/
    margin-top: 5px;/*原始 15px */
    color: #548B54;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 11px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.2;
    color: red;
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator{
  
    background-color: rgba(33, 160, 139, 0.8);
    height:40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    padding-top:0px;
    text-alignment:top;
}

.blogStats{
    color: #eee;
	font-size:10px;
}


.postTitle {    
    border-left: 8px solid rgba(33, 160, 139, 0.8);
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: black;
    transition: all 0.4s linear 0s;
    font-size:12px;
}
.postTitle a:hover {
    margin-left: 50px;
    color: red;
    text-decoration: none;
}
.postCon {        /*摘要*/
    float: right;
    line-height: 1.0em;
    width: 100%;
    clear: both;
    padding: 5px 0;
    color:#0E0E0E;

}


.day  a {   /*post 橍位*/
    padding-left:10px;
	font-size:12px;
	font-family: "楷体","宋体" , "黑体" ,Arial;
}



.day {     /*post 橍位*/
    font-size:12px;
	color:red;
    background: rgba(255, 255, 255, 0.9);
}


/*文章附加信息 posted... */
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: black;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 11px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 15px;
    line-height: 1.2em;
    padding-bottom: 10px;	
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
    word-wrap: break-word;
   line-height: 1.2em;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(33, 160, 139, 0.7);
    font-size:12px;
    font-family:"楷体" , "宋体" , "黑体" ,Arial;   
}

#topics{
    font-size:12px;
    background: rgba(255, 255, 255, 1);

}

.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

#q{background: rgba(255, 255, 255, 0.5);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0.8);    
}

.cnblogs_code div{
    background: rgba(255, 255, 255, 0.8);    
}

.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0.8);  
}

#main{min-width: 640px;}
.entrylist{
	font-size:13px;
	font-family:  "黑体" ,Arial;
}