/* css for auto-rotating images */

/* positions 1 through 4 don't display these elements */
div#todays-story a img.story-thumb,
div#todays-story span.article-date,
div#todays-story .author-name,
div#todays-story .divider-bar,
#center-story span.article-date,
#center-story .author-name,
#center-story .divider-bar,
.feature-story-2 a img.story-thumb,
.feature-story-3 a img.story-thumb,
.feature-story-4 a img.story-thumb,
#center-story a img.story-thumb,
.feature-story-2 .author-name,
.feature-story-3 .author-name,
.feature-story-4 .author-name,
.feature-story-2 .divider-bar,
.feature-story-3 .divider-bar,
.feature-story-2 span.article-date,
.feature-story-3 span.article-date,
.feature-story-4 span.article-date,
td.archive-filter,
.story-link,
img.top-story-img {
	display: none;
	
}
@media screen and (max-width: 839px){
	#center-story a img.full-img.img-responsive {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	#todays-story a img.top-story-img.img-responsive,
	#todays-story > a > img.top-story-img.img-responsive,
	a img.top-story-img.img-responsive ,
	img.top-story-img.img-responsive ,
	img.top-story-img {
		display: none;
		
	}
	
}

@media screen and (min-width:840px) {
	#todays-story a img.top-story-img.img-responsive {
		width: 100%;
		max-width: 100%;
		display: block;
		
	}
	
	#center-story > a > img.top-story-img.img-responsive,
	#todays-story > a > img.full-img.img-responsive {
		display: none;
	}
}
#center-story a .arch-title,
#todays-story a .arch-title,
.feature-story-2  a .arch-title,
.feature-story-3  a .arch-title,
.arch-title {
	font-size: 22px;
	margin-top: .5em;
}
#center-story div.feature-text p,
.feature-story-2 div.feature-text p,
.feature-story-3 div.feature-text p {
	margin: 0;
}

