/*
  font-family:'Garamond 3 W01';
  font-family:'Avenir LT W01 65 Medium';
  font-family:'AvenirLTW01-65MediumObl';
*/

.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

header, aside, article, section, address, nav {
	display: block;
}

::selection,
::-moz-selection {
    background: #222;
    color: white;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir LT W01 65 Medium', Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    background-color: white;
    color: #222;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

em {
    font-family: 'AvenirLTW01-65MediumObl';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family:'Garamond 3 W01';
    line-height: 1.1;
    margin-bottom: 0;
}

/* bio styles */

.bio {
    padding: 0;
    position: relative;
}

#site-nav .bio {
    font-family:'Garamond 3 W01';
    font-size: 105%;
}

.bio h1 {
    font-size: 280%;
    margin-top: 0;
    color: #383737;
}

.bio p.bio-subhead {
    margin-top: 20px;
    font-size: 120%;
    line-height: 1.2;
    color: #383737;
}

.bio h2 {
    font-size: 100%;
    font-weight: bold;
}
.bio p {
    margin-top: 5px;
}

/* nav styles */

#page-nav {
    font-size: 115%;
    line-height: 1.3;
}

#page-nav ul {
    margin: 0;
}

#page-nav li {
    padding: 0;
    margin: 0;
}

#page-nav a, #page-nav span {
    display: block;
    color: #222;
    text-decoration: none;
}

#site-nav {
    font-family: 'Avenir LT W01 65 Medium';
}

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

#site-nav .column a {
    text-decoration: none;
    display: block;
}


#site-nav #suite-column .editions {
    font-size: 90%;
    color: #999;
}

#site-nav #year-column li {
    font-size: 90%;
    letter-spacing: -0.0em;
}

#site-nav #exhibition-column li.year {
    letter-spacing: 1px;
}

/* gallery styles */

#top-link {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    border-top: 12px solid #333;
    text-align: right;
    z-index: 100;
}

#top-link a {
    padding: 10px 25px 0 0;
    float: right;
    font-family: 'Avenir LT W01 65 Medium';
    color: #222;
    text-decoration: none;
}

.gallery {
    padding-top: 12px;
    padding-bottom: 100px;
}

.gallery h1,
.gallery h2,
.gallery h3,
.gallery h4 {
    font-family: 'Avenir LT W01 65 Medium';
}

span.exh-year {
    padding-top: 10px;
    display: block;
    font-size: 80%;
}

h1 span.editions {
    display: block;
    font-size: 60%;
    color: #999;
}

.related-suites {
    font-size: 75%;
    margin: 10px 00px 20px;
    line-height: 1.2;
}

.related-suites hr {
    margin: 10px;
    border-color: #555;
}

.related-suites span {
    width: 140px;
    margin: 4px 10px;
    float: left;
}

.related-suites a {
    color: #4f4f4f;
    text-decoration: none;
}

.related-suites a:hover {
    color: #888;
}

/* GRID */

.wrapper {
    position: relative;
    padding: 0px 0 0 1px;
    margin: 0 auto;
}

/* flat/static pages */

body.content-page #content a {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111;
}

/* art pages */

hr {
    color: transparent;
    background-color: transparent;
    height: 0;
    overflow: hidden;
    margin: 0 10px 20px;
    border: 1px solid #eee;
    border-width: 1px 0 0;
}

.list-work.inactive {
    cursor: default;
}

.list-work.no-image {
    margin-bottom: 10px;
}

.list-work.no-image p {
    margin-top: 0;
}
.list-work.no-image h3 {
    margin: 30px 0 0;
}

.list-work .image-box {
    padding: 1px 0;
    text-align: center;
}

.list-work img {
    display: block;
}

.list-work h3 {
    font-size: 100%;
    margin: 5px 0;
    line-height: 1.4;
}
.list-work p {
    line-height: 1.4;
}

.list-work a {
    color: #4f4f4f;
    text-decoration: none;
}

.work-detail-pane {
    position: relative;
}

.work-detail-pane .image-controls a:hover span,
.work-detail-pane .image-controls a:active span {
    color: inherit;
}


.work-detail-info {
    text-align: left;
    margin-top: 0;
    font-size: 80%;
}
.work-detail-info p {
    margin: 0;
}

.work-detail-pane h1 {
    font-size: 25px;
    margin: 1px 0 0;
    line-height: 1.0;
}

.work-detail-pane p {
    margin-top: 0;
}
.work-detail-pane p span {
    padding-right: 10px;
}

