body{
	 background-color: #000000;
   padding: 0px;
   margin: 0px;
 }

#gradient
{
  width: 80%;
  height: 2px;
  padding: 0px;
  margin: 0px;
}

#home {
    margin: 0 auto;
    width: 80%;/*原始65/80*/
    min-width: 980px;/*页面顶部的宽度*/
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.9);
    border-top-color: #fff8dc;/*ff9900,7fffd4,4e8bec,9fd787*/
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-color: #ff3a00;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    
}
body {
    /*https://hdwallpapersny.com/images/HD-Wallpaper-D5D_C7l5MM8.jpg*/
    /*https://hdwallpapersny.com/images/Autumn_Park_Wallpaper.jpg*/
    /*https://hdwallpapersny.com/images/Hdwallpapers1_hdwallpapersny.jpg*/
    /*https://images.cnblogs.com/cnblogs_com/astoninfer/1238717/o_wall2.jpg*/
    background: rgba(0,0,0,1) url('https://images.cnblogs.com/cnblogs_com/astoninfer/1238717/o_wall2-cm.jpg') fixed no-repeat;
    background: rgba(204,204,178,1);
    background-position: 50% 5%; 
    background-size: cover;
}
#blog-calendar a:link{
    color: #fff;
    font-weight: normal;
}
#blog-calendar a:hover{
    color: #ff9900;
    font-weight: normal;
}

#blogTitle h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #ff9900;
    transition: all 0.4s linear 0s;
}
#blogTitle h2 {
    font-weight: normal;
    font-family: "楷体","楷体_GB2312";
    font-size: 13px;/*原始 50px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #000;
}

/*
#navigator{
    background-color: #f1c232;
}
*/
#navList a:link, #navList a:visited{
    color: #757575;
    font-size: 13px;
    font-weight: normal;
}
#navList a:hover, #navList a:active{
    color: #ff9900;
    font-size: 13px;
    font-weight: normal;
}
.cnblogs_code{
    background: #fce5cd;    
}
.cnblogs_code div{
    background: #fce5cd;    
}
.postTitle {
    font-size: 16px;
}
.postTitle a:hover{
    color: #ff3a00;
    margin-left: 0px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    transition: all 0s linear 0s;
}
.postCon {
    font-size: 13px;
}