
/* The wall post items */


#wall {
    height: 500px;
    padding-top:20px;
    padding-bottom:20px;
}

.facebookWall li{
	background: url('../img/divider.png') no-repeat center bottom;
	list-style: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
}

.facebookWall ul{
padding:0;
}

/* 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;
	width: 50px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
	color: #6b9256;
	font-size: 11px;
	padding: 15px 0 0 65px;
	font-weight: 500;
}

/* Generic demo page styles */

.facebookWall a, a:visited {
	text-decoration:none;
	outline:none;
	/* color: #461d7c; */
	font-weight: 500;
	font-family: 'Noto Sans', sans-serif;
}



.facebookWall a:hover{
	text-decoration:underline;
}


.facebookWall p {
	    font-family: 'Noto Sans', sans-serif;
}

.message {
	font-size: 11px;
}

.description {
	font-size: 10px;
}

.caption {
color: #6b9256;
font-weight: 500;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
}

#footer h2{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

#footer a.tzine,a.tzine:visited{
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}