/* Teddy Geiger */
/* News Stylesheet
----------------------------------------------------------------------------- */

	@import url("widget-comments.css");
	@import url("widget-editorial.css");
	@import url("widget-photos.css");


/* Layout
--------------------------------------------------------------------------- */

	h2 strong {
	
	width: 104px;
	height: 46px;
	background: url(../images/section-news/h2-news.gif) no-repeat;
		
	}
	
	div#columns {
		
	float: left;
	background: url(../images/section-news/bg-columns.gif) repeat-y;
		
	}
	
	
/* News
--------------------------------------------------------------------------- */

	#news {
	
	width: 522px;
	border-bottom: 3px solid #fff;
		
	}
	
	
/* Press Releases
--------------------------------------------------------------------------- */

	#press-releases {

	float: left;
	padding: 20px;
	width: 522px;	
	background: #aba000;
	color: #fff;
	border-bottom: 0;
	
	}

	#press-releases h3 {
	
	display: block;
	width: 126px;
	height: 22px;
	margin-bottom: 5px;
	background: url(../images/section-news/h3-pressreleases.gif) no-repeat;
	text-indent: -5000px;
	
	}
	
	#press-releases ul.leads {
		
	float: left;
		
	}

	#press-releases li img {
	
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #938a00;
	
	}

	#press-releases li h4 {

	clear: left;
	font: normal 18px/22px Arial, sans-serif;
	
	}

	#press-releases li h4 a {
	
	color: #fff;
	
	}

	#press-releases li strong {

	display: block;
	position: absolute;
	top: 0;
	left: 0;	
	font: normal 14px/18px Arial, sans-serif;
	
	}

	#press-releases li {

	float: left;
	position: relative;
	padding-top: 24px;
	
	}

	#press-releases li .story {
	
	clear: both;
	
	}
	
	#press-releases li a.comments {
		
	display: block;
		
	}

	#press-releases ul.actions {
	
	margin: 10px 0;
	
	}

	#press-releases ul.actions li {
	
	padding-top: 0;
	
	}
	
	
/* Other Stories
--------------------------------------------------------------------------- */

	#page-story #archive h3 {
		
	height: 19px;
	width: 153px;
	background: #e2e2e2 url(../images/section-news/h3-otherstories.gif);
		
	}
	
	
/* Related Photos
--------------------------------------------------------------------------- */

	#photos h3 {
		
	height: 22px;
	width: 105px;
	background: url(../images/section-news/h3-relatedphotos.gif);
		
	}
