@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HistoricalMedium';
    src: url('../../../../includes/fonts/histofeltyprom-webfont.eot');
    src: url('../../../../includes/fonts/histofeltyprom-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../includes/fonts/histofeltyprom-webfont.woff') format('woff'),
         url('../../../../includes/fonts/histofeltyprom-webfont.ttf') format('truetype'),
         url('../../../../includes/fonts/histofeltyprom-webfont.svg#HistoricalMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	font-family: Palatino, "Palatino Linotype", "Palatino LT Std", "Book Antiqua", Georgia, serif;
	font-size: 1em;
	background-color: #653203;
	background-image: radial-gradient(circle at 25% 15%, hsla(29, 94%, 25%, .85), hsla(29, 94%, 15%, .95)), url(../../../../images/bg/bgHtml.jpg);
	background-repeat: repeat, repeat;
	min-height:100%;
	background-attachment:fixed;
}
#container {
	padding: 0em 0.5em 0.5em;
}
#navbuttons {
	text-align: center;
	display: table-cell;
	width: 24%;
	border: 2px ridge #fff;
	border-radius: .5em;
	float: left;
	background-color: #000;
	background-image: radial-gradient(circle at 25% 25%, hsl(0, 0%, 10%), hsl(0, 0%, 0%));
	margin: 0.5em 2% 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
	padding: 5px 0px;
	position: relative;
	z-index: 500;
}
#navbuttons a {
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #462300;
	background-image: radial-gradient(circle at 25% 25%, hsl(30, 100%, 29%), hsl(30, 100%, 14%));
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
	margin: 5px;
}
#navbuttons a.contentsbutton, #navbuttons a.mainsitebutton {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#navbuttons a:hover, #navbuttons a:focus  {
	background-color: #462300;
	background-image: radial-gradient(circle at 25% 25%, hsl(30, 100%, 44%), hsl(30, 100%, 29%));
}
a.mainsitebutton {
	background-color: #8e0000 !important;
	background-image: radial-gradient(circle at 25% 25%, hsl(0, 100%, 29%), hsl(0, 100%, 14%)) !important;
}
a.mainsitebutton:hover, a.mainsitebutton:focus {
	background-color: #c20000 !important;
	background-image: radial-gradient(circle at 25% 25%, hsl(0, 100%, 39%), hsl(0, 100%, 24%)) !important;
}


section {
	display: table-cell;
	width: 75%;
	margin: 0.5em auto auto;
	background: #fff;
	padding: 1em;
	border: 1px solid #999;
}
article {
	max-width: 35em;
	margin: 0.5em 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.95em;
}
h1 {
	font-family: "HistoricalMedium", Palatino, "Palatino Linotype", "Palatino LT Std", "Book Antiqua", Georgia, serif;
	color: #630;
	font-weight: bold;
	text-align: center;
	margin: 0em 0px 0.5em;
	font-size: 2em;
}
section p {
	text-indent: 1em;
	margin: 0px;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	line-height: 120%;
}
h1 + p {
	text-indent: 0;
}
.importantscene {
	width: 75px;
	height: 40px;
	float: left;
	background-image: url(../../images/importantscene.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -78px;
}
.tocadjust {
	margin: 0px;
}
.noindent {
	text-indent: 0;
}
#endlinks {
	height: 30px;
	text-align: center;
	margin-top: 1.5em;
	clear: both;
}
#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;
	color: #000;
}
#navlinks, #printfooter {
	display:none;
}
#tocmainsitelink {
	text-align: center;
	font-size: 95%;
}
/**** Contents page ****/
#containerc {
	margin: 0px auto;
}
#containerc section {
	display: block;
	margin-top: 0.5em;
	width: 90%;
}
.author {
	font-style: italic;
	text-align: center;
	font-size: 1.5em;
	margin: -0.5em 0px 1em;
}
#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 9px;
	padding-bottom: 3px;
	max-width: 820px;
}
#mainmenu a {
	display: inline-block;
	height: 40px;
	width: 48%;
	text-decoration: none;
	color: #630;
	font-size: 120%;
	padding: .4em 1em 0.5em;
	font-weight: bold;
	border: 1px solid #630;
	border-radius: 5px;
	text-align: left;
	background-color: #fc9;
	background-image: linear-gradient( 180deg, hsl(30, 100%, 90%), hsl(30, 100%, 75%) );
	margin: 0px 0.4em 0.5em 0em;
	text-shadow: -2px -2px 3px hsla(0, 0%, 100%, 0.7);
}
#mainmenu a span {
	float: right;
	width: 78%;
	font-size: 80%;
	display: block;
	font-style: italic;
	color: #8f6030;
	transform:translateY(2px);
}
#mainmenu a:hover, #mainmenu a:focus {
	background-color: #ffac59;
	background-image: linear-gradient( 180deg, hsl(30, 100%, 75%), hsl(30, 100%, 60%) );
	box-shadow: inset 0px 0px 6px hsla(0, 0%, 0%, 0.25);
}
.notes {
	font-style: italic;
	color: #666;
	text-align: left;
	line-height: 115%;
}
.mainsitelink {
	border: 1px solid #999;
	border-radius: .5em;
	display: inline-block;
	padding: 0.4em 2em 0.5em;
	color: #000;
	text-decoration: none;
	width: 10em;
	margin: 0.5em 0.5em 0em;
	background-color: #f62b2b;
	background: linear-gradient(0deg, hsl(0,92%,35%), hsl(0,92%,65%));
	color: #fff;
}
.mainsitelink:hover, .mainsitelink:focus {
	background-color: #e40a0a;
	background: linear-gradient(0deg, hsl(0,92%,20%), hsl(0,92%,50%));
}
/* Fixed side navigation bar */
#sidebar {
	background: #900;
	text-align: center;
	width: 35px;
	position: fixed;
	top: 120px;
	right: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin:9px 0 0;
	line-height:0;
	list-style: none;
	padding-right: 4px;
	padding-left: 4px;
}
#sidebar a {
	display:block;
	width:24px;
	height: 24px;
}

#sidebar a.top {
	background: url(../../images/updownbuttons.png) left top;
	margin-top: 3px;
}
#sidebar a.top:hover {
	background: url(../../images/updownbuttons.png) right top;
}
#sidebar a.bottom {
	background: url(../../images/updownbuttons.png) left bottom;
	margin-bottom: 8px;
}
#sidebar a.bottom:hover {
	background: url(../../images/updownbuttons.png) right bottom;
}
