/*
 Copyright 2014 cFront Software Ltd, http://www.cfront.co.uk
 Free for any use, provided this copyright notice is maintained.
*/
/*
	Add in-house standards to YUI base
*/

/* Prefer bottom padding only as default, control top spacing using container */
h1,h2,h3 {
	margin:0em 0em 0.75em 0em;
	font-weight:600;
}

/* Prefer non-indented lists as default */
ol, ul {
	margin:0px;
}

/* Prefer no bullets as default */
ul li {
	list-style: none;
}

/* Prefer a bit less space on paragraphs */
p {
	margin-bottom: 0.5em
}

/* 
	clearfix 
*/
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

