/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Added base faq and newsletter styles, and added Portal News styles (news list/portal news/homework)
/* 4_7: Removed unused CSS, updated defaults [TO DO: Portal CSS] [Author: Landon Durnan]
/* 5_0: Better defaults: news, detail, faqs [Author: Landon Durnan]
/* 5_1: Moved FAQ and Barcharts to separate files [Author: Landon Durnan]

/* NEWS STYLES
********************************************************************************/

/* 
-----------------------------------------------------------------------------
 =News-List
----------------------------------------------------------------------------- 
.news-list{ }
	.news-list ul.news {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.news-list ul.news li {
			background: none;
			margin-bottom: 1em;
			padding-left: 0;
			}
    	.news-list ul.news li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;	}
		.news-list ul.news li * { margin: 0; padding: 0; }
			
			.news-list ul.news li h4{
				font-size: 1.2em;
				font-weight: bold;
				}
			.news-list ul.news li h5,
			.news-list ul.news li h6 {
				}
			.news-list ul.news p{}
			.news-list ul.news a.readmore {}
			.news-list ul.news .thumb { 
				float: right; 
				margin: 0 0 .8em .8em;
				}
				.news-list ul.news .thumb img{}
			.news-list ul.news .thumb-file {}		
	
*/

.news-paging{ float: right; } /* I don't want this here, but we don't have an .ft or standard paging */
