body {
    color: #000;
    background: #e2e6db;
    font-family: font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
}
  
#header {
    height: 232px;
    background: #e2e6db;
    padding-bottom: 5px;
}
#blogTitle {
    height: 166px;
    clear: both;
    position: relative;
}
#navigator {
    height: 40px;
    clear: both;
}
#blogTitle a {
    color: #110f0f;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #5f5252;
font-size: 16px;
font-family: inherit;
font-weight: bold;
}
#blog_stats{

    color: #830ef8;
    font-size: 12px;

}
.catListTitle{
background: url('') left center no-repeat;
padding-left: 0px;
}
#sideBar{
border: 1px solid beige;
padding: 10px 10px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
color: #501309;
font-size: 16px;
}
.day{
position: relative;
margin-right: 20px;
}
.dayTitle{
border-bottom: 1px solid beige;
width: 100%;
}
#topicList {
    float: right;
}
#sideBar {
   float: left;
}
#home {
    margin: 0 auto;
    width: 1266px;
    text-align: left;
}
#topicList {
    width: 888px;
    min-height: 200px;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#sideBar {
    width: 266px;
    _width: 234px;
    min-height: 200px;
    padding: 10px 10px 5px 0;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#sideBarMain{
    margin-left: 36px;
    margin-top: 20px;
}
#sidebar_toptags{
    display: none;
}
#sidebar_shortcut{
    display: none;
}