body{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #373c38;
	background-color: #ffffff;
}
body #result iframe{
	background: url("/assets/images/loader.gif") no-repeat scroll top center transparent;
}
body.frame{
	padding-top: 15px; 
	padding-bottom: 15px; 
}
body.frame .post_container{
	margin-bottom: 15px;
}
body.frame .post_container:nth-child(2n+1){
	clear: left;
}
body.frame .post_container .post_content{
	background: #ffffff;
	padding: 15px 7.5px;
	padding-bottom: 0px;
}
body.frame .post_container .post_content .post_image,
body.frame .post_container .post_content .post_details{
	margin-bottom: 15px;
}
body.frame .post_container .post_content .post_image a{
	display: block;
	text-align: center;
}
body.frame .post_container .post_content .post_image a img{
	margin: auto;
	max-height: 250px;
}
body.frame .post_container .post_content .post_details{}
body.frame .post_container .post_content .post_details .post_title a{
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
}
body.frame .post_container .post_content .post_details .post_title a:hover{
	color: #800000;
	text-decoration: none;
}
body.frame .post_container .post_content .post_details .post_description p:last-child{
	display: none;
}
body.frame .post_container .post_content .post_details .post_link{
	text-align: left;
	margin-top: 25px;
}
body.frame .post_container .post_content .post_details .post_link a{
	display: inline-block;
	padding: 5px 7.5px;
	font-size: 15px;
	text-align: center;
	background: #800000;
	color: #ffffff;
}
body.frame .post_container .post_content .post_details .post_link a:hover{
	background: #000000;
	text-decoration: none;
}