#main {
    width: 1200px;
    margin: 20px auto 0;
}
#mainContent {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 940px;
}
#blogTitle {
    height: 60px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
#navigator {
    height: 30px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
#topics .postTitle {
    width: 100%;
    padding-left: 20px;
    text-align: left;
}
#topics .postTitle a {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff6600;
    /* text-shadow: 0 0 1px #a7a8ad; */
    line-height: 1.5em;
}
.catListTitle {
    color: #fff;
    font-size: 1.2em;
    border-bottom: 1px solid #dadfe1;
    height: 1.5em;
    line-height: 1.5em;
    background: #103858;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px;
    text-indent: 1em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}