/*
 	Main "print" StyleSheet for RiverhillSchool.org
	Author: Jay Hayes of iamvery.com
	Contact: ur@iamvery.com
	Description: This stylesheet formats the document for printing.
				All styles added to this stylesheet should only
				apply to printing needs.
	-----
	10 June 2009 - Created
	
	-----
	TODO: 
*/

body {}

	/* HIDE ITEMS FOR PRINT */
	#top_nav_bg, #column_left, #header, #footer, 
	#content hr, #content form, 
	#content .hide_title, .print_page, .print_page_img, 
	#content div.left_image h1, #content div.right_image h1 
	{ display: none; }

	#content {}
	
		/* HEADERS */
		#content h1 { font-size: 20pt; }
		#content h2 { font-size: 14pt; }
		#content h3 { font-size: 11pt; }
		#content h4 { font-size: 10pt; }
		
		/* FONT SIZES */
		#content .small { font-size: 11pt; }
		#content .smaller {font-size: 10pt; }
		#content .smallest { font-size: 8pt; }
		
		/* LISTS */
/*		#content ul.nav li { font-size: 10pt; }
		#content ul.bullets li { font-size: 11pt; }
		#content ul.numbered li { font-size: 10pt; }
*/		
		/* IMAGES */
		#content p img {
			border: 1px solid #000;
		}
		
		/* PARAGRAPHS */
		#content p {}
		#content p.indent{}
		#content p.indent2{}
	
		/* TABLES BY DIV - Apparently IE doesn't like this :( */
		#content div.table div.row div.cell { font-size: 11pt; }

		/* TABLES BY TABLE */
		#content td { font-size: 11pt; }
		
		/* HYPERLINKS */
		#content a {
			color: #000;
			text-decoration: none;
		}
		
		/* FOR DIRECTIONS PAGE */
		#content #map_canvas {
			border: 1px solid #000;
		}
