.articleShort {
	margin-bottom: 15px;
	height: 260px;
	float: left;
	width: 250px;
	background-color: #ececec;
	padding: 10px;
}

.articleShort .comments {
	float: right;
}

.articleShort-left {
	
}

.articleShort-right {
	margin-left: 20px;
}

.articleShort  p{
	padding-left: 0;
}
.articleHeading {
	font-size: 1.5em;
	padding: 0.5em 0.5em 0.5em 0;
	font-weight: bold;
	border-bottom: 1px solid #dd0000;
}
.newsDate {
	
}

.articleByLine{
	float: right;
}

.articleSummaryText {
	line-height: 1.5;
	font-size: 1.2em;
	padding: 8px 0 8px 0;
	height: 175px;
}

.articleSummaryText p{
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*
.archiveLinkList a{
	text-decoration: underline;
}
.archiveLinkList a:hover{
	text-decoration: none;
}
*/

ul.archiveLinkList  {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

.archiveLinkList li {
	display: inline;
	padding: 0;
	margin: 0;
}

.newsArticle .body {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0 10px 0; 
}

.newsComment {
	border: 1px solid #000000;
	margin-top: 8px;
}

.commentsHeading {
	border-bottom: 1px solid #000000;
	background-color: #ececec;
	padding: 3px;
}
.commentsAuthor {
	font-weight: bold;
}
.commentsDate {
	float: right;
}

ul.newsDisplay {
	list-style-type: none;
	padding-left: 10px;
}
.newsDisplay li {
	font-size: 1.1em;
	line-height: 1.6;
}
/*
.newsDisplay a{
	text-decoration: underline;
}
.newsDisplay a:hover{
	text-decoration: none;
}*/

.articleImageWrapper {
	padding: 20px 0 20px 20px;
	float: right;
	clear: both;
}
