@charset "utf-8";
/* CSS Document */

#nf_post {
	padding: 0 5px 5px 0;
	display: block;
	border-bottom: 1px solid #70bc57;
	overflow: auto;
}

#nf_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
}

#nf_title {
	padding: 0 0 8px 0;
}

#nf_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align: center;
	float: left;
	padding: 0 8px 5px 0;
	width: 75px;
	line-height: 11px;
}

#nf_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

#nf_intro {
	padding: 0 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 80px;
	display: block;
}

#nf_intro p {
	padding: 0;
	margin: 7px 0;
}

#nf_comments {
	width: 42px;
	height: 30px;
	float: left;
	background-image: url(../images/comments.png);
	background-repeat: no-repeat;
	padding: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

#nf_more {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 15px;
	padding: 15px 0 4px 0;
	display: block;
}

#nf_sourcevia {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 370px;
	height: 25px;
	display: block;
}

#nf_addthis {
	float: left;
	font-size: 10px;
	padding: 6px;
}

#nf_tags {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 485px;
	line-height: 12px;
	padding-top: 3px;
}


