/* 
-----------------------------------------------
webdesign.yale.edu
print styles for ITS
These styles override normal display styles
so as to print full width of content area and 
minimize navigation

9-28-07 (VM)
10-3-08 (VV)
----------------------------------------------- */

body {
background: none;
}

#pagebox {
border: none;
width: auto;
}

#yaleHeader, #itsLinksHeader, #itsLandingHeader {
display: none;
}

#identityHeader {
height: auto;
background: #fff;
}

#identityHeader img {
display: none;
}

#identityHeader h1 {
display:none;    /* does not allow the large ITS Section Header text from being printed */
text-indent: 0;
float: none;
height: auto;
font-size: 20px;
}

#scanColumn, #sideBar {
display: none;
}

#content, #mainColumn {
width: auto;
}

#content {
float: none;
}

#mainColumn {
clear: left;
}

#pageAnchor {
float: none;
}

#pageAnchor img {
display: none;
}

#pageAnchor p { /* see more styles in typography */
float: none;
}

#footer {
background: #fff;
border-top: 1px solid #000;
border-bottom: none;
}

#footer p.footer {
margin-left: 0;
}



