/*
==============================================================================
  St. Joseph Catholic Church, Strongsville, Ohio (http://www.sjohio.org)

    Project:    Website
    Component:  Styles for printing
    Author:     W
    Dependent:  -
    Notes:      -
    Reference:  -
    Version:    2010-05-21: W - Created and validated CSS 2.1
                2010-06-02: W - Hide search <div>
==============================================================================
*/


/* hide stuff that should not print */
#header, #nav, #left, #search, #right_wide, #right_thin, img {display: none;} 


/* format stuff we want to keep */
html, body
{
  background: #FFFFFF;
  font-size: 100.1%;
  font-family: Verdana, Geneva, 'Verdana Ref', 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'DejaVu Sans', 'Liberation Sans', Corbel, Tahoma, Helvetica, Arial, sans-serif;
}

#wrapper, #main, #right_wide, #right_thin, #footer
{
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  float: none !important;
  color: #000000;
  background: transparent none;
}

#footer
{
  border-top: 2px dotted #000000;
  text-align: center;
  font-size: 0.69em;
}


