/* For modern browsers */
.facebook-container:before,
.facebook-container:after 
{
    content:"";
    display:table;
}
.facebook-container:after 
{
    clear:both;
}

.html5-outliner {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

/* Facebook Feed Structure */
.FacebookFeed {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	font-size: 1rem;
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 0.714285714285714rem;
}
.Posts {
	height: 500px;
	height: 35.714285714285714rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.FacebookFeed a {
	text-decoration: none;
}
.FacebookFeed a:hover {
	text-decoration: underline;
}
div.FacebookFeed ul,
div.FacebookFeed ol,
div.FacebookFeed ul li,
div.FacebookFeed ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Facebook Header */
.FacebookUser {
	padding: 10px;
	padding: 0.714285714285714rem;
	background-color: #3B5998;
	background-image: url(../images/facebook-background.png);
	background-repeat: no-repeat;
	background-size: 40px 50px;
	background-size: 2.857142857142857rem 3.571428571428571rem;
	background-position: bottom right;
	color: #fff;
}
.FacebookUser a,
.widget-area .widget .FacebookUser a {
	color: #fff;
	font-size: 18px;
	font-size: 1.285714285714286rem;
	font-weight: 700;
}
.FacebookUser a:hover,
.widget-area .widget .FacebookUser a:hover {
	color: #fff;
}
.FacebookUser img {
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 0.714285714285714rem 0.714285714285714rem 0;
	max-width: 50px;
	max-width: 3.571428571428571rem;
	max-height: 50px;
	max-height: 3.571428571428571rem;
}
.FacebookUser .UserIntents {
	clear: both;
	height: 24px;
}

/* Posts */
.Post {
	border-bottom: 1px dotted #ddd;
	position: relative;
}
.PostInfo {
	margin-left: 11%;
	padding: 10px;
	padding: 0.714285714285714rem;
}
.PostDate,
.CommentDate {
	font-size: 12px;
	font-size: 0.857142857142857rem;
	font-style: italic;
	color: #666;
}
.Post img {
	position: absolute;
	max-width: 9% !important;
	top: 10px;
	top: 0.714285714285714rem;
	left: 10px;
	left: 0.714285714285714rem;
}
div.FacebookFeed .PostIntents li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-right: 0.714285714285714rem;
}
div.FacebookFeed .PostIntents  a {
	padding-left: 20px;
	padding-left: 1.428571428571429rem;
}
a.CommentButton {
	background:url("../images/comments.png") no-repeat left center;
}
a.Like, a.LikeButton {
	background:url("../images/like.png") no-repeat left center;
}
a.Liked {
    background:url("../images/like.png") no-repeat left center;
}
a.Unlike {
	background:url("../images/unlike.png") no-repeat left center;
}
a.FriendButton {
    background:url("../images/add-friend.png") no-repeat left center;
	display:block;
	width: 163px;
	height: 28px;
}

/* Comments */
.Comments {
	clear: both;
	padding: 10px;
	padding: 0.714285714285714rem;
	background: #eeeeee; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #eeeeee 0%, #eeeeee 50%, #dddddd 50%, #dddddd 55%, #eeeeee 55%, #eeeeee 100%);
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#eeeeee), color-stop(50%,#eeeeee), color-stop(50%,#dddddd), color-stop(55%,#dddddd), color-stop(55%,#eeeeee), color-stop(100%,#eeeeee));
		background: -webkit-linear-gradient(45deg,  #eeeeee 0%,#eeeeee 50%,#dddddd 50%,#dddddd 55%,#eeeeee 55%,#eeeeee 100%);
		background: -o-linear-gradient(45deg,  #eeeeee 0%,#eeeeee 50%,#dddddd 50%,#dddddd 55%,#eeeeee 55%,#eeeeee 100%);
		background: -ms-linear-gradient(45deg,  #eeeeee 0%,#eeeeee 50%,#dddddd 50%,#dddddd 55%,#eeeeee 55%,#eeeeee 100%);
		background: linear-gradient(45deg,  #eeeeee 0%,#eeeeee 50%,#dddddd 50%,#dddddd 55%,#eeeeee 55%,#eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
	background-size: 20px 20px;
	box-shadow: 0 3px 5px -3px rgba(0,0,0,.5) inset,
	0 -3px 5px -3px rgba(0,0,0,.5) inset;
	font-size: 12px;
	font-size: 0.857142857142857rem;
}
.CommentEntry {
	overflow: hidden;
	padding-bottom: 20px;
	padding-bottom: 1.428571428571429rem;
}
.CommentEntry textarea {
	width: 97.5%;
	margin-bottom: 10px;
	margin-bottom: 0.714285714285714rem;
}
.CommentEntry a {
	display: block;
	background-color: #3B5998;
	color: #fff;
	text-decoration: none;
	float: right;
	padding: 8px 15px;
	padding: 0.571428571428571rem 1.071428571428571rem;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: 0 8px 0 #172d5b;
	box-shadow: 0 0.571428571428571rem 0 #172d5b;
	border-radius: 5px;
}
.CommentEntry a:hover {
	text-decoration: none;
	color: #fff;
}
.CommentEntry a:active {
	top: 10px;
	top: 0.714285714285714rem;
	box-shadow:inset 0 -3px 0 #172d5b;
}
.CommentInfo {
	padding: 5px;
	padding: 0.357142857142857rem;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	margin-bottom: 5px;
	margin-bottom: 0.357142857142857rem;
	border-radius: 5px;
	position: relative;
	padding-left: 13%;
}

/* Misc */
.StatusUp {
	text-align:center;
}
.facebook_error_message {
	line-height:50px;
	font-size:16px;
	font-weight:700;
	margin:0;
	background-color: #F00;
	color:#ffffff;
	min-height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
}
.StatusDown {
	text-align:center;
	min-height:100px;
	background-color:#ffffff;
    background:url("../images/ajax-loader.gif") no-repeat center center;
}