/*
 * styles_print.css
 * ----------------
 * Modifications to the styles for printing the page. These styles
 * are only used when the page is printed.
 *
 * Written by: Dan Delaney (FluidMind.org)
 *
 */
 

div#Masthead {
    width: 100%;
}

div#PageContainer {
    width: 100%;
    padding: 1em 4em;
}

div#MainContent {
    float: none;
    width: 100%
}

div#Navigation {
    display: none;
}

div#Footer {
    width: 100%;
}
