/*///////////////////////////////////////////////////
//// Filename: style.css                         ////
//// Web site: Magazin zur Erfahrungsseelenkunde ////
//// Description: CSS for website                ////
//// Author: Graeme Cannon                       ////
///////////////////////////////////////////////////*/

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-top: 1px solid rgb(220,220,220);
  border-left: 1px solid rgb(220,220,220);
  margin: 10px 0px 10px 0px;
}
 
th, td {
  padding: 4px;
  border-bottom: 1px solid rgb(220,220,220);
  border-right: 1px solid rgb(220,220,220);
  vertical-align: top;
}

th {
  font-weight: bold;
}

caption {
  padding: 6px;
  font-weight: bold;
  border-top: 1px solid rgb(220,220,220);
  border-left: 1px solid rgb(220,220,220);
  border-right: 1px solid rgb(220,220,220);
}

/* #Structure
================================================== */

body {
  font-size: 80%;
  font-family: verdana, arial, Helvetica, sans-serif;
  color: rgb(60,60,60);
  background-color: rgb(210,210,210);
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#pageWrapper {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  -moz-box-shadow:    2px 2px 3px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.2);
  box-shadow:         2px 2px 3px 2px rgba(0,0,0,0.2);
  margin-bottom: 40px;
}

.banner {
  display: block;
  margin: 0;
  padding: 0;
}
/*
img.banner {
  border-bottom: 1px solid rgb(180,180,180);
  margin: 0;
} */

.container {
  margin: 0;
  padding: 0px 17px 0px 17px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

#masthead {
  margin: 0;
  padding: 0 0px 0 0px;
/*  background-color: rgb(60,60,60); */
}

#masthead h1 {
  display: block;
  text-align: left;
  padding: 10px 0 0px 18px;
  margin: 0 0 0 16px;
  font-size: 1.8em;
  font-weight: normal;
  color: rgb(80,80,80);
  word-spacing: 0.02em;
  letter-spacing: 0.02em;
}

#masthead p {
  display: block;
  padding: 6px 0 12px 18px;
  margin: 0 0 0 16px;
  font-size: 0.85em;
  font-weight: normal;
  color: rgb(110,110,110);
}

#textWrapper {
  padding: 0 0 0 0px;
  margin-top: 0px;
}

#textleft {
  margin: 18px 10px 10px 10px;
  padding: 0 6px 0 6px;
  float: left;
  width: 67%;
}

#textfull {
  margin: 18px 10px 10px 10px;
  padding: 0 6px 0 6px;
  float: left;
  width: 98%;
}

#text {
  margin: 6px 20px 10px 0px;
  padding: 0 6px 0 0px;
  float: left;
  width: 67%;
}

#textright {
  display: block;
  float: left;
  width: 25%;
  margin: 20px 0 10px 0;
}

#images {
  display: block;
  margin: 60px 0 0 10px;
  padding: 0;
  float: left;
  width: 28%;
}

.metadata {
  display: block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 6px;
  margin: 0px 10px 2px 0;
}

.text {
  display: block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 6px;
  margin: 18px 10px 10px 0;
}

.notes {
  display: block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 6px;
  margin: 10px 0 20px 0;
  background-color: rgb(249,249,249);
}

.notes h4 {
  text-align: left;
}

p.edit {
  text-align: right;
  margin-top: 0px;
}

span.tag {
  display: inline-block;
  width: 120px;
  text-align: right;
  color: rgb(100,100,100);
  font-weight: bold;
  padding: 2px;
}

span.pb {
  display: inline-block;
  margin: 0 6px 0 3px;
  padding: 0;
  color: rgb(150,150,150);
  font-size: 0.85em;
  text-indent: 0;
}

.indent {
  text-indent: 1.5em;
}

div.verz2 {
  display: block;
  margin: 10px 0 10px 0;
}

div.verz3 {
  display: block;
  margin: 10px 0 10px 20px;
}

div.biogmetadata {
  display: block;
  margin: 2px 0 16px 0px;
}

div.themen {
  display: block;
  margin: 20px 0 10px 0;
}

/* IMAGES */
div.images {
  display: block;
  float: left;
  width: 25%;
  margin: 14px 0 18px 0;
}

