/**
* CSS - Clever Deer Photography
* Restored to match original site appearance
*/

@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');

body {
	font-size: 13px;
	font-family: 'Inconsolata', monospace;
	background: #fff;
	color: #999;
	line-height: 1.6em;
}

/* link scheme */
a:link { text-decoration: none; color: #555; }
a:visited { text-decoration: none; color: #555; }
a:hover { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
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: 13px;
	width: auto;
	margin-bottom: 1.5em;
	margin-left: -12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
}
h2 { font-size: 13px; margin-bottom: 1em; font-weight: normal; }
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; }

/* highlighter style */
.highlight { background: #ccff00; color: #000; }

/* LAYOUT */
#index { 
	width: 175px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 10;
	font-family: 'Inconsolata', monospace;
	font-size: 13px;
	line-height: 2em;
}

#exhibit { 
	position: fixed;
	top: 0;
	bottom: 0;
	left: 175px;
	right: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}

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

/* section titles - NEW WORK / SELECTED WORK - black */
#index ul.section span.section_title,
#index ul.section span.section_title a {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

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

/* active exhibit */
li.active a:link, li.active a:hover, li.active a:active, li.active a:visited,
#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: #666; font-weight: normal; }

/* exhibit title links - grey, uppercase */
#index ul.section li.exhibit_title a:link { color: #555; text-transform: uppercase; }
#index ul.section li.exhibit_title a:visited { color: #555; text-transform: uppercase; }
#index ul.section li.exhibit_title a:hover { color: #666; text-transform: uppercase; }

/* h1 site title */
#index h1 a { font-weight: normal; text-decoration: none; color: #000; }
#index h1 a:visited { color: #000; }
#index h1 a:hover { color: #000; }
#index h1 img { display: block; }

/* padding - container pushed right, h1 pulled back left */
.container { padding: 25px 9px 25px 40px; }
#index .container { padding-top: 15px; }

#exhibit .container {
	height: 100%;
	white-space: nowrap;
	width: max-content;
	padding: 30px 0 0 30px;
}

/* hide copyright/built with text */
#index .bot { display: none; }

/* exhibit region links */
#exhibit a:link { text-decoration: none; }
#exhibit a:visited { }
#exhibit a:hover { text-decoration: none; }
#exhibit a:active { }

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

/* HORIZONTAL SCROLL */
#img-container {
	white-space: nowrap;
	display: inline-block;
	font-size: 0;
}

#img-container .picture_holder {
	display: inline-block !important;
	float: none !important;
	vertical-align: top !important;
	white-space: normal;
	font-size: 13px;
	margin-right: 25px;
	width: auto !important;
}

#img-container .picture {
	width: auto !important;
}

#index ul#section_3 {
    margin-top: 1.5em;
}