/* -*- Mode: Java; -*-
* FILENAME:	paper.css
* DESCRIPTION:	Printing theme for all of my personal sites.
* AUTHOR: 	frotz@acm.org
* REVISION:	$Header: d:/cvs/webdocs/css/prnt/paper.css,v 1.2 2004/01/18 17:53:10 frotz Exp $
*/

/* -- Graceful degredation ---------------------------------------------- */
.user_mode	{ display:none; }	/* e.g. <hr class="user_mode" />  */

/* -- Fonts ------------------------------------------------------------- */
body		{ font-family:serif; }

body		{ font-size:xx-small; }
h1		{ font-size:medium; }
h2		{ font-size:small;	font-variant:bolder; }
h3		{ font-size:x-small;	font-weight:bolder; }
h4		{ font-size:xx-small;	font-weight:normal; }

.entry 		{ font-size:xx-small;	font-weight:normal; }
.entry_details	{ font-size:xx-small; }
.copyright	{ font-size:xx-small; }

h4		{ text-decoration:underline; }
A		{ text-decoration:underline; }

h1		{ text-transform:uppercase; }

/* -- Spacing ---- margin: TLRB; padding: TRBL; ------------------------- */
h1, h2, h3, h4  	{ margin:0.0em 0.0em 0.0em 0.0em;	padding:0.0em 0.0em 0.0em 0.2em; }
.entry 			{ margin:0.0em 0.2em 0.5em 0.2em;	padding:0.0em 0.0em 0.5em 0.0em; }
.entry_details		{ margin:0.0em 1.0em 1.0em 0.0em;	padding:0.0em 0.0em 0.5em 0.0em; }


/* -- Display ---- Things that go away when printing. -------------------- */
.bread_crumbs, .themes	{ display:none; }
.site_branding		{ display:none; }
.identity		{ display:none; }
.navigation		{ display:none; }
.nav_group		{ display:none; }
.nav_sequence 		{ display:none; }
.nav_item 		{ display:none; }
