#home {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 0.3);
    min-width: 950px;
    padding: 30px;
    width: 85%;
}
body {
background: url(https://files.cnblogs.com/files/kingjordan/%E4%B8%8B%E8%BD%BD.bmp) no-repeat fixed;
    background-size: cover;
}



#blogTitle h1 
{
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5em;
        margin-top: 10px;
}
#nav_next_page{
font-size:30px;
font-weight: bold;
color:red !important;
}
#navigator {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 16px;
    height: 60px;
    margin-top: 25px;
}

#blogTitle h1 a {
    color:#0072E3;
   transition:all 0.5s;
}
#blogTitle h1 a:hover{
color: #9393FF;
   transition:all 0.5s;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(255, 255, 255, 0);
    margin-bottom: 35px;
    word-wrap: break-word;
}
#blogCalendar{
   background: rgba(255, 255, 255,1);
}
#blogTitle h2 {
    color: #4682b4;
    float: left;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.84615;
   transition:all 0.5s;
}
#blogTitle h2:hover {
    color: #ff6347;
    float: left;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.84615;
   transition:all 0.5s;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #21759b;
    font-weight: bold;
   transition:all 0.5s;
}
.blogStats{
color:#000000;
}
#profile_block a{
 color: #4682b4;
}
#profile_block a:hover{
   text-decoration:none;
    color: #21759b;
}
#navList a:hover{
    color: #ff6347;
    font-weight: bold;
   transform:scale(1.2);
   transition:all 0.5s;
}
.postTitle a:hover {
    color: #ff6347;
    margin-left: 30px;
    text-decoration: none;
}
