#blogTitle h1 {
    font-size: 50px;
    text-align: center;
}
#blogTitle a:hover{
     text-decoration:none;
}
#blogTitle h2{
    font-size: 15px;
    text-align: center;
   padding-top:0;
}
#header{
  height:163px;
}
#main{
  background-color:#ff003e6e;
}
#navigator {
    clear: both;
    width: 95%;
    margin: auto;
    height: 40px;
    top: 129px;
    position: absolute;
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 20px;
}
#navList a{
  color:brown;
}
.day{
 background:brown url(images/line.gif) left bottom repeat-x;
padding-bottom:0;
margin:auto auto 5px auto;
}
.dayTitle a:link, .dayTitle a:hover, .dayTitle a:active, .dayTitle a:visited{
color:#fff;
}
.postDesc{
 color:#fff;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
  color:#a6a92d;
}
a:link{
color:#9299d0;
}