/*
 * File:	news-print.css
 * Created:	Tue Nov 21 15:13:37 GMT 2006
 * Author:	Andrew S. Townley
 *
 * This is the stylesheet for print versions of the news/press
 * releases.
 */

@import url('/v1/style/news/typography.css');
@import url('/v1/style/news/layout.css');
@import url('/v1/style/news/theme.css');

* { font-family: serif; font-size: 90%; }
body { margin-left: 60mm; margin-right: 0mm; }
.address { font-family: sans-serif; }

#page-type { display: none; }
#contact { left: -5mm; top: -5mm;}
#print-branding { display: block; bottom: 15mm; left: 0mm; position: absolute; }
