/*-------------------------------------------+
 | Site: ISA                                 |
 | Part: Print styles                        |
 +-------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#collage,
#contact,
#content-secondary,
#footer a,
#nav,
#nav-secondary,
.screen,
#search,
#subfooter,
.noPrint {
    display: none;
}

.site_footer p { margin: unset; }
.site_footer ul { margin: unset; padding: unset; }
/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#footer,
#header,
#header-content,
#home #content,
#home #content-primary,
#home #content-secondary,
#page {
    background: none;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    position: static;
    width: 100%;
}

.nav_primary {
    background: none;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    position: static;
    width: 100%;
    font-size: small;
}

#home #content-secondary {
    display: block;
}


/* Content
======================================================================*/

/*--- Header ---*/
#header { margin-bottom: 2em; }
#logo img { display: none; }
#logo img#logo-print { display: block; }

/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; font-size: 0.8em; line-height: 1.3; margin-top: 2em; padding-top: 1em; }