/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
}
a.news {
	text-decoration: none;
	color: #6c4f7e;
	font-weight: bold;
}
a.news:hover {
	text-decoration: underline;
}
h1 {
	color: #6c4f7e;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
div.line {
	background-color: #6c4f7e;
	height: 2px;
	width: 550px;
	font-size: 1px;
}
div.thin-line {
	background-color: #6c4f7e;
	height: 1px;
	width: 550px;
	font-size: 1px;
	margin-top: 5px;
}
div#latest-news {
	margin-top: 20px;
}
div.news-item {
	margin-top: 20px;
	font-size: 13px;
	background-image: url(../images/news/news.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
	height: 140px;
}
span.news-head {
	font-size: 14px;
	font-weight: bold;
	color: #6c4f7e;
	margin-left: 40px;
}
span.date {
	font-size: 11px;
	font-style: italic;
}
div.news-item p {
	margin-left: 40px;
	width: 350px;
	margin-top: 15px;
}
div#content-right {
	background-color: #f7f8f8;
	float: right;
	width: 200px;
	padding: 15px;
	font-size: 12px;
}
div#content-right h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
div#content-right h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#content-right p {
	margin-bottom: 10px;
}
div#content-left {
	width: 550px;
	margin-bottom: 50px;
}
img.newsitem-image {
	position: absolute;
	top: 27px;
	right: 0px;
}