body{
	margin-top:10px;
	background-color:#0E1621;
	color:#735E30;
	font-family: 宋体;
	font-weight: bold;
}
.head-top img
{
	width:100%;
	margin-bottom:-75px;
}
#header #top
{
	background-color:transparent;/*#a95;*/
	text-shadow:0 1px 2px;
	border-radius:4px;
}


#content{
	
}

#content .post{
	
}

#content .post h2{
	
}
#content .post h2 a{
	color:#735E30;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s; /* Firefox 4 */
	-webkit-transition: transform 0.5s; /* Safari 和 Chrome */
	-o-transition: transform 0.5s; /* Opera */
}
#content .post h2 a:hover{
	transform:scale(1.2);
	-ms-transform:scale(1.2); 	/* IE 9 */
	-moz-transform:scale(1.2); 	/* Firefox */
	-webkit-transform:scale(1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2); 	/* Opera */
}
#content .post .postbody{
	color:#D1C5B3;
}