/* Print-CSS for michaelruetz.com - Copyright Florian Hardwig, 2004-2006 */
/* Last update: 11 April 2005. */

/* BASIC */

html, body, div, p, span, h1, h2, h3, h4, blockquote, acronym, abbr, cite, em, strong, ul, li, img, a {
	margin: 0;
	padding: 0;
	background: none;
} 
body {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	margin: 5% 12%;
}

/* SPECIAL IDS */
#top {
	display: none;
}
#container {
	width: auto;
}
#homelink {
	display: none;
}
#navi {
	display: none;
}
#subnavi {
	display: none;
}	
#content {
	width: auto;
	max-width: 38em;
	text-align: justify;
}
#footer {
	display: none;
}

/* TEXT + SPECIALS */
h1, h2, h3, ul	{
	text-align: left;
}
h1	{
	font-size: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.4em;
}
h1.tx /* inside reading text */{
	font-size: 130%;
	padding: 0 0 0.2em;
	letter-spacing: 0.05em;
	text-transform: none;
}
h2 {
	font-size: 110%;
	line-height: 1.4em;
}
h3 {
	font-size: 100%;
	line-height: 1.5em;
}
h2+h3	{
	margin-top: 0.4em;
}
strong	{
	font-weight: normal;
	font-size: 95%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.pstart {
	font-weight: bold;
	padding: 0 1.2em 0 0.8em;
}
p {
	padding: 0 0 0.8em;
}
p+p	{
	margin-top: -0.3em;
}
blockquote {
	font-style: italic;
	text-align: center;
	line-height: 1.3em;
	padding: 1em 0 0.8em;
}
blockquote span {
	font-size: 90%;
}
kbd	{
	font-family: "Courier New", monospace;
}
cite {
	font-style: normal;
	padding-left: 0.3em;
	white-space: nowrap;
}
.pnav	{
	display: none;
}
.section {
	border-top: thin solid #000;
	padding: 2em 0 0.8em;
}
h2.section {
	padding: 2em 0 0;
}
blockquote.section {
	padding: 1em 0 0.8em;
}
.comment {
	font-size: 90%;
	padding-left: 2em;
}
.condcomm	{
	border: 1px solid #000;
	padding: 0.6em 1em 1em;
	margin: 0 0 1em;
	text-align: center;
}
div#content ul {
	list-style-type: disc;
	padding: 0 0 0.8em;
	margin-left: 1em;
}
div#content ul.data /* see exhibition section */ {
	list-style-type: none;
	margin: 0.8em 0 0;
	padding: 0;
	line-height: 1.4em;
}
div#content ul.data2	{
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0.8em 1em;
	line-height: 1.6em;
}
acronym	{
	font-style: normal; /* for Safari */
	font-variant: normal; /* for IE5 Mac */
	border: none;
	font-size: 95%;
	letter-spacing: 0.08em;	
}
abbr	{
	font-style: normal; /* for Safari */
	border: none;
	padding: 0 0.1em 0.15em 0;
}
acronym.common, abbr.common	{
	padding: 0;
}
em	{
	font-style: normal;
	font-weight: bold;
}
.jz	{
	font-weight: bold;
	font-size: 95%;
	letter-spacing: 0.1em;
}
em.fw, em.loc, em.tr, em.ti2, em.temp	/* =fremdwort, location, translation, title alternative, temporary comment */ {
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 0.1em;
}
em.temp	{
	letter-spacing: 0;	
	padding: 0;
}
em.ti		/* =title */	{
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
}
em.desc, em.desc2	/* =description of unusual words */ {
	font-style: normal;
	font-weight: normal;
}
.sup, .fn	{
	font-size: 75%;
	vertical-align: super;
	line-height: 1.4em;
}
.fn	/* =footnotes */ {
	padding: 0 0.3em 0 0;
}
.fn a	{
	padding: 0.3em;
}
.pfn	{
	font-size: 90%;
	font-style: italic;
	padding-top: 0.5em;
}
.pfn a	{
	padding-right: 0.8em;
	font-weight: bold;
	font-style: normal;
}
.bti h2 /* bt=booktitle */ {
	font-size: 100%;
	letter-spacing: 0.08em;
	border-top: thin solid #000;
	padding: 2em 0 0;
	text-transform: uppercase;
}
h2.startbti	/* for the starting booktitle */{
	border-top: none;
	padding: 0;
}
.toc	{
	float: none;
}
.toc li h2	{
	padding-top: 0.8em;
}

.quote {
	font-style: italic;
}
p.quote em.fw, p.quote em.loc	{
	letter-spacing: 0.15em;
}
.sig {
	font-style: italic;
	text-indent: 1em;
}
.hide {
	display: none;
}
.back {
	line-height: 6em;
	padding-right: 0.2em;
	font-size: 85%;
}
.thinsp {
	margin-left: -0.4em;  /* due to missing support of the &thinsp;-entity in some uas. */
/*	word-spacing: -0.5em; doesn’t work well in Opera */
}
.thinsp2 { 
	margin-left: -0.15em; /* due to missing support of the &thinsp;-entity in some uas */
}
.nw	{
	white-space: nowrap; /* nw=nowrap, instead of &nbsp; */
}

/* IMAGES */
img	{
	display: none;
}

/* EMAIL (SPAM PROTECTION) */

.mail:after {
	content: "\40";
}
/* commented backslash hack v2 \*/
p>span.at	{
	display: none;
}
/* end hack: compliant browsers show the @-character, others fall back with |at| */


/* PSEUDOCLASSES LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
/* a[href]:after {
	content: " <"attr(href)">";
	font-family: "Courier New", monospace;
	font-size: 8pt;
	font-weight: normal;
} */
h1 a, h2 a	{
	white-space: normal;
	padding-left: 0;
}
/* FOOTER FOR PRINT VERSION */

div#content:after {
	content: "source: michaelruetz.com | copyright 2004\2014 2006: Michael Ruetz | all rights reserved";
	padding-top: 0.5em;
	border-top: thin solid black;
	font-style: italic;
	font-size: 8pt;
	letter-spacing: 0.1pt;
	line-height: 10em;
} 

