/* == MODULE - News
-------------------------------------------------------------------------------------------------- */
.module-news {}

#navigation ul.sub {}
.small {}

.module-news h3.entry-title,
.module-news h3.entry-title a {
	position: relative;
	color: #fff; font-size: 1.4545em /* 16px */;
	text-decoration: none;
}
.module-news h3.entry-title a:hover {
	text-decoration: underline;
}

p.date,
.module-news .layout-large-image .large p {
	float: left;
	font-size: 0.8182em;
}
div.entry-content {
	clear: left;
}
.article {
	font-size: 0.7857em /* 11px */;
}


.layout-large-image .large {
	float: right;
	padding: 0 0 15px 15px;
	
}
.layout-large-image .large dl {
	margin: 0;
}
.module-news .layout-large-image .large p {
	float: none;
	font-weight: bold; text-align: center;
	background-color: #A79C82;
}

a.continue span {} /* Read more <span>on name of the article</span> */

#branding #branding-strapline {
	position: absolute;
	height: 30px; width: 270px;
	margin: 42px 0 0;
	background: url(../images/news-tagline.gif) no-repeat 50% 0;
}
