.content-fb{
	overflow: auto;
	position: relative;
	padding: 0 5px 0;
	max-width: 97%;
	height: 410px;
	margin: 10px 0px 0px 0px;
}

/* The wall post items */
.facebookWall ul{
	margin:0;
	padding:0;
}
.facebookWall li{
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px;
	padding-right: 25px;
}
.facebookWall li a{
	color: #6B4529;
	text-decoration: none;
}
.facebookWall li a:hover{
	color: #A56435;
	text-decoration: none;
}
/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:18px;
	font-weight:700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* The .status div container */

.facebookWall .status{
	width: 85%;
	padding-left: 65px;
	padding-right: 25px;
}

/* Link share attachment */

.facebookWall .attachment{
	border-left: 1px solid #A56435;
	font-size: 12px;
	margin-top: 14px;
	overflow: hidden;
	padding-left: 10px;
}

.facebookWall .attachment-data{
	display:table-cell;
	vertical-align:top;
}

.facebookWall img.picture{
	float:left;
	margin-right: 10px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color:#A56435;
	font-size: 11px;
	padding: 15px 0 0 65px;
}

