@media screen {
	BODY { color: black; background-color: #ffe; margin:.07in; padding:0; }
}

body {
	height: 100%;
}

div.body {
	width: 600px;
	margin-left: 160px;
}

/* li {
	margin-top: .5ex;
	padding-top: .5ex;
} */

div.toolbar {
	color: maroon;
}

div.footer {
	margin-top: 3ex;
	font-size: 82%;
	color: maroon;
	text-align: center;
	border-top: 1px solid black;
	margin-top: 20px;
}

h1 {
	clear: right;
	text-align: center;
}

span.footnote-ref {
	font-weight: bold;
	font-size:smaller;
	vertical-align:top; 
}

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

/* =========== Bibliography Table of Contents */
#bibliography-toc ol {
	list-style-type: none;
}

/* =========== Bibliography h2 is for categories of entries (books, reviews, etc.) */
#bibliography h2 {
	font-weight: bold; 
	border-top-style: solid;
	margin-top: 10pt;
	margin-bottom: 0pt;
}

/* =========== First-level list items are titles (each of which can have multiple editions) */
#bibliography ol { 
	list-style-type: decimal; 
}
#bibliography ol  li { 
	font-weight: normal;
	border-top-style: none;
	margin-top: 10pt;
	margin-bottom: 0pt;
}

/* =========== Second-level items are specific editions */
#bibliography ol ol { 
	list-style-type: lower-latin; 
}
#bibliography ol ol li { 
	font-weight: normal; 
	border-top-style: none;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
#bibliography ol ol li.printing { 	
}

/* =========== Third-level items are specific printings */
#bibliography ol ol ol li{ 
	list-style-type: decimal; 
}

/* if a book title is in the first-level list items, italicize AND bold! */
/* elsewhere, merely italicize. */
span.book-title {
	font-style: italic;
}
#bibliography ol.books li span.book-title {
	font-style: italic;
	font-weight: bold;
}

#blog {
}

#extract p.quote-by {
	margin-right: 60pt;
	text-align:right;
}

div.logo a:link {
	text-decoration:none;
}

div.logo a img {
	border: none;
}

div.navbar {
	height: 100%;
	position: fixed;
	width: 150px;
	background-color:#98bf21;
	border: none;
	left:0;
	top:0;
	padding: 0;
/*	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px; */
}

div.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.navbar a {
	display: block;
	width: auto;
	padding: 10pt;
	border: 1pt;
}
/* ================= Navigation bar first-level items ===================== */

/* navbar based on http://www.w3schools.com/Css/css_navbar.asp */
div.navbar a:link, div.navbar a:visited
{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	width:130px;
	text-align:center;
	padding:10px;
	text-decoration:none;
	/* text-transform:uppercase; */
}
div.navbar a:hover, div.navbar a:active, div.navbar a:focus
{
	background-color:#7A991A;
}

div.navbar a.current {
	font-weight: bold;
	background-color: #ffe;
	color: #006400; /* DarkGreen */
}

/* ================= Navigation bar Logo =================================================== */
div.navbar a.logo {
	margin: 0;
	width: 130px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: black;
	margin-bottom: 20px;
	color: white;
	font-size: larger;
	text-align: center;
}

div.navbar a.logo:focus 
{
	background-color: #A9A9A9; /* DarkGray */
}

#writings ul {
	list-style-type: none;
}

#extract h2 {
	text-align: center;
}

