body{
    background: url(images/o_background1440-2.jpg) top center rgba(0,0,0,.7);
}
#main{
    background: #988787;}
#mainContent,#sideBar{
background: #8a7373;
}
.newsItem .catListTitle,.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    background: #6f8896;
}

.CalTitle {
    background: #6f8896;
    color: #000;
    font-size:14px;
    font-weight:bold;
}
#pinkboard{
		position: fixed;
	                width: 400px;
			height: 400px;
			right: 10px;
top:10%;
	-webkit-transform: scale(0.5);
				-moz-transform: scale(0.5);
				-ms-transform: scale(0.5);
				-o-transform: scale(0.5);
				transform: scale(0.5);
				-webkit-transform-origin: 100% 0;
				-moz-transform-origin: 100% 0;
				-ms-transform-origin: 100% 0;
				-o-transform-origin: 100% 0;
				transform-origin:100% 0;
    
}
#particle_canvas{
position: fixed;
left:0;
top:0;
  width:100%;
height:100%;
z-index:-1;
}