/* Global Layout */
		.widget_facebookFeed {
			/*width:100%;*/

			font-family: 'Open Sans', sans-serif;
			font-weight: normal;

		}
		.feed-header {
			border:1px solid #ececec;
			background:#f9f9f9;
			height:26px;
			padding:7px 10px;
			font-family: georgia, serif;
			font-size:11px;
			color:#4c4c4c;
			text-transform:lowercase;
		}
		.facebook {
			background:url(http://s1.wp.com/wp-content/themes/vip/venturebeat2/images/social.png) no-repeat;
			background-position: -674px 0px;
			height:26px;
			line-height:26px;
			padding-left:38px;
			float:left;
			font-weight:bold;
			width:50%;
		}
		.widget_facebookFeed .count {
			text-align:right;
			font-style:italic;
			line-height:26px;
			width:50%;
			padding-right:5px; !important
			
		}
		.widget_facebookFeed .number {font-weight:bold;}
		.feed {margin-top:10px;/*float:left;border:1px solid green;*/text-align:left;clear:both;}
		.feed-thumbnail {float:left; margin-right:5px;width:30%}
		.feed-thumbnail img {
			float: left;
			box-shadow: 0px 0px 2px rgba( 0, 0, 0, 0.5 );
			-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
			zoom: 1;
			margin: 0px 10px 0 2px;
			border-style: none;
		}
		.feed-content {float:right;width:60%;/*border:1px solid red;*/}
		.feed-text {
			color:#272727;
			font-weight:bold;
			font-size:12px;
			line-height:14px;
			margin:0 0 2px 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: pre-line;
			max-height:100px;
		}
		
		.feed a {
			color:#0085E1;
			font-size:10px;
			font-weight:bold;
			line-height:12px;
			text-decoration:none;
			float:left;
			margin:0 0 2px 0;
		}
		.feed a:hover {text-decoration:underline;}
		.feed-time {
			color:#787878;
			font-size:10px;
			font-style:10px;
			font-style:italic;
			font-family: georgia, serif;
			margin:0;
			text-align:right;
		}
