body{
   background:rgb(239, 237, 244);
   border:8px solid rgba(202, 215, 223, 1);
}
li{list-style:none;}
#blogTitle{
    background:rgb(27, 187, 154);
    height:100px;
    width:100%;

}
#blogTitle h1{
   margin:0 auto;
   top:10px;
}
#navigator{
     background:rgb(68, 84, 81);
   border:1px solid rgb(202, 215, 223);
}
#navList a{
   color:#fff;
   font-weight:bold;
}
#navList a:hover{
   background:rgb(27, 187, 154);
   color:#fff;
   font-weight:bold;
}
.catListTitle{
   background-color:rgb(27, 187, 154);
}
.sidebar-block h3{
   background-color:rgb(27, 187, 154);
}
.dayTitle{
   background-color:rgb(27, 187, 154);
}
.day:hover{
   border:1px solid rgb(27, 187, 154);
}
.day{
   margin-bottom:5px;
}
.day .postTitle2{
   color:rgb(27, 187, 154);
}
.catListPostCategory ul{
   height:244px;
}
.catListPostCategory ul li{
   float:left;
   width:142px;
   padding:10px 0;
}
#sidebar_postcategory li a{
     margin:30px 0px 30px 16px;
   
}
#sidebar_postcategory ul li{
   padding:10px 0px 10px 0px;
}


<script type="text/javascript">
window.onload = function()
{
alert(1);
}
</script>