/* ----------------------------------------------

	Cashmere High School - Print Stylesheet
    
--------------------------------------------- */


    @import "reset.css";
    

/* --- Selectors ----------------------------- */


    body {
		background:#686868;
		color:#444;
		font:62.5%/1.3 arial,helvetica,sans-serif;
		margin:0;
		padding:0;
    }
    a { color:#7d1341; text-decoration:underline; }
	a:visited { color:#ca136a; }
    a:hover { color:#000; }
    a img { border:none; }
    
    p { margin:14px 0; }
    
    h1 { font-size:1.83em; margin:14px 0; }
    h2 { font-size:1.17em; color:#7d1341; margin:14px 0; line-height:1.2; }
    h3 { font-size:1.1em; color:#444; margin:14px 0; font-weight:bold; }
    h4 { font-size:1.05em; color:#7d1341; margin:14px 0; font-weight:bold; }
    h5 { font-size:1em; color:#444; margin:14px 0; font-weight:bold; }
    h6 { font-size:0.9em; color:#7d1341; margin:14px 0; font-weight:bold; }
	
	#accessibility, #banner, #cse-search-box, #footer, #latest-news, .breadcrumbs, #nav, #subnav, #latestnewscontainer, #inline, #bannerflashdiv {
		display:none;
	}