<!--

/*
	
	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-title {

}

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;
}

div.mNews-teaser .mNews-item {

}

div.mNews-teaser .mNews-title {

}

div.mNews-teaser .mNews-date {
	float: right;
	color: #721e1e;
}

div.mNews-teaser .mNews-summary {
	margin: 0;
}

div.mNews-teaser .mNews-readMore {
	display: none;
}

/*--------------------------------------------------
	ARTICLE RULES
--------------------------------------------------*/

div.mNews-article {
	margin: 0 0 2em 0;
}

div.mNews-article .mNews-title {

}

div.mNews-article .mNews-date {
	display: block;
	text-align: right;
}

div.mNews-article .mNews-summary {
	font-weight: bold;
}

div.mNews-article .mNews-body {

}

/*--------------------------------------------------
	ARCIHIVE ITEM RULES
--------------------------------------------------*/

li.mNews-archiveArticle {

}

li.mNews-archiveArticle .mNews-title {

}

li.mNews-archiveArticle .mNews-date {
	float: right;
}

li.mNews-archiveArticle .mNews-summary {

}

li.mNews-archiveArticle .mNews-body {

}

-->