﻿/*********************************************************/
/* 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: 'Imprima', sans-serif;
	font-size: 110%;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
	margin: 0;
	color: #333;
}
h1 {
	font-size: 2.0em;
	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-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;
/* 24 / 16 */line-height: 1.65; /* 24 / 16 */;
	margin-bottom: 0.75em;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}
#pagenav {
	padding: 10px 0 10px 0;
	border-top: 1px #6af solid;
	border-bottom: 1px #6af solid;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 300px;
}
nav ul {
	padding-left: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-top: 0em;
}
nav li {
	line-height: 1.5;
	margin-bottom: 0em;
	margin-left: 0em;
	text-align: justify;
}
#pagenav a:link, #pagennav a:visited {
	text-decoration: none;
	border: 0;
	transition: all 0.2s ease-out 0s;
}
#pagenav a:hover, #pagenav a:focus {
	color: #444;
	text-shadow: 0px 0px 4px rgba(100,150,255,1);
}
nav {
	font-size: medium;
}
.olImageLoadError {
	display: none !important;
}
/* containers */
#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: white;
}

article {
	padding: 2em 25px 0 25px; /*border:thin black dashed*/
}

article a:link, article a:visited {	
	color:darkblue;
	padding-bottom: 0px;
	transition: all 0.8s ease-out 0s;
}
article a:hover, article a:focus {
	color: #6af;
	transition: all 0.2s ease-out 0s;
}

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: small;
	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;
}
