/*
* Author: 		Trevor Morris, Creation Design & Marketing
* Contact:		trevor@creation.uk.com, leigh@creation.uk.com
* Version:		0.5
* Created:		13/03/2008
* Notes:		CSS specific to the news section
--------------------------------------------------------------------------------------------------*/
body.news h2#page-heading {
	height: 160px;
	background-position: -300px 0;
}

body.news h3.entry-title {
	margin-top: 0;
	color: #693; font-size: 2.1818em; /* 24px */ line-height: 1.1667em; /* 28px */
}
body.news h3.entry-title a {
	text-decoration: none;
}
body.news h3.entry-title a:focus,
body.news h3.entry-title a:hover,
body.news h3.entry-title a:active {
	text-decoration: underline;
}


body.news div#secondary {
	padding-top: 0;
	background-color: transparent;
}

