body,#mainContent,#topics{
background: #FFC;
}
#topics {
border:5px double #333;
}
#header {
background:#169fe6;
}
#blogTitle h1 {
    font-size: 30px;
     width: auto;
    height: auto;
    line-height: 1.5em;
    text-align: center; 
  position: static;
    /* top: 80px; */
    /* left: 17px; */

}
#blogTitle h2 {
    width: auto;
    position: static;
    height:auto;
    line-height:1em;
    font-size: 16px; text-align: center; 
}
#blogTitle {
    background-image: none;
    height: 110px;
    clear: both;
    width: auto;
    margin: 0 auto;
    position: relative;
}
#sideBar {
/*width:100%;
float:right;
margin-left:0;
margin-right:0;*/
}
#mainContent{
/*width:100%;
float:right;*/
}
#blog-calendar{
background-color:#FFF;
}
#comment_nav {
position: fixed;
right: 30px;
bottom: 200px;
background: #fff;
    		padding: 15px;
    		border: 1px solid darkgray;
}
    	#comment_nav a {
    		color: #555;
    	}

.c_b_p_desc_readmore {
display:block;
}

a[href*="EditDiary.aspx"] {
  position: absolute;
  left: 50%;
  top: 370px;
background: #000;
color:#FFF;
padding:3px 50px;
margin-left:-65px;
}
img {
border:1px solid #ccc;
}
#topics .postTitle {
border-bottom:1px solid #666;
}
#blogTitle h1 {
background: none;
}