body {
    font-size:18px;
    padding:0;
    margin:0;
    font-family:Helvetica, Microsoft YaHei, Source Sans Pro, sans-serif;
    background:#FFF no-repeat top center fixed;
    min-width:1200px;
    color:#555;
    font-weight:400;
    }

   a {
   text-decoration:none;
   color:#5084F0;
   }


#home {
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow:0 0 2px #000;
    background:#fff;
    overflow:auto;

}


#header {
    padding:50px 50px 40px 50px;
    height:220px;
    background:-webkit-gradient(linear, left top, left bottom, from(#1D60EC), to(#FFF))
    }

#blogTitle,#blogTitle a {
    padding:0 0 0 70px;
    font-weight:bold;
    color:#FFDE00;
    font-size:56px;
    text-decoration:none;
    }

.subtitle {
    padding:0 0 0 150px;
    font-size:18px;
    color:#FFF;
    margin:10px 0 20px;
    font-weight:normal;
}


#navigator {
    font-size:24px;    
    height:50px;
    text-align:center;
    padding-left:75px;
    margin-top:40px;
    }



#navList li {
    display:inline-block;
    list-style:none;
    float:left;
    line-height:50px;
}

#nav_sitehome a ,#nav_rss a,#nav_admin a,#nav_ing a,#nav_contact a {
    text-decoration:none;
    padding:0 30px;
    line-height:50px;
    border:0;
    color:#fff;
    display:inline-block;    
}


#blogTitle a:hover,#navList li a:hover {
    color:#FFDE00
    }

.blogStats {
    line-height:50px;
    color:#fff;
    display:inline-block;
    text-align:left;
}
   



#main {
    padding:30px 50px;
    line-height:1.5;
}


#mainContent {
    margin:0 auto;
    padding:0;
    background:#fff;
    width:880px;
    font-size:18px;
}

.postTitle {
    margin:20px 0;
    padding-left:20px;
    display:block;
    color:#5084F0;
    font-size:32px;
    border-left:10px solid #FFDE00; 
}

.postCon,#cnblogs_post_body {
    padding-left:30px;
}

.postDesc {
    padding-right:8px;
    float:right;
    font-size:16px;
    color:#888;
}

.topicListFooter {
    clear:both;
    float:right;
    font-size:16px;
}

#sideBarMain {
    background:#fff;   
    width:240px;
    padding:0 30px;
}


#blog-comments-placeholder {
    font-size:16px;
}

.feedback_area_title {
    clear:both;
}



.dayTitle,#sideBar,#nav_myhome a,#nav_q a,#nav_newpost a {
    display:none;
}


#footer {
    clear:both;
    text-align:center;
    margin:10px auto;
    color:#5084F0;
    }