/* ---------------------------------------------------
CVS: $Id: print.css,v 1.1 2008/03/21 20:46:15 cvsdevel Exp $
Title: print.css
Copyright: (c) 2008
Author: Smitty
Company: Rhino Internet Solutions
Description: Print styles for phoenix.gov
--------------------------------------------------- */

/* ------------------------------------------------
=Medium Font Size
------------------------------------------------ */

#header,
#primary-nav-1,
#primary-nav-2,
#primary-nav-3,
#col1,
.content-close,
#footer ul {
   display: none;
   }
   
body {
   background-color: white;
   font: 11pt Arial, Helvetica, sans-serif;
   width: 7.5in;
   }
   
h1 {
   font: 200% Georgia, "Times New Roman", Times, serif;
   }
   
h2 {
   font: 175% Georgia, "Times New Roman", Times, serif;
   }
   
h3 {
   font: 150% Georgia, "Times New Roman", Times, serif;
   }
   
h4 {
   font: 125% Georgia, "Times New Roman", Times, serif;
   }
   
h5 {
   font-size: 100%;
   font-weight: bold;
   text-transform: uppercase;
   }
   
h6 {
   font-size: 100%;
   font-weight: bold;
   }
   
table {
   border-top: 1pt solid gray;
   border-left: 1pt solid gray;
   }

thead th,
td {
   border-bottom: 1pt solid gray;
   border-right: 1pt solid gray;
   padding: 5pt 10pt;
   }
   
blockquote {
   margin-left: .5in;
   font-style: italic;
   }
   
fieldset {
   margin-bottom: 10pt;
   }
   
#hp-promo-photo {
   background-color: white !important;
   background-image: none !important;
   }

   
   

