/*---------------------------------------
Print Style Sheet

Author: 	P.Shackleton
Email:		info@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/



/* Import styles
---------------------------------------*/
* { float: none; }



body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  padding: 5%;
  background-color:#FFFFFF;
  margin: 1em 0 0; padding: 0; 
}


h1 {font-size: 16pt; }
h2 {font-size: 14pt;}
h3 {font-size: 13pt;}
h4 {font-size: 12pt;}



.profile-container {width:45%; margin-right: 1%; float:left;}
.profile-img { float:left; margin-right: 10px; padding-top:3px; }


/* hide from printer
---------------------------------------------*/

.skiplink, #mainnav, #footer_links, #logo_nav_container, #side_content { display: none; }



/* misc
-------------------------------------------------*/

.hide { position: absolute; left: -999em; }
.displaynone { display: none; }
.clear{ clear:both;}
.clear15{ clear:both; height: 15px;   }
.clear20{ clear:both; height: 20px;   }
.clear30{ clear:both; height: 30px;   }
