<!--

/*
	
	news.css
	========
	Stylesheet for the news module. Remember that certain elements in the
	module use predefined css rules in the main site stylesheets.
	
*/

/*--------------------------------------------------
	UNIVERSAL NEWS RULES
--------------------------------------------------*/

div.mNews {

}

div.mNews .mNews-date {
	font-style: oblique;
}

div.mNews .mNews-summary {

}

div.mNews .mNews-body {

}

div.mNews .mNews-readMore {

}

/*--------------------------------------------------
	TEASER RULES
--------------------------------------------------*/

div.mNews-teaser {
	cursor: pointer;
	zoom: 1;
	_display: inline;
}

div.mNews-teaser .clear {
	line-height: 0;
	font-size: 0;
	height: 0;
}

div.mNews-teaser:hover {
	background-color: #EEEEEE;
}

div.mNews-teaser .mNews-item {

}

div.mNews-teaser .mNews-title {

}

div.mNews-teaser .mNews-date {
	display: none;
}

div.mNews-teaser .mNews-summary {
	margin: 0 0 8px 0;
}

div.mNews-teaser .mNews-readMore {
	display: none;
}

/*--------------------------------------------------
	ARTICLE RULES
--------------------------------------------------*/

div.mNews-article {
	margin: 0 0 2em 0;
}



div.mNews-article .mNews-date {
	display: block;
	text-align: right;
}

div.mNews-article .mNews-summary {
	
}

div.mNews-article .mNews-body {

}

/*--------------------------------------------------
	ARCIHIVE ITEM RULES
--------------------------------------------------*/

p.mNews-years {
	font-weight: bold;
}

p.noArticles {
	margin: 15px 0 0 0;
}

div.archiveItem {
	margin: 0 0 0 10px;
}

div.archiveItem a.img {
	float: left;
	border: none;
	margin: 0 .5em 0 0;
}

div.archiveItem .mNews-date {
	float: right;
	font-style: normal;
}

div.archiveItem .mNews-summary {

}

div.archiveItem .mNews-body {

}

-->
