.catListTitle{

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.dayTitle {
    background: #eef none repeat scroll 0 0;
    font-size: 12px;
    left: -10px;
    line-height: 1.2;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 50px;
}
.dayTitle {
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-bottom: 17px;
    position: absolute;
}
.day {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px 10px;
    padding: 10px 10px 10px 60px;
    position: relative;
}
.day {
    margin-bottom: 20px;
    min-height: 10px;
    padding-bottom: 5px;
}
.catListPostCategory ul li a{
    background-color: #399af1;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    padding: 4px 6px 3px;
    width: 20px;
}
.catListPostCategory ul li a:hover{
    opacity: 1.0;
}

div#blogTitle .title a {
    color: #000;
}