/* 
-----------------------------------------------
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)
4-16-08 (vv)
----------------------------------------------- */

body {
background: none;
}

#pagebox {
border: none;
width: auto;
margin: 0;
padding: 0;
}

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

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

#identityHeader img {
display: none;
}

#identityHeader h1 {
text-indent: 0;
float: none;
height: auto;
font-size: 20px;
}

#scanColumn, #sideBar {
display: none;
}

#content, #mainColumn {
width: 100%;
float: left;
margin: 0;
padding: 0;
}

body.column2 #mainColumn { 
width: 100%;
}

body.column2 ul#breadCrumb {
width: 100%;
}

#pageAnchor {
display: none;
}

#content {
margin-bottom: 50px;
}

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

#footer p.footer {
margin: 0;
}


