/* Base */
	#facebook_wall
	{
		padding: 0px;
		margin: 0px;
		position: relative;
	}
	
	.fb-wall{
		width:100%;
		padding: 0px;
		}
	
	.fb-wall.loading{
		background:url(/js/lib/jquery.neosmart.fb.wall/loader-small.gif) no-repeat center center;}
	
	.fb-wall-box{
		margin-bottom:10px;
		border-top:1px solid #eee;
		padding-top:10px;}
		
	.fb-wall-box-first{
		border:0;
		padding-top:0;}
		
	.fb-wall-avatar{
		float:left;
		display: none;
		border:0;
		clear: both;
		}
		
	.fb-wall-data{}
		
	.fb-wall-media{
		
		display:block;
		font-size: 90%;
		margin-bottom:5px;
		}
		
	.fb-wall-border-left{
		border-left:2px solid #CCCCCC;
		padding:0 0 3px 8px;}
		
	.fb-wall-media-container{
		margin-top: 10px;
		display:table;}
		
	.fb-wall-media-link{
		border:0px solid #ccc;
		margin-right:5px;}
		
	.fb-wall-media-link:hover{
		border:0px solid #3B5998;}
		
	.fb-wall-picture{
		top: 0px;
		margin-right:10px;
		border:0;
		float: left;
		margin:3px;
		position: relative;
		}
		
	.fb-wall-name{
		display:none;
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-caption{
		display:block;
		color: #DDD;}
		
	.fb-wall-description{
		display:block;
		color:#DDD;
		line-height:1.2em;}
		
	.fb-wall-icon{
		float:left;
		margin-right:5px;
		display: none;
		}
		
	.fb-wall-date{
		font-size: 90%;
		color:#AAA;
		clear:left;
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message{
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message-from{
		font-weight:bold;
		color:#DDD;}
		
	.fb-wall-link{
		color:#DDD;
		text-decoration:none;}

/* Likes*/
	
	.fb-wall-likes{
		margin-bottom:2px;
		display:none;
		font-size:11px;
		background:url(/js/lib/jquery.neosmart.fb.wall/like.gif) no-repeat 0 0 #FFF;
		padding-top:5px;}
		
	.fb-wall-likes div{
		margin:0;
		background:url(/js/lib/jquery.neosmart.fb.wall/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:90%;}
	
	.fb-wall-comment{
		margin-top:2px;
		padding: 5px 5px 4px 0px;
		display:block;
		overflow:hidden;}
		
	.fb-wall-comment-message{
		display: table;}
		
	.fb-wall-comment-from-name{
		font-weight:bold;
		}
		
	.fb-wall-comment-from-date{
		clear:left;
		display:none;}
		
	.fb-wall-comment-avatar{
		width:32px;
		height:32px;
		float:left;
		margin-right:5px;
		overflow:hidden;
		display:none;}
		
	.fb-wall-comment-avatar img{
		width:0px;
		height:0px;
		display:none;}
		
/* 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;}
		
	.fb-wall-comments:before
	{
		content: 'Comments:';
	}
		
		