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

body {
        font-size: 15px;
        font-family: 'EB Garamond', Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
        background: #fff;
        color: #000;
        line-height: 1.3em;
        /* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */

/* Gabriel */
a:link { text-decoration: none; font-style: italic; color: grey; }
a:active { text-decoration: none; font-style: italic; color: #333333; }
a:visited { text-decoration: none; color: black }
a:hover { text-decoration: none; font-style: italic; color: #333333; }

li.active a { text-decoration: underline; font-style: italic; color: #333333; }

a img { border: none; }

/* headings */
h1 { font-size: 32px;  }
h2 { font-size: 24px;  }
h3 { font-size: 16px;  }
h4 { font-size: 12px;  }

p { margin: 0 0 9px 0; }

.left-box {
        width: 50%;
        float: left;
        padding-right: 10px;
        box-sizing: border-box;
}

.right-box {
        width: 50%;
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
}

.clear-box {
        clear: both;
}



/**** END Gabriel ****/




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


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

/* 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 {
        width: 200px;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 10px;
        position: fixed;
        background-color: #FFFFF;
}
#exhibit { margin-left: 200px; }

/* styling the index */
#index ul {
        list-style: none;
        margin: 0 0 12px 0; }
li.section-title { cursor: pointer; }
#index ul li.section-title { cursor: pointer;  }
#index ul.active_section li.section-title { font-weight: bold; }
#index ul li.section-title:hover { text-decoration:underline; }
#index ul.active_section li.section-title:hover { text-decoration:none; }
#index ul li.exhibit_title { display: none; }
#index ul.open li.exhibit_title { display: block; }
#index ul.active_section li.exhibit_title { display: block; }
#index #section_2 ul li.exhibit_title { display: block; }

#index ul.section {  }
#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 */
/* color of active exhibit title link and font-weight */
li.active a { text-decoration: underline;  }

/* 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: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; 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 { text-decoration: none; font-style: normal; color: #333333; }
#index a:visited { text-decoration: none; font-style: normal; }
#index a:hover { text-decoration: underline; font-style: normal; color: black; }
#index li.active a { text-decoration: underline; font-style: normal; color: black; }

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

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

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 18px 5px 25px 10px; }
#index .container { padding-left: 30px; padding-bottom: 25px; padding-right: 5px; padding-top: 5px; }

/* this is where you pad them separately */
#index .container { padding-left: 30px; padding-bottom: 25px; padding-right: 5px; padding-top: 5px; }
#exhibit .container { margin-top: 52px; padding-left: 50px; padding-bottom: 25px; padding-right: 5px; padding-top: 15px; }


/* 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; }

#img-container { margin: 0 0 0 70px; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
