/* CSS
*
* put custom CS in this file. Be sure to flush all caches after you edit and upload.
*
* only add classes, not IDs
*
* put comments at the top of you custom class indicating which node/view the CS is for.
* also put comments at the end of the class indication the end of the custom CSS and which node/view it is for.
*
*/


/* for ATL database */
.atltitle {
	font-weight:bold;
	color:#C00;
}
/* END ATL database */

/* News view */
.start_end_dates {
	clear:both;
	font-size:.8em;
}
.newsviewphoto {
	float:left;
	width:100px;
	margin-right:5px;
}
.newsviewitem {
	float:left;
	width:80%;
}
.endfloat {
	clear:both;
}
.newscombined {
	position:relative;
	width:auto;
}
.newshomeheader {
	font-size:32px;
}
/* end news view */

/* menu splash vies */
.splashviewlistsummary p {
	margin-top:5px;
}
.splashviewlisttitle h5 {
	margin-top:5px;
	margin-bottom:40px;
	width:150px;
}
