﻿/*********************************************************/
/* 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: 'Telex', sans-serif;
    font-size: 100%;
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
    color: #333;
}

h1 {
    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-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;
}

#content a:link,
#content a:visited {
    border-bottom: 1px solid #6af;
    color: #444;
    padding-bottom: 0px;
    text-decoration: none;
    transition: all 1s ease-out 0s;
}

#content a:hover,
#content a:focus {
    color: #6af;
    transition: all 0.2s ease-out 0s;
}


#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-image:url('../images/banner/Texture0205.jpg')*/
    background-color: white;
}

#banner {}

#navbar {
    background-color: darkgrey;
    width: 100%;
    line-height: 25px;
}

#navbar ul {
    margin: 0;
    padding: 0;
}

#navbar ul li {
    display: inline;
}

#navbar a {
    padding: 0px 15px;
    color: white;
    font-weight: semibold;
    font-size: larger;
    border: 0;
    text-decoration: none;
    transition: 0.6s;
}

#navbar a:hover {
    background-color: darkred;
    transition: .4s;
}

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

.fancybox img {
	border: #444 solid thin;
	float: right;
	margin-left: 25px;
	margin-top: 8x;
	margin-bottom: 8px;
	padding: 0px;
}
.fancybox img:hover {
	box-shadow: 0px 0px 10px 4px rgba(102,170,255,0.75);
}

#footer {
    margin-top: 10px;
    padding: 0 10px;
    font-size: x-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;
}