/*公用*/ 
body {
    font-size:15px;
    padding:0;
    margin:0;
    background: #000;
    font-family:"微软雅黑","宋体",Arial;
    min-width:1200px;
z-index:-200;
}
#home {
    opacity: 0.90;
    filter: alpha(opacity=85);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    border:solid 1px #fff;
}
/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#464646;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:20px;
}
#navigator {
    font-size: 16px;
    height: 48px;
    background: #55895B;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#navList li {
    margin: 0;
    line-height: 48px;
    display: inline-block;
    float: left;
}

#navList li a {
    padding: 0 30px;
    text-decoration: none;
    line-height: 48px;
    border: 0;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
}
.blogStats {
    height: 48px;
    color: #fff;
    line-height: 48px;
}

 #embed{
    position: fixed;
    right:-10px;
    top: -10px;
  }