div.imagebox {
  background-color: #fff;
  text-align: left;
  font-size: 1.2em;
  margin: 12px 8px 8px 0px;
  padding: 4px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid rgb(180,180,180);
}

div.img60 {
  display: block;
  width: 60px;
  float: left;
  height: 60px;
  border: 1px solid #ccc;
}

span.caption {
  display: block;
  text-align: left;
  font-size: 0.8em;
}

img.border {
  border: 1px solid rgb(150, 150, 150);
  margin: 0;
}

/* BILDER */

div.thumblist {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

div.thumb {
  background-color: #fff;
  text-align: center;
  color: #737373;
  font-size: 0.9em;
  margin: 5px 8px 5px 0px;
  padding: 6px 3px 3px 3px;
  float: left;
  width: 135px;
  height: 190px;
  overflow: hidden;
  border: 1px solid #ccc;
}

img.thumb {
  border: 1px solid rgb(170, 170, 170);
  margin-left: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
} 

span.thumbtext {
  display: block;
  height: 76px;
}

img.border {
  border: 1px solid rgb(190, 190, 190);
} 

/* STYLES FOR CLOUD ZOOM */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin: -4px;	/* Set this to minus the border thickness. */
	background-color: #fff;	
	cursor: move;		
}

/* This is for the title text. */
.cloud-zoom-title {
 	font-family:Arial, Helvetica, sans-serif;
 	position:absolute !important;
 	background-color:#000;
 	color:#fff;
 	padding:3px;
 	width:100%;
 	text-align:center;	
 	font-weight:bold;
 	font-size:10px;
 	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
 	border: 4px solid #ccc;
 	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
 	color:white;	
 	background:#222;
 	padding:3px;
 	border:1px solid #000;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  color: rgb(90,90,90);
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  display: block;
  font-size: 1.6em;
  margin: 10px 0 2px 0;
  padding-top: 4px;
}

h2 {
  display: block;
  font-size: 1.4em;
  margin: 10px 0 10px 0;
  color: rgb(80,80,80);
}

h3 {
  display: block;
  font-size: 1.2em;
  margin: 10px 0px 10px 0px;
  padding-top: 6px;
  color: rgb(50,50,50);
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 8px;
  color: rgb(80,80,80);
}

h5 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 8px;
  color: rgb(80,80,80);
}

h6 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 6px;
  color: rgb(80,80,80);
}

p {
  display: block;
  padding: 8px 0 0 0;
  margin: 0;
}

p.beitrag {
  text-align: center;
}

p img {
  margin: 0;
}

p.bread {
  display: block;
  margin: 4px 0 3px 16px;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

b {
  font-weight: bold;
/*  color: rgb(100,100,100); */
}

small {
  font-size: 80%;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
}

hr {
  border: solid rgb(160,160,160);
  border-width: 1px 0 0;
  margin: 0;
}

hr.strich {
  display: block;
  text-align: center;
  width: 50%;
  border: solid rgb(160,160,160);
  border-width: 1px 0 0;
  margin: 40px 0 30px 25%;
}

/* #Links
================================================== */

a, a:visited {
  color: rgb(0,120,220);
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: underline;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */

ol {
  margin-bottom: 20px;
}

ul {
  margin: 20px 20px 30px;
}

ul li {
  display: list-item;
  list-style: disc;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}

ul li li {
  font-size: 1em;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

li.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 1px 0 4px 30px; font-size: 90%;
}

ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 1px;
}

li {
margin-bottom: 4px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

fieldset {
  margin: 10px 2px 14px 2px;
  padding: 6px;
  border: 1px solid #BCBCBC;
}

legend {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 100;
  color: rgb(140,140,140);
  margin-left: 10px;
}

fieldset h3 {
  margin: 8px 0px 6px 0px;
  padding: 0;
}

fieldset p {
  margin: 0px 0px 4px 0px;
  padding: 0px;
}

/* #Forms
================================================== */

form {
  margin-bottom: 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

input, select {
  padding: 2px;
  margin-bottom: 2px;
}

textarea {
  display: inline;
  min-height: 60px;
}

label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  vertical-align: top;
  width: 130px;
}

legend {
  display: inline-block;
  font-weight: bold;
  font-size: 13px; 
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

div.clear {
  clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

.textwrap {
  float: right;
  margin: 4px 0 6px 6px;
}

#newsbox h3 a {
  text-decoration: none;
  color: rgb(84,106,104);
}

#newsLeft, #newsRight {
  float: left;
  width: 240px;
  padding: 0 0 10px 0;
  margin: 0 16px 10px 0;
}

p {
  font-size: 1.0em;
  line-height: 1.45em;
/*  color: #505050;*/
  margin: 0 0 10px 0;
}

.right {
  text-align: right;
}

.centre {
  text-align: center;
}

.box {
  display: block;
  margin: 22px 0 22px 0;
  padding: 0px;
}

.box p {
  color: teal;
}

/*
.navigation {
  display: block;
  margin: 36px 0 0px 0;
  padding: 0px;
}*/

span.highlight {
  background-color: rgb(255,255,180);
}

/*///////////////////////
//// STYLES FOR TABS ////
///////////////////////*/

/* TABS (from etchings) */

#tabnav {
  height: 20px;
  margin: 6px 0 0 0;
  padding-left: 10px;
  background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
  float: left;
  background: #f5f5f5;/*light grey background*/
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #333;
}

#tabnav a:hover	{
  background: #fff;
}

