/* Site Print Styles
 * Updated:  30 Mar 09 @ 1.55pm
 * Author: Matthew Holmes <www.ivt.com.au>
 * ---------------------------------------------*/

	/*
	-- TOC
	---------------------------------------
	1. Colors
	2. Links
	3. Typography
	4. Structure
	*/

	/* -- COLORS
	---------------------------------------*/
	/* black	=	#000 */
	/* grey		=   #333 */
	
	
	/* -- LINKS
	---------------------------------------*/
	a:link, a:visited { background: transparent; color: #333; font-weight: 700; text-decoration: underline; }
	
	/* remove border around any image that has a link */
	a img { border: none; }
	
	
	/* -- TYPOGRAPHY
	---------------------------------------*/
	h1 { font-size: 20pt; }
	h2 { font-size: 18pt; }
	h3 { font-size: 16pt; }
	h4, h5, h6 { font-size: 12pt; }
	
	
	/* -- STRUCTURE
	---------------------------------------*/
	body { width: 100% !important; margin: 0 !important; padding: 0 !important; background: none; color: #000; font: 12pt/1.4 Garamond, "Times New Roman", serif; }
	
	
	/* -- hide various parts from the site */
	#subnav, #nav, #content_inner_sidebar, #footer, .icons, .path, .breadcrumb { display: none; }
