/* --------------------------------------------------------------
 
CSS Document
Common & default style  -  Caraston Hall // Exeter, Devon
Author - Phil Clayton - Distractedpeople
http://www.distractedpeople.net/

--------------------------------------------------------------- */

/* ---------- common ---------- */

/*html, body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, ol li, form {
	margin: 0;
	padding: 0;
}*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hide {
	display: none;
}

#newsStory .floatRight {
	float: right;
	margin: 10px 0 5px 10px;
}

a img {
	border: none;
}

.pad10 {
	padding: 0 10px 0 10px;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */