body {
	color: #61693a;
	font-size: 1.1em;
	
    font-family: Arial,Helvetica,sans-serif; /* */
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
	
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* */
/*	letter-spacing: -1px; /* */
/*	FONT-SIZE: 0.80em; /* */

/*    font-family: Verdana, "Verdana Ref", sans-serif; /* */
/*    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; /* */
/*	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;  /* */
/*	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;  /* */	
	
	
	
	
/*	font-family: 'Goudy Old Style', serif; !important */
	background-color: #faf4f4; /* Old browsers */
	background: -moz-linear-gradient(top,#faf4f4 0%,#ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#faf4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#faf4f4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#faf4f4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,#faf4f4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf4f4',endColorstr='#ffffff',GradientType=0); /* IE6-9 */
	
		line-height: 1.2;
}

/* Class to obfuscate e-mail addresses.
   Use as follows:
   
   name@<span class="noshow">REMOVETHIS</span>domain.com
*/

.noshow {
   display:none;
}

/* LAYOUT STYLES */
.container { max-width: 960px; }

.header-image {
	width: 400px;
	margin-bottom: 10px;
}

.main {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
	background-color: #ffffff;
	padding: 15px;
}

@media (min-width: 768px) and (max-width: 980px) {
	#cover_image {
		margin-left:25px;
	}
}

/* TYPOGRAPHY & OTHER STYLES */
h1, h2 {
	color: #7a2d25;
	font-weight: normal;
	line-height:70px;
}

li {
	line-height: 1.2;
}

p.quote {
	font-weight:bold;
	text-indent:-1ex;
	padding:1ex 1ex 1ex 1.3em;
	background-color: #ffffd4;
	border: 0px solid #ffffd4;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

p.attrib{
	margin-left:1.3em;
	text-indent:-1.3em;
}

p.excerpt{
	margin-left:2em;
}

p.banner{
	background-color:#ffffd4;
	border:1px red solid;
	margin:0 auto;
	padding:1ex;
	width:75%;
	text-align:center;
}

/* BOOK PREVIEW STYLES */
#chapter-list a, #chapter-list a:hover { color: #61693a; !important }

iframe { /* Movies, etc. */
	box-shadow: 2px 2px 2px 1px #999999;
	-webkit-box-shadow: 2px 2px 2px 1px #999999;
	width:100%;
}

.info-restraint {
	height: auto;
	overflow: hidden;
}

.infobox, .infobox-sidebar {
	background-color: #ffffd4;
	border: solid 3px #e3f1d0;
	font-size: 1.1em;
}
.infobox {
	padding: 10px;
	overflow:hidden;
	width:100%;
/*	background: url('../Assets/loading.gif') no-repeat center center; */
}
.infobox-sidebar {
	padding: 5px;
	margin-bottom: 20px;
	overflow: scroll;
	height: 500px;
}

.infobox h1 {
	text-align: center;
	color: #61693a; !important
}

#chapter-list li { margin-bottom: 8px}

/* Initialize chapter display */
.infobox div { display: none; }
.infobox #introduction { display: block; }

/* NAVIGATION MENUS */
.nav-yellow, .nav-green {
	width: 200px;
}
.nav-yellow {
	background: url('../Assets/note-yellow.jpg') no-repeat left top;
	padding: 30px 0;	
}
.nav-green {
	background: url('../Assets/note-green.jpg') no-repeat left top;
	padding: 40px 0 0 0;
}

.nav-green form {
	padding-left: 20px;
	line-height: 10px;
}

.nav-green label {
    color: #7A2D25;
    line-height: normal;
}
.nav-green input[type='submit'] { margin-left: 40px; }

.nav-green input[type='text'], .nav-green input[type='email'] {
	border: none;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}

.nav-yellow ul {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 15px;
	padding-left: 0;
}

.nav-yellow ul li {
	padding-left: 30px;
	margin-bottom: 8px;
	background: left center no-repeat url('../Assets/menu-checkbox.png');
}

.nav-yellow ul li a { color: #254b7a; !important }

/* QUOTES SECTION in header */
#quotes {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#quotes li {
	margin: 0;
	padding: 0;
}

#quotes li blockquote p { font-size: 1.2em; }

/* Footer */

footer {
    clear: both;
	width: 550px;
	height: 100px;
	margin: 10px auto;
	padding: 1em;
}

footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	background-color: white;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
