body {
    background: url(images/body_bg.png) repeat-x scroll 0 0 #f4ede3;
    color: #7d8b8d;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 25px;
    min-height: 101%;
position: relative;
z-index:2
}
#header{
background:#0184b2;
}
#blog-calendar{
background:#fff;
}
#topics {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: 1px 9px 8px;
}
#mainContent {
    background: none;
    float: left;
    overflow: visible;
    text-overflow: ellipsis;
    width: 890px;
    word-break: break-all;
    box-shadow: 0 9px 25px #ccc;
}
a.c_b_p_desc_readmore {
    color: #9ab26b;
    font-size: 16px;
}
#navigator{
		border: none;
	}
	#navList a:link{
		text-shadow: none;
	}
#navList a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #169fe6;
    transition: all 1s;
}
.day:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
    transition: all 1s;
}
#drawHeart{
position:absolute;
z-index:0;
}