/* @override http://www.hoboes.com/css/nisus.css */

/* main tags */

body {
	font-family: Adobe Garamond, Georgia;
	max-width: 38em;
	margin: auto;
	margin-top: 2em;
}

h1, h2 {
	padding-top: .2em;
	text-align: center;
}

h1 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: .1em;
	border-color: black;
}

p {
	text-indent: 1em;
	text-align: justify;
}

img {
	display: block;
	margin: auto;
	max-width: 100%;
}

/* code */

p.code_sample, p.code_display, p.code, p.code_printout, p.computer_output, p.ascii_art, p.folder_listing {
	white-space: pre;
	border-left-style: inset;
	border-left-width: .2em;
	margin: 0;
	font-family: monospace;
}

p.ascii_art {
	font-size: 80%;
}

span.new_typing {
	font-weight: bold;
}

span.command, span.inline_code {
	font-family: monospace;
}

span.command {
	font-weight: bold;
}

/* book information */

p.author, p.title, p.subtitle, p.indicia {
	text-align: center;
	margin: 0;
	margin-bottom: 1em;
	text-indent: 0;
}

p.title {
	font-size: 400%;
}

/* tables */
p.variable_list_title {
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin-top: 2em;
}

/* content structure */

p.first_line {
	text-indent: 0;
	padding-top: 1em;
}

p.new_scene {
	margin-top: 4em;
}

p.bibliography {
	text-indent: -2em;
	margin-left: 3em;
}

div.footnote {
	float: right;
	width: 40%;
	background-color: lightgrey;
	border: solid black 1px;
	padding: .4em;
	margin: .3em;
	margin-right: 0;
	clear: right;
}

div.footnote p {
	text-indent: 0;
	font-size: 80%;
	margin: 0;
}

p.shape_text {
	float: left;
	width: 25%;
	font-style: italic;
	text-indent: 0;
	text-align: left;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

p.shape_text + p {
	text-indent: 0;
}

p.notes_to_me, blockquote {
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 0;
}

p.notes_to_me {
	color: red;
}

/* quotes */

blockquote, p.front_quote, p.ancient_wisdom, p.blurb {
	font-style: italic;
}

p.ancient_wisdom, p.blurb {
	margin: 4em;
	text-indent: 0;
}

/* gaming */
p.encounter_statistics {
	font-style: italic;
}

p.player_description {
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	color: red;
}
