/*
	Tawhai School
	Created: 13 July 2012
	Last updated: See SVN
  ----------------------------------
	Styles for print

*/


/* 
 HIDDEN
------------------------------------- */

.hidden { display:none !important; }


/* 
 HIDE BACKGROUND
------------------------------------- */

something { background:none !important; }


/* 
 SHOW
------------------------------------- */

.print { display:block !important; }


/* 
 SPECIFIC PRINT STYLES
------------------------------------- */

body { background:#fff; color:#333; }
a { color:#856a01 !important; }
/* Print links */
.layout-col-3 a:after { content:" (http://www.tawhai.school.nz" attr(href) ")"; text-transform:none !important; font-size:11px !important; }

