.wp_rp_wrap .related_post_title {
	clear: both;
	font-size:24px;
	font-weight:bold;
	margin-top:40px;
	padding-top:20px;
	margin-bottom:20px;
	border-top:1px solid #e1e1e1;
}
/*
div.wp_rp_content {
	display: inline-block ;
}
*/


div.wp_rp_footer {
	text-align: right ;
	overflow: hidden ;
	display:none;
}
/*
div.wp_rp_footer a {
	color: #999 ;
	font-size: 11px ;
	text-decoration: none ;
	display: inline-block ;
}
div.wp_rp_footer a.wp_rp_edit {
	color: #fff ;
	font-size: 12px ;
	text-decoration: underline ;
	font-weight: bold ;
	background: #f79124 ;
	border-radius: 2px ;
	padding: 3px 6px;
}

ul.related_post {
	display: inline-block ;
	position: relative ;
	margin: 0 ;
	padding: 0 ;
}
*/
ul.related_post li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	/*width: 150px ;*/
	width:175px;
	/*margin: 10px 10px 10px 0px ;*/
	margin-right:15px;
	padding: 0;
	/*background: none;*/
}
/*
ul.related_post li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 0;
}
*/
ul.related_post li img {
	display: block;
	width:175px;
	height:110px;
	/*width: 150px ;*/
	/*height: 150px ;*/
	margin: 0;
	padding: 0;
	margin-bottom:5px;

	/*border-radius: 3px ;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) ;*/
}
.wp_rp_wrap {
	line-height:18px;
}
ul.related_post li a .wp_rp_title {
	margin-top:5px;
}
ul.related_post li a:link, ul.related_post li a:visited {
	font-weight:bold;
	font-size:14px;
	color:#191919;
	text-decoration:none;	
}
ul.related_post li a:hover, ul.related_post li a:active {
	color:#191919;
	text-decoration:none;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/*
ul.related_post li a img.wp_rp_santa_hat {
	display: none ;
}

ul.related_post li small {
	font-size: 80%;
}
*/

@media screen and (max-width: 480px) {
	ul.related_post li {
		display: inline-block ;
		width: 150px ;
		clear: both ;
	}
	ul.related_post li a:nth-child(1) {
		float: left ;
	}
	ul.related_post li a:nth-child(2) {
		font-size: 14px ;
	}
}
