/*
CVS: $Id: asu_print.css,v 1.1 2007/03/30 18:48:12 cvsdevel Exp $
Title: ASU Drupal Template
Copyright: (c)
Author: Aaron Smitthipong
Company: Rhino Internet Solutions
Description: Print styles for ASU content template
*/

/* =Basics
-------------------------------------*/

* { 
   margin: 0; padding: 0;
   }

body {
   background-color: white;
   font: 11pt/15pt Arial, Helvetica, sans-serif; color: black;
   margin: .5in .25in;
   width: auto;
   }

a,
a:visited,
a img {
   border: none;
   text-decoration: none;
   }
   
strong {
   font-weight: bold;
   }

em {
   font-style: italic;
   }

img {
   border: none;
   display: block;
   }

p {
   padding: .5em 0;
   }

h1 {
   border-bottom: 3px double #CCC;  
   font-size: 200%;
   margin: .2in 0; padding: 0 0 .2in 0;
   }
   
h2 {
   border-bottom: 1px dashed #CCC;
   font-size: 150%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }
   
h3 {
   border-bottom: 1px dashed #CCC;
   font-size: 110%; letter-spacing: 2pt;
   margin: .1in 0; padding: 0 0 .2in 0;
   text-transform: uppercase;
   }
   
h4 {
   border-bottom: 1px dashed #CCC;
   font-size: 110%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }
   
h5 {
   border-bottom: 1px dashed #CCC;
   font-size: 100%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }

#asu_login_search,
#asu_maroon_nav,
#asu_nav,
.asu_breadcrumb,
#asu_right_content_column,
#asu_footer {
   display: none;
   }
   
#asu_logo {
   padding-bottom: .25in;
   }
   
#asu_footer_contact_info {
   border-top: 3px double #CCC;
   margin: .25in 0 .1in 0;
   }
