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

body {
	font-size: 14px;
	font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	/* font-weight: 300; */
}
body.exhibit-6 img{
  max-width: 250px;
}

/* link scheme */
/* you can customize links further down the page too */
a{ color:#6cb73a; }
a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none; color: #000; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

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

.right-side{
  color: #999;
}

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

/* 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 { 
	background: #fff; /* line-height: 1.3em; */ 
}
#exhibit { 
	margin: 0px 0 0 0px; 
}

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { 
	margin-bottom: 1em; 
	float:left;
	padding:0px 0px 0px 10px;
	font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
#index ul.section li { 
	float:left;
	margin:5px 10px;
}
#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 {  }

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

/* active exhibit title parts */
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
{ color: #000; }

/* 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: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

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

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

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

/* this is where you pad them separately */
#index .container { 
	padding-top: 22px;
}
#exhibit .container { 
	padding-left: 38px;
	padding-right: 38px;
}

#logo{
  font-family: Roboto, sans-serif;
	color: #000;
	/*background:url(../../files/logo.png) top center no-repeat;*/
  font-size: 22px;
  text-transform: uppercase;
	width:170px;
	height:23px;
	display:block;
	margin-top: 3px;
}
@media (max-width: 767px){
  #index #section_1 li:first-child{
    margin-left: 0;
  }
}
#logo:hover{
	background-position: bottom center;
}

@media (max-width: 768px){
  #index ul.section{
    padding-left: 0;
  }
  .left-side{
    display:none;
  }
  #exhibit p {
    width: 96%;
  }
  #img-container .right-side{
    position: absolute;
    left: 5px;
    float:none;
    overflow: hidden;
  }
  .format-no_show p img{
    display: block;
    width: 100%;
  }
}
::-webkit-scrollbar { 
    display: none; 
}
