.clear.two-up,
.clear.four-up {
  display: none;
}

.clear.six-up {
  display: block;
}

.wrapper {
  overflow: hidden;
  background: url('/media/i/bg-grid.png?b5f6dafc31cb') left top repeat;
  width: 960px;
}

.mobile-navigation-trigger {
  display: none;
}

#site-nav {
    overflow: hidden;
    height: 1000px;
    font-family: 'Avenir LT W01 65 Medium';
}

#site-nav .column {
    position: relative;
    overflow: hidden;
    height: 100%;
}

#site-nav .column>h2 {
  position: absolute;
  z-index: 5;
  color: #aaa;
  font-size: 80%;
  left: 20px;
  top: 25px;
  margin: 0;
  font-family: 'Avenir LT W01 65 Medium';
}

#site-nav .column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#site-nav .column li {
    margin: 15px 0;
    font-size: 80%;
}
#site-nav .column a {
  color: #222;
}

#site-nav #exhibition-column li.year {
    margin: 15px 0;
    color: #999;
}

#site-nav #exhibition-column li {
    margin: 30px 0;
}

.column {
    float: left;
    display: inline;
    width: 239px;
    margin: 0 1px 0 0;
    padding: 0px 0 0;
}

.column .outer {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.column .inner {
    padding: 0px 20px 250px;
    background-color: #fff;
}

.column-title {
  display: none;
}

.scrubber {
    position: absolute;
    z-index: 100;
    margin-top: 25px;
    left: 5px;
    width: 10px;
    height: 120px;
    background-color: #bbb;
    border-radius: 4px;
    opacity: 0.8;
    cursor: pointer;
}
.scrubber:hover {
    background: #262626;
}
.scrubber.ui-draggable-dragging {
    background: #262626;
}

.scrubber-indicator {
    position: absolute;
    top: 150px;
    left: 5px;
    background-color: transparent;
    color: #bbb;
    z-index: 10;
    width: 10px;
    text-align: center;
}

.bio {
  margin-bottom: 400px;
  background: #fff;
  width: 675px;
}

#page-nav {
    position: absolute;
    z-index: 200;
    bottom: -300px;
    height: 250px;
    width: 110px;
    left: 10px;
}

#page-nav li {
  border-top: 1px solid #222;
}

#page-nav a, #page-nav span {
    padding: 10px 0;
    margin: 0 0 25px;
}

#search-form {
    padding: 10px 0;
    margin: 0;
    display: none;
}

#search-field {
    background: none;
    border: none;
    width: 108px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
#search-field:focus {
    outline: none;
    border-bottom: 1px solid #222;
}

#page-nav ul li.social-link {
	margin-top: 100px;
}

#page-nav ul li.social-link a {
  margin: 0;
  padding-bottom: 0;
}

.gallery {
  background: white url('/media/i/bg-grid.png?b5f6dafc31cb') 959px top repeat-y;
}

.gallery h1 {
    font-size: 32px;
    margin: 130px 10px 80px;
    text-align: center;
}

.gallery .origin {
  display: none;
}

body.content-page #content h1 {
    text-align: center;
    font-size: 30px;
    margin: 150px 0;
}

body.content-page #content .column .inner {
    padding: 0 10px;
}

.horizontal-10 {
  padding: 0 10px;
}

.list-work {
    margin: 10px 10px 30px;
    width: 140px;
    cursor: pointer;
    font-family:'Avenir LT W01 65 Medium';
    font-size: 75%;
    color: #4f4f4f;
    float: left;
    display: inline;
}

h1 span.editions {
    padding-top: 5px;
}


.list-work .image-box {
  height: 140px;
  padding-bottom: 10px;
}

.list-work .image-box::before {
  content: '';
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: bottom;
}

.list-work img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    max-width: calc(100% - 2px);
}

.work-image img {
    position: absolute;
    left: 0;
    right: 0;
}

.work-detail-pane {
    margin: 50px 10px 90px;
}

.work-detail-pane .image-controls a span {
    color: white;
}

.work-detail-pane h1 {
  margin: 1px 0 0;
}
.work-detail-pane header h1 {
  width: 50%;
  float: left;
}

.work-detail-pane header .elements {
    float: right;
    margin-bottom: 10px;
}

.work-detail-pane div.element {
  margin-left: 5px;
}

.work-detail-info {
    float: left;
    width: 800px;
}

h2.exh-images-head {
    padding-left: 10px;
    font-size: 100%;
    margin-bottom: 10px;
}

.list-work.book h3 {
    text-align: center;
}

.book-images {
    width: 500px;
    height: 500px;
    float: left;
}

.book-detail {
    margin-top: 20px;
    float: left;
    width: 300px;
    margin-left: 20px;
}

.bibliography {
    margin: 0 200px 0 130px;
}

/* flat/static pages */

body.content-page #content {
    font-family:'Avenir LT W01 65 Medium';
    font-size: 80%;
    line-height: 1.6;
}
