/* =================  typography  ======================================================================= */

h1 {
	margin: 0px;
	margin-top: 55px;
	padding: 0px;
	color: white;
	font-size: 1.6em;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.element_block h2 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 a {
	color: #666;
}

.element_block p {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	padding-right: 3px;
	color: #666;
}


/* =================  layout: default  ======================================================================= */

.element_block {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	border-bottom: 13px white solid;
}

.item img, .item_right img {
	margin: 0;
	padding: 0;
	margin-left: 3px;
}

.item img.img_only, .item_right img.img_only {
	margin: 0;
	padding: 0;
}

.item, .item_right {
	position: relative;
	margin: 0;
	padding: 0;
	width: 238px;
	float: left;
	margin-right: 7px;
	background-color: #e9e9e9;
}

.item_right {
	margin: 0;
}

.full_image {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 7px;
	width: 238px;
}

.element_block img {
	float: right;
}

/* =================  colour scheme  ======================================================================= */
/*
These styles define the common elements to any colour_scheme blocks - the colours and bg images of these
elements are defined in the colour scheme style sheets
*/

.full_image .colour_scheme {
	float: left;
	width: 100%;
}

.colour_scheme .item, .colour_scheme .item_right {
	background-color: #e9e9e9;
}


