/* CSS Document */
/* Chapter Navigation */

ul.chapter-nav {
	display: flex;
	justify-content: space-between;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0 0;
}
ul.chapter-nav li {
	padding-bottom: 7px;
}
ul.chapter-nav li.previous {
	float: left;
}
ul.chapter-nav li.next {
	float: right;
}
ul.chapter-nav li a {
	display: inline-block;
	color: #fff !important;
	background: #446fb9;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	background: -webkit-linear-gradient(#446fb9, #05aac6);
	background: -moz-linear-gradient(#446fb9, #05aac6);
	background: -ms-linear-gradient(#446fb9, #05aac6);
	background: -o-linear-gradient(#446fb9, #05aac6);
	background: -webkit-gradient(#446fb9, #05aac6);
	background: linear-gradient(#446fb9, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
ul.chapter-nav li a:hover {
	border: 1px solid #0596AF;
	background-color: #f7f7f7;
	color:#F60;	
}
ul.chapter-nav li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
/* H1 Logo */
h1 {
	font-size: 1em;
}
/* Content */
#content p {
	margin: 0 0 1em;
}
article {
	text-align: justify;
}
article hr {
	border-top: solid 1px #999999;
	margin-bottom: 1.5em;
}
article h1.title {
	font-size: 130%;
}
.reading-white {
	color: #222;
}
div.divider {
	text-align: center;
	margin: 20px 0 40px 0;
}
/* Navigation */
div.nav {
	display: flex;
	gap: 4px;
	align-items: center;
	margin-bottom: 1.5em;
}

div.nav img {
	height: 20px;
}
/* Ads */
#ad-top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 728px;
	height: 90px;	
}
@media only screen and (max-width: 840px) {
#ad-top {
	position: relative;
	width: 320px;
	height: 100px;
	margin-bottom: 1em;	
}
}
/* Footer bar */
.footer_bar {
    position: fixed;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0099ff;
    width: 100%;
    padding: 6px 0px 6px 0px;
}

.footer_bar a {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    padding: 4px;
    border-radius: 4px;
}

body {
    margin-bottom: 60px;
}
