.topicListFooter {
	text-align:center;
	margin-right:10px;
	margin-top:10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
#navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 60px;
    background: #FEFEF2 url('/Skins/coffee/images/line.gif') left bottom repeat-x;
    margin-bottom: 20px;
}
#navList li {
    float: left;
    width:80px;
    height:80px;
    border:0px solid red;
    border-radius:40px;
    margin-right:30px;
    font-size:15px;
    background-color:#F2E1C9;
    animation:mymove 1s; 
    -webkit-animation:mymove 1s; 
    -moz-animation:mymove 1s; 
    -ms-animation:mymove 1s; 
}
@keyframes mymove{
    0%{opacity:0;}
    100%{opacity:1;}
}
@-webkit-keyframes mymove{
    0%{opacity:0;}
    100%{opacity:1;}
}
@-moz-keyframes mymove{
    0%{opacity:0;}
    100%{opacity:1;}
}
@-ms-keyframes mymove{
    0%{opacity:0;}
    100%{opacity:1;}
}
#navList li:nth-child(1){
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}
#navList li:nth-child(2){
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
}
#navList li:nth-child(3){
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
}
#navList li:nth-child(4){
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
}
#navList li:nth-child(5){
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
}
#navList li:nth-child(6){
    animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s;
    -moz-animation-delay: 3.1s;
    -ms-animation-delay: 3.1s;
}
#navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 105px;
    background: #FEFEF2 url('/Skins/coffee/images/line.gif') left bottom repeat-x;
    margin-bottom: 20px;
}
#navList li:nth-child(1) a,#navList li:nth-child(3) a{
    color:#359FCD;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 32px;
    padding-left:18px;
}
#navList li:nth-child(2) a,#navList li:nth-child(4) a,#navList li:nth-child(5) a{
    color:#359FCD;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 32px;
    padding-left:24px;
}
#navList li:nth-child(6) a{
    color:#359FCD;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 32px;
    padding-left:9px;
    margin-right:0px;
}
.blogStats {
    float: right;
    color: #333333;
    margin-top: 50px;
    text-align: right;
}
#blogTitle h2 {
    line-height: 1.5;
    margin-left: 6em;
    color: #935A32;
    width: 60%;
}
#blogTitle h1 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 25px;
    margin-left: 2em;
    font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
    font-size: 32px;
}