/* SCREEN STYLESHEET FOR KIRKBRIDE'S BOOK */

#main {
	height: auto !important;
	}

/* TABLE OF CONTENTS
----------------------------------------------*/
#toc {
	border-right: solid 1px #997;
	float: left;
	height: auto;
	min-height: 300px;
	width: 279px;
	}
#toc a {
	text-decoration: none;
	}
#toc dl {
	line-height: 120%;
	margin: 6px 6px 0 8px;
	}
#toc dt {
	margin: 0 0 0 6px;
	text-align: left;
	}
#toc dd {
	margin: 0 0 10px 6px;
	text-align: left;
	}
#toc dd a {
	display: block;
	margin: 0;
	padding: 2px 0 !important;
	}
#toc h3 {
	background: #fff;
	font-size: 1em;
	margin: 2px 0;
	padding: 0;
	text-align: center;
	}
#toc h4 {
	margin: 0 0 10px 0;
	text-align: center;
	}
#toc p {
	border-top: solid 1px #997;
	clear: both;
	float: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	}
#toc p a {
	color: #604020;
	display: block;
	margin-left: 2px;
	width: 100%;
	}
#toc p img {
	border: none;
	display: inline !important;
	float: left !important;
	margin: 4px 3px 0 0;
	padding: 0;
	}

/* CHAPTER CONTENT
----------------------------------------------*/
#rightCol {
	border: none;
	width: 380px;
	}
#rightCol h3 {
	background: #fff;
	font-weight: normal;
	margin: auto auto 12px 8px;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: 100%;
	}
#rightCol p#controls {
	background: #fff;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: 100%;
	}
#rightCol p {
	margin-left: 8px;
	width: 390px;
	}
#rightCol p.first {
	text-indent: 0;
	}
#rightCol p {
	text-indent: 3em;
	}
#rightCol p.note {
	text-indent: 0;
	}