.postTitle{height:auto;margin-top:12px;}

.postTitle a,#topics .postTitle a{color:#056276;}
.postDesc{margin-top:20px;}
#header{height:210px;}
#main{width:980px;}
#blogTitle{top:50px;left:50px;}
#navigator{top:50px;left:50px;}
.blogStats{margin-right:350px;}
.postCon a,.postBody a{color:#AB622B;}
.postCon,.postBody{color:#333;}

@keyframes xuanzhuan{
         0%{
                   transform:rotateY(0deg);
                   }
         50%{
                   transform:rotateY(180deg);
                   }
         100%{
                   transform:rotateY(0deg);
                   }
         }
@-webkit-keyframes xuanzhuan{
         0%{
                   -webkit-transform:rotateY(0deg);
                   }
         50%{
                   -webkit-transform:rotateY(180deg);
                   }
         100%{
                   -webkit-transform:rotateY(0deg);
                   }
         }
#blogTitle h1,#blogTitle h2{-webkit-perspective:800;perspective:400;display:inline-block;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all 1s;-webkit-animation:xuanzhuan 1s 2 ease-in;animation:xuanzhuan 1s 2 ease-in;}
#blogTitle h2{-webkit-animation:xuanzhuan 1s 2 ease-in 1s;animation:xuanzhuan 1s 2 ease-in 1s;}
img{max-width:100%;}