/* Xenu leaflet style sheet by Robin Lionheart */

@media screen, tv, projection {
	/* only color media */
	a { text-decoration: inherit; }
}

@media screen {
	body {
		margin: 6px auto 6px auto;
	}

	div.text, div.header, div.footer {	
		margin-left: auto;
		margin-right: auto;
		width: 640px;
	}

	div.section {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}

@media tv {
	body {
		margin: 0 .5in 0 .5in;
		width: 544px;
	}
}

@media projection {
	body {
		margin: auto;
		max-width: 6in;
	}

	div.section, #pt2 {
		margin: auto;
		page-break-before: always;
	}

	div.footer {
		display: none;
	}
}

@media print {
	body {
		color: black;
		background-color: white;
		font-size: 11pt;
	}

	div.section {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	a {
		color: black;
		background-color: white;
		text-decoration: inherit;
	}
}

span.dropcap {
	font-size: larger;
}

body {
	font-family: Georgia, "Berkeley Old Style", "Goudy Old Style", serif;
	line-height: 1.33;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

h1 {
	margin: 1.667em 0 0 0;
	line-height: 1.1;
}

p {
 	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
}

p.initial {
	/* margin-top: 1em; */
	text-indent: 0;
}

p.disclaimer {
	font-size: smaller;
}

p.caption {
	font-style: normal;
  font-size: smaller;
	margin-top: 2px;
	text-indent: 0;
}

blockquote {
	margin-left: 4em; /* twice indent */
}

dfn {
	font-style: normal;
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

div.header {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
}

div.notice {
	border: thin solid;
}

div.notice p {
  margin-left: 1em;
	margin-right: 1em;
}

div.box {
	margin-left: 0;
	margin-right: auto;
	border: thin solid;
}

div.sidebar, div.pullquote {
	float: right;
	clear: right;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 1ex;
	width: 33%;
	padding: 8px;
	border: 1pt solid;
}

div.sidebar blockquote {
	margin-left: 2em;
	margin-right: 0;
}

blockquote.pullquote {
	margin-left: 0;
	margin-right: 0;   
	font-size: larger;
}

div.illo {
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}

div.figure {
	clear: right;
	margin-left: 2em;
	margin-right: 0;
	margin-bottom: 1ex;
	float: right;
}

div.footer {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: smaller;
	border-top: 2pt solid;
	padding-top: .5em;
}

div.footer p {
	font-size: smaller;
	text-indent: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
}

#intro {
	font-weight: bold;
	text-indent: 0;
}

#story {
	font-style: italic;
}

#url {
	text-align: center;
	text-indent: 0;
	font-size: xx-large;
}

#xenufig, #dc8fig {
	width: 220px;
}
#ot3fig {
	width: 300px;
}

#title {
	font-family: "Copperplate Gothic Bold", inherit;
	margin-top: 0;
}
#subtitle {
	font-size: smaller;
}
#disclaimer {
	margin-left: 0;
	font-size: xx-small;
}
#upgrade-notice {
	display: none;
}
