﻿/*********************************************************/
/* Normalize.css v2.0.1 | MIT License | git.io/normalize */
/*********************************************************/
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/* Removes default margin. */
body {
	margin: 0;
	padding-top: 5px;
	background-color: lightgray;
}
/**********************/
/* Default Typography */
/**********************/
html {
	color: #444;
	font-family: 'EB Garamond';
	font-size: 120%;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel',serif;
	margin: 0;
	color: #333;
}
h1 {
	font-family: 'Cinzel',serif;
	font-size: 1.75em;
	line-height: 1;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.5em; /* 36 */;
	line-height: 1.333333333; /* 48 / 36 */;
	margin-bottom: 0.25em; /* 24 / 36 */
}
h3 {
	font-size: 1.1em; /* 24 */;
	line-height: 1; /* 24 / 24 */;
	margin-top: 1.5em;
	margin-bottom: 0.25em; /* 24 / 24 */
}
h4 {
	font-size: 1.3125em; /* 21 */;
	line-height: 1.142857142; /* 24 / 21 */;
	margin-bottom: 1.142857142em; /* 24 / 21 */
}
h5 {
	font-size: 1.125em; /* 18 */;
	line-height: 1.333333333; /* 24 / 18 */;
	margin-bottom: 1.333333333em; /* 24 / 18 */
}
h6 {
	font-size: 1em; /* 16 */;
	line-height: 1.5; /* 24 / 16 */;
	margin-bottom: 1.5em; /* 24 / 16 */
}
li {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: justify;
}
p, blockquote {
	font-size: 1em; /* 16 */;
	margin: 0 0 1.5em;
	line-height: 1.5; /* 24 / 16 */;
	margin-bottom: 0.75em;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}
article a:link, article a:visited {
	color:darkblue;
	padding-bottom: 0px;
	text-decoration: none;
	transition: all 1s ease-out 0s;
}
article a:hover, article a:focus {
	color: #6af;
	transition: all 0.2s ease-out 0s;
}

.olImageLoadError {
	display: none !important;
}
/* containers */
#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: white;
}
nav {
	padding: 0em 0px 0 10px;
	width: 170px;
	position: fixed; /*--Fix the sidenav to stay in one spot--*/;
	float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}
nav ul {
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
}
nav ul li {
	font-family: 'Cinzel',serif;
	font-size: medium;
	margin-top: 15px;
}
nav ul ul li {
	margin-left: 10px;
	margin-top: 0px;
	font-family: 'EB Garamond',serif;
	font-size: small;
}
nav a {
	text-decoration: none;
	transition: 0.2s;
	color: #444;
}
nav a:hover {
	color: white;
	background-color: darkred;
	transition: .2s;
}
article {
	margin-left: 200px;
	padding: 1em 25px 0 0px;
}
article .fancybox img {
	border: #444 solid thin;
	float: right;
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 0px;
}
article .fancybox img:hover {
	box-shadow: 0px 0px 10px 4px rgba(102,170,255,0.75);
}
footer {
	margin-top: 10px;
	padding: 0 10px;
	font-size: medium;
	text-align: right;
}
.ref {
	vertical-align: super;
	font-size: x-small;
}
#map img {
	border: 0;
	box-shadow: none;
}
.ref_article, .ref_book {
	margin-bottom: 1em;
	margin-left: 0em;
}
.ref_id {
	display: block;
	margin-top: 0;
	font-size: small;
}
.ref_author {
	font-weight: bold;
}
.ref_title {
	font-style: italic;
}
