body{
zoom:0.9
}

#navigator {
    background-color: black;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
}

#main {
    min-width: 950px;
    text-align: left;
    padding: 10px 0 0 5px;
    overflow: hidden;
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -20em;
    margin-right: 10px;
    display: inline;
    width: 100%;
}

#sideBar {
    width: 254px;
    min-height: 210px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    margin-bottom: 10px;
    background: #FAFCFD;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #A7A8AD;
    overflow: hidden;
    zoom: 1;
}

.catListTitle {
    background: #390;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.day {
    min-height: 10px;
    _height: 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #A7A8AD;
    color: #666666;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 5px 20px 10px;
}

.dayTitle {
    width: 100%;
    color: #666;
    line-height: 2.0em;
    font-size: 22px;
    clear: both;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.postTitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 0px dashed #ccc;
    float: right;
    line-height: 2.0em;
    font-size: 18px;
    width: 100%;
    clear: both;
}

#blog_post_info, #comment_form, #post_next_prev, #footer {
   display:none;
}

#topics {
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #A7A8AD;
}

#footer {
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 0px solid black;
    margin-top: -32px;
    padding-top: 5px;
    margin-bottom: 5px;
}