#header {
    background: none repeat scroll 0% 0% #075EB4;
}
#navigator {
    height: 18px;
    clear: both;
    width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    right: 0px;
}
.blogStats{display:none;}
#navList a:link, #navList a:visited, #navList a:active {
    color: #D2E8FB;
}
.blogStats {
    float: right;
    color: #F3F5F8;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
}
#blogTitle {
    height: 39px;
    clear: both;
    width: 100%;
    margin: 0px auto;
}
#blogTitle h1 {
    position: relative;
    top: 6px;
    line-height: 1em;
    margin-top: 0px;
    font-weight: bold;
    font-size: 2em;
    padding-top: 0px;
    margin-left: 10px;
    float: left;
}

#blogTitle h2 {
    display:none;
}
#main {
    width: 100%;
    margin: 20px auto 0px;
    position:relative;
}
#mainContent {
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: none;
    width: auto;
    margin-right:260px;
}
#sideBar{
    position:absolute;
    right:0px;
    top:0px;
}
#topics {
    background: none repeat scroll 0% 0% #EDF2EC;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #A7A8AD;
    min-height: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding: 15px 30px;
    margin: 0px 5px 20px 0px;
}
#topics .postTitle {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
#topics .postTitle a {
    font-size: 1.2em;
    font-weight: bold;
    color: #3B3F5A;
    text-shadow: 0px 0px 1px #A7A8AD;
    line-height: 2.5em;
}
.newsItem {
    border-radius: 0px;
}
.catListEssay, .catListLink, .catListNoteBook, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListArticleArchive, .catListImageCategory, .mySearch, .catListComment, .catListView, .catListFeedback {
    border-radius: 0px;
}
.catListTitle {
    background: none repeat scroll 0% 0% #2267C0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.day{margin: 0 5px 5px 0px;}
.day:after {
    content: "";
}
.dayTitle {
    display:none;
    text-indent:0px;
    text-align:center;
    height:50px;
    padding-top:5px;
}
.dayTitle a{
    color: #FF4D06;
    text-decoration: none;
    text-shadow:none;
}
.dayTitle {
    border-radius:0px;
}
.day {
border-radius:0px;
}
@media screen and (max-width:768px){
#mainContent {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 100%;
}
#sideBar{
    position:static;
    width:100%;
}
}