@charset "utf-8";
/* CSS Document */


.post.facebook {
	display:inline-block;
	clear:both;
	padding:10px;
	margin-bottom:40px;
	background-color: #efefef;
	border:1px #E0DFDF solid;
	width: 98%;
}
.page-news .site-content .post.facebook .entry-content{
	background-color:transparent;	
	width:auto;
}
.full-width .site-content .post.facebook .entry-header{
	padding-top:0;
	margin:0 10px 0 0;
	padding:0 20px 0 0;
	background-color: transparent;

}

.post.facebook .entry-title{
	margin-top:5px;
	padding-top:0;
	margin-bottom:5px;
	padding-bottom:0;
	font-size: 16px;
	text-transform: capitalize;
	color: #2B2B2B;
	font-weight:bold;
}
.post.facebook .entry-header a {
	text-decoration:none;	
}
.post.facebook .entry-content p{
	margin-top:0px;
	padding-top:0;
	font-size: 14px;
}

.post.facebook .ftle {
	width:160px; 
	float:left; 
}

.post.facebook .ghtri {
	 float:none; 
	 width:auto; 
	 overflow:hidden; 
	 margin-left: 180px;
}

.post.facebook ul.meta {
	padding:0;
	margin:0;
}

.post.facebook p.shared,
.post.facebook ul.meta li {
	font-size:12px;
	color:#999;
	display:inline-block;
	list-style-type:none;
	text-indent:0;
	padding:0;
	margin:0 5px 0 0;
}



.post.facebook a.viewpost {
	display:inline-block;
	
	background-image:url(images/f_logo.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:24px;
	
}
.post.facebook a.viewpost:hover {
	background-color:#3B5998;
	color:#FFF;
}
.post.facebook a.viewpost:hover li.date,
.post.facebook a.viewpost li.fblink {
	display:none;
}
.post.facebook a.viewpost li.date,
.post.facebook a.viewpost:hover li.fblink {
	display:inline-block;
	width:190px;
}

.post.facebook a.viewpost:hover li.fblink {
	color:#FFF;
}
.likebox {
	clear:both;	
}