@charset "utf-8";
/* CSS Document */
html {
	font-family: Palatino, "Palatino Linotype", "Palatino LT Std", "Book Antiqua", Georgia, serif;
	font-size: 1em;
}
#container {
	padding: 0em 0.5em 0.5em;
}
#navlinks {
	text-align: center;
	font-size: 0.85em;
}
.contentslink, .mainsitelink {
	border: 1px solid #999;
	border-radius: .5em;
	display: inline-block;
	padding: .4em 2em 0.5em;
	color: #000;
	text-decoration: none;
	width: 10em;
	margin: 0.5em 0.5em 0em;
}
.contentslink {
	background-color: #a67939;
	background: linear-gradient(0deg, hsl(35,50%,25%), hsl(35,50%,45%));
	color: #fc9;
}
.contentslink:hover, .contentslink:focus {
	background-color: #805d2c;
	background: linear-gradient(0deg, hsl(35,50%,15%), hsl(35,50%,35%));
}
.mainsitelink {
	background-color: #f62b2b;
	background: linear-gradient(0deg, hsl(0,92%,35%), hsl(0,92%,65%));
	color: #fff;
	margin-bottom: 1em;
}
.mainsitelink:hover, .mainsitelink:focus {
	background-color: #e40a0a;
	background: linear-gradient(0deg, hsl(0,92%,20%), hsl(0,92%,50%));
}
#translate {
	transform:scale(.9);
}
section {
	max-width: 32em;
	margin: 1em auto 0px;
}
figure {
	text-align: center;
}
figure img {
	width: 75%;
	max-width: 300px;
	border: 3px solid #963;
	background: #630;
	padding: 2px;
	color: #630;
}
figcaption {
	font-style: italic;
	color: #630;
	font-size: 0.85em;
}
h1 {
	color: #630;
	font-weight: bold;
	text-align: center;
	margin: -0.5em 0px 0.5em;
	font-size: 1.5em;
}
section p {
	text-indent: 1em;
	margin: 0px;
	-moz-hyphens: auto;
	hyphens: auto;
	line-height: 120%;
}
h1 + p {
	text-indent: 0;
}
.importantscene {
	width: 19px;
	height: 16px;
	float: left;
	background-image: url(../../images/importantscene_t.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.noindent {
	text-indent: 0;
}
#endlinks {
	height: 30px;
	text-align: center;
	margin-top: 1.5em;
}
#endlinks a {
	background-color: #a67939;
	background: linear-gradient(0deg, hsl(35,50%,25%), hsl(35,50%,45%));
	display: inline-block;
	color: #fc9;
	text-decoration: none;
	border-radius: .5em;
	padding: 0.4em 1em;
	margin: 0px 1.5em;
}
#endlinks a:hover, #endlinks a:focus {
	background-color: #805d2c;
	background: linear-gradient(0deg, hsl(35,50%,15%), hsl(35,50%,35%));
}
#screenfooter {
	border-top: 1px solid #963;
	text-align: center;
	font-size: 0.9em;
	padding: 0.5em 0px;
	margin-top: 2em;
}
#screenfooter a {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
#navbuttons, #printfooter, #sidebar {
	display:none;
}
/**** Contents page ****/
#containerc {
	margin: 0px auto;
}
#containerc section {
	display: block;
}

.author {
	font-style: italic;
	text-align: center;
	margin-top: -0.5em;
}
#tocmainsitelink {
	text-align: center;
}
#mainmenu {
	background-color:	#630;
	width: 90%;
	margin: 10px auto;
	border: 2px solid #630;
	border-radius: 6px;
	box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#mainmenu a {
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #fff;
	font-size: 105%;
	padding: .8em;
	font-weight: bold;
}
#mainmenu a span {
	font-size: 75%;
	display: inline-block;
	float: right;
	color: #c96;
}
#mainmenu a:hover, #mainmenu a:focus {
	text-decoration: underline;
	background-color: #963;
}
#mainmenu a:last-child {
	border-bottom:none;
}
.notes {
	font-style: italic;
	color: #666;
	text-align: left;
	line-height: 115%;
	padding: 0.5em;
}