/* Base */
.fb-wall{
	float:left;
	width:950px;
	margin-left:10px;
	font-family:Helvetica;
	font-size:13px;
	line-height:17px;
	color:#2b2f8c;
	padding:0;}
		
.fb-wall a{
	text-decoration:none;}
.fb-wall a:hover{
	text-decoration:none;}

.fb-wall.loading{
	height:300px;
	background:url(loader-small.gif) no-repeat center center;}
	
.fb-wall-box{
	margin-bottom:10px;
	padding-top:10px;}
		
.fb-wall-box-first{
	width:100%;
	margin:0;
	padding:0;}
		
.fb-wall-avatar{display:none;}
		
.fb-wall-data{
	width:950px;
	float:left;
	position:relative;
	text-align:center;
	margin:0;
	margin-bottom:70px;}
		
.fb-wall-media{
	display:block;
	width:710px;
	float:left;
	margin-left:120px;
	text-align:center;}
		
.fb-wall-border-left{
	border-left:2px solid #2b2f8c;
	padding:0 0 3px 8px;}
		
.fb-wall-media-container{
	display:block;
	float:left;
	width:100%;}
		
.fb-wall-media-link{
	display:block;
	cursor:pointer;
	text-align:center;
	width:190px;
	margin:auto;
	margin-bottom:20px;}
		
.fb-wall-picture:hover{
	border:2px solid #2b2f8c;}
		
.fb-wall-picture{
	border:none;
	text-align:center;
	display:block;
	margin:auto}
		
.fb-wall-name{display:none;}
		
.fb-wall-caption{
	float:left;
	width:710px;
	margin:0;
	margin-bottom:15px;
	font-size:14px;
	display:block;
	line-height:18px;
	text-align:center;
	color:#000000;}
	
.fb-wall-caption a{
	float:left;
	width:710px;
	margin-left:120px;
	text-decoration:none;}
	
.fb-wall-caption a:hover{
	text-decoration:none;}
		
	.fb-wall-description{
		display:block;
		color:#777;
		line-height:1.2em;}
		
	.fb-wall-icon{
		float:left;
		margin-right:5px;}
		
.fb-wall-date{
	position:absolute;
	bottom:-40px;
	right:120px;
	font-family: "Brunilde";
	color:#000000;
	width:710px;
	height:16px;
	margin:auto;
	text-align:center;
	font-size:16px;	
	line-height:16px;
	padding:0;
	font-weight:normal;
	background-image:url(/images/datanews.png);
	background-position:bottom center;
	background-repeat:no-repeat;}
		
.fb-wall-message{
	display:block;
	float:left;
	width:950px;
	text-align:center;
	margin-bottom:15px;}
		
.fb-wall-message-from{
	float:left;
	font-family: "Brunilde";
	text-align:center;
	font-size:36px;	
	font-weight:normal;
	color:transparent;
	width:710px;
	height:53px;
	background-image:url(/images/romanonews.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:15px;
	margin-left:120px;
	margin-right:120px;}
.fb-wall-message-from a{display:none;}
		
.fb-wall-link{
	color:#333;
	font-size:11px;
	text-decoration:none;}

/* Likes*/
	
.fb-wall-likes{display:none;}		
.fb-wall-likes div{
	margin:0;
	background:url(like.gif) no-repeat 0 -5px #EDEFF4;
	padding:5px 5px 4px 24px;}
	
.fb-wall-likes div span{
	color:#3B5998;}

/* Comments */

	.fb-wall-comments{
		margin-top:2px;
		font-size:11px;}
	
	.fb-wall-comment{
		background-color:#EDEFF4;
		border-bottom:1px solid #E5EAF1;
		margin-top:2px;
		padding:5px 5px 4px;
		display:block;
		overflow:hidden;}
		
	.fb-wall-comment-message{
		display:table;}
		
	.fb-wall-comment-from-name{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-comment-from-date{
		color:#777;
		clear:left;
		display:block;}
		
	.fb-wall-comment-avatar{
		width:32px;
		height:32px;
		float:left;
		margin-right:5px;
		overflow:hidden;}
		
	.fb-wall-comment-avatar img{
		width:32px;
		height:32px;}
		
/* Clearfix */
		
	.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
		content:'.';
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		font-size:0;
		line-height:0;}	
.fb-wall-icon{display:none;}	
		
		