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

/* this is for Word-created files only */
a.navprev:before {
	content: "<- ";
}
a.navprev + a.navtop {
	border-left-style: solid;
	border-left-width: .1em;
	padding-left: .2em;
}
a.navtop + a.navnext {
	border-left-style: solid;
	border-left-width: .1em;
	padding-left: .2em;
}
a.navnext:after {
	content: " ->";
}


h1 {
	font-size: 400%;
	font-variant: small-caps;
}

h2 {
	font-size: 200%;
	font-variant: small-caps;
}

h3 {
	font-size: 160%;
	font-variant: small-caps;
}

h4 {
	font-size: 140%;
	font-variant: small-caps;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 115%;
}

div.fileMenu {
	width: 28%;
	font-size: 90%;
	float: right;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	margin-right: 1em;
}

div.fileMenu ul {
	padding-left: 0;
}

div.fileMenu ul ul {
	padding-left: 1em;
}

div.fileMenu ul ul ul {
	padding-left: 2em;
}

div.fileMenu ul ul ul ul {
	padding-left: 3em;
}

div.frameMenu {
	font-size: 90%;
}

div.frameMenu ul {
	padding-left: 0;
}

div.frameMenu ul ul {
	padding-left: 1em;
}

div.frameMenu ul ul ul {
	padding-left: 2em;
}

div.frameMenu ul ul ul ul {
	padding-left: 3em;
}

div.navlinks {
	margin: 0 auto;
	text-align: center;
	border-top-style: inset;
	border-top-width: .1em;
	border-bottom-style: inset;
	border-bottom-width: .1em;
	padding: .2em;
}

p.blockquote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
}

p.CharacterStats {
	text-align: right;
}

p.Encounter {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em;
	background-color: #FFAAAA;
}

p.EncounterStatistics {
	font-style: italic;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: 0;
	font-size: 80%;
	border-left-width: .2em;
	border-left-style: solid;
	border-left-color: #0099FF;
	background-color: #FFFF99;
}

p.EncounterStatistics + p.EncounterStatistics {
	margin-top: 0;
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: #0099FF;
}

p.EncounterTitle {
	font-weight: bold;
	font-variant: small-caps;
}

p.Error {
	border-style: solid;
	border-width: .1em;
	border-color: red;
}

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

p.HandwritingNotes {
	font-family: Lucida Handwriting, cursive;
	width: 80%;
	margin: auto;
}
 
p.List-Small {
	margin: 1em;
	text-indent: -1em;
}

p.Multi-columnList {
	font-size: 80%;
}

p.Normal {
}

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

p.NormalSmallList {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
}

p.NormalTable {
	font-size: 88%;
	margin: auto;
}

p.NormalTableHeader {
	text-align: center;
	font-weight: bold;
}

p.NormalTableLeft {
	text-align: left;
	font-weight: bold;
}

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

p.PHPCode {
	white-space: pre;
	color: #333333;
}

p.PlayerDescription {
	width: 80%;
	margin: auto;
	border-style: inset;
	border-width: .1em;
	border-color: red;
	background-color: orange;
	margin-top: .5em;
}

p.WanderingMonsters {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

span.BodyHeader {
	font-weight: bold;
}

span.ForNormalSmall {
	font-size: 80%;
}

table tr {
	vertical-align: top;
	border-width: 0;
}

table.bordered {
	border-style: inset;
	border-width: .25em;
	border-color: grey;
	margin: auto;
}

table.bordered tr:nth-child(odd) {
	background-color: #DDDDDD;
}

table.bordered td {
	border-bottom-style: solid;
	border-bottom-width: .1em;
}

body#divine table.bordered, body#lore table.bordered {
	float: left;
	margin-left: 1em;
	margin-right: .5em;
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	clear: left;
}

span.Elvish {
	font-size: 140%;
	font-weight: normal;
	font-family: Highland Elvish, Highland;
}

p.EncounterDescription, p.ImportantRule {
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
	border-style: inset;
	border-width: .2em;
	border-color: #FFFF00;
	padding: .2em;
	background-color: #FFBB22;
}

p.ImportantRule {
	background-color: #22BBFF;
}

p.code {
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
	border-style: dashed;
	border-width: .1em;
	border-color: black;
	background-color: #DDDDDD;
}

/* currently inside of a table, and the table has no class */
p.NormalAside {
	background-color: #FFFFAA;
	float: right;
	/* width: 38%; */
	border-width: .2em;
	border-color: #FF9900;
	border-style: inset;
	font-size: 75%;
	clear: both;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 0;
	margin-left: 1em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: .1em;
}

p.NormalAside + p.NormalAside {
	margin-top: .5em;
}

