/* print.css for SAS theme
------------------------------------
November 2007 by Figrig Web Crafters (www.figrig.com)
------------------------------------

Contains the Print styles (e.g. hide nav, sidebars and backgrounds)
that override screen styles in screen.css

Intended to be used in combination with screen.css
*/

body {
	background: #FFF;
	background-image: none;
	color: #000;
}

/* HEADER
--------------------------------- */

/* might need header wrap to hold drop shadow */
#headerWrapper {
	background: none;
	width: 100%;
	height: 60px;
}
#header {
	background: none;
	width: 100%;
	height: 60px;
}
#header h1 {
	background: none;
	width: 100%;
	height: 1.3em;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#header h4 {
	clear: left;	
	text-indent: 0;
	margin: 0;
	padding: 0;
	height: 2em;
	line-height: 2em;
}
#photos {
	display: none;
}
#top_nav {
	display: none;
}

/* CONTENT
--------------------------------- */
#contentWrapper {
	background: none;
	width: 100%;
}
#content {
	width: 100%;
	float: none;
}

#sectionNav ul {
	display: none;
}

/* crumbs */
.navigation { float: none; }

/* mainContent */
#mainContent {
	width: 80%;
	float: none;
}
#mainContent h2 {
	clear: both;
	margin-top: 14px;
}

#search {
	display: none;
}

/* sideContent -- the RIGHT SIDE */
#sideContent {
	display: none;
}

/* SIDE
--------------------------------- */

#side {
	display: none;
}

/* FOOTER
--------------------------------- */
#footer {
	width: 100%;
}
#footer p {
	padding-left: 0;
}
