/* NZNF website - special print styles for IE7 and below */

/* ---------- @@ content column ---------- */	
	
/* ----- @@ links ----- */	

#content-col a:active span.hidden, 
#homepage a:active span.hidden {
	margin: 0;
	padding: 0;
	visibility: hidden;
	font-size: 0px;
	height: 0;
	width: 0;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	left: -9999px;
	}	
			
	
/* @@ blog comments */	

#content-col ul#PageComments {
	padding: 0 0 12px 0; 
	}

	
/* ----- @@ forms ----- */	


	
	

/* ---------- @@ accessibility ---------- */	
	
/* @@ Skip links */

a.accessLinks:active { 
	position: absolute; 
	left: 10px !important; 
	top: 2px !important; 
	width: auto !important; 
	height: auto !important; 
	overflow: hidden;
	color: #fff;
	}
