#blogTitle h1 a {
    color: #069;
}

//博客园各个文章间的间距调整
.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 3px;
    line-height: 1.5;
    margin-bottom: 25px;
}