/*stylesheet for ravenousravishing fic pages*/

body {
	background-color: lightgrey;
}

header {
	text-align: center;
}

nav {
	margin: 5px;
	text-align: center;
}

aside {
}

main {
	width: 100%;
	margin: auto;
	border-style: solid;
	border-color: black;
	padding: 15px;
}

section {
	display: block;
}

#chapterList {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-color: black;
	width: 800px;
}

#ficDescript {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-color: black;
	width: 800px;
	font-style: italic;
}

#authorNote {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-color: black;
	width: 600px;
	padding: 5px;
}

#ContentsTable > dl {
	list-style-type: none;
	line-height: 5px;
}

main > section {
	font-size: 20px;
}

header > hr {
	width: 300px;
	margin-bottom: 10px;
}

/*You will need to make a new ID for each chapter*/
#C1 {
}

p {
	font-family: "Arial", "sans-serif";
	text-indent: 20px;
	font-size: 18px;
}

button {
	font-size: 25px;
}

@media screen and (max-width: 600px) {

main {
	width: 90%;
}

#chapterList {
	width: 90%;
}

#authorNote {
	width: 90%;
}

#ficDescript {
	width: 90%;
	padding: 10px;
}

header > hr {
	width: 90%;
}

}