/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 11px;
	font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 380;
	background-color: #fff;
	color: #5b5555;
	line-height: 1.2;
	letter-spacing: 0.2px;
}

.menu ul {
	list-style: none;
	margin: 0 20px 10px 15px;
	font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 160;
	line-height: 1.2;
	letter-spacing: 2.9px;
}

.menu ul li.section-title { 
}	

.container {
    padding: 5px 5px 25px 5px;
}

/* link scheme */
/* you can customize links further down the page too */
a, a:link { text-decoration: none; color: #7a7878; }
a:active { text-decoration: none; color: #6e6e6e; }
a:visited { text-decoration: none; color: #cfcfcf; }
a:hover { text-decoration: none; color: #dba901; }
a img { border: none; }
audio:focus { outline: none; }

/* general styles */
big { font-size: 14px; }
small { font-size: 10px; }
code { font-family: lato; }
blockquote { padding-left: 9px; }

/* headings */
h1, h2, h3, h4 { font-weight: 500; line-height: 1.2; margin-bottom: 1em; }
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }


/* images */
img { border: 0; height: auto; max-width: 100%; vertical-align: middle; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { /*width: 500px;*/ margin-bottom: 1em; }

/* highlighter style - maybe you want to change colors? */
.highlight { background-color: #ccff00; color: #5b5555; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 225px; background-color: #fff; }
#exhibit { margin: 30px 0 0 225px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#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 {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: #5b5555; text-decoration: none; }
#index ul.section li.exhibit_title:hover { text-indent: 0; }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: 00; }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, 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:active, #index ul.section li.active a:visited { font-weight: 400; color: #cfcfcf; }

li a:hover, li.active a:hover, #index ul.section li.active a:hover { color: #dba901; }

/* 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.new_exhibit { color: #0c0; font-weight: 700; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: 700; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:visited {  }
#index a:hover {  } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { }
#exhibit a:visited {  }
#exhibit a:hover { } 
#exhibit a:active {  } 

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: 400; text-decoration: none; color: #5b5555; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container { padding: 27px 25px; }
#exhibit .container { padding: 5px; }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }

/* custom */
.format-horizontal #img-container {
	display: flex;
	width: auto !important;
}

.format-horizontal #img-container .textor {
	flex: 500 0 auto;
	width: auto !important;
margin-left: 150px;
margin-right: 100px;
}

.format-thickbox #img-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.format-slideshow #img-container #slideshow .picture {
	left: 50%;
	transform: translateX(-50%);
}

.light-overlay {
	opacity: 0.8;
}