/*
 * @Author: Robby
 *
*/
section{
	width: 981px;
	margin: 0 auto;
}
	section .post{
		border: 1px solid rgb(215,215,215);
		border-radius: 5px;
		background-color: rgb(240,240,240);
		margin: 0 0 50px 0;
	}
		section .post h1{
			padding: 25px 25px 10px 25px;

			color: rgb(32,100,226);
			font-size: 35px;
		}
		section .post h2{
			padding: 0 25px 15px 25px;

			color: rgb(178,34,34);
			font-size: 17px;
			font-weight: normal;

			vertical-align: top;
			display: inline-block;
		}
		section .post p{
			padding: 0 25px 15px 25px;

			color: rgb(0,0,0);
			font-size: 15px;
			text-align: justify;
			word-wrap: break-word;
		}