/* css for PoT
*/
body {
	font-size: 100%;	/* historical to avoid IE wierdness when using ems 			*/
	background-color: white;
	font-family: helvetica,arial,sans-serif;
	font-weight: 400;
	margin:0px 5px 0px 10px;
}

/* header
*/


h1.pageHeading {				/* ok */
	font-size: 1.5em;
	font-weight: 800;
	/* margin-top: 0.0em; */
	margin-bottom:  0.2em;
}

h2.pageHeading {				/* ok */
	font-style:  italic;
	font-size: 1.4em;
	margin-top: 0.1em;
	margin-bottom:  0.2em;
}

h3.pageHeading {				/* ok */
	font-style:  italic;
	font-size: 1.2em;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

h3.pageDate {				/* ok */
	/* font-size: 1.2em; */
	/* margin-top: -0.1em; */
	margin-bottom:  0.2em;
}

h3.performers {				/* ok */
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

h3.description {				/* ok */
	font-style:  italic;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

/* Index
*/

#lhsIndex {
/*	background-color: #e0e0e0;
*/
	background-color: white;
}

div.lhsIndex  {				/* ok */
	margin-top: -0.1em;
}


h2.indexheading {			/* ok */
	font-size: 1.2em;
	margin-bottom:  0.2em;
}

h2.indexChapterHeading {	/* ok */
	font-size: 1.2em;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

ul.lhsIndex  {				/* ok */
	list-style-type:none;
	margin-top: -0.1em;
	font-size: 1em;
}

li.lhsIndex {				/* ok */
	clear:both;
	margin-top: 0.5em;
	margin-left: -40px;
}


ul.description  {				/* ok */
	list-style-type:none;
	margin-top: -0.1em;
	font-size: 1em;
	margin-bottom:  1.2em;
}

li.description {				/* ok */
	clear:both;
	margin-left: -40px;
	font-style:  italic;
}


ul.performers  {				/* ok */
	list-style-type:none;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
	font-size: 1em;
}

li.performers {				/* ok */
	clear:both;
	margin-left: -40px;
}

ul.thumb  {				/* ok */
	list-style-type:none;
	margin-top: -0.1em;
	font-size: 1em;
}

li.thumb {				/* ok */
	clear:both;
	margin-left: -40px;
	text-align: center;
}


/* content
*/
.content {
	line-height: 1.3;
}

.content h1 {
	font-size: 1.5em;
	font-weight: 800;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.content h2 {
	font-weight: 800;
	font-size: 1.3em;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.content h3 {
	font-style:  italic;
	font-size: 1.0em;
	font-weight: 200;
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.content h4 {
	font-weight: 800;
	margin-bottom:  -1.0em;
}


.poem {
	font-style:  italic;
	line-height: 1.3;
}

.quote {
	font-style:  italic;
	margin-left: 20px;
}

.iquote {
	font-weight: 700;
}

.emquote {
	font-weight: 800;
}
/*footnotes
*/
#footnotes h3 {
	font-size: 1em;
	margin-bottom:  0.2em;
}

#footnotes p {
	margin-top:-0.1em;
	margin-bottom: 0.0em;
	/*margin-bottom: 0.4em;*/
	line-height: 160%;
}


