/**
* CSS
* @version 2.0
* @author Vaska 
*
* Customization by Niels Wehrspann
**/

body {
	background: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
}

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

/* headings */
h1 {
	font-family: "RosarivoItalic", "Times New Roman", Times, serif;
	font-size: 38px;
	margin-bottom: 1em;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: "RosarivoItalic", "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 1em;
	text-align: center;
}
h3 {
	font-family: "RosarivoItalic", "Times New Roman", Times, serif;
	font-size: 14px;
	color:#CCC;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h4 {
	font-family: "RosarivoItalic", "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 16px 0 0 8px;
	}
	
/* general styles */

p { padding: 8px 0 14px 0;}

.highlight {
	font-family: "RosarivoItalic", "Times New Roman", Times, serif;
	font-size: 38px;
	line-height:48px;
	display: block;
	padding: 2px 20px 16px 20px;
	text-align: center;
}
.top {
	position: fixed;
	width:190px;
	top:0px;
	height:78px;
	z-index:800;
	background-color:#fff;
	padding-top:20px;
}

small {
	display:block;
	font-size: 11px;
	line-height:13px;
	font-family: "Lucida Console", Monaco, monospace;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
blockquote {
	padding-left: 9px;
}

iframe { padding-top: 12px; }
/* paragraph width */
#exhibit p, code, blockquote { width: 100%; }

#exhibit img {
	max-width: 100%;
	margin: 1em 0 0 0;
	}


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section a { 
	text-decoration: none;
	font-weight: 100;
}
#top-section a:hover { }
#top-section p { text-align: center; }

#top-section {
	position: fixed;
	z-index: 80;
	width: auto;
	/*margin: 25px 40px 0px 0px;*/
	font-size: 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/* Containers */
.container {
	margin-left: 20px;
	overflow: auto;
	}
#index { width: 215px; background: #fff; }
#exhibit { margin: 0 0 0 215px; color:#F00; }

#exhibit .container {
	width:45%;
	min-width: 280px;
	margin-left:10%;
	margin-top: 95px;
	padding: 30px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	z-index: 50;
	background-color: #FFF;
	overflow:hidden;
}

#index .container {
	position:fixed;
	top:0;
	bottom:20px;
	width: 208px;
	display:block;
}

.active_section {margin:0;}

#index ul li {
	max-width: 100%;
	list-style-type: none;
}

#index .section_title { /* property of the section titles */
	text-align: left;
	display: block;
	text-align:center;
	color: #00F;
	padding-top:16px;
	font-size: 14px;
	line-height: 22px;
	font-weight: regular;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#0FF;
	width: 190px;
}
#index .subsection_title {  /* property of the projects/exhibitions titles */
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	display: block;
	text-align:center;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#0F0;
	width: 190px;
}
#index .exhibit_title {  /* property of the projects/exhibitions titles */
	text-align: left;
	display: block;
	text-align:center;
	font-size: 14px;
	font-style:italic;
	line-height: 18px;
	color:#90F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#0F0;
	width: 190px;
	padding: 2px 0 2px 0;
}
#index p {
	width: 100%;
	text-align: center;
	width: 190px;
}


/* rules for complex customization */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }
/* active section title */
#index span.active_section_title, { color:#f00; }
#index span.active_section_title a { font-weight: bold; color:#f00; }

/* additional #index options */
#index ul li .password a { background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; }
/* the "new" indicator */
#index ul li sup { color: #0f0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }

#copy { position: absolute; }
body > #copy { position: fixed; }
#indexhibit { position: absolute; }
body > #indexhibit { position: fixed; }


/* link scheme */
a:link { text-decoration: none; color:inherit; }
a:visited {	color:#ccc;	text-decoration: none; }
a:active { color:#f00; }
a:hover { color:#f00; }
a img { border: none; }

#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; color:#F00; }

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline;}
#exhibit a:hover { color:#90F;}
#exhibit a:active { }
#exhibit a:visited { color:#ccc; }

.bot {
	position:fixed;
	width:200px;
	right:18px;
	bottom:2px;
	font-size: 9px;
	font-family: "Lucida Console", Monaco, monospace;
	text-align:center;
	color:#000;
	text-decoration:none;
	z-index: 2;
	opacity:0.5;
}
.captioning {
	/* display:block;
	margin-top: 10%;
	width: 100%;
	height: auto; */
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
	background-color:#FFF;
}
#img-container .captioning .title { }
#img-container .captioning .caption { }

.media_caption .media_title { font-family: "Lucida Console", Monaco, monospace; font-size:10px; }
.lazyload { max-width:100%; }
.nothumb .lazyload { max-width: 100%; }


/* JScrollPane */

.jspContainer {
	overflow: hidden;
	position: relative;
	border:none;
}

.jspPane { position: absolute; border:none;}

#section_2 {margin-top:5em;}

.jspVerticalBar
{
	position: absolute;
	top: 15px;
	right: 0px;
	width: 3px;
	height: 100%;
	background: #fff;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.jspCap { display: none; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack {
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #ddd;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow .jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {	height: 100%; }

.jspHorizontalBar .jspArrow
{
	width: 6px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}