/* Styles for the news section of the site*/

/**** Page layout ****/

/* Overal content */
div#subpage-content div.subpage-body-no-padding {
	background-image: url(../graphics/news-sub-title.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

span.image-title { display: none }

/**** Content elements ****/

/** Right-column breakouts. **/
.subpage-right-internal-column {
	width: 306px !important;
	margin-top: 0 !important;
	margin-right: 10px;
	margin-left: 20px !important;
}

div.box {
  margin-top: 10px;
}

/** News introduction **/
#news-intro-container {
	overflow: hidden; /* Ensure that contained floats remain in div */
	margin-bottom: 30px;
	padding-top: 40px;
}
#news-intro-container p {
	margin-top: 1em;
}

/** Each news item **/
.news-item-holder {
	background-image:url(../graphics/hr-news.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 1em;
	overflow: hidden; /* Set to force the container to surround floats */
}
.first {
	background-image: none;
	padding-top: 0;
}

/* Title of the news item */
.news-item-holder h2 {
	margin-top: 0;
	margin-bottom: 15px !important;
}
.news-item-holder h2 em {
	font-style: normal;
	color: #666;
}

/* News thumb */
.image-holder {
	float: left;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	font-style: italic;
	color: #666;
}

/* News text */

/* News links */
.news-link .intro {
	font-size: 13px;
	font-weight: bold;	
}
.news-link .type {
	font-size: 13px;
	color: #666;
}

/*** Full story ***/

/** Story container **/
#news-full-container {
	margin-top: 20px;
	margin-right: 53px;
	margin-left: 53px;
}
