#page{
	width:550px;
	margin: 0px auto 100px;
}

#social-overflow{
	overflow: hidden;
	overflow-y: scroll;
	height: 600px;
	padding: 3% 0;
	margin: 0 3% 0 3%;
	border: 1px solid #c7c7c7;
	border-radius: 20px;
}

/* The wall post items */

.facebookWall li{
	background: url('/wp-content/themes/welchs/img/divider.png') no-repeat center bottom;
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
}

/* The user/page avatar */

.facebookWall li img.avatar{
	float:left;
}

/* The user/page name */

.facebookWall h2{
	font-size:16px;
	font-weight:normal;
	margin-bottom: 5px;
}

/* The .status div container */

.facebookWall .status{
	width:420px;
	padding-left:65px;
}

/* Link share attachment */

.facebookWall .attachment{
	border-left: 1px solid #C4C4C4;
	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;
}

.facebookWall .view_post_link {
	font-size: 12px;
	margin-top: 12px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color: #BBBBBB;
	font-size: 11px;
	padding: 15px 0 0 65px;
}