#blogTitle h2{
padding: 0;
font-size: 18px;
color: #999;
}
#day,#water{
font-size: 30px;
line-height: 40px;
color: skyblue;
text-align: center;
background: linear-gradient(to right, #5B1A18,#060606);
}
#day{
border-radius: 10px 10px 0 0;
}
#water{
border-radius: 0 0 10px 10px;
}
.day{
border: 2px solid #666;
padding: 10px;
border-radius: 10px;
}
#sidebar_search{
display: none;
}
#main{width: 61.8%;margin: auto;padding-left: 0;}
#outer_body{background-color: #999;}


#blogTitle{
    width: 61.8%;
    height: auto;
    margin: auto;
}
#navigator{
    padding:  0 364px;;

}

.catListLink>ul,.catListPostArchive>ul,#RecentCommentsBlock,#TopViewPostsBlock,#TopFeedbackPostsBlock{font-size: 15px;}