/* CSS Document */

.redtext, .header-6 .nav-utility-header .fsNavLevel1>li.redtext>a {
        color: #ff0000 !important;
}

@media print {

/* Print View Remove Elements */
	
	div#fsEl_44623, div#fsEl_44626, div#fsEl_44657, div#fsEl_44663, div#fsEl_44675, div#fsEl_44681, div#fsEl_44687, div#fsEl_44693 {
	visibility: hidden;
        display: none;
}
	
	div.fsBannerRight {
	visibility: hidden;
        display: none;
}

        a#fsSkipToMainContentLink, nav#fsAccountBar {
	visibility: hidden;
        display: none;
}

        a.fsRSSIcon, div#fsEl_44570 {
	visibility: hidden;
        display: none;
}

/* Print View Header and Footer */

h1, h2, h3, h4, h5 {page-break-before: always;}  


/* Disable-didn't work on chrome 
        @page :first header.onlyprint {
        position: fixed; 
        top: 0; 
}
        header.onlyprint div {
        margin-bottom: 0px;
        margin-top: -30px !important;
} 

        .fsPostElement article .fsTitle {
        margin-bottom: 20px !important;
}


        .fsPostElement article .fsBody {
        line-height: 16pt;
        font-size: 11pt;
}

        footer.onlyprint {
        position: fixed;
        bottom: -6px; 
    width: 100%;

 }

        footer.onlyprint div {
        padding-top: 20px !important;
        margin-top: 20px !important;
        width: 6.5in;
        text-align: center;
        margin: 0;
}

        footer.onlyprint div p::after {
        content: "Walla Walla Public Schools      |      364 S Park St, Walla Walla, WA 99362      |      (509) 527-3000      |      www.wwps.org";
        font-size: 11px !important;
        color: #CCCCCC !important;
        text-align: center;
}
*/

        @page { 
    size: letter portrait;
    margin-top: 22mm;
    margin-bottom: 22mm;
    margin-left: 17mm;
    margin-right: 17mm;

@top-left{
    content: element(headerLeft);
                }

@bottom-center{
    content: element(footerCenter);
}

}

.headerLeft{
                position: running(headerLeft);
            }

.footerCenter{
                position: running(footerCenter);
                text-align: center;
                font-size:8pt;
                font-size: 11px !important;
                color: #CCCCCC !important;
            }

div.onlyprint p::after {
        content: "Walla Walla Public Schools       |       364 S Park St, Walla Walla, WA 99362       |       (509) 527-3000       |       www.wwps.org";
        font-size: 11px !important;
        color: #CCCCCC !important;
        text-align: center;
}

 .fsPostElement article .fsBody {
        line-height: 19pt;
        font-size: 11pt;
}


}

@media screen {
    header.onlyprint, footer.onlyprint, div.onlyprint {
        display: none; /* Hide from screen */
    }
}