.postBody blockquote {
    font-size: 120%;
    border: none;
    padding: 0 1em;
    color: #6a737d;
    border-left: 0.55em solid #dfe2e5;
    /*隐去默认的引号图片*/
    background: none;    
    /*覆盖默认90%*/
    /* width: 100%;*/
}

#navigator {
    background-color: #12162D;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
}

#blogTitle h1 {
    font-size: 250%;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 1 em;
    margin-top: 10px;
    width: 50%;
    float: left;
}

#myposts {
    margin-left: 0px;
    margin-top: -10px;
    margin-bottom: 15px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 15px;
}
