/**
* CSS
* 
* @version 2.1
* @author Ted Levine
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.4em;
	/* font-weight: 300; */
}

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

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

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

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

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

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

/* 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: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: normal; color: #00f; }

/* 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 {  } 
#index a:visited {  }
#index a:hover {  } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:visited {  }
#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: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }

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



/* ------- Ted Changes --------*/


/* ------- Global Changes + Fluid Menu & Exhibit --------*/
    body { font-size: 1rem; }
	.title { font-size: 0.9em; }
	.caption { font-size: 0.8em; }

    .container { padding: 0; }


    #index { width: fit-content; padding: calc(6rem + 1vw) 2.8vw 0; }
/*	#index { width: calc(200px + 4vw); } */
    #index .container {height: max-content;}
	#index .container h1 {font-size: calc(0.9rem + 0.5vw);margin-bottom: 3rem;}
    #logo h1:hover, a#logo:hover { text-decoration: none;}    
    #index > .container > ul { list-style: none; text-transform: normal; }

    #index ul.section span.section_title, #index ul.section span.section_title a {
    color: gray; display:block; margin-bottom: 1rem;}

	#index ul .exhibit_title { margin: 0 0 calc(1.2rem + 0.3vw) 0; }
	#index ul .exhibit_title a,	#index ul.section span.section_title, #index ul.section span.section_title a {font-size: calc(0.7rem + 0.3vw); color: gray;}
    li a.active, li.active a:link, li.active a:hover, li.active a:active, li.active a:visited, 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: black; font-weight: 500; }

    #index ul.section span.section_title, 
    #index ul.section a.section_title:hover, 
    #index ul.section li.exhibit_title:hover { 
    cursor: default; text-decoration: none; text-indent: 0; }


    #exhibit { margin: 8vh 0 0 calc(200px + 4vw + 2rem); }


/* ------- Exhibit Customizations: Horizontal --------*/
    #exhibit .separator { width: calc(1rem + 2.8vw) !important; }
    #exhibit #img-container { width: max-content; }

	.format-horizontal .textor {
    margin-top: 20px;
    padding-left: 2rem;
    padding-right: 1rem;
    min-width: 40vw;
	}

	.format-horizontal #exhibit #img-container {
    width: max-content;
    display: flex;
    flex-direction: row;
	}

	.format-horizontal #img-container .picture, 
	.format-horizontal #img-container .picture div { 
	float: none;
	width: fit-content !important; 
	height: fit-content !important; 
	}

	.format-horizontal #img-container .picture div img {
    max-height: 80vh;
    width: auto;
	}




/* ------- Artist-Specific Customizations --------*/
    body { font-size: 0.9rem; }
  
    #index { padding: calc(4rem + 1.5vw) 2.8vw 0; }
    #index .container h1 {font-size: calc(1rem + 0.5vw); margin-bottom: 4rem; font-family: "Trebuchet MS"; text-transform: lowercase; font-weight: 300; color: #8a8c8e;}
    a#logo h1:hover, a#logo:hover { opacity:0.7; }
    #index ul.section ul { border-left: 1px solid lightgray; padding-left: calc(0.5rem + 0.7vw); }

    .bot { font-size: 10pt }

	.format-over_and_over #img-container .captioning .title { text-align: right; }

	.format-over_and_over .vimeo, 
	.format-over_and_over .vimeo iframe { width: calc(98vw - 200px - 4vw - 2rem) !important; min-width: 360px !important; }

/* ------- Mobile Customizations --------*/

/* { These customizations can be found in the mobile plugin mobile.css file. This theme isn't loaded when mobile is detected, so customizations have to go there. } 
*/

