﻿#wall {
	width: 200px;
	padding-top:20px;
	border-top:3px solid #F0F0F0;
}

.facebookWall {
}

.facebookWall a {
	color: #3b5998;
	text-decoration: none;
	font-weight: bold;
}

.facebookWall a:hover {
	text-decoration: underline;
}

.facebookWall ul {
	padding-left: 0;
	height: 300px; /*400px;*/ /*gestisce l'altezza del widget*/
	overflow-y: scroll;
	overflow-x: hidden;
	clear: both;
}

.facebookWall li {
	list-style: none;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}
.facebookWall .heading{
	/*height:80px;*/
}
.facebookWall .page-name a{
	font-size:16px;
}
.facebookWall img.avatar {
	float: left;
	margin-right: 10px;
}
.facebookWall .fb_iframe_widget{
	padding-top:8px;
}
.facebookWall h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

.facebookWall .status {
  width: auto;
  padding-left: 0;
}

.facebookWall .status .message a {
	font-weight: normal;
}

.facebookWall .attachment {
  border-left: 1px solid #C4C4C4;
  font-size: 12px;
  margin-top: 14px;
  overflow: hidden;
  padding-left: 10px;
}


.facebookWall img.picture {
  float: left;
  margin-right: 10px;
}

.facebookWall p.meta {
  color: #757575;
  font-size: 11px;
}