/* © RESEN */
/* Section Stylesheet: News
------------------------------------------------------------------------------- */


/* ABBREVIATED HEADER
------------------------------------------------------------------------------- */


	#page-story {
	
		background-image: url('../images/layout/bg-body-abbr.png');
	
		}
		
	#page-story #header {
	
		height: 93px;
	
		}
		
	#page-story #header h3.heading {
	
		float: left;
		width: 100%;
		clear: left;
		margin-top: 7px;
	
		}
		

/* HEADINGS
------------------------------------------------------------------------------- */


	#page-story #header h3.heading,
	#news h3 {
	
		background-image: url('../images/headings/h3-inthenews.png');
	
		}
		
	#sidebar #news h3 {
	
		background-image: url('../images/headings/h3-othernews.png');
	
		}
		
	#story h3 {
	
		display: none;
	
		}
		
	
/* NEWS
------------------------------------------------------------------------------- */


	#news.module-editorial.browse ul.content > li {
	
		padding: 0 0 25px 120px;
		position: relative;
		margin-bottom: 25px;
		border-bottom: 1px solid #282828;
		min-height: 100px;
		float: left;
		width: 430px;
	
		}
		
	#news.module-editorial.browse a.image {
	
		position: absolute;
		top: 0;
		left: 0;
	
		}
		
	#news.module-editorial.browse a.image img {
	
		width: 100px;
		height: 100px;
		display: block;
		
		}
		
		
/* Small Leads */


	#content #news ul.content > li.small {
	
		padding: 0 0 15px 0;
		width: 100%;
		min-height: 0;
	
		}
		
	#news .small h4 {
	
		font-size: 16px;
		line-height: 16px;
	
		}
		
	#news .small a.image,
	#news .small ul.actions,
	#news .small div.body {
	
		display: none !important;
	
		}
		
		
/* Sidebar */


	#sidebar #news.module-editorial.browse ul.content > li {
	
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		min-height: 0;
		width: 300px;
	
		}
		
	#sidebar .module-editorial.browse a.image,
	#sidebar .module-editorial.browse ul.actions.inline {
	
		display: none;
	
		}
		


/* STORY
------------------------------------------------------------------------------- */


	#story h4 {
	
		font-size: 30px;
		line-height: 30px;
	
		}
		
	#story > span {
	
		margin-bottom: 10px;
	
		}
