/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*BEGIN CUSTOM STYLE*/


/*
 *  main container and general styles
 */
#fbCommentsContainer {
	font-size: 13px;
	line-height: 1.5;
	margin: 10px auto;
	/*height: 600px;*/
	width: 498px;
	padding: 15px;
	float: left;
}
#fbCommentsContainer p {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
#fbCommentsContainer a, #fbCommentsContainer a:active, #fbCommentsContainer a:hover, #fbCommentsContainer a:link {
	color: #69F;
	text-decoration: none
}
#fbCommentsContainer .author, #fbCommentsContainer .date, #fbCommentsContainer .postCount, #fbCommentsContainer .peopleCount, #fbCommentsContainer .fbLink {
	font-weight: 700;
}
#fbCommentsContainer .author {
	color: #69F
}
#fbCommentsContainer .threadCounts {
	float: left;
	margin-top: 10px;
	width: 498px;
	text-align: left;
}
/*
 * comment styling
 */
#fbCommentsContainer .thread {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f2f2f1;
}
/*
 * messages
 */
#fbCommentsContainer .messageRow {
	float: left;
	width: 498px
}
#fbCommentsContainer .messageRow .messageThumb {
	float: left;
	width: 58px;
}
#fbCommentsContainer .messageThumb img {
	border: 1px solid #170939;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
}
#fbCommentsContainer .message {
	float: left;
	width: 440px
}
/*
 * replies
 */
#fbCommentsContainer .commentRow {
	float: left;
	margin-top: 10px;
	width: 498px;
}
#fbCommentsContainer .comment {
	float: left;
	width: 398px;
}
#fbCommentsContainer .commentRow .commentThumb {
	float: left;
	margin-left: 60px;
	width: 40px;
}
#fbCommentsContainer .commentThumb img {
	border: 1px solid #170939;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
/*
 * footer metadata
 */
#fbCommentsContainer .footer {
	font-size: 11px;
	width: 438px;
}