div.row {
  display: block;
  padding-top: 4px;
}

div.xml {
  margin: 0;
  padding: 14px 10px 10px 10px;
  border-bottom: 1px solid rgb(190, 190, 190);
  border-left: 1px solid rgb(190, 190, 190);
  border-right: 1px solid rgb(190, 190, 190);
}

div.xmltext {
  float: left;
  font-size: 1.0em;
  margin: 0 14px 0 0;
  padding: 0;
  width: 68%;
}

ul.tabs {
  margin: 0;
  padding: 0;
}

.tabs li {
  list-style: none;
  display: inline;
}

.tabs a {
  padding: 5px 10px;
  display: inline-block;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.tabs a.active {
  background: #fff;
  color: #000;
}

/*
div.imgright {
  float: right;
  width: 200px;
  margin: 3px 20px 0px 0px;
  text-align: right;
  font-size: 0.85em;
}*/


/*///////////
//// XML ////
///////////*/

div.artikel {
  display: block;
  margin: 0;
  padding: 0px 0 10px 0;
}

div.section {
  display: block;
  margin: 10px 0 0 0;
  padding: 0px 0 10px 0;
}

p.indent9 {
   text-indent: 9px;
}

/* FOOTNOTE */
a.footnote:link, a.footnote:visited {
  font-family: verdana, arial, helvetica, sans-serif;
  border: 1px solid #ccc;
  padding: 1px 2px 1px 2px;
/*  margin: 0px 3px 0px 1px; */
  margin: 0px 6px 0px 0px;
/*  font-size: 0.8em; */
  font-size: 9px;
  font-weight: bold;
  background-color: rgb(240,240,240);
  vertical-align: 15%;
}

a.footnote:hover, a.footnote:active {	
  text-decoration: none;
  background-color: yellow;
  border: 1px solid #ccc;
}

a.back:hover, a.back:active {	
  text-decoration: none;
  background-color: yellow;
}

/*///////////////////////
//// Navigation Menu ////
///////////////////////*/

#nav {
  background: rgb(236,230,225) url(../images/graphics/nav_foot.gif) repeat-x left bottom; 
  overflow: auto;
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 20px;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  float: left;
  padding: 5px 8px 5px 12px;
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}

#nav a:hover, #nav .current a {
  color: rgb(255,255,255);
  background-color: rgb(120,115,110);
}

.top-mobile-nav-container {
  display: none;
}

/*
#nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px 0 4px 0;
}
  
#nav ul {
  display: block;
  text-align: left;
  font-size: 16px;
  margin: 4px 0 0 0;
  z-index: 2;
}

#nav ul li {
  display: inline;
  list-style: none;
}

#nav ul li a {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 100;
  color: rgb(180,90,80);
  padding: 0 0.3em;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#nav ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active, #nav ul li.current a {
  color: rgb(255,90,80);
}

.top-mobile-nav-container {
  display: none;
}
*/

/* Footer */

