
/* 
///////////////////////////////////////
	Client:    Aust. Medical Placements
   Design:    Zoo House Creations
   Author:    Kel Andersen
/////////////////////////////////////// */		
	
/* 
///////////////////////////////////////
	CLEARS
/////////////////////////////////////// */

.noput { display: none; }
.clear { clear: both; display: block; line-height: 1px; }
.line	 { clear: both; margin: 8px 0 8px 0; line-height: 1px; border-bottom: 1px solid #edecec; }

/* 
///////////////////////////////////////
	FLOATS
/////////////////////////////////////// */

.float-left   { float: left; }
.float-right  { float: right; }

/* 
///////////////////////////////////////
	ALIGNS
/////////////////////////////////////// */

.align-left    { text-align: left; }
.align-right   { text-align: right; }
.align-center  { text-align: center; }

/* 
///////////////////////////////////////
	COLOURS
/////////////////////////////////////// */

.colour-blue  { color: #0168b3; }
.colour-red   { color: #ec342c; }
.colour-green { color: #78c800; }
.colour-grey  { color: #b5b8ba; }

/* 
///////////////////////////////////////
	TEXT SIZES
/////////////////////////////////////// */

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

