html {
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	position: absolute;
}
body {
	/* overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	/* height:100%; */
	width:100%;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #A8A52B;
	background-color: #000000;
	position: absolute;
}
p, td {
	font-size: 0.8em;
	line-height: 1.7em;
	color: #B1B1B1;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 0.5em;
}


h2 {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #DF8600;
	margin-top: 2em;
	margin-bottom: 0.5em;
}h4 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
	color: #DD6F00;
	font-size: 0.9em;
}
h5 {
	font-weight: normal;
	font-size: 0.9em;
	color: #A3A3A3;
}
a {
	color: #FFBF00;
}
strong {
	color: #FFFFFF;
}


#mainContent img {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.title {
	margin-bottom: 0.25em;
	font-size: 3em;
	line-height: 1.2em;
}
.green {
	color: #868914;
}

.intro {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 1.2em;
	margin-bottom: 2em;
}
.subtitle {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1.75em;
	font-style: italic;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	color: #868914;
}
.byLine {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 3em;
	color: #999999;
}
.divClear {
	clear: both;
}
.runningHeader {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 0em;
	font-size: 1.4em;
	margin-bottom: 0.25em;
	line-height: 1.2em;
}
.subRunningHeader {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	margin-top: 0em;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
	line-height: 1.2em;
	color: #ADB11B;
	font-style: italic;
}




#bgimg {
	position:fixed;
	z-index: -1;
	top: 0px;
}

#realBody{
	z-index: 5;				/* Place the new body above the background image */
	/* overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	position: absolute;
	/* background: url('images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

#logo {
	padding:0px;
	height: 153px;
	z-index: 20;
	width: 149px;
	margin-top: 2em;
	text-align: center;
}


/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#contentHolder {
	min-width: 600px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 5%;
	overflow: visible;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 75px;
	padding-left: 0%;
	width: 75%;
}
#mainNav {
	width:150px;
	border: 1px none #6C6B33;
	background-image: url(images/back_black_trans.png);
	background-repeat: repeat;
	float: left;
	margin-right: 2%;
	margin-left: -1px;
	padding-top: 0%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
#mainNav ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6B33;
}
#mainNav li {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C6B33;
	padding-bottom: 1em;
	line-height: 1.4em;
}
#mainNav a {
	text-decoration: none;
}
#Home #mainNav a.linkHome, #Book #mainNav a.linkBook, #Author #mainNav a.linkAuthor, #Reading #mainNav a.linkReading, #Reviews #mainNav a.linkReviews, #Blog #mainNav a.linkBlog, #Orders #mainNav a.linkOrders, #Contact #mainNav a.linkContact {
	color: #CCCCCC;
}
#mainNav a:hover {
	color: #FFFFFF;
}
#mainNav li ul {
	padding: 0em;
	list-style-type: none;
	border-top-style: none;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#mainNav li li {
	margin-top: 0.25em;
	margin-bottom: 0em;
	margin-left: 2em;
	font-size: 0.8em;
	border-bottom-style: none;
}
#readingSubNav {
	display: none;
}
#readingRoom #readingSubNav {
	display: inherit;
}

#bookSubNav {
	display: none;
}
#bookInfo #bookSubNav {
	display: inherit;
}

#mainContent {
	background-image: none;
	background-repeat: repeat;
	float: left;
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4F510D;
	border-right-color: #4F510D;
	border-bottom-color: #4F510D;
	border-left-color: #4F510D;
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}

#mainContent ol li {
	font-size: 0.8em;
	line-height: 1.7em;
	color: #868914;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#mainContent ul li {
	font-size: 0.8em;
	line-height: 1.7em;
	color: #868914;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
	#mainContent a {
	text-decoration:none;
	}

	#mainContent a:hover {
	color:#FFB300;
	}
	
#mainContent #linksMain {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
#mainContent #linksMain a {
}
#mainContent #linksMain a:hover {
	color:#FFFFFF;
}
#mainContent .footnoteRef {
	line-height: 1em;
	font-size: 0.8em;
}
#mainContent #footnotes {
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-top: 2em;
	padding-top: 1em;
}
#mainContent #footnotes div {
	margin-bottom: 1em;
}
#mainContent .chapterIntroQuote {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1em;
	font-style: italic;
	color: #ADB11B;
}
.formPrompt {
	color: #868914;
	text-align: right;
}
.formTextInput {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #282828;
	border: 1px solid #4A4A4A;
}
.quote {
	font-size: 0.9em;
}
.quoteSource {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #868914;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 2.5em;
	padding-bottom: 1.5em;
	font-size: 1em;
}
