/**
 * This is the print stylesheet for SUN Area Technical Institute.
 *
 * SUN Area Technical Institute
 * PHP 5.3.0, Zend Framework 1.9.3, ExtJS 3.0
 *
 * @author Brian Reich <breich@sun-tech.org>
 * @copyright Copyright (C) 2009 SUN Area Technical Institute
 * @media print
 * @version 1.0
 */
 
 /**
  * Sets the base font fot the page.
  */
 body
 {
 	font: normal 12pt/1.5em georgia, garamond, "time new roman", serif;
 	color: #111;
 }
 
 h1
 {
 	font-weight: normal;
 	font-size: 2em;
 }
 
 h2
 {
 	font-weight: normal;
 	font-size: 1.75em;
 }
 
 h3
 {
 	font-weight: normal;
 	font-size: 1.2em;
 }
 
 #page-header
 {
 	margin-bottom: 2em;
 	height: 80px;
 	text-indent: -3000pt;
 	background: url(img/sati_logo_trans.png) no-repeat top left;
 }
 

 #page-header h1 a
 {
 	color: #000;
 	text-decoration: none;
 }
 
 /**
  * @TODO switch to #primary-navigation.
  */
 .navigation
 {
 	display: none;
 }
 
 #breadcrumb-nav
 {
 	display: none;
 }
 
 
 .fl
 {
 	float: left;
 	margin: 0 1em 1em 0;
 }
#right-column { display: none; }
#page-footer { display: none; }
 
.accordion .ui-accordion-content { display:block !important; height: auto !important; }
.shareThis { display: none; }

