/* Base */

.fb-wall {
	font-size: 14px;
	width: 95%;
	color: #454545;
	padding: 10px;
	text-align: left;
	line-height: 21px;
}
.fb-wall a {
	text-decoration: none;
	color: #454545;
}
.fb-wall a:hover {
	text-decoration: underline;
}
.fb-wall.loading {
	height: 300px;
	background: url(../img/loader-small.gif) no-repeat center center;
}
.fb-wall-box {
	margin-bottom: 10px;
	border-top: 1px solid #000;
	padding-top: 10px;
}
.fb-wall-box-first {
	border: 0;
	padding-top: 0;
}
.fb-wall-avatar {
	float: left;
	border: 0;
}
.fb-wall-data {
	margin-left: 60px;
}
.fb-wall-media {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.fb-wall-border-left {
	border-left: 2px solid #CCCCCC;
	padding: 0 0 3px 8px;
}
.fb-wall-media-container {
	display: none;
}
.fb-wall-media-link {
	border: 1px solid #ccc;
	display: inline-block;
	color: #4169e1;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
.fb-wall-media-link:hover {
	border: 1px solid #4169e1;
}
.fb-wall-picture {
	margin-right: 15px;
	border: 0;
	display: block;
	margin: 3px;
	/*display: none;*/
}
.fb-wall-name {
	display: block;
	font-weight: bold;
	color: #4169e1;
}
.fb-wall-caption {
	display: block;
	color: #4169e1;
}
.fb-wall-description {
	display: block;
	color: #777;
	line-height: 1.2em;
}
.fb-wall-icon {
	float: left;
	margin-right: 5px;
}
.fb-wall-date {
	font-size: 12px;
	color: #777;
	clear: left;
	display: block;
	margin-bottom: 5px;
}
.fb-wall-message {
	display: block;
	margin-bottom: 5px;
}
.fb-wall-message-from {
	color: #ee3932;
	font-weight: bold;
	text-decoration: underline;	
}
.fb-wall-link {
	color: #454545;
	font-size: 11px;
	text-decoration: none;
}
/* Likes*/
	
.fb-wall-likes {
	border-bottom: 1px solid #E5EAF1;
	margin-bottom: 2px;
	display: none;
	font-size: 11px;
	background: url(../img/like.gif) no-repeat 0 0 #FFF;
	padding-top: 5px;
}
.fb-wall-likes div {
	margin: 0;
	background: url(../img/like.gif) no-repeat 0 -5px #EDEFF4;
	padding: 5px 5px 4px 24px;
	display: none;
}
.fb-wall-likes div span {
	color: #454545;
	display: none;
}
/* Comments */

.fb-wall-comments {
	margin-top: 2px;
	font-size: 11px;
	display: none;
}
.fb-wall-comment {
	background-color: #EDEFF4;
	border-bottom: 1px solid #E5EAF1;
	margin-top: 2px;
	padding: 5px 5px 4px;
	display: none;
	overflow: hidden;
}
.fb-wall-comment-message {
	display: none;
}
.fb-wall-comment-from-name {
	font-weight: bold;
	color: #4169e1;
	display: none;
}
.fb-wall-comment-from-date {
	color: #777;
	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: 32px;
	height: 32px;
	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;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
