/* ============================================
   MODERN CSS RESET & SONOXHIBIT STYLES
   Converted from SASS/Compass (2025)
   ============================================ */

/* ============================================
   MODERN CSS RESET
   Based on best practices from modern frameworks
   ============================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ============================================
   BASE STYLES & LAYOUT
   ============================================ */

/* general styles - not recommended for change */
strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

object {
  display: block;
}

.once {
  clear: left;
}

.clL {
  clear: left;
}

/* example rules for styling via section */
body.section-1 { /* background-color: yellow; */ }
body.section-2 { }
/* style via particular exhibit */
body.exhibit-12 { }
/* styling via exhibit format */
body.visual_index { /* background: green; */ }

/* this is to prevent some background colors on links in exhibits */
/* do not change these */
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a {
  background: transparent;
}

/* not recommended for change */
#index {
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 1;
}

#exhibit {
  height: 100%;
  top: 0;
}

/* ============================================
   BODY & GLOBAL TYPOGRAPHY
   ============================================ */

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

/* link scheme */
/* you can customize links further down the page too */
a:link {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #00cc00;
}

a:visited {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}

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;
  margin-top: 1em;
  font-weight: bold;
  width: 60%;
}

h2 {
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: bold;
  width: 60%;
}

h3 {
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: bold;
  width: 60%;
}

h4 {
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* paragraph width */
#index p {
  width: auto;
  margin-bottom: 1em;
}

#exhibit p, code, blockquote {
  width: 60%;
  margin-bottom: 1em;
  /* line-height: 1.3em; */
}

/* list styling */
#exhibit ul {
  list-style-type: disc;
  margin-bottom: 1.5em;
  margin-top: 1em;
  padding-left: 1em;
  width: 60%;
}

#exhibit ol {
  list-style-type: decimal;
  margin-bottom: 1.5em;
  margin-top: 1em;
  padding-left: 1.5em;
  width: 60%;
}

#exhibit ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

#exhibit ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* image styling */
#exhibit img {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 100%;
  height: auto;
  display: block;
  width: auto;
}

#exhibit img.sinBorde {
  border: none;
}

/* jekyll_picture_tag responsive sizing */
#exhibit picture {
  max-width: 100%;
  width: auto;
  display: block;
}

#exhibit picture img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Image wrapper container for constraining size */
div[style*="max-width"] picture,
div[style*="max-width"] img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

div[style*="max-width"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ============================================
   INDEX NAVIGATION/LINKS RULES
   ============================================ */

/* 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 {
  cursor: pointer;
  font-weight: normal;
  /* font-size: 15px; */;
  font-weight: bold;
}

/* styles for hovering section titles */
#index ul.section span.section_title:hover,
#index ul.section span.section_title a:hover { }

/* active section titles */
#index ul.active_section span.active,
#index ul.active_section span.active a { }

#index span.active_section_title,
#index span.active_section_title a {
  font-weight: normal;
}

/* sub-section titles */
#index ul.section span.subsection_title,
#index ul.section span.subsection_title a {
  cursor: pointer;
  /* font-weight: bold; */
}

/* sub-section titles hover */
#index ul.section span.subsection_title:hover,
#index ul.section span.subsection_title a:hover { }

/* exhibit titles */
#index ul.section li.exhibit_title { }

#index ul.section li.exhibit_title a:link { }

#index ul.section li.exhibit_title a:hover {background-color: #00fff7; }

#index ul.section li.exhibit_title a:active { }

#index ul.section li.exhibit_title a:visited { }

/* index links */
#index ul.section li.exhibit_link { }

#index ul.section li.exhibit_link a:link { }

#index ul.section li.exhibit_link a:hover { }

#index ul.section li.exhibit_link a:active { }

#index ul.section li.exhibit_link a:visted { }

/* active subsection title */
#index span.active_subsection_title,
#index span.active_subsection_title a { }

/* targeted examples */
/* specific section */
#index ul#section_1 { }

/* links within the specific section */
#index ul#section_1 li.exhibit_title a { }

/* specific exhibit title */
#index li#exhibit_150 a { }

/* affect subsections container */
#index ul.subsection {
  /* padding-left: 18px; */
}

/* top/bot divs - not really used but do exist */
#index .top {
  /* height: 36px; */
}

#exhibit .top {
  display: none;
}

#index .bot { }

/* generic #img-container - but remember that exhibit formats can override these */
#img-container { }

#img-container p { }

#img-container .captioning { }

#img-container .captioning .title {
  /* font-size: 13px; */
}

#img-container .captioning .caption {
  /* font-size: 13px; */
  text-align: left;
}

