/*
	Styles for print media
*/

body {
	margin: .2in .35in;
	padding: 0;
	background: #fff;
	color: #000;
	font: 12pt "Times New Roman", serif, Garamond;
	line-height: 1.2;
	text-align: left;
}

#container {
	margin: 0px;
}

#header {
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
}

#comments, #footer {
	border-top: 1px solid #000;
	padding: 10px 0 0;
}

#langs,#line,#left,#right,.clear,.pages,#counters,#comments,#nowcom,#comtab,#com,#ads {
	margin: 0px; display: none;
}

/*
	Text
*/

a {
	color:black;
	text-decoration:none;
}

a img {
	border-width:0;
}

h1, h2, h3 {
	margin: .6em 0 0 0;
	font-family: Georgia,Serif;
	font-weight: normal;
	clear: both;
}

	h1 {
		margin-top:.5em;
		font-size: 180%;
	}

	h2 {
		font-size: 150%;
		margin: .3em 0 0 0;
		padding-bottom: 0;
	}

	h3 {
		font-size: 130%;
		margin-bottom: 0;
	}

p {
	margin: .6em 0 .6em 0;
}

blockquote{
	font-style:italic;
}

h3+blockquote, h2+blockquote, p+ul, h2+ul, h3+ul {
	margin-top:.2em;
}

#content a[href]:after, #footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}

#content a[href^="/"]:after, #footer a[href^="/"]:after {
	content: " (http://spring96.org/" attr(href) ") ";
}