#footer {
  margin: 10px 16px 10px 16px;
  padding-bottom: 10px;
}

/* Footer navigation */

#footerNav {
  display: block;
  float: left;
}

#footerNav ul {
  display: block;
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 1.0em;
}

#footerNav ul li {
  display: inline;
  list-style: none;
}

#footerNav ul li a {
  color: rgb(180,90,80);
  text-decoration: none;
  padding: 0 0.3em;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#footerNav ul li a:hover, #footerNav ul li a:focus, #footerNav ul li a:active, #footerNav ul li.current a {
  color: rgb(255,90,80);
}

div.acknowledgebox {
  text-align: center;
  margin: 5px 8px 5px 0px;
  padding: 6px 3px 3px 3px;
  float: left;
  width: 200px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* KWIC */

div.kwic {
  border: 1px solid #ccc;
  margin: 5px 0px 5px 0px;
  padding: 6px 6px 3px 6px;
  width: 90%;
}

div.kwic p a:hover {
  text-decoration: none;
}

span.searchword {
  background-color: rgb(254, 254, 155);
}

span.hi {
  background-color: yellow;
}

span.comment {
  display: block;
  background-color: rgb(254, 254, 155);
  margin: 5px 0px 5px 300px;
  border: 1px solid #ccc;
}

/* TOOLTIPS */
/*  
.ui-tooltip {
  padding: 1px 4px 2px 4px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  border-width: 2px;
  background-color: rgb(255, 255, 200);
}*/

.ui-tooltip {
  padding: 1px 4px 2px 4px;
  position: absolute;
 /*  z-index: 9999; */
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  border-width: 2px;
  background-color: rgb(255, 255, 200);
  margin-top: 60px;
}

span.edtext {
  display: inline-block;
  text-indent: 0;
  color: rgb(180,60,60);
  margin: 0;
  padding: 0;
}

/*//////////////
//// MOBILE //// 
//////////////*/

@media only screen and (max-width: 767px) {

  #nav {
    visibility: hidden;
    display: none;
  }
  
  #nav ul {
    display: none;
  }
  
  .top-mobile-nav-container {
    display: block;
    margin: 1em 0 0px 34px;
    padding-bottom: 2px;
  }
  
  .top-mobile-nav-container select {
    margin-bottom: 0.5em;
    text-transform: lowercase;
  }
  
  #masthead h1 {
    font-size: 1.6em;
    font-weight: 100;
  }

  h2 {
    font-size: 1.4em;
    font-weight: 100;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.0em;
    font-weight: bold;
    }
  
  h5 {
    font-size: 1.0em;
    font-weight: bold;
  }
  
  #textleft {
    width: 100%;
  }

  #imageright {
    width: 100%;
    margin-top: 10px;
  }

  .indent {
    margin-left: 0;
  }

 
  div.groupintro {
    width: 95%;
  }

  div.exhibtext {
    width: 100%;
  }

  div.exhibimage {
    width: 100%;
  }

  .intro {
    width: 90%;
    margin-right: 0;
  }

  div.images {
    width: 220px;
    height: auto;
  }

  /*///////////////////////
  //// STYLES FOR TABS ////
  ///////////////////////*/
  
  #tabnav {
    height: auto;
    margin: 0 0 0 6px;
    padding: 6px 0 0 0;
    background: none;
  }

  #tabnav li {
    margin: 0 0 0 2px; 
    padding: 0 4px 0 4px;
    display: inline-block;
    list-style-type: none;
  }
  	
  #tabnav a:link, #tabnav a:visited {
    background: none;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
    margin-right: 0;
    border: none;
    text-decoration: none;
    color: rgb(0,120,220);
  }
  
  #tabnav a:link.active, #tabnav a:visited.active {
    border-bottom: none;
    background-color: rgb(240,240,240);
    color: rgb(0,80,180);
  }
  
  #tabnav a:hover	{
    background: none;
  }
  
  div.row {
    display: block;
    padding-top: 0;
  }
  
  div.xml {
    margin: 0;
    padding: 10px 10px 10px 10px;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  
  div.xmltext {
    float: left;
    font-size: 1.0em;
    margin: 0 14px 0 0;
    padding: 0;
    width: 68%;
  }

}