﻿#news {}
#news h1 {
	margin: 0 0 0.5em 0;
	}
#news .news_image { 
	float: right;
	width: 200px;
	margin: 0 0 1em 1em;
	}
#news .news_caption {
	font-size: 85%; 
	font-style: italic;
	color: #333;
	text-align: center;
	width: 200px;
	display: block;
}
#news .news_body {}
#news .news_footer {
	clear: both;
	text-align: right;
	color: #666;
	font-size: 70%;
	border-top: 1px solid #eee;
	padding-top: 0.25em;
	margin-top: 1em;
	}
#news_comments {
	margin: 2em 0 0 0;
}
#news_comments h2 {
	
}

/* hide leader by default, override this rule on the article page */
#news .msl-article-leader {
	display: none;
	color: #908e8e;
	font-style: italic;
}

#news .msl-tags {
	display: block;
}

	#news .msl-tags span {
		display: inline-block;
		align-items: center;
		padding: 2px 4px;
		background: #333;
		margin: 2px 0;
		color: #fff;
		border-radius: 5px;
	}