/**   Styles for "Print" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 15 April 2007 @ 15:11 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	font-size: 70%; /* about 10px if browser size is set at default (16px) */
}

body, div, p, table, td, input, textarea, select, button {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Geneva, Verdana, sans-serif;
}
#hdrImg {
    display: none;
}
#wrapper {
    background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
    font-family: Georgia, "New York", Serif;
    font-weight: normal;
    font-size: 2.5em;
    line-height: normal;
    
}
h2 {
    font-size: 1.3em;
}
div.hr {
	height: 1px;
	margin: 5px 0 1.6em 0;
	padding: 0;
}
div.hr hr {
	display: none;
}

#menu {
    display: none;
}
#sidebar {
    display: none;
}
#mainContentWrapper {
    clear: both;
}
#header #logo a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #000;
}
#mainContentWrapper {
    line-height: 1.2em;
}
#ftr {
    padding: 15px;
    color: #000;
    font-size: .9em;
}