body{
   background:#f0f0f0;
}

#header {
    background: #fff;
}

#blogTitle h1 a {
    color:#808080;
}

#header .blogStats{
   color:#808080;

}

#navList a:link, #navList a:visited, #navList a:active {
    color: #2eb1e8;
}

#navList a:hover:after{
   color:#f60;
}

#navigator {
    height: 60px;
    line-height:60px;
    clear: both;
    width: 1000px;
    margin: 0 auto;
    border-top:1px solid #f0f0f0;
}

#header #navList a:hover{
    color:#f60;
}
.blogStats {
    color: #dadfe1;
}
#blogTitle h2 {
    color: #a3b2be;
    margin-left: 1em;
    margin-top: 30px;
    line-height: 1.5em;
    width: 50%;
    float: left;
    font-size: 0.8rem;
}
#navList a:hover {
    color: #c00;
    text-decoration: none;
}
#main {
    width: 1200px;
    margin: 20px auto 0;
}
#mainContent {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 880px;
}
.dayTitle {
    height: 43px;
}

.dayTitle{
   border-radius:2px 8px 2px 24px;
}