/* Stylesheet for The Night Queen Princess Fluffykins Passed */

html {
	margin: 2em;
	padding: 0;
	background: black;
}

/* I blame Alon for the choice of fonts. */
body {
	background: black;
	color: white;
	font: 100% Comic Sans MS, Papyrus;
	margin: 0;
	padding: 0;
}


article, footer, header, nav {
	display: block;
}

article {
	float: right;
	margin: 0 0 0.5em 0;
	width: 79%;
}

footer {
	clear: both;
}

header {
}

header h3 {
	font-size: 250%;
	margin: 0;
	padding: 0;
	text-align: center;
}


nav {
	background-color: grey;
	border: 1px solid white;
	float: left;
	margin: 1em 0 0.5em 0;
	position: relative;
	width: 18%;
}

nav ul {
	list-style-type: none;
	margin: 0.25em;
	padding: 0.5em; 
}

nav ul li {
	margin: 0.5em;
	padding: 0;
}

footer {
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-size: 100%;
	margin: 0.5em 0 0 0;
	padding: 0.25em;
	position: relative;
}

a {
	text-decoration: none;
}

a:link {
	color: pink;
}

a:visited {
	color: yellow;
}

article h3 {
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-size: 100%;
	margin: 0.5em 0 0 0;
	padding: 0.25em;
}

table.mainPageLayout {
	/* border: 1px solid white; */
	margin: 0;
	padding: 0;
	width: 100%;
}

img.backgroundImage {
	height: 500px;
	width: 500px;
	position: bottom center;
}

table.mainPageLayout td.imageSide {
	vertical-align: bottom;
	width: 40%;
}

table.mainPageLayout td.blurbSide {
	padding: 0 0.25em;
	width: 60%;
}

div.originalGameBlurb, div.questionnaireInstructions {
	border: 1px solid white;
	margin: 0 10% 0 10%;
	padding: 5px;
}

div.originalGameBlurb h4 {
	font-style: italic;
	text-align: center;	
}

/* This is how you center an image, keeping it no wider than the width of the 
   page. */
img.writingScenes {
	border: 1px solid white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

table.castList {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin: 0;
	padding: 0;
}

table.castList tr.castHeader {
	background-color: #666666;
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-weight: bold;
}

table.castList td {
	border-top: 1px solid white;
	border-left: 1px solid white;
	margin: 0;
	padding: 5px;
}

ul.optionList {
	list-style-type: none;
	margin: 0 2em;
	padding: 0; 
}
