/* CSS Document */


.post {
	width: 700px;
	float: left;
	margin-top:35px;
	margin-bottom:50px;
}


.post_title {
	font-size: 30px;
	color: rgba(78,135,170,1);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(78,135,170,1);
}


.post_subtitle {
	font-size: 18px;
	color: rgba(78,135,170,1);
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: rgba(78,135,170,1);
}
.code {
	background-color: rgba(255,255,153,1);
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 5px rgba(204,204,204,1);
}
