/* ----------------------------------------------------------
title: Infinite Sunshine (print style sheet)
author: Matt Grimm
company: Element Fusion
created: 6/25/10
last updated: 6/25/10
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }

hr,
#accessibility,
.search,
.primary-nav,
.util-nav,
#crumbs,
.breadcrumb-nav,
.secondary-nav,
.footer-nav { display: none; }

img { border: none; }

#header {
	width:100%;
	margin: 0 0 2em 0; 
	}

#identity {
	font-size: 116%;
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:90%;
	}