@import url("stylesheet.css");
@import url("article.css");
@import url("internalNavigation.css");
@import url("tabsInternal.css");
@import url("breakingNews.css");

/* 
Breadcrumb Navigation
*/

#breadcrumbs {
	font-size: xx-small;
	padding: 5px 0 0 0;
}

/* 
Breaking News
*/

.breakingNewsContainer {
border-bottom: 1px dotted #99adc2;
padding: 5px 0;
margin: 5px 0;
}

.breakingNewsTime {
float: left;
width: 80px;
}

.breakingNewsSummary {
margin: 0 0 0 90px;
}


/* 
These to fix old content styles. might be able to get rid of these
once they are using the new templates for a while 
and the old content has gone offline
*/

.rightNoPadding {
float:right;
clear:both;
padding:0 0 0px 0px;
}

.storyImage {
float:right;
clear:both;
padding:0 0 0px 0px;
}