/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.sponsor{
	margin-top: 4px;
}

/* Edit line height for articles */
.post .entry p {
	line-height:1.7;
}

/* Edit font size for articles */
.post .entry {
	line-height:1.7;
	font-size:15px;
}

/* Width of article/headline tititles to avoid hitting like button */
.post h1{
	width: 580px;
	min-height: 44px;
}


/* Recent posts font size */
.widget.recent-posts li a { 
	font-size: 14px;
	line-height: 17px;
}

/* Limit width of link text on recent comments sidebar */
.widget.recent-posts li a.linktext { 
	float: left;
	width: 225px;
}

/* Facebook like on article */
#article-fb-like{
float: right;
display: inline-block;
margin-top: -47px;
margin-left: -2px;
width: 48px;
}

/* Footer logo */
#footer .logo a {
	font-size: 25px;
	background: none;
}

/* Most popular tab */
.tabs-out .panes ol li span.wpp-post-title{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

/* Facebook like box in sidebar */
.fb-like-box{
	margin-bottom: 30px;
}

/* Logo img */
#logo img{
	margin: 5px 0;
}

/* Single related posts */
.post_related .title{
	
}
.post_related ol li a{
	font-size: 20px;
}
.post_related ol li a img{
	float: left;
	margin-right: 20px;
}
.post_related ol li{
	margin-top: 8px;
	/*width: 550px;*/
	overflow: hidden;	
	border-top: 1px solid #ccc;
}



