@import url(styles.css);
@import url(navigation.css);
/* print style sheet for WSJ Web Site */
/* ======== copied most styles from styles.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. ======= */

/* set basics */
body{font-size: small; margin: 0; padding: 0;}
.screenonly{display: none;}
.printversion{display: block;}
/* suppress display */
#hbsbanner, #decades{display: none;} 

/* undisplay the publishing edit buttons */
#edit_button_container, #edit_button, #validate{display: none;} 

/* custom */
.home #homeintro{padding: 20px 80px 20px 80px;}
.about #content{padding: 0;  width: 550px;}
.about #col1{float: left; width: 180px; padding: 5px;}
.about #col2{float: right; width: 320px; padding: 5px;}
.gallery #content{padding: 0;  width: 550px;}
.gallery #col1{float: none; width: 500px; padding: 5px;}
.gallery #col1{font-size: 80%;}
.gallery #col2{float: none; width: 500px; padding: 5px;}
img.linedrawing{width: 375px;}

#footer{width: 550px;}
#copyright{float: none; padding: 5px;}
#contact{float: none;  padding: 5px;}
a#footlink2{border-left: none; text-transform: none;}
a#footlink1, a#footlink3{display: none;}
