/**************************************/
/* TEXT STYLES */

.article {
}

.article .head {
	border-bottom-width:		1px;
	border-bottom-style:		solid;
}

.article .options {
	float:					right;
	font-family:			Verdana;
	font-size:				11px;
	color:					#555;
}

.article .date {
	text-align:				left;
	font-family:			Verdana;
	font-size:				11px;
	margin-bottom:			5px;
	color:					#555;
}

.article .headline {
	font-size:			25px;
	margin-top:			10px;
	margin-bottom:		10px;
}

.article .byline {
	text-align:			right;
	font-family:		'Trebuchet MS', Helvetica, sans-serif;
	font-size:			13px;
	padding-bottom:		7px;
}

.article .byline .name {
	font-weight:		bold;
}

.article .byline .position {
	margin-left:		6px;
	float:				right;
}

.article .photo {
	margin-top:			10px;
	margin-bottom:		10px;
}

.article .body {
	font-size:			10pt;
}

.article .inpaper {
	font-family:		'Trebuchet MS', Helvetica, sans-serif;
	font-style:			italic;
	font-size:			12px;
}

/**************************************/
/* ARTICLE OPTIONS */

.share {
	float:				left;
}

/**************************************/
/* FACEBOOK COMMENTS */

.comments .title {
	margin-top:			15px;
	margin-bottom:		5px;
	font-size:			18px;
}

.comments {
	clear:						both;
}

.comments .comment_body {
	background:			#000;
}