/* newsroom.css */

h2#newsroom-header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #991100;
}

.featured-news,
.category-newsroom {
	padding-bottom: 10px;
	border-bottom: 2px solid #B2B2B2;
}

.featured-news .title,
.category-newsroom .title {
	margin: .5em 0;
}

.featured-news .title a,
.category-newsroom .title {
	color: #000000;
	text-decoration: none;
}

.category-newsroom {
	display: inline-block;
}

.featured-news .news-entry {
	display: inline-block;
}

.category-newsroom:after { /* pseudo-clearfix a dynamic element */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.featured-news .title a:hover {
	text-decoration: underline;
}

.featured-news .date,
.category-newsroom .date {
	margin-bottom: 15px;
}

.featured-news .news-entry img,
.category-newsroom img {
	float: left;
	margin: 4px 15px 15px 0;
}

.featured-news .news-entry p {
	/*margin-left: 115px;*/
	margin-bottom: 0;
}

.featured-news .news-entry a.news-link {
	float: none;	
	display: inline-block;
}

.featured-news .news-entry a.news-link:after { /* pseudo-clearfix a dynamic element */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.attachment {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #B2B2B2;
}

.attachment-label {
	display: inline-block;
	margin-bottom: 0.5em;
}

.pdf-link {
	height: 16px;
	display: inline-block;
	background: #FFFFFF url(../_images/pdf.gif) no-repeat top left;
	margin-left: 10px;
	padding-left: 20px;
}

.pdf-link a {
	color: #000000;
	display: block;
	padding: 2px 0;
}

#archive-header {
	color:#FF7722;
	font-size: 1.1em;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.archived-news {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #B2B2B2;
}

.archived-news .date-container {
	float: left;
	padding-top: 1px;
	width: 6em;
}

.archived-news .title-container {
	margin-left: 6em;
}

.archived-news .title-container .press-release-indicator {
	font-weight: bold;
	color: #FF7722;
	text-transform: uppercase;
	font-size: .9em;
	padding-top: 1px;
	margin-bottom: .5em;
}

.archived-news .date {
	float: left;
	margin-right: 3px;
}

.archived-news .separator {
	float: left;
	margin-right: 3px;
}

.archived-news .title {

}

.archived-news .title a {
	line-height: normal;
}

.archived-news .title a:hover {
/*	text-decoration: none;	*/
}

.navigation a:hover {
	text-decoration: underline;
}
