/* STYLES FOR PRINT
*******************/
@import url("simple.css");

#nav,
#subnav,
#subsubnav,
#sidecontent,
#footer span.website {
	display: none;
}

body {
	font-size: 130%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	background: #fff url("../../images/bg.jpg") top center repeat-x;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: "Georgia", "Times New Roman", serif;
	color: #000;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
}

a {
	text-decoration:none;
	color:#000;
}
/* 
-------------------------------*/



.footer {
	padding-top:1em;
	margin-top:1em;
	font-size: 0.8em;
}

.quote {
	border:1pt dotted #ccc;
}

.quote blockquote{
	border-bottom:1pt dotted #ccc;
}

.quote .cite {
	text-align:right;
	margin-right:4em;
}

.screen,
#header h1,
#header p,
h2,
.quote .day,
.quotenav {
	display:none;
}

.print {
	display:block;
}