.work-detail-pane a {
    text-decoration: none;
    color: #000;
}

.work-image {
    margin: 40px 0 50px;
    clear: left;
    position: relative;
    text-align: center;
}
.work-image img {
    display: block;
    margin: 0 auto;
    background: url('/media/i/large-no-image.gif?b5f6dafc31cb') center center no-repeat;
}

.work-image-list {
    display: none;
}

.book-images {
    margin-top: 20px;
}
.book-images ul {
    display: none;
}

.book-detail {
    font-size: 80%;
}

.book-data {
    line-height: 1.6;
}

.book-image-controls {
    margin-bottom: 60px;
}

a.next-page {
    display: block !important; /* for some reason IE is trying to
                                  override this on ajax load */
    border-bottom: 3px solid #333;
    margin: 10px 0 10px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Avenir LT W01 65 Medium';
    color: #222;
}

.close-link {
    clear: both;
    position: absolute;
    bottom: -18px;
    right: 0;
}

a.next-page:hover,
a.next-page:active {
    color: #000;
    border-color: #000;
}

a.next-page.loading {
    border-bottom: 3px solid #ccc;
}

/* ELEMENTS */

.element {
    background-repeat: no-repeat;
    background-position: left center;
}

h1.element {
    overflow: hidden;
    height: 0;
    padding-top: 140px;
    background: url() center top no-repeat;
}

h1.el-1 {background-image: url('/media/i/elements/medium/1.jpg?b5f6dafc31cb');}
h1.el-2 {background-image: url('/media/i/elements/medium/2.jpg?b5f6dafc31cb');}
h1.el-3 {background-image: url('/media/i/elements/medium/3.jpg?b5f6dafc31cb');}
h1.el-4 {background-image: url('/media/i/elements/medium/4.jpg?b5f6dafc31cb');}
h1.el-5 {background-image: url('/media/i/elements/medium/5.jpg?b5f6dafc31cb');}
h1.el-6 {background-image: url('/media/i/elements/medium/6.jpg?b5f6dafc31cb');}
h1.el-7 {background-image: url('/media/i/elements/medium/7.jpg?b5f6dafc31cb');}
h1.el-8 {background-image: url('/media/i/elements/medium/8.jpg?b5f6dafc31cb');}
h1.el-9 {background-image: url('/media/i/elements/medium/9.jpg?b5f6dafc31cb');}
h1.el-10 {background-image: url('/media/i/elements/medium/10.jpg?b5f6dafc31cb');}

.work-detail-pane div.element {
    float: left;
    display: inline;
    width: 50px;
    height: 0px;
    padding-top: 50px;
    overflow: hidden;
}

.work-detail-pane header h1 {
    text-align: left;
    padding-top: 10px;
}

div.el-1 {background-image: url('/media/i/elements/outline/1.png?b5f6dafc31cb');}
div.el-2 {background-image: url('/media/i/elements/outline/2.png?b5f6dafc31cb');}
div.el-3 {background-image: url('/media/i/elements/outline/3.png?b5f6dafc31cb');}
div.el-4 {background-image: url('/media/i/elements/outline/4.png?b5f6dafc31cb');}
div.el-5 {background-image: url('/media/i/elements/outline/5.png?b5f6dafc31cb');}
div.el-6 {background-image: url('/media/i/elements/outline/6.png?b5f6dafc31cb');}
div.el-7 {background-image: url('/media/i/elements/outline/7.png?b5f6dafc31cb');}
div.el-8 {background-image: url('/media/i/elements/outline/8.png?b5f6dafc31cb');}
div.el-9 {background-image: url('/media/i/elements/outline/9.png?b5f6dafc31cb');}
div.el-10 {background-image: url('/media/i/elements/outline/10.png?b5f6dafc31cb');}


.bibliography a {
    color: #000;
}

.biblio-year p {
    margin: 5px 0;
    color: #444;
}

.biblio-year h2 {
    float: left;
    width: 70px;
    margin: 2px 0;
    font-size: 130%;
}

.biblio-year {
}

.biblio-year>ul {
    font-size: 90%;
    margin-left: 70px;
    margin: 0 0 45px 70px;
    list-style-type: none;
    padding: 0;
}

.biblio-year>hr {
    margin-left: 70px;
    width: 100px;
    border-color: #aaa;
}

.artwork-title {
  display: none;
}

.pop-target {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.last + .pop-target {
  border-bottom: 0;
}

.pop-target .close-link {
  bottom: 1rem;
}

.pop-target img {
  max-width: 100%;
  max-height: 600px;
}
