#profile_block { display:none; }
h3.catListTitle { display:none; }
#leftcontentcontainer { display:none; }
#navigator .blogStats { display:none; }
.dayTitle { display:none; }


a:hover {
    text-decoration:underline;
}

body{
    background: #eeeeee;
    font-family: "Microsoft Yahei";
    word-wrap:break-word;
}

::selection{
    background: #e0e0e0;
}

#home {
    margin: 0 auto;
    width: 840px;
    height: 100%;
}

#header {
    margin: 10px 0;
    padding: 10px 0;
    position:relative;
}


#blogTitle a { color: #555555; }
#blogTitle a:hover { text-decoration: none; }



#navigator {
    width:100%;
    margin: 5px 0;
    padding:10px 0;
}

#navigator li{    
    margin: 0 5px;
    float:left;
}

#main {
    position:relative;
    width:840px;
    background-color: #e0e0e0;
}

#mainContent{
    background-color: #ffffff;
    margin-right:240px;    
    padding:20px;
}

.day .postDesc {
    border-bottom:dotted 2px #ddd;
    margin: 5px 0 15px 0;
    font-size: 80%;
    color: #666666;
}

.day .postTitle, .post .postTitle{
    font-size: 130%;
    font-weight: bold;
    text-shadow: 2px 3px 2px #cdcdcd;
    margin:5px 0;
}

.day .c_b_p_desc{
    padding: 5px 0;
}

.day .c_b_p_desc_readmore, .topicListFooter a{
    border-left: 2px #666 solid;
    font-size: 80%;
    padding: 0 5px;
    margin: 0 5px;
    color: #666;
}

.day .c_b_p_desc_readmore:hover, .topicListFooter a:hover{
    background: #efefef;
}

.catListTitle{
    color:#aaaaaa;
}

#sideBar {
    width:200px;
    position:absolute;
    padding:20px;
    right:0px;
    top:0px;
}

h3 {
    color: #aaaaaa;
    margin: 5px 0;
}

#footer{
    text-align:center;
    padding:10px 0;
}