.related-posts ul {
	background: none repeat scroll 0% 0% rgb(241, 240, 245);
	padding: 3px 15px;
	list-style-type: none;
	clear: both;

}

.related-posts li {
	font-family: "FranklinGothicCondensed",Arial,Helvetica,sans-serif;
	font-size: 22px;
	padding: 5px 0px 0px 0px;
	margin: 10px 10px 10px 5px;
	border-top: 1px solid rgb(205, 204, 218);
	line-height: 26px;
	list-style-type: none;
	text-overflow: ellipsis; /* will make [...] at the end */
   	height: 50px; /* change to your preferences */
    	white-space: normal; /* paragraph to one line */
    	overflow:hidden; /* older browsers */
}

.related-posts h1 {
	font-family: "Arial Black",Arial,Helvetica,sans-serif;
	background: none repeat scroll 0% 0% rgb(241, 240, 245);
	padding: 10px 0px 0px 25px;
	border-top: 4px solid rgb(205, 204, 218);
	color: rgb(46, 47, 51);
	font-size: 16px;
	}

.related-posts img {
	width: 60px;
	height: auto;
	margin: 2px 13px 2px 0;
	float: left;
	list-style-type: none;
}