/* Journal index card style sheet by Robin Lionheart */
@import url(indented.css);
@import url(linkcolors.css);

html {
	color: black;
	background-color: #AA6;
}
html:lang(eo) {
	color: black;
	background-color: #AFA;
}
body {
	font-family: Cambria, Rockwell, Serifa, "Bookman Old Style", Bookman, Georgia, serif, "Lucida Sans Unicode";
	voice-family: female;
	margin: 0 .5in 0 .5in;
	line-height: 1.5;
}
#foreword {
	color: black;
	background-color: #aff;
	padding: 6pt;
	border-right: 1pt solid gray;
	border-bottom: 2pt solid gray;
}
div.section {
	margin-left: auto;
	margin-right: auto;
}
div.entry {
	margin-top: 1em;
	border-right: 1pt solid gray;
	border-bottom: 2pt solid gray;
	max-width: 8in;
}
div.section div.bodytext {
	color: black;
	background-color: white;
	padding-top: 0;
	padding-bottom: 6pt;
	margin-top: 0;
	margin-bottom: 0;
}
div.section div.bodytext > * {
	padding-left: 6pt;
	padding-right: 6pt;
}
div.section div {
	margin-bottom: 1em;
}
div.section h2 { 
	font-size: medium;
	font-weight: normal;
	font-family: "Comic Sans MS", sans-serif; 
	text-align: right;
	color: black;
	background-color: white;
	padding-top: 6pt;
	padding-left: 6pt;
	padding-right: 6pt;
	margin-bottom: 0;
}
div.section h3 { 
	font-size: large;
	margin-top: -1em;
	margin-bottom: 6pt;
	border-bottom: 1pt solid #faa;
	font-family: "Comic Sans MS", sans-serif; 
}
.note {
	font-style: italic;
	color: #666;
}
.notes {
	font-size: smaller;
	color: #666;
}
p.note > em {
	font-weight: bold;
}
p.note > cite {
	font-style: normal;
}
span.krokodilo { 
	color: blue;
}
span.person {
	background-color: #FFD;
}
span.place {
	background-color: #FFD;
}
blockquote.email {
	font-family: monospace;
}
blockquote.play p {
	text-indent: -5em;
	margin-left: 5em;
	margin-bottom: .75em;
}
blockquote.article {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.burma_shave {
	font-family: sans-serif;
}
p.burma_shave em {
	font-family: "Tango BT", "TypoUpright BT", cursive;
}
em.speaker {
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	margin-right: 1em;
}
span.neo {
	color: #040;
}
q.scare {
	color: #033;
}
span.unicode {
	font-family: inherit, "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande";
}
em.inline-speaker {
	font-variant: small-caps;
	font-style: normal;
}
ul.notes { list-style-type: square }
/*ul.notes {
	list-style: none;
	text-indent: -2em;
}
ul.notes li:before { content: "☛ " } */

@font-face {
	font-family: "Bookman Old Style";
	panose-1: 2 5 6 4 5 5 5 2 2 4;
}

