@import url(series.css);
@import url(navigation.css);
/* print style sheet for Historical Returns */
/* ======== copied most styles from series.css, can override each style for print in here - safe printer width is around 550px (Yale Style Guide) but we'll leave widths as is, maybe for readings we can stack the columns if they don't print. ======= */

/* set basics */
body{font-size: small; margin: 0; padding: 0;}
#banner, #primarybanner{display: none;} 
.printbanner{display: block;} /* show the print banner */
#identitygraphics{display: none;} /* unless on the home page */
#navigation{display: none;} /* don't show the large nav  */
/* undisplay the publishing edit buttons */
#edit_button_container, #edit_button, #validate{display: none;} 
#caption, #picture{float: none;}
/* change some widths for printer */
#content{width: 550px;}
#capsule1, #capsule2{border: 1px solid #aaa;}
#caption{width: 550px;}
#footer{width: 570px;}
#copyright{float: none; width: 550px; margin: 0;}
#bakerinfo{width: 250px;}
#contact{width: 250px; text-align: left;}
#footercredit{display: none;}

/* further reading */
.furtherreading .box{float: none; width: 550px;}
.morefromhbs .box{float: none; width: 550px;}
.furtherreading .widebox{float: none; width: 550px;}
