/* ------------------------------------------------------ 

	Lucid Print Style Sheet.   

	- This is the stylesheet modern browser will use
	  to print your pages.

------------------------------------------------------ */

@page {
size: 8.5in 11in;
margin: 3cm;
orphans: 4;
marks: cross;
}

a { color: #000; }

body {
background: #fff;
font-family: "times new roman", times, serif;
font-size: 12pt;
}

h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }

a {
color: #520;
font-weight: normal;
text-decoration: underline;
}


/* -- hide all nav stuff -- */
#lucid-admin-bar { display: none; }
#menu { display: none; }
#header form { display: none; }
#footer { display: none; }
#post-meta-single { display: none; }
#comment-form { display: none; }
#comment-header p { display: none; }
#m-banner { display: none; }


/* -- set page breaks -- */
h2 { page-break-after: avoid; }
h3 { page-break-after: avoid; }
h4 { page-break-before: avoid;	}
h2#comments { page-break-before: always; }

