/* Base */

.fb-wall {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:350px;
	line-height:1.2em;
	color:#333333;
	background-color:#FFF;
	height: auto;
	min-height: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fb-wall a {
	text-decoration:none;
	color:#3B5998;
}
.fb-wall a:hover {
	text-decoration:underline;
}
.fb-wall.loading {
	height:300px;
	background-image: url(../images/fb/loader-small.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.fb-wall-box {
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding-bottom: 10px;
}
.fb-wall-box-first {
	padding-top:3px !important;
}
.fb-wall-avatar {
	float:left;
	border:0;
	position: relative;
	left: -5px;
}
.fb-wall-data {
}
.fb-wall-media {
	display:block;
	font-size:11px;
	margin-bottom:5px;
}
.fb-wall-border-left {
	border-left:2px solid #CCCCCC;
	padding:0 0 3px 8px;
}
.fb-wall-media-container {
}
.fb-wall-media-link {
	border:1px solid #ccc;
	color:#3B5998;
	cursor:pointer;
	float:left;
	margin-right:8px;
}
.fb-wall-media-link:hover {
	border:1px solid #3B5998;
}
.fb-wall-picture {
	border:0;
	display:block;
	margin:3px;
}
.fb-wall-name {
	display:block;
	font-weight:bold;
	color:#3B5998;
}
.fb-wall-caption {
	display:none;
	color:#3B5998;
	margin-bottom: 3px;
}
.fb-wall-description {
	color:#777;
	line-height:1.2em;
}
.fb-wall-icon {
	float:left;
	margin-right:5px;
}
.fb-wall-date {
	font-size:11px;
	color:#777;
	clear:left;
	display:block;
	margin-bottom:5px;
}
.fb-wall-message {
	display:block;
	margin-bottom:8px;
	height: 50px;
}
.fb-wall-message-from {
	font-weight:bold;
	color:#3B5998;
}
.fb-wall-link {
	color:#333;
	font-size:11px;
	text-decoration:none;
}
/* Likes*/
	
	.fb-wall-likes {
	border-bottom:1px solid #E5EAF1;
	margin-bottom:2px;
	display:block;
	font-size:11px;
	padding-top:5px;
	background-color: #FFF;
	background-image: url(../images/fb/like.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.fb-wall-likes div {
	margin:0;
	background:url(../images/fb/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;
}
