.facebook_feed{
	background:#f1f7dd;
	width:320px;
	border:0px solid #ccc;
	-moz-border-radius:0.2em;
	-moz-box-shadow:3px 3px 0.3em #ddd;
}

.loader{
	padding:10px;
	font:12px/1.3em Trebuchet MS;
	color:#666;
	text-align:center
}

.facebook_feed ul{margin:0; padding:0}

.facebook_feed li{
	list-style:none;
	font:12px/1.3em Trebuchet MS;
	color:#666;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid ##c8e57b;
	padding:10px
}

.facebook_feed li.first{border-top:none}
.facebook_feed li.last{border-bottom:none}
.facebook_feed li.even{background:#f1f7dd}

.facebook_feed li h2{
	margin:0;
	font-size:12px;
	margin-bottom:0.2em;
}

.facebook_feed li h2 a{
	color:#444;
	text-decoration:none
}

.facebook_feed li h2 a:hover{
	color:#222;
	text-decoration:underline
}

.facebook_feed .date{margin:0; margin-bottom:1em;color:#999; margin-top:5px;}
.facebook_feed .date img{vertical-align:middle}

.facebook_feed .img{
	float:left;
	margin-right:15px
}

.clear{clear:both}
.facebook_feed a img{
	border:none;
	display:block;
	max-width:130px;
	padding:1px;
	-moz-box-shadow:0 0 0.5em #cae67f;
	border:1px solid #666;
}
.facebook_feed a:hover img{border:1px solid #333}

.facebook_feed .txt{
	float:left;
	width:300px;
    text-align: justify;
}

.facebook_feed .txt a{
	color:#444
}