/* This is the main stylesheet */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif, Arial, Georgia;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: normal;
	line-height: normal;
	list-style: none;
	text-decoration: none;
	color: rgba(10, 10, 10, 1);
	background-image: url('../images/layout/bg2.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 1);
	line-height: 1.5;
}
h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h1 {
	font-size: 50px;
}
.website-title {
	color: rgba(162, 177, 110, 1);
	line-height: 90%;
	
}
.page-title {
	color: #fff;
	line-height: 90%;
}
.book-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}
p {
	margin: 10px 0;
}
div {
	display: block;
	width: auto;
	height: auto;
}
b {
	font-weight: bold;
}
a:link, a:visited {
	color: #9E6001;
	text-decoration: none;
}
a:hover, a:active {
	color: #FE9901;
	border-bottom: thin dashed #FE9901;
}
nav a:link, nav a:visited {
	color: #FFF;
}
nav a:hover, nav a:active {
	border-bottom: thin dashed #FFF;
}
dt {
	font-weight: bold;
	margin-bottom: 20px;

}
dd {
	margin-left: 40px;
	margin-bottom: 20px;
}
#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
header {
	width: auto;
	padding: 20px 0;
	text-align: right;
}
#main {
	height: 667px;
	position: relative;
	background: #fff;
}
footer {
	text-align: center;
	height: auto;
	padding-top: 23px;
	background-color: rgba(0, 0, 0, .8);
}


nav {
	display: block;
	padding: 20px 0;
	background: #000;
}
nav ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}
nav li {
	display: block;
	color: rgba(255, 255, 255, 1);
}

.split-section {
	width: 50%;
	height: 100%;
	float: left;
}

.page-text {
	padding: 30px; 
}

.cover-wrapper {
	text-align: center;
	width: 50%;
	height: 100%;
	float: left;
}

.booklist-wrapper {
	width: 50%;
	height: 100%;
	float: left;
	overflow: auto;
}

.thumb-wrapper {
	float: left;
	width: 110px;
	margin: 0 10px;

}

.thumb-wrapper img {
	display: block;
}

.book-wrapper {
	position: relative;
	clear: both;
	padding-top: 10px;
}

.book-wrapper img {
	cursor: pointer;
}

.bookinfo {
	
	float: left;
	width: 320px;
	height: 100%;

}

.date-wrapper {
	padding-bottom: 20px;
}

.date-wrapper .date {
	float: left;
	
}

.date-wrapper .date-info {
	margin-left: 150px;
}

.back-button:link, .back-button:visited {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.back-button:active, .back-button:hover {
	border: 0;
}

header:after, footer:after, nav:after, .split-section:after, .book-wrapper:after, .series-covers:after {
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}







.series-headline {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}
.series-wrapper {
	overflow: hidden;
	height: 150px;
	margin-bottom: 10px;

	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.series-covers {
	cursor: pointer;
	overflow: hidden;

	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.series-covers>div {
	margin-left: 10px;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	height: 150px;
	float: left;
}











strong {
	font-weight: bold;
}

i {
	font-style: italic;
}