/*	-------------------------------------------------------------
	-------------------------------------------------------------
	PRINT CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	color: #000;
	background: #fff;
}




/*	-------------------------------------------------------------
	HIDDEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#admin_toolbar,
#header .search,
#header h1,
#header .home_button,
#top_menu,
#staffProfiler_intro,
#staffProfiler_staff .staff_member.has_image .video,
#staffProfiler_staff .staff_member .top_link,
#main_side,
#footer {
	display: none;
}




/*	-------------------------------------------------------------
	SHOW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header .header_logo,
.showPrint {
	display: block;
}




/*	-------------------------------------------------------------
	OVERALL STYLE FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
	background: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.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 */




/*	-------------------------------------------------------------
	CONTENT FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font-size: 1.7em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.3em;
}

#content h4,
#content h5,
#content h6 {
	font-size: 1.1em;
}

#content a:link,
#content a:visited {
    color: #000;
    text-decoration: none;
}

#content #itemList p.backLink {
	display: none;
}

.image_r,
.image_r_b {
	float: right;
	clear: right;
	padding: 1px;
	margin: 5px 0 5px 10px;
}

.image_l,
.image_l_b {
	float: left;
	clear: left;
	padding: 1px;
	margin: 5px 10px 5px 0;
}

.image_r_b,
.image_l_b {
	border: 1px solid #9e9e9e;
}




/*	-------------------------------------------------------------
	STAFF PROFILER FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#staffProfiler_staff .staff_member .photo {
	float: left;
	margin-top: 11px;
}

#staffProfiler_staff .staff_member.has_image .details {
	float: right;
	width: 435px;
}