/* active exhibit title parts */
li.active a:link,
li a.active,
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 {
  font-weight: normal;
}

/* 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:visted { }

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

#exhibit a:hover { }

#exhibit a:active { }

#exhibit a:visted { }
/* ============================================
   CONTAINER & PADDING
   ============================================ */

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

/* ============================================
   BLOG STYLING
   ============================================ */

/* blog parts */
#entries_wrapper {
  width: 800px;
}

#entries {
  width: 525px;
  float: left;
}

#entries .entry { }

#entries .entry p {
  width: auto;
}

#entries .entry .asset {
  margin-bottom: 9px;
}

#entries .entry .captioning .title {
  margin-bottom: 9px;
}

#entries .entry .captioning .caption {
  margin-bottom: 9px;
}

#entries .entry_footer {
  margin-top: 12px;
  font-size: 11px;
  color: #999;
}

#entries .entry_footer .entry_footer_pad { }

#entries .separator {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#entries_wrapper #sidebar {
  float: right;
  width: 200px;
}

#entries ul#prev_new_entries { }

#prev_new_entries { }

#prev_new_entries div#older {
  float: left;
}

#prev_new_entries div#newer {
  float: right;
  text-align: right;
}

.entry {
  margin-bottom: 18px;
}

.blog-separator {
  border-top: 1px solid #ccc;
  margin-bottom: 27px;
  width: 460px;
}

#plugins-list {
  margin-bottom: 18px;
}

/* ============================================
   FORM STYLING
   ============================================ */

/* style forms */
.form-row { }

.form-label { }

.form-label label {
  padding-right: 24px;
  line-height: 2.2em;
}

.form-input { }

.form-submit { }

.form-alert {
  margin-top: 9px;
}

.form-alert .failed {
  color: red;
}

#form-return {
  display: block;
}

.form-submit input {
  background-color: #333;
  border-radius: 3px;
  border: 0px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin: 5px 0 0 0;
  padding: 9px 12px;
}

.form-submit input:hover {
  background: #0c0;
}

input[type=text],
input[type=password],
textarea {
  font: normal normal normal 1em/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0px 0px 0.5em;
  padding: 0.3em;
}

#exhibit #columned p {
  width: auto;
}

/* ============================================
   BUTTONS
   ============================================ */

/* BUTTONS */
/* http://particletree.com/features/rediscovering-the-button-element/ */

.buttons button a {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #333;
  border-radius: 3px;
  border: 0px;
  color: white;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  padding: 9px 12px;
  text-decoration: none;
}

.buttons button {
  width: auto;
  overflow: visible;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}

.buttons button[type] { }

/* STANDARD */
.buttons a:hover {
  background-color: #0c0;
  color: #fff;
  line-height: 1;
  margin: 5px 0 0 0;
  padding: 9px 12px;
  font-size: 12px;
}

.buttons a:active {
  background-color: #0c0;
  color: #fff;
  line-height: 1;
  margin: 5px 0 0 0;
  padding: 9px 12px;
  font-size: 12px;
}

/* ============================================
   WALKTHROUGH STYLES
   ============================================ */

/* walkthrough */
.walkthrough {
  position: relative;
  width: 905px;
  height: 655px;
  background: url(http://www.indexhibit.org/files/gimgs/screenshot1.png) no-repeat;
}

/* dots */
.walkthrough-dot {
  height: 12px;
  width: 12px;
  position: absolute;
}

.trigger:hover {
  border: 4px solid red;
  background: red;
}

/* title space */
#w1-1 {
  left: 94px;
  top: 133px;
  z-index: 1;
}

/* basic editor */
#w1-2 {
  left: 148px;
  top: 170px;
  z-index: 2;
}

/* publish */
#w1-3 {
  left: 770px;
  top: 140px;
  z-index: 3;
}

/* options */
#w1-4 {
  left: 802px;
  top: 219px;
  z-index: 4;
}

/* uploads */
#w1-5 {
  left: 792px;
  top: 317px;
  z-index: 5;
}

/* files */
#w1-6 {
  left: 272px;
  top: 537px;
  z-index: 6;
}

/* files options */
#w1-7 {
  left: 114px;
  top: 621px;
  z-index: 7;
}

.popup {
  position: absolute;
  display: none;
  /* keeps the popup hidden if no JS available */
  width: 66px;
  background: #f3f3f3;
}

.trigger {
  display: block;
  border: 4px solid #0c0;
  background: #0c0;
  border-radius: 30px;
  height: 4px;
  width: 4px;
}

/* ============================================
   MISC STYLES
   ============================================ */

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