body { background: #F7F6F7; color: #313036; margin: 0px; font-family: "Open Sans", sans-serif; }
a { text-decoration: none; font-weight: bold;  color: #B3DDDA; }
a:visited { color: #B3DDDA; }
li { margin-left: 5px; padding-right: 30px;}
#head { padding: 0px; }
.banner { background: #1F1F1F; color: #F7F6F7; text-align: Center; }
.nav { padding: 20px; }
.nav a { color: #28575C; }
.nav a:visited { color: #28575C; }

#title { padding: 0px; }
.info { padding-top: 20px; padding-bottom: 20px; background: #313036; color: #F7F6F7; text-align: center; }
.chapters { padding: 20px; background: #B3DDDA; text-align: Center; color: #313036; min-height: 20px;}
.chapters a { color: #28575C; }
.chapters a:visited { color: #28575C; }
.right { float: right; }
.left { float: left; }
.icon { position: relative; bottom: 6px; float:right; padding-left: 10px; }

.content { margin-left: auto; margin-right: auto; margin-bottom: 25px; }
.content p {padding-left: 30px; }
.content table { margin-left: 30px;}
.content iframe { padding-left: 30px;}
.content ul { padding-left: 45px;}
.content a { color: #28575C; }
.content a:visited { color: #28575C; }
p.amazon { text-align: right; font-size: 11pt; }
h3 {padding-left: 15px; }
blockquote { padding-left: 40px; }

#soundtrack { display: none; }
#easteregg { border: none; text-decoration: none; background: #F7F6F7; }

.quote { background: #1A4775; color: #F7F6F7; margin-bottom: 5px; margin-top: 5px; padding: 20px; }
.quote-body { font-style: italic; }
.quote-author { text-align: right; }

.photos { text-align: Center }
.photos a { color: #28575C; }

#foot { padding: 0px; }

.content img { padding-top: 5px; padding-bottom: 5px; }

@media screen and (min-width: 1000px) {
	.content {width: 980px}
	.menu { margin-left: 20px; }
	img.link { width: 600px; padding-top: 5px; padding-bottom: 5px; }
	img.header { width: 900px; }
	img.wide { width: 960px; }
	iframe.video {width: 600px; height: 340px;}
}
@media screen and (max-width: 1000px) {
	html { font-size: 14pt; }
	.menu { display: block; margin-left: 20px; margin-top: 5px; }
	.icon { position: relative; bottom: 150px; margin-bottom: 20px; }
	img.link { width: 100%; padding-top: 5px; padding-bottom: 5px; }
	img.header { width: 100%; }
	img.wide { width: 100%; }
	iframe.video { width: auto; height: auto; }
}

.buybutton {
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #1f1f1f;
	font-family: Arial;
	font-size: 16pt;
	font-weight:bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.buybutton:visited {
	color: #1f1f1f;
}
.buybutton:hover {
	background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color: #ffab23;
}