
body
{
	margin: 0 10%;
	font-family: 'Times New Roman', sans-serif;
}
@media screen and (min-width: 1280px)
{
	body
	{
		max-width: 1024px;
		margin: 0 auto;
	}
}
div
{
	padding: 1em;
}
#header
{
	text-align: center;
	background-color: rgba(255, 255, 255, .5);
}
@media screen and (min-width: 780px)
{
	#bookcover
	{
		float: right;
		width: 40%;
		margin: 0 0 0 1%;
	}
}
#content
{
	overflow: hidden;
}
#content p
{
	line-height: 1.5em;
}
#content li
{
	margin: 1em 0;
}
h1
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #57b1dc;
	margin-top: 30px;
}
h2
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #d1633c;
}
h3
{
	font-family: Arial, sans-serif;
	font-weight: bold;
}
h4
{
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#poster img
{
	max-width: 20%;
}
#bookposter img
{
	max-width: 40%;
}
.current
{
	border: 3px solid #f00;
}
#bookcover
{
	max-width: 100%;
}
video
{
	max-width: 100%;
}
#footer
{
	clear: both;
	color:#663333;
	font-size: .8em;
	text-align: center;
}

.topnav
{
	margin: 0 2% 1em;
	overflow: hidden;
	position: relative;
}

.topnav #myLinks
{
	display: none;
}

.topnav a
{
	font-family: Arial, sans-serif;
	color: black;
	background-color: rgb(248, 248, 248);
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.topnav a.icon
{
	background-color: rgb(240, 240, 240);
	display: block;
}

.topnav a:hover
{
	background-color: #ddd;
	color: black;
}

h1 a
{
	color: black;
	text-decoration: none;
	display: block;
}

@media screen and (min-width: 780px)
{
	.topnav 
	{
		float: left;
	}
	.topnav #myLinks
	{
		display: block;
	}
}
