/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
}
div#content p {
	font-size: 13px;
}

div#player, embed {
	padding-top: 15px;
}
div#left-links {
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div#left-links a {
	display: block;
	width: 127px;
	height: 24px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/projects/left-links-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/*margin-bottom: 10px;*/
	padding-left: 15px;
	padding-top: 10px;
}
div#left-links a.multiline {
	padding-top: 4px;
	height: 30px;
}
div#left-links p {
	margin-bottom: 5px;
}
div#content-right {
	float: right;
	width: 400px;
	padding-right: 250px;
	background-position: top right;
	background-repeat: no-repeat;
	clear: right;
	margin-bottom: 40px;
}
div.thorntons {
	background-image: url(../images/projects/thorntons-bg.jpg);
}
div.creative-bristol {
	background-image: url(../images/projects/creative-bristol.gif);
}
div.longleat {
	background-image: url(../images/projects/longleat.gif);
}
div.save-oldvic {
	background-image: url(../images/projects/save-oldvic.gif);
}
div.destination-bristol {
	background-image: url(../images/projects/destination-bristol.jpg);
}
div.merrell {
	background-image: url(../images/projects/merrell.jpg);
}
h1 {
	color: #437f43;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
div#content-right p {
	margin-top: 15px;
}
div.line {
	background-color: #437f43;
	height: 2px;
	width: 400px;
	font-size: 1px;
}
ul {
	font-size: 13px;
	margin-top: 15px;
	margin-left: 15px;
}
li {
	margin-top: 5px;
}
p.green {
	color: #437F43;
}	