/* This is now the main source of truth for the style rules. */
/* It supersedes any Stylus files */

.cv-items,
.subcategory-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-light-webfont.woff") format("woff"),
    url("fonts/raleway-light-webfont.ttf") format("truetype"),
    url("fonts/raleway-light-webfont.svg#texgyrescholaregular") format("svg");
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3 {
  font-weight: inherit;
}
sub,
sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
}
html,
body {
  background: #fff;
  font-family: "Raleway", Verdana, Arial, sans-serif;
  color: #444;
  margin: 0;
}
body {
  padding-top: 2.5em;
}
.reading {
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
img {
  max-width: 100%;
}
a,
a:visited,
a:active {
  color: #700;
  text-decoration: none;
}
a:hover {
  color: #b00;
}
h1 {
  font-size: 2em;
  border-bottom: 1px solid #dcc;
  color: #700;
}
#home-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
a#home-link {
  display: block;
  padding-top: 0.25em;
  padding-left: 0.5em;
  color: #444;
}
a#home-link:hover {
  color: #733;
}
#home-content.inner-page {
  display: none;
}
.news {
  position: relative;
  width: 25em;
  min-width: 50%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: larger;
}
.news h3 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0;
}
.news article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  border-left: 4px solid #700;
  margin-bottom: 2em;
}
.news article p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#krice {
  display: block;
  text-shadow: 0 1px 0 #eee;
  color: #111;
  font-size: 2em;
}
#top-nav {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 50em) {
  #top-nav {
    position: fixed;
    height: 2.5em;
  }
}
#top-nav.inner-page {
  border-bottom: 1px solid #ccc;
}
#top-nav:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: -1;
}
#top-nav > a {
  display: inline-block;
  padding: 0.25em 0.75em;
  text-decoration: none;
  color: #5c4755;
  font-size: 150%;
  height: 100%;
}
#top-nav > a.current,
#top-nav > a:hover {
  background: #700;
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  #top-nav > a {
    display: block;
  }
  #top-nav > a.current,
  #top-nav > a:first-child {
    margin-left: 4.5em;
  }
  body.inner-page #top-nav > a:not(.current) {
    display: none;
  }
}
#main-footer {
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
}
#banner-box {
  display: block;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
#banner-box.closed {
  height: 0;
}
#banner {
  width: 100%;
  height: 60vh;
  background-image: url("/static/catalog-images/banner/american-quilt-myrtis.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 32%;
  margin-bottom: 0.5em;
  -webkit-box-shadow: inset 0 0 2em;
  box-shadow: inset 0 0 2em;
}
textarea {
  width: 100%;
  height: 7em;
  border: 1px solid #ccc;
}
#send_container {
  text-align: right;
}
.control_container {
  margin-top: 1em;
}
input.button {
  cursor: pointer;
  background-color: #e8f0ee;
  border: 1px solid #777;
  padding: 3px;
}
input.button:hover {
  background-color: #e8f8ff;
  border-color: #999;
}
.item {
  clear: both;
  margin-top: 2em;
  position: relative;
}
.item-image {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1em;
  margin-right: 1em;
  -webkit-box-shadow: 0.1em 0.1em 0.25em #333;
  box-shadow: 0.1em 0.1em 0.25em #333;
}
.large-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.large-image-link {
  display: block;
  margin-top: 4em;
}
.large-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: 0.5em 0.5em 0.5em #333;
  box-shadow: 0.5em 0.5em 0.5em #333;
}
.item-attributes,
.item-description {
  margin-top: 1em;
  min-width: 15em;
}
.artist-bio {
  font-size: 125%;
}
.cv {
  inline-size: 65ch;
  max-inline-size: 100%;
}
.cv h2 {
  font-size: 125%;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: underline;
}
.cv ul ul {
  list-style-type: disc;
}
.cv .date,
.cv .description {
  display: inline-block;
  vertical-align: top;
}
.cv .description {
  line-height: 1;
  /*
  white-space: normal;
*/
}
.cv li {
  white-space: nowrap;
}
.cv .date {
  width: 3.5em;
  padding-right: 1em;
}
.cv .date.repeated {
  visibility: hidden;
}
.subcategory-link {
  display: block;
  padding-left: 0.25em;
}
.subcategory-link:hover,
.subcategory-link.current-path {
  background: #700;
  color: #fff;
}
@media screen and (min-width: 50em) {
  .parent.category {
    position: fixed;
    top: 2em;
    right: 1em;
    background: rgba(255, 255, 255, 0.7);
  }
}
