/* ARGUMENT FROM DESIGN <http://www.ardes.com/> */
/* Ardes.com Version 3.0.2 November 2006 */
/* Print declarations */


@import url(application.css);

/* HTML REDEFINITIONS */

a:link, a:visited, a:hover, a:active { color:#1A3C77; text-decoration: none; } 
/* Links don't need to be particularly differentiated for print documents */

body { font-size: 10pt; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Akzidenz Grotesque", Helvetica, Arial, "MS Trebuchet", sans-serif;
  color: #294981;
}
  h1, h2 { font-size: 12pt; }
  h3 { font-size: 11pt; }
  h4 { font-size: 10pt; }
  h5 { font-size: 10pt; }
  h6 { font-size: 10pt; }

label { font-size: 11pt; }



/* LAYOUT ITEMS REMOVED/ADJUSTED FOR PRINTING */

#container { border-style: none; }

#navbar { border-top: 0px solid #FFF; border-bottom: 0px solid #A3AE67; height: 1px!important; } /* Remove navigation, but retain separating line */
  #navbar ul#nav { display: none; visibility: hidden; }

#content { width: 450px; }

#sidebar, #newsbar { width: 240px; }

#content h1 span, #sidebar h2 span { 
  color: #294981; font-size: 12.5pt!important; padding-top: 5pt; padding-bottom: 5pt;
  display: block!important; visibility: visible!important; 
}

#footer p { font-size: 8pt; }
 
#masthead p span, #location p span { 
	display: block; visibility: visible; /* This *should* make the titles visible when printing instead of using the bg images */
	font-family: "Akzidenz Grotesque", Helvetica, Arial, "MS Trebuchet", sans-serif; 
	text-transform: lowercase; 
	display: inline!important;
	float: right; padding-bottom: 0; margin-bottom: 0; line-height: 100%;
}
  #masthead p.ardes span { color: #294981; font-size: 17pt; letter-spacing: 1pt; }
  #masthead p.webdev span, #location p span { color: #6A7D3E; }
  #masthead p.webdev span, #sidebar h2 span, #location p span { font-size: 11pt; }

pre { 
  font: normal 10pt "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif; 
  color: #3F3F3F;
  border-left: 1px solid #CCC; padding: 1.5em;
}
 



