/* MMA SITEWIDE PRINT STYLES */
/* by Samantha Orme, 12.02.2005 */

/* MMA printed pages are currently comprised of 3 sections, 
in a tabular-ish layout.  Each page contains a header section 
(for a&b-heads) (#headers), a bottom sitewide navigation bar 
(#nav_sitewide), and a central "view" area, where 
the bulk of the content resides (#viewport). */

/* :HIDE_SECTIONS {{{
------------------------------------------------------- */

#logo, #nav_local, #nav_sitewide, #toolbar, h1, h2 { display: none; }

/* }}} ------------------------------------------------ */

/* :BODY {{{
------------------------------------------------------- */

body { background: #fff; height: 100%; }

/* }}} ------------------------------------------------ */

/* :HEADERS {{{
------------------------------------------------------- */

h3 { background: #fff; border: 0; margin: 5px 15px; }

#print_header { display: block; margin: 0 15px; font-size: 80%; }

/* }}} ------------------------------------------------ */

/* :VIEW {{{
------------------------------------------------------- */

#viewport {	padding-left: 0; background: #fff; }

/* }}} ------------------------------------------------ */


/* :FOOTER {{{
------------------------------------------------------- */

#print_footer { 
	display: block; 
	font-size: 90%; 
	width: 570px;
	margin: 25px 15px 0 15px;
	padding: 5px 0;
	border-top: 1px solid #999;
	color: #666;
}

/* }}} ------------------------------------------------ */

