@import url(navigation.css);

/*

Reset
--------------------------------------------------------------------------------
Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

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, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

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

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

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

blockquote, q {
  quotes: "" "";
}

/*

Fonts
--------------------------------------------------------------------------------

*/

@font-face {
  font-family: 'momagothic';
  src: url('moma-gothic-otf/momagotdis-webfont.eot');
  src: local('☺'), url('moma-gothic-otf/momagotdis-webfont.woff') format('woff'), url('moma-gothic-otf/momagotdis-webfont.ttf') format('truetype'), url('moma-gothic-otf/momagotdis-webfont.svg#webfont5thCGiwe') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'momagothicitalic';
  src: url('moma-gothic-otf/momagotdisitalic-webfont.eot');
  src: local('☺'), url('moma-gothic-otf/momagotdisitalic-webfont.woff') format('woff'), url('moma-gothic-otf/momagotdisitalic-webfont.ttf') format('truetype'), url('moma-gothic-otf/momagotdisitalic-webfont.svg#webfont5thCGiwe') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*

Elements
--------------------------------------------------------------------------------

*/

body {
  font: 13px/1.38em "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
  color: #333;
  background: #fff;
  text-align: center;
}

h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}

h1.page {
  color: #000;
  height:20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-family: momagothic, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.momagothic {
  font-family: momagothic, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h2.prompt {
  background: #909;
  font: 18px/21px momagothic, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;  
  margin-top: 14px;
}

h2 {
  margin-bottom: -5px;  
}

h2.prompt {
  color: #fff;
  background: #7ac142;
  padding: 12px;
  margin-top: 10px;   
  margin-bottom: 0;
  /*border: 1px solid #dcdcdc;*/
}

h2.prompt a {
  color: #fff;
  border-bottom: none;
  text-decoration: underline;  
}
h2.prompt a:hover {
  color: #999;
  border-bottom: none;  
}

h3.section {
  background: #f3f3f3;
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 10px;
}

h3 {
  font-size: 16px;
  margin-top: 13px;
  line-height: 20px;
  margin-bottom: -5px;
}

h4 {
  font-size: 13px;
  font-weight: bold;  
  margin-top: 15px;
  margin-bottom: 10px;
}

h5 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #ff3300;
}

h6 {
  font-size: 20px;
  font-weight: bold; 
  line-height: 20px;  
  margin-top: 6px;
}

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

a:hover {
  color: #000;
  text-decoration: underline;
}

a img {
  border: 0px !important;
}

p a, a.underline {
  text-decoration: underline;
}

p, pre {
  margin-top: 9px;
}

pre {
  padding: 10px;
  border: 1px solid #dcdcdc;
}

tt {
  background: #ffffde;
}

hr {
   border: 0;
   color: #dcdcdc;
   background-color: #dcdcdc;
   height: 1px;
   margin: 10px 0;
}
hr.underline {
   margin: 2px 0 10px;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  line-height: 13px;
}

small a {
  color: #ff3300;
  text-decoration: none;
  border-bottom: 0px !important;
}

small a:hover {
  border-bottom: 1px solid #666 !important;
  text-decoration: none;
}

tt, pre {
  color: #000;
  font-family: monaco, courier, courier new, monospaced;
  font-size: 0.9em;
}

/*

#main form {
  margin: 10px 0 0 0;
  border: 1px solid #dcdcdc;
  background: #fff;
}

*/

#main ol, #main ul {
  padding-top: 0px;
  margin-top: 10px;
}

#main .column-a ol,
#main .column-c ol,
#main .column-a ul,
#main .column-c ul {
  margin-top: 10px;
}

#main dd {
  margin-left: 15px;
}

#main ol li {
  margin-left: 22px;
  list-style: decimal;
}

#main ul li {
  padding-left: 8px;
  background-position: 0 7px;
  background-image: url(../images/common/bullet.png);
  background-repeat: no-repeat;
}

ol.headroom li {
  margin-bottom: 5px;
}

form ol {
  margin: 7px 0 8px 0;
}

form ol li {
  padding: 8px 0 7px 0;
  list-style: none !important;
}

ol label {
  display: inline-block;
  width: 223px;
  text-align: right;
  color: #333;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

ol input, ol select {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 8px;
}

form ol small {
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0 0 0 8px;
  line-height: 12px;
}

table {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  margin-top: 15px;
}

table.top {
  border-top: 1px solid #dcdcdc !important;
}

table.top.unboxed {
  border-top: none !important;
}

table.top.unboxed.top-border {
  border-top: 1px solid #dcdcdc !important; /* Yes, this is ridiculous */
}


td, th {
  padding: 7px 15px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

th {
  font-weight: bold;
}

td small {
  text-transform: none;
  font-size: inherit;
  color: #999;
}

blockquote {
  margin-left: 15px;
}

/*

Classes
--------------------------------------------------------------------------------

*/

.container {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.column-a {
  width: 225px;
  float: left;
}

.column-b {
  width: 490px;
  margin-left: 10px;
  float: left;
}

.column-c {
  width: 225px;
  float: right;
}

.column-ab {
  width: 725px;
  float: left;
}

.column-bc {
  width: 725px;
  float: right;
}

.column-abc {
  width: 960px;
  float: left
}

.column-bc .column-b {
  margin-left: 0;
}

.column-ab a,
.column-b a,
.column-bc a {
  color: #f30;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

.column-b a:hover,
.column-ab a:hover,
.column-bc a:hover{
  color: #666;
  border-bottom: 1px solid #666;
}

.box .column-c {
  margin-left: 10px;
  margin-bottom: 10px;
}

.box {
  margin-top: 10px;
  background: #fff;
}

.box-gray {
  margin-top: 10px;
  padding: 10px;
  background: #f3f3f3;
}

.box-orange-white,
.box-gray-white {
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  background: #fff;
}

.box-gray-white {
  border: 4px solid #bbb;
}

.box-orange-white {
  display: block;
  border: 1px solid #f30;
}

.box-orange-white .subtitle {
  margin-top: 0;
  color: #333;
}

.box-orange-white:hover {
  background: #f2f2f2;
  /* border: 1px solid #666; */
  text-decoration: none;
}

.box-orange-white:hover .title {
  color: #666;
  text-decoration: underline;
}

.box-heading {
  margin-top: 10px;
  background: #fff;
}
.box-heading .box-content {
  padding: 10px;
  /*border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/      
}
.box-heading h2.heading {
  color: #fff; 
  padding: 8px 10px;
  margin: 0;
}
.box-heading h2.heading.gray {
  background: #666;
}

/* Buy Tickets (and such) promo box */
.box-gray-white {
  display: block;
}
a.box-gray-white h2 {
  color: #f30;
  margin-top: -2px;
}
a.box-gray-white:hover {
  background-color: #ededed;
  border: 4px solid #f30;  
}
a.box-gray-white:hover h2 {
  color: #333;
}
a.box-gray-white p {
  color: #333;
}
.box-gray-white p {
  margin-top: 6px;
}

.noborder {
  border: 0px !important;
}

.no-top-pad {
  padding-top: 0px !important;
}

.no-top-margin {
  margin-top: 0px !important;
}

.no-underline {
  text-decoration: none !important;
}

.center {
  text-align: center;
}

.box li {
  margin-bottom: 2px;
}

.introduction {
  margin-top: 10px;
}

.box .introduction {
  margin-top: 0;
  position: relative;
  left: -5px;
  top: -5px;
}

.background-gray {
  background-color: #f3f3f3 !important;
}

.background-white {
  background-color: #fff !important;
}

.arrow {
  font-family: verdana;
}

.column-b .box,
.column-bc .box,
.column-abc .box {
  padding: 15px;
}

.column-ab .box {
  padding: 10px 40px 30px 40px;
}

.column-ab .box img {
  margin: 15px 0;
  text-align: center;
}

.column-a .box,
.column-c .box {
  padding: 10px;
}

form .box {
  padding: 0 !important;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.error, .formError {
  color: #900;
  margin: 5px 0;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid;
  padding: 7px 10px 10px 10px;
  line-height: 18px;
}

.formError {
  margin-left: 235px;
  width: 400px;
}

.sectionError {
  color: #900;
  margin: 5px 0 5px 247px;
}
.text-right {
  text-align: right;
}

.float, .float-left {
  float: left;
}

.float-right {
  float: right !important;
}

.align-right {
  text-align: right;
}

img.float, img.float-left {
  margin-right: 10px;
}

img.float-right {
  margin-left: 10px;
}

img.border {
  border: 1px solid #dcdcdc;
}

.border-top {
  border-top: 1px solid #dcdcdc;
}

.clear {
  clear: both;
}

.noclear {
  clear: none !important;
}

.no-margin {
  margin: 0 !important;
}

.hidden {
  display: none !important;
}

.print-only {
  display: none;
}

.v-align-middle {
  vertical-align: middle;
}

.visible {
  display: block !important;
}

.top {
  border-top: 0 !important;
  margin-top: 0 !important;
}

.top6 {
  margin-top: 6px !important;
}

.top2 {
  margin-top: 2px !important;
}

.push-up {
  padding-top: 5px !important;
}

.bottom-pad {
  margin-bottom: 10px;
}

.headroom {
  margin-top: 10px;
}

.headroom15 {
  margin-top: 15px !important;
}

.headfeetroom {
  margin: 15px 0;
}

.no-padding {
  padding: 0 !important;
}

.required {
  color: #900;
}

.orange {
  color: #f30;
}

.lowercase {
  text-transform: lowercase;
}

.access {
  background: transparent url(../images/icons/wheelchair.gif) no-repeat right -2px;
  padding-right: 22px;
}

.toggle {
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.toggle a {
  display: block;
  float: left;
  background: #f6f6f6;
  border-right: 1px solid #dcdcdc;
  color: #666;
  line-height: 19px;
  padding: 0 9px;
}

.toggle a.selected {
  color: #f30;
  background: #fff;
}

.orange-type {
  color: #f30; 
}

.orange-type-dotted {
  color: #f30;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

a.orange-type-dotted:hover {
  color: #666;
  border-bottom: 1px solid #666;
  text-decoration: none;  
}

.red-type {
  color: #990000; 
}

.gray-type {
  color: #666 !important; 
}

.normal-type {
  font-style: normal;
}

.normal-weight {
  font-weight: normal;
}

.small-type {
  font-size: 10px;
  color: #666;
  line-height: 15px;
}

.small-type-default-color {
  font-size: 10px;
}

.capitals {
  text-transform: uppercase;
}

.exhibitcredit {
  color: #666;
  font-style: italic;
}
.br-margins br {
  margin: 0;
  overflow: visible;
}

.column-a h3,
.column-c h3 {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.column-a h3 {
  /* margin-bottom: 1px; */
}

/* used in the related links in Voices */
.column-c h3 {
  margin-bottom: -5px;
}

.w530 {
  width: 530px;
}

.w530 .box,
.w420 .box {
  padding: 15px;
}

.w420 {
  width: 420px;
}


table.unboxed {
  border: 0;
}

table.unboxed td, table.unboxed th {
  padding-left: 0;
  border: 0;
}

table.unboxed th {
  border-bottom: 1px solid #dcdcdc;
}

table.nopadding td {
  padding: 0;
  vertical-align: top;
}

.promo { 
  font-size: 13px;
  line-height: 17px;
}

.promosmall { 
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  color: #333;
}

.bottom-border {
  border-bottom: 1px solid #dcdcdc;
}

/* The 'message' class is used at the bottom of forms */
.message {
  float: left;
  width: 475px;
  margin-top: 10px;
  margin-left: 16px;
}

.bigbutton {
  display: block;
  width: 458px;
  height: 48px;
  background-repeat: no-repeat;
  border-bottom: 0 !important;
  text-indent: -99999999px;
}

.bigbutton:hover {
  background-position: 0 -48px;
}

.player-loading {
  color: #ccc;
  font-style: italic;
  font-size: 12px;
}

.padding15 {
  padding: 15px !important;
}

.strikethrough {
  text-decoration: line-through;
}

/* Rounded buttons */

a.button-rounded,
input.button-rounded,
button.button-rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: url("/images/common/button-round-arrow.png") no-repeat scroll right 3px #f30;
  padding: 2px 23px 3px 12px;
  text-decoration: none !important;
  border: none !important;
  color: #fff !important;
  font-weight: bold;
  float: left;
  margin-top: 10px;
  cursor: pointer;
  font-family: "helvetica neue", arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;  
}

a.button-rounded:hover,
input.button-rounded:hover,
button.button-rounded:hover {
  background: url("/images/common/button-round-arrow.png") no-repeat scroll right 3px #333;
  color: #fff;  
  text-decoration: none;
  border: none !important;
}

a.button-rounded.gray, .button-rounded.gray {
  background-color: #666;
}

a.button-rounded.gray:hover, .button-rounded.gray:hover {
  background-color: #333;
}

/* Launch Slideshow button */
.button-rounded.slideshow-button {
  background-image: url("/images/common/slideshow-icon.png");
  background-position: 11px 50%;
  text-indent: 19px;
  padding-right: 14px;
  margin-top: 5px;
}
.button-rounded.slideshow-button:hover {
  background-image: url("/images/common/slideshow-icon.png");
  background-position: 11px 50%;  
  background-color: #333;
}
a.create_mp.slideshow {
  border: none;
}

/*

Side logo
--------------------------------------------------------------------------------

*/

#side-logo {
  position: absolute;
  top: 40px;
}

#side-logo.fixed {
  position: fixed;
  top: 20px;
}

@media screen and (min-width: 1280px) {
  
  #side-logo {
    width: 113px;
    height: 448px;
    background-image: url(/images/common/logo-small.png);
    background-position: -17px -20px;
  }
  
  body.side-logo1 #side-logo {
    background-position: -147px -20px;
  }
  
  body.side-logo2 #side-logo {
    background-position: -277px -20px;
  }
  
  body.side-logo3 #side-logo {
    background-position: -407px -20px;
  }
  
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1280px),
       only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1280px),
       only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 1280px),
       only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1280px) {
  
  #side-logo {
    background-image: url(/images/common/logo-small-2x.png);
    background-size: 540px 490px;
  }

}

@media screen and (min-width: 1370px) {
  
  #side-logo {
    width: 160px;
    height: 631px;
    background-image: url(/images/common/logo-large.png);
    background-position: -16px -20px;
  }
  
  body.side-logo1 #side-logo {
    background-position: -191px -20px;
  }
  
  body.side-logo2 #side-logo {
    background-position: -366px -20px;
  }
  
  body.side-logo3 #side-logo {
    background-position: -541px -20px;
  }
  
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1370px),
       only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1370px),
       only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 1370px),
       only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1370px) {
  
  #side-logo {
    background-image: url(/images/common/logo-large-2x.png);
    background-size: 720px 670px;
  }

}


/*

Top navigation
--------------------------------------------------------------------------------

*/

#top-nav {
  text-align: right;
  margin: 0 auto;
  width: 980px;
  line-height: 20px;
}

#top-nav .breadcrumbs {
  height: 20px;
}

#top-nav .separator {
  color: #dedede;
  margin: 0 4px;
  font-size: 11px;
}

#top-nav .left {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}

#top-nav .right {
  display: none;
  float: right;
  font-size: 11px;
  font-weight: bold;
}

#user-dropdown, #resize-text, #share-page {
  float: left;
}

#resize-text {
  margin: 0 14px 0 0;
}

body.hide-page-resize #resize-text {
  display: none;
}

#share-page {
  position: relative;
  margin-right: 14px;
}

#share-page a {
  position: relative;
  display: block;
  padding: 0 20px 0 5px;
}

#share-page a.share-trigger .icon {
  display: block;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: transparent url(../images/common/ui.png) no-repeat -264px -72px;
  opacity: 0.3;
}

#share-page a:hover,
#share-page.hover a {
  color: #fff;
  background-color: #f30;
  text-decoration: none;
}

#share-page a.share-trigger:hover .icon,
#share-page.hover a.share-trigger .icon {
  background-position: -264px -92px;
  opacity: 1.0;
}

#user-dropdown {
  position: relative;
  z-index: 65555;
}

#user-dropdown a.user {
  display: block;
  padding: 0 7px;
  color: #fff;
  background-color: #f30;
}

body.logged-in #user-dropdown a.user {
  padding-right: 17px;
  background: #f30 url(../images/common/user-dropdown.png) no-repeat right top;
}

body.logged-in #user-dropdown.gray a.user,
#user-dropdown.gray a.user {
  background-color: #999;
}

body.logged-in #user-dropdown a.user:hover {
  text-decoration: none;
}

#user-options {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 6px 11px 10px 11px;
  width: 141px;
  border: 2px solid #f30;
  background: #fff;
  z-index: 1000000;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
}

#user-dropdown.hover #user-options {
  display: block;
}

#user-options a {
  display: block;
  font-weight: normal;
  color: #333 !important;
}

#user-options a:hover {
  color: #f30;
  text-decoration: underline;
}


/*

Side menu
--------------------------------------------------------------------------------

*/

#menu {
  margin-top: 10px !important;
}

#menu li {
  position: relative;
  background: transparent !important;
  padding-left: 0 !important;
  zoom: 1;
}

#menu .selected a {
  font-weight: bold;
}

#menu a {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 16px;
  border-top: 1px solid #dcdcdc;
  background: #fff;
  padding: 7px 12px;
}

#menu a:hover {
  background: #f2f2f2;
}

#menu .first a {
  border-top: none;
}

#menu li ul {
  margin-top: 0 !important;
  padding: 0 12px 7px 12px;
  background: #fff !important;
}

#menu li ul a {
  border-top: 0 !important;
  font-weight: normal !important;
  color: #666 !important;
  padding: 0 0 4px 8px !important;
  background: transparent url(../images/common/bullet.png) no-repeat 0 7px !important;
}

#menu li ul a:hover {
  color: #000 !important;
}

#menu li ul li.selected a {
  font-weight: bold !important;
}

#menu .toggle {
  position: absolute;
  right: 5px;
  top: 7px;
  border: 0 !important;
  padding: 0 !important;
  width: 20px;
  height: 19px;
  text-indent: -10000000px;
  overflow: hidden;
  background: transparent url(../images/common/menu-toggle.png) !important;
  font-weight: bold;
}

#menu .toggle:hover {
  background-position: -20px 0 !important;
}

#menu .expanded {
  background-position: -40px 0 !important;
}

#menu .expanded:hover {
  background-position: -60px 0 !important;
}

#bottom-nav {
  text-align: center;
  height: 18px;
  background: #f30;
  font-size: 10px;
}

#bottom-nav .holder {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: right;
}

#bottom-nav a {
  color: #fff;
  margin-left: 14px;
  font-weight: bold;
}


/*
Omniture search template --------------------------------------
*/

.header{
  padding: 0 !important;
}

.box-content {
  padding: 10px;
}

.result {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  *height: 48px;
}

.end {
  text-align: right;
  border-bottom: 0px;
}

.store {
  font-size: 12px;
  line-height: 15px;
}

.medium-type {
  font-size: 11px;
}

.medium-type a {
  border: 0;
  text-decoration: none;
}

.medium-type a:hover {
  color: #666;
}

.highlight {
  background-color: #ffffcc;
}

.column-a h3.section,
.column-c h3.section {
  font-size: 13px;
}

.result a {
  color: #333;
 /* border-bottom: 0;*/
}

.result a img {
  border-bottom: 0 !important;
}

.result a:hover {
  color: #666;
  *text-decoration: none;
}

.spacing {
  padding-left: 7px;
  padding-right: 7px;  
}

#Header1_SearchBox {
  background:#FFFFFF url(http://moma.org/images/assets/search.png) no-repeat scroll 0 0;
  height:18px;
  padding:6px 4px 0px;
  width: 203px;
  *width: 192px;
  border: 0;
}

#collection_SearchBox {
  background:#FFFFFF url(../images/assets/search_260w.png) no-repeat scroll 0 0;
  height:18px;
  padding:6px 0 0;
  width: 260px;
  border: 0;
}

#Header1_SearchBox:focus {
  background-position: 0 -24px;
}


#Header1_SearchBox.sffocus {
  background-position: 0 -24px;
}
/*

IDs
--------------------------------------------------------------------------------

*/

#page {
  padding-bottom: 100px;
  position: relative;
}

#main {
  background: #dcdcdc;
  padding: 0 10px 10px 10px;
  position:relative;
}

#main.unpadded {
  padding: 0;
}

#main .padded {
  padding: 0 10px 10px 10px;
}


/*

Columns
--------------------------------------------------------------------------------

*/

.column {
  float: left;
  width: 50%;
  margin-left: 10px;
}

.first {
  margin-left: 0;
}

.width200 {
  width: 200px;
}

.width297 {
  width: 297px;
}

/*

Three Columns
--------------------------------------------------------------------------------

*/

.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

   
    }
    
.three-columns ul {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}


/*



/*

Two Columns
--------------------------------------------------------------------------------

*/

.two-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    }
    
.two-columns ul {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}


/*



Bevel Navs (Exhibitions & Collection, Publications)
--------------------------------------------------------------------------------

*/

.bevel-nav {
  width: 980px;
  height: 35px;
  background-image: url(../images/explore/bevel_980x35.gif);
  font-size: 13px;
}

.bevel-nav a {
  color: #333;
}

.bevel-nav ul {
  padding-left: 6px
}

.bevel-nav ul li {
  list-style: none !important;
  float: left;
  padding: 8px 10px;
}

/*

Footer
--------------------------------------------------------------------------------

*/

#footer {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.005em;
  color: #dedede;
  margin-top: 40px;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
}

#footer .subfooter {
  border-top: 1px solid #dedede;
  margin-top: 11px;
  padding-top: 17px;
  font-size: 10px;
  text-transform: uppercase;
}

body.dark-bg #footer .subfooter {
  border-top-color: #666;
}

#footer a {
  color: #666;
  float: left;
}

#footer a:hover {
  color: #666;
}

body.dark-bg #footer a:hover {
  color: #fff;
}

#footer .separator {
  float: left;
  width: 1px;
  height: 12px;
  background: #dedede;
  text-indent: -1000000px;
  overflow: hidden;
}

body.dark-bg #footer .separator {
  background: #666;
}

#footer a.text {
  margin: 0 14px;
}

#footer .subfooter .separator {
  margin: 0 9px;
}

#footer .facebook,
#footer .twitter,
#footer .youtube,
#footer .foursquare,
#footer .flickr,
#footer .tumblr,
#footer .instagram,
#footer .rss {
  overflow: hidden;
  text-indent: -1000000px;
  background: transparent url(/images/common/ui.png) no-repeat;
  height: 18px;
  width: 16px;
  margin: 0 10px;
  opacity: 0.3;
}

#footer .facebook {
  margin-left: -2px;
  background-position: -324px -74px;
}

body.dark-bg #footer .facebook {
  background-position: -324px -94px;
}

#footer .facebook:hover {
  background-position: -324px -54px;
  opacity: 1.0;
}

#footer .twitter {
  background-position: -344px -74px;
}

body.dark-bg #footer .twitter {
  background-position: -344px -94px;
}

#footer .twitter:hover {
  background-position: -344px -54px;
  opacity: 1.0;
}

#footer .youtube {
  width: 36px;
  background-position: -464px -74px;
}

body.dark-bg #footer .youtube {
  width: 36px;
  background-position: -464px -94px;
}

#footer .youtube:hover {
  background-position: -464px -54px;
  opacity: 1.0;
}

#footer .foursquare {
  background-position: -504px -74px;
}

body.dark-bg #footer .foursquare {
  background-position: -504px -94px;
}

#footer .foursquare:hover {
  background-position: -504px -54px;
  opacity: 1.0;
}

#footer .flickr {
  background-position: -524px -74px;
}

body.dark-bg #footer .flickr {
  background-position: -524px -94px;
}

#footer .flickr:hover {
  background-position: -524px -54px;
  opacity: 1.0;
}

#footer .tumblr {
  background-position: -364px -74px;
}

body.dark-bg #footer .tumblr {
  background-position: -364px -94px;
}

#footer .tumblr:hover {
  background-position: -364px -54px;
  opacity: 1.0;
}

#footer .instagram {
  background-position: -544px -74px;
}

body.dark-bg #footer .instagram {
  background-position: -544px -94px;
}

#footer .instagram:hover {
  background-position: -544px -54px;
  opacity: 1.0;
}

#footer .rss {
  background-position: -304px -74px;
}

body.dark-bg #footer .rss {
  background-position: -304px -94px;
}

#footer .rss:hover {
  background-position: -304px -54px;
  opacity: 1.0;
}

#footer form {
  color: #666;
}

#footer select {
  font-family: "helvetica neue", arial, sans-serif;
  font-size: 11px;
}

#footer select {
  margin-left: 6px;
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {

  #nav-main-top .primary span,
  #nav-main .nav-pagination a,
  #nav-main .secondary li a .offsite,
  #nav-main .secondary li a .login,
  #nav-main .secondary li a .tickets,
  #nav-main .ps1-about .heading,
  #nav-main .nav-next .nav-icon,
  #nav-main .nav-prev .nav-icon,
  form.search .placeholder,
  form.search .button,
  #footer .facebook, #footer .twitter, #footer .youtube, #footer .foursquare, #footer .instagram, #footer .tumblr, #footer .flickr, #footer .rss,
  #share-page a.share-trigger .icon,
  #share-options a .icon {
    background-image: url(../images/common/ui-2x.png);
    background-size: 1228px 116px;
  }

}

/*

sIFR
--------------------------------------------------------------------------------

*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

h1.sIFR-replaced {
  position: relative;
  top: 4px;
  /* left: 3px; */
}


/*

Thumbnails
--------------------------------------------------------------------------------

*/

ul.thumbnails {
  /*background: #fff;*/
  margin-top: 10px;
}

ul.thumbnails li {
  display: block;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 0 !important;
  background: transparent !important;
}

ul.thumbnails li.empty {
  width: 361px;
  height: 100px;
}

ul.thumbnails li.empty2 {
  width: 361px !important;
  height: 104px;
  background-color:#FFF !important;
  display: block;
  
}

ul.thumbnails li.empty3 {
  width: 361px !important;
  height: 115px !important;
}


ul.wide li {
  float: none;
}

ul.wide br {
  line-height: 0;
}

ul.thumbnails a.item {
  background-color:#FFF;
  display: block;
  width: 341px;
  padding: 10px;
  color: #333;
  border-bottom: 0;
  border-right: 1px solid #dcdcdc;
}

ul.wide a.item {
  width: auto;
}

ul.thumbnails a.item:hover {
  background: #f2f2f2;
  text-decoration: none;
  border-bottom: 0px;
 
}

ul.thumbnails a.item:hover h3 {
  text-decoration: underline;
  
}

ul.thumbnails .image {
  width: 130px;
  text-align: center;
  float: left;
}

ul.thumbnails .image img {
  margin: 0 auto;
  line-height: 80px;
  vertical-align: baseline;
}

ul.thumbnails .text {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 16px;
  width: 200px;
  height: 80px;
  /*overflow: hidden;*/
  color: #444;
}

ul.thumbnails .textbody {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 18px;
  width: 200px;
  height: 80px;
  overflow: hidden;
  color: #444;
}

ul.wide .text {
  width: 300px;
  height: 58px;
  padding-right: 28px;
}

ul.thumbnails h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px 0;
  line-height: 17px;
}

/*

Linked Thumbnails
--------------------------------------------------------------------------------

*/

ul.thumbs {
  /*background: #fff;*/
  margin-top: 10px;
}

ul.thumbs li {
  display: block;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 0 !important;
  padding: 5px;
  background: #fff !important;
}

ul.thumbs li.empty {
  width: 715px;
  height: 100px;

}

ul.thumbs a.item {
  background-color:#FFF;
  display: block;
  width: 715px;
  color: #333;
  border-bottom: 0;
}

ul.thumbs a.item:hover {
  background: #f2f2f2;
  text-decoration: none;
  border-bottom: 0px;

}

ul.thumbs a.item:hover h3 {
  text-decoration: underline;
}

ul.thumbs .image {
  width: 130px;
  text-align: center;
  float: left;
}

ul.thumbs .image img {
  margin: 0 auto;
  line-height: 80px;
  vertical-align: baseline;
}

ul.thumbs .text {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 16px;
  width: 550px;
  /*overflow: hidden;*/
  color: #444;
}

ul.thumbs .textbody {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 18px;
  width: 400px;
  height: 80px;
  overflow: hidden;
  color: #444;
}

ul.wide .text {
  width: 300px;
  height: 58px;
  padding-right: 28px;
}

ul.thumbs h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px 0;
  line-height: 17px;
}



/*

Tabbed Content
--------------------------------------------------------------------------------

*/

#tabbed-content {
  float:left;
  background: #f3f3f3;
  padding: 10px;
  margin-top: 10px;
}

#tabbed-content .holder {
  float:left;
  background: transparent url(../images/common/tabbed-content-border.png) repeat-y 174px 0;
}

#tabbed-content .tabs {
  float: left;
  width: 175px;
  border-top: 1px solid #dcdcdc;
}

#tabbed-content .tabs a {
  display: block;
  padding: 11px 10px;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

#tabbed-content .tabs a:hover {
  color: #666;
  background-color: #fff;  
  text-decoration: underline;
}

#tabbed-content .pane {
  display: none;
  padding: 13px 17px;
  width: 494px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  float: left;
}

#tabbed-content .selected {
  display: block;
}

#tabbed-content .tabs a {
  font-size: 16px;
  color: #f30;
  border-right: 1px solid #dcdcdc;  
  background: #f3f3f3;
}

#tabbed-content a.selected {
  color: #333;
  border-right: 1px solid #fff;
  background: #fff;
}

#tabbed-content a.selected:hover {
  color: #333;
  text-decoration: none;  
}

#tabbed-content.horizontal {
  background-image: url(/images/common/tabbed-content-border-horizontal.png);
  background-repeat: repeat-x;
  background-position: 0 40px;
}

#tabbed-content.horizontal .tabs {
  width: auto;
  border-top: 0;
}

#tabbed-content.horizontal .tabs a {
  float: left;
  border-left: 0;
}

#tabbed-content.horizontal .tabs a.selected {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #dcdcdc;
}

#tabbed-content.horizontal .pane {
  width: auto !important;
  border-top: 0;
}




/*

Work of the day
--------------------------------------------------------------------------------

*/

.work-of-the-day h4 {
  margin-top: 18px;
  color: #888;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.work-of-the-day h3 {
  margin-top: 0;
  color: #888;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.work-of-the-day h3 i {
  font-weight: bold;
}

/*

Twitter widget
--------------------------------------------------------------------------------

*/

div.twitter a {
  font-weight: normal !important;
  color: #f30 !important;
  border-bottom: 1px dotted #666 !important;
}
div.twitter a:hover {
  color: #666 !important;
  border-bottom: 1px solid #666 !important;
  text-decoration: none;
}


/*

Sections & filters
--------------------------------------------------------------------------------

*/

.sections,
.filters {
  border: 1px solid #dcdcdc;
}

.filters {
  background-image: url(../images/common/filters-bg.gif);
  background-repeat: repeat-x;
  margin-bottom: 8px;
}

.browse {
  background-image: url(../images/common/sections-bg-complex.png);
  background-repeat: repeat-x;
  border: 1px solid #dcdcdc;
  height: 31px;
}

.browse .sections {
  border: 0;
}

.sections .section,
.filters .filter {
  display: block;
  float: left;
  line-height: 26px;
  color: #333;
  height: 26px;
  background: transparent url(../images/common/section-bg.gif) no-repeat right top;
}

.sections .section {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-indent: -16px;
}

.browse .sections .section {
  background: transparent url(../images/common/navigation-separators.gif) no-repeat left top;
  line-height: 22px;
  padding: 0 6px 0 18px;
  margin-top: 5px;
  text-indent: 0;
  font-weight: bold;
}

.browse .toggle {
  margin: 5px 5px 0 0;
}

.browse .sections .first {
  background-image: none;
  padding-left: 8px;
}

.filters .filter {
  font-size: 11px;
  color: #666;
  padding: 0 20px 0 0;
}

.filters strong.filter {
  padding-left: 10px;
  color: #000;
}

.filters .filter span {
  color: #8a2221;
}

.num-3 .section { width: 33%; }
.num-4 .section { width: 25%; }
.num-5 .section { width: 20%; }

.sections .first {
  text-indent: -8px;
}

.sections .last .section {
  background-position: 0 0;
}

.sections .last .section {
  text-indent: -8px;
}

.filters .last {
  display: block;
  float: right;
}

.filters .last .filter {
  padding-left: 20px;
  background-position: -310px 0px;
}

.sections .last .selected {
  text-indent: -8px;
  background-position: 0 -26px;
}

.sections .selected,
.filters  .selected {
  color: #f30;
  background-position: right -26px;
}

.sections .before {
  background-position: right -52px;
}

.filters .last {
  background: transparent url(../images/section-bg.gif) no-repeat;
}

.filters .more {
  display: block;
  float: left;
  width: 21px;
  height: 0;
  padding-top: 26px;
  background: transparent url(../images/collection/filter-expander.gif) no-repeat;
  overflow: hidden;
}


/*

Features grid
-------------------------------------------------------------------------------

*/

#features.size-2  { height: 170px; }
#features.size-3  { height: 260px; }
#features.size-4  { height: 350px; }
#features.size-5  { height: 440px; }
#features.size-6  { height: 530px; }
#features.size-7  { height: 620px; }
#features.size-8  { height: 710px; }
#features.size-9  { height: 800px; }
#features.size-10 { height: 890px; }

#features {
  width: 980px;
  position: relative;
}

body.home #features {
  margin-top: 9px;
}

#features .feature {
  color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

#features .feature:hover {
  text-decoration: none;
}

#features .hovered {
  z-index: 4;
}

#features .caption {
  display: block;
  padding: 10px;
  cursor: pointer;
}

#features .label {
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#features .hovered .label {
  color: #333;
}

#features .title {
  display: block;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 18px;
}

#features .hovered .title {
  color: #333;
}

#features .size-2x4.hovered .title,
#features .size-4x4.hovered .title {
  color: #fff;
  text-decoration: underline;
}

#features .size-2x4.hovered .label,
#features .size-4x4.hovered .label {
  color: #fff;
}

#features .size-2x4.hovered .orange,
#features .size-4x4.hovered .orange {
  color: #f30;
  margin-bottom: 2px;
}

#features .size-6x4 .title {
  color: #fff;
}

#features .size-6x4 img {
  visibility: hidden;
}

#features .size-6x4 img.visible {
  visibility: visible;
}

#features .hovered .content {
  color: #666;
}

#features .description {
  display: block;
  color: #000;
  font-size: 12px;
  padding-top: 3px;
  opacity: .1;
  zoom: 1;
  filter:alpha(opacity=10);
}

#features .overlay {
  float: left;
  z-index: 4;
}

#features .overlayright {
  float: right;
  z-index: 4;
}

#features .size2x4 .description,
#features .size4x4 .description {
  color: #fff;
}

.JS_enabled #features .description {
  visibility: hidden;
}

.JS_enabled #features .hovered .description {
  visibility: visible;
}

#features .size-6x4 { width: 980px; height: 350px; }
#features .size-4x4 { width: 650px; height: 350px; }
#features .size-2x4 { width: 320px; height: 350px; }
#features .size-2x2 { width: 320px; height: 170px; }
#features .size-2x1 { width: 320px; height: 80px; }
#features .size-1x3 { width: 155px; height: 260px; }

#features .col-a { left: 0; }
#features .col-b { left: 165px; }
#features .col-c { left: 330px; }
#features .col-d { left: 495px; }
#features .col-e { left: 660px; }
#features .col-f { left: 825px; }

#features .row-1  { top: 0; }
#features .row-2  { top: 90px; }
#features .row-3  { top: 180px; }
#features .row-4  { top: 270px; }
#features .row-5  { top: 360px; }
#features .row-6  { top: 450px; }
#features .row-7  { top: 540px; }
#features .row-8  { top: 630px; }
#features .row-9  { top: 720px; }
#features .row-10 { top: 810px; }
#features .row-11 { top: 900px; }
#features .row-12 { top: 990px; }
#features .row-13 { top: 1080px; }

#features .row-14 { top: 1170px; }
#features .row-15 { top: 1260px; }
#features .row-16 { top: 1350px; }
#features .row-17 { top: 1440px; }
#features .row-18 { top: 1530px; }
#features .row-19 { top: 1620px; }
#features .row-20 { top: 1710px; }
#features .row-21 { top: 1800px; }
#features .row-22 { top: 1890px; }
#features .row-23 { top: 1980px; }
#features .row-24 { top: 2070px; }
#features .row-25 { top: 2160px; }
#features .row-26 { top: 2250px; }
#features .row-27 { top: 2340px; }
#features .row-28 { top: 2430px; }

#features .size-2x4:hover,
#features .size-4x4:hover {
  color: #fff;
}

#features .size-2x4 .holder,
#features .size-4x4 .holder,
#features .size-6x4 .holder {
  position: relative;
  display: block;
  height: 350px;
}

#features .size-2x2 .holder {
  position: relative;
  display: block;
  height: 170px;
  cursor: pointer;
}

#features .size-2x2 img {
  display: inline !important;
}

#features .size-2x4 .holder {
  width: 320px;
}

#features .size-4x4 .holder {
  width: 650px;
}

#features .size-6x4 .holder {
  width: 980px;
}

#features .size-6x4 img {
  position: absolute;
  top: 0;
  left: 0;
}

#features .size-6x4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  width: 216px;
  padding: 10px;
  background: transparent url(../images/feature/semiblack.png);
  z-index: 10;
}

#features .size-6x4 .overlayright {
  position: absolute;
  top: 0;
  right: 0;
  height: 330px;
  width: 216px;
  padding: 10px;
  background: transparent url(../images/feature/semiblack.png);
  z-index: 10;
}

#features .size-4x4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  width: 216px;
  padding: 10px;
  z-index: 15;
}

#features .size-6x4 .overlay li,
#features .size-6x4 .overlayright li  {
  line-height: 20px;
}

#features .size-4x4 .overlay li {
  line-height: 20px;
}

#features .size-6x4 a {
  color: #fff;
}

#features .size-4x4 a {
  color: #fff;
}

#features .content {
  display: block;
  padding: 10px;
}

#features img {
  vertical-align: top;
}

#features .size-2x4 .caption,
#features .size-4x4 .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#features .size-2x4 .caption {
  width: 300px;
}

#features .size-4x4 .caption {
  width: 630px;
}

#features .size-2x4 .title,
#features .size-4x4 .title {
  font-weight: bold;
  font-size: 16px;
}

#features .size-2x2 img,
#features .size-2x1 img {
  position: absolute;
  top: 0;
  right: 0;
}

#features .size-2x2 .image-first img,
#features .size-2x1 .image-first img {
  left: 0;
  right: auto;
}

#features .size-2x2 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  z-index: 5;
}

#features .size-2x2 .image-first .caption {
  right: 0;
  left: auto;
}

#features .size-2x2 .description {
  padding-top: 15px;
}

#features .size-2x1 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  z-index: 5;
}

#features .size-2x1 .image-first .caption {
  right: 0;
  left: auto;
}

#features .size-2x1 .no-image .caption {
  width: 300px;
}

#features .size-1x3 .caption {
  height: 79px;
}

#features .size-1x3 img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
}

#features .size-1x3 .caption,
#features .size-1x3 .image-first img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
}

#features .size-1x3 .image-first .caption {
  top: 170px;
}

#features .transition {
  z-index: 3;
}

#features .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

#features .fill {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.25;
  zoom: 1;
  filter:alpha(opacity=25);
  z-index: 4;
}

#features .size-6x4 .fill {
  display: none;
}

#features .size-4x4 .fill {
  width: 650px;
  height: 350px;
}

#features .size-2x4 .fill {
  width: 320px;
  height: 350px;
}

#features .size-2x2 .fill {
  width: 155px;
  height: 170px;
}

#features .size-2x1 .fill {
  width: 155px;
  height: 80px;
}

#features .size-1x3 .fill {
  top: auto;
  bottom: 0;
  width: 155px;
  height: 170px;
}

#features .size-2x2 .image-first .fill {
  left: 0;
  right: auto;
}

#features .size-1x3 .image-first .fill {
  top: 0;
  bottom: auto;
}

#features .size-2x2 .outline {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
  width: 318px;
  height: 168px;
  z-index: 4;
}

#features .hovered .hover,
#features .hovered .fill {
  display: block;
}

#features .no-image .fill {
  display: none;
}

#features .hovered .outline {
  display: none;
}

/* ------------------ SETS OPACITY FOR HORIZONTAL FEATURE OVERLAY --------- */
  /* ------------------ ALSO IN showCaption: function() IN MOMA.JS --------- */

#features .bottom-caption .fill {
  display: block;
  opacity: 0.6;
  filter:alpha(opacity=60);  
}

/*

Promotions
-------------------------------------------------------------------------------

*/

.JS_Promotions {
  height: 185px;
  margin: 10px 0 0 0;
  background: #dcdcdc;
}

.JS_Promotions .next,
.JS_Promotions .prev {
  width: 10px;
  background-color: #a9a9a9;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: none;
  height: 185px;
  background-position: 0 85px;
}

.JS_Promotions .next:hover,
.JS_Promotions .prev:hover {
  background-color: #999;
}

.JS_Promotions .next:active,
.JS_Promotions .prev:active {
  background-color: #666;
}

.JS_Promotions .prev {
  float: left;
  background-image: url(../images/promotions/prev.png);
}

.JS_Promotions .next {
  float: right;
  background-image: url(../images/promotions/next.png);
}

.JS_Promotions .disabled,
.JS_Promotions .disabled:hover,
.JS_Promotions .disabled:active {
  cursor: default;
}

.JS_Promotions .disabled,
.JS_Promotions .disabled:hover,
.JS_Promotions .disabled:active {
  background-color: #dcdcdc;
  background-image: none;
}


.JS_Promotions .content {
  float: left;
  position: relative;
  width: 954px;
  height: 189px;
  overflow: hidden;
}

.JS_Promotions .relative {
  
}

.JS_Promotions .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
}

.JS_Promotions .item {
  float: left;
  width: 223px;
  height: 163px;
  margin: 10px 0 0 14px;
  background: #fff;
}

.JS_Promotions .with-image:hover,
.JS_Promotions .without-image:hover {
  background: #f2f2f2;
  text-decoration: none;  
}

.JS_Promotions .with-image:hover .title,
.JS_Promotions .without-image:hover .title {
  text-decoration: underline;  
}

.JS_Promotions .without-image:hover {
  background: #f2f2f2 url(../images/promotions/raquo.gif) no-repeat right bottom;
}


.JS_Promotions .with-image .description {
  display: block;
  height: 32px;
  color: #333;
  padding: 3px 10px;
  line-height: 17px;
}

.JS_Promotions .without-image {
  background: #fff url(../images/promotions/raquo.gif) no-repeat right bottom;
}

.JS_Promotions .without-image .title {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.JS_Promotions .without-image .description {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  line-height: 17px;  
}


/*

Image caption
--------------------------------------------------------------------------------

*/

.image-caption-hovered .image-caption-context {
  z-index: 6;
}

.image-caption-hovered .image-caption-context-hovered {
  z-index: 7;
}

div.image-caption {
  position: absolute;
  visibility: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 6px 8px;
  text-align: left;
  z-index: 7;
  bottom: 5px;
  right: 5px;
}

div.top-caption div.top-caption,
a.top-caption {
  left: 5px;
  top: 5px;
  bottom: auto !important;
  right: auto !important;
}

.image-caption a,
.image-caption a:hover {
  color: #fff !important;
  text-decoration: underline !important;
  border: 0 !important;
}

.image-caption-bg {
  position: absolute;
  background: #333;
/*  border: 1px solid #dcdcdc;*/
  opacity:0.9;
  zoom: 1;
  filter:alpha(opacity=80);
  z-index: 5;
  padding: 1px;
}

a.image-caption {
  position: absolute;
  width: 11px;
  height: 11px;
  font-size: 10px;
  color: #fff !important;
  border: 0 !important;
  line-height: 11px;
  z-index: 6;
  bottom: 5px;
  right: 5px;
  background: url(/images/common/caption-i.png) no-repeat center transparent;	
  text-indent: -1000em;
}

.flickr a.image-caption {
  width: auto;
  background: transparent;
  text-indent: 0;
}

.image-caption-left div.image-caption,
.image-caption-left a.image-caption {
  left: 5px;
  right: auto;
}

a.flickr-caption {
  padding: 0 1px 0 2px;
}


/*

Date selector

*/

#calendar h3 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  float: left;
  *margin-bottom: 3px;
}

#calendar .month-nav {
  float: right;
}

#calendar .month-nav a {
  margin-left: 10px;
}

#calendar table {
  margin-top: 5px;
  border-left: 0 !important;
  border-top: 1px solid #dcdcdc;
}

#calendar th, #calendar td {
  font-size: 12px;
  border: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 23px;
}

#calendar td a {
  display: block;
  width: 29px;
}

#calendar td a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

#calendar .closed {
  color: #ccc;
}

#calendar .closed:hover {
  color: #999;
}

#calendar .today,
#calendar .today:hover {
  background: #f30;
  color: #fff;
  width: 23px;
  line-height: 21px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#calendar .selected,
#calendar .selected:hover {
  background: #666;
  color: #fff;
  width: 23px;
  line-height: 21px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#calendar th {
  color: #f30;
}

/*
.day {
  width:596px !important;
}


#calendarSide .title {
  background-color:none !important;
}

.description a {
  margin-top:0px !important;
}


#calendarSide .full a {
color:#0B9EDD !important;
}
*/



/*

Page-specific social actions

*/

#share {
}

/*

Sharing buttons

*/

.ss-add-item {
  display: none;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f30 !important;
  font-weight: bold;
}

.hide-remove-links .ss-add-item {
  display: none !important;
}

.ss-add-item:hover {
  color: #333 !important;
}

ul#thumbnail-view-items .ss-add-item {
  float: right;
}

.ss-no-text {
  width: 20px;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 0;
}

.ss-send-to-phone {
  display: none !important;
/*  width: 19px;
  height: 0;
  overflow: hidden;
  padding-top: 14px;
  background: transparent url(/images/common/ss-send-to-phone.png) no-repeat !important; */
}

.ss-phone-enabled .ss-send-to-phone {
  
}

ul.list-view-items li a.ss-add-item, ul#list-view-items li a.ss-add-item {
  bottom: 4px !important;
  right: 8px !important;
}

/*

Expander

*/

.JS_Expander table {
  margin: 0;
}


/*

Slimbox

*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbBottom {
	font-family: Helvetica Neue, Arial;
}

#lbCaption {
	font-weight: bold;
}

#lbCaption p {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
#lbCaption p.small-type {
	font-size: 10px;
}

/*

Share widget

*/

.share {
  position: relative;
}

.share .share-trigger {
  display: none;
}

.ready .share-trigger {
  display: block;
}

#share-options {
  display: none;
  position: absolute;
  right: 0;
  top: 18px;
  width: 454px;
  z-index: 1000000;
  text-align: left;
  border: 3px solid #f30;
  padding-bottom: 2px;
  background: #fff;
}

#share-options a {
  background-color: transparent !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 13px !important;
}

.hover #share-options {
  display: block;
}

#share-options .title,
#bookmarks .title {
  position: relative;
  padding: 9px 12px;
  font-weight: bold;
  background: #ededed;
}

#share-options .title {
  display: none;
}

#share-options.email .title {
  display: block;
}

#share-options .title .email {
  display: none;
}

#share-options.email .title .share {
  display: none;
}

#share-options.email .title .email {
  display: block;
}

#share-options.sms .title .share {
  display: none;
}

#share-options .close,
#bookmarks .close {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #f30;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 5000001;
}

#share-options .services {
  padding: 10px 0;
}

#share-options .send {
  border-top: 1px solid #dcdcdc;
  padding-bottom: 5px; 
}

#share-options.limited .send {
  display: none;
}

#share-options .services a,
#share-options .send a {
  display: block;
  float: left;
  width: 159px;
  height: 18px;
  padding-left: 29px;
  line-height: 18px;
  color: #333;
  margin: 5px 0 1px 0;
  background-repeat: no-repeat;
}

#share-options .send a {
  padding-top: 2px;
  cursor: pointer;
}

#share-options a.left {
  margin-left: 14px;
}

#share-options a.right {
  width: 149px;
}

#share-options a:hover{
  text-decoration: underline;
}

#share-options .services a {
  position: relative;
}

#share-options a .icon {
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-image: url(/images/common/ui.png);
}

#share-options a:hover {
  color: #000;
  background: #ccc;
}

#share-options .facebook .icon {
  background-position: -324px -53px;
}

#share-options .facebook:hover .icon {
  background-position: -324px -73px;
}

#share-options .twitter .icon {
  background-position: -344px -53px;
}

#share-options .twitter:hover .icon {
  background-position: -344px -73px;
}

#share-options .tumblr .icon {
  background-position: -364px -53px;
}

#share-options .tumblr:hover .icon {
  background-position: -364px -73px;
}

#share-options .google .icon {
  background-position: -384px -53px;
}

#share-options .google:hover .icon {
  background-position: -384px -73px;
}

#share-options .pinterest .icon {
  background-position: -404px -53px;
}

#share-options .pinterest:hover .icon {
  background-position: -404px -73px;
}

#share-options .delicious .icon {
  background-position: -424px -53px;
}

#share-options .delicious:hover .icon {
  background-position: -424px -73px;
}

#share-options .pinboard .icon {
  background-position: -444px -53px;
}

#share-options .pinboard:hover .icon {
  background-position: -444px -73px;
}

#share-options .email .icon {
  background-position: -284px -72px;
  top: 3px;
  opacity: 0.3;
}

#share-options .email:hover .icon {
  background-position: -284px -52px;
  opacity: 1.0;
}

#share-options a.email {
  background-position: 0 0;
}

#share-options a.email:hover {
  background-position: 0 -24px;
}

#share-options a.sms {
  background-position: 0 -48px;
}

#share-options a.sms:hover{
  background-position: 0 -72px;
}

#share-email,
#share-sms,
#share-captcha {
  position: relative;
  display: none;
}

#share-email .title,
#share-sms .title,
#share-captcha .title {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 25px;
}

#share-email label,
#share-sms label,
#share-captcha label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  margin-top: 9px;
  line-height: 27px;
}

#share-sms label {
  width: 145px;
}

#share-captcha label {
  width: 165px;
}

#share-email .text,
#share-sms .text,
#share-captcha .text {
  float: left;
  width: 318px;
  border: 1px solid #ccc;
  padding: 3px;
  margin-top: 11px;
  font: 13px "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
}

#share-sms .text {
  width: 273px;
}

#share-captcha .text {
  width: 253px;
}

#share-email .default,
#share-sms .default {
  color: #999;
}

#email-copy,
#sms-copy {
  margin-left: 105px;
  font-weight: normal !important;
  width: auto !important;
}

#sms-copy {
  margin-left: 150px;
}

#email-submit,
#sms-submit,
#captcha-submit {
  float: right;
  margin: 9px 18px 0 0;
}

#share-captcha-image {
  display: block;
  margin: 10px;
}

.fb_popupContainer td, .fb_popupContainer th, .fb_popupContainer table {
  border: 0;
}

#email-date, #sms-date {
  width: 100px !important;
}

#share-options a.date {
  float: left;
  margin: 16px 0 0 4px;
}

#share-date-picker {
  display: none;
  margin-top: 5px !important;
}

#share-date-picker .loading {
  color: #666;
  height: 164px;
}

.picker, form .picker {
  position: absolute;
  width: 210px;
  z-index: 1;
  padding: 10px !important;
  margin: 0px !important;
}

.picker h3 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  float: left;
}

.picker .month-nav {
  float: right;
}

.picker .month-nav a {
  margin-left: 10px;
}

.picker table {
  margin-top: 5px;
  border-left: 0 !important;
  border-top: 1px solid #dcdcdc;
}

.picker th, .picker td {
  font-size: 12px;
  border: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 23px;
}

.picker td a {
  display: block;
  width: 29px;
}

.picker td a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.picker a.closed,
.picker a.closed :hover {
  color: #dcdcdc;
}

.picker a.today,
.picker a.today:hover {
  border: 1px solid #666;
}

.picker a.selected,
.picker a.selected:hover {
  background: #666;
  color: #fff;
}

.picker th {
  color: #f30;
}

#share-send-done {
  font: 16px MoMAGothic, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  padding: 20px;
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


/*

Browser support

*/

#browser-support, #announcement {
  border: 2px solid #f30;
  padding: 10px;
  margin: 10px 0;
}

#announcement a {
  text-decoration: underline;
}

#browser-support .terse {
  display: none;
}

#browser-support.terse .verbose {
  display: none;
}

#browser-support.terse .terse {
  display: block;
}

#browser-support a {
  color: #f30;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

#browser-support a:hover {
  color: #666;
  border-bottom: 1px solid #666;
  text-decoration: none;
}

/*

Text resizing

*/

#top-nav .disabled,
#top-nav .disabled:hover {
  color: #bbb !important;
  cursor: default;
  text-decoration: none !important;
}


/*

One-time-submit forms

*/

.onetimesubmit-status {
  display: none;
  float: left;
  margin: 12px 10px 0 5px;
  font-weight: bold;
}

.submitted .onetimesubmit-status {
  display: block;
}


/*

Blog widget

*/

.blog-widget,
.blog-promotion {
  line-height: 18px;
  padding: 0 !important;
}

.blog-widget .title,
.blog-promotion .title {
  display: block;
  text-indent: -10000000px;
  background: #fff url(/images/explore/inside_out/widget-title.gif) no-repeat;
  width: 223px;
  height: 26px;
  border-bottom: none;
}

.blog-widget .title:hover,
.blog-promotion .title:hover {
  border-bottom: none;
}

.blog-widget small,
.blog-promotion small {
  text-transform: none;
  font-weight: bold;
}

.blog-widget ul li,
.blog-promotion ul li {
  background: none !important;
  margin-bottom: 10px;
  padding-left: 0 !important;
}

.blog-widget a,
.blog-promotion a {
  color: #f30;
  border-bottom: 1px dotted #666;
}

.blog-widget a:hover,
.blog-promotion a:hover {
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #666;
}


.blog-widget ul,
.blog-promotion ul {
  margin-top: 1px !important;
}

.blog-widget .inner,
.blog-promotion .inner {
  padding: 0 10px 10px 10px;
  position: relative;
}

.blog-widget .inner {
  padding-bottom: 0;
}

.blog-widget .all-posts,
.blog-promotion .all-posts {
  position: absolute;
  right: 10px;
  top: 113px;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 0;
}

.blog-widget .all-posts {
  position: static;
  float: right;
  line-height: 5px;
}

.blog-widget .all-posts:hover,
.blog-promotion .all-posts:hover {
  text-decoration: underline;
  border-bottom: none;
}

.blog-widget .loading,
.JS_PromotionBlogWidget .loading {
  color: #666;
  padding: 10px;
}

/*

Header slides

*/

.JS_HeaderSlides {
  position: relative;
  height: 201px;
  width: 726px;
  overflow: hidden;
}

body.image-caption-hovered .JS_HeaderSlides {
  overflow: visible;
}

.JS_HeaderSlides .slide {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.header-slides-ready .slide {
  visibility: visible;
}

.JS_HeaderSlides .selected {
  visibility: visible;
  position: absolute;
  z-index: 2;
}

.JS_HeaderSlides .moving {
  z-index: 3;
}

.JS_HeaderSlides .controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 4;
}

body.image-caption-hovered .JS_HeaderSlides .controls {
  display: none;
}

body.top-caption-hovered .JS_HeaderSlides .controls {
  display: block;
}

.JS_HeaderSlides .controls a {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: transparent url(/images/home/home-exhibitions-nav.png) no-repeat;
  text-indent: -10000000px;
  overflow: hidden;
  border: 0 !important;
}

.JS_HeaderSlides .controls a.next {
  background-position: -15px 0;
}

.JS_HeaderSlides .controls a.prev:hover {
  background-position: 0 -15px;
}

.JS_HeaderSlides .controls a.next:hover {
  background-position: -15px -15px;
}

/* 

FadeSlides 

*/

.JS_FadeSlides {
  position: relative;
  width: 725px;
  height: 280px;
  overflow: hidden;
}
.JS_FadeSlides img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.JS_FadeSlides img.visible {
  display: block;
}



#info-bar {
  background: #dcdcdc;
  padding: 10px;
}

#info-bar .JS_Widget {
  float: left;
  width: 300px;
  height: 104px;
  overflow: hidden;
  background: #fff;
  border: 4px solid #bbb;
  margin-right: 10px;
  color: #999;
  position: relative;
}

#info-bar .JS_Widget small a {
  color: #666;
}
#info-bar .JS_Widget small a.orange-type {
  color: #f30;
}
#info-bar .JS_Widget small a.orange-type:hover {
  color: #666;
}

#info-bar .calendar h2 {
  /* position: absolute;
  top: 8px;
  left: 7px; */
  height: 22px;
  text-indent: -10000px;
  background: #fff url(/images/home/today-at-moma.png) no-repeat 7px 8px;
  margin: 0;
}

#info-bar .calendar ol {
  width: 1000000px; /* pinky to mouth */
  position: absolute;
  top: 23px;
  left: 0;
}

#info-bar .calendar li {
  float: left;
  width: 286px;
  padding: 0 8px;
}

#info-bar .calendar h3 {
  margin: 0 0 3px 0;
  font-weight: normal;
  line-height: 17px;
  font-weight: bold;
  font-size: 13px;
}

#info-bar .calendar h3 a {
  color: #666;
}

#info-bar .calendar h3 a:hover {
  color: #333;
}

#info-bar .calendar .nav {
  position: absolute;
  top: 85px;
  right: 5px;
}

#info-bar .calendar .nav a {
  float: left;
  width: 15px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  background: transparent url(/images/home/calendar-nav.png) no-repeat;
}

#info-bar .calendar .nav .prev.disabled {
  background-position: 0 -15px !important;
}

#info-bar .calendar .nav .next.disabled {
  background-position: -15px -15px !important;
}


#info-bar .calendar .nav a.prev:hover {
  background-position: 0 -30px;
}

#info-bar .calendar .nav a.prev:active {
  background-position: 0 -45px;
}

#info-bar .calendar .nav a.next {
  background-position: -15px 0;
  margin-left: 2px;
}

#info-bar .calendar .nav a.next:hover {
  background-position: -15px -30px;
}

#info-bar .calendar .nav a.next:active {
  background-position: -15px -45px;
}

#info-bar .news {
  float: left;
  width: 642px;
  height: 108px;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 4px;
}

#info-bar .news ol {
  width: 1000000px; /* pinky to mouth */
  position: absolute;
  top: 0;
  left: 0;
}

#info-bar .news li {
  float: left;
  width: 636px;
  padding: 3px;
}

#info-bar .news li .item {
  float: left;
  width: 296px;
  color: #666;
  padding: 6px 11px 2px;
}

#info-bar .news li a {
  color: #333;
}

#info-bar .news h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

#info-bar .news li a:hover h3 {
  color: #333;
  text-decoration: underline;
}

#info-bar .news .pages {
  position: absolute;
  top: 94px;
  right: 4px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

#info-bar .news .pages a {
  display: block;
  padding: 0 4px;
  float: left;
  color: #bfbfbf;
  border-bottom: none !important;
  text-decoration: none !important;
  text-indent: -1000000px;
  overflow: hidden;
  width: 7px;
  height: 10px;
  background: transparent url(/images/home/news-page.gif) no-repeat 4px 0;
}

#info-bar .news .pages a:hover {
  color: #999;
  border-bottom: none !important;
  text-decoration: none !important;
  background-position: 4px -25px;
}

#info-bar .news .pages a:active {
  color: #000;
  background-position: 4px -50px;
}

#info-bar .news .pages a.selected,
#info-bar .news .pages a.selected:hover {
  color: #f30;
  background-position: 4px -75px;
}

.member-preview {
  display: none;
  cursor: pointer;
  font-size: 10px;
  color: #fff !important;
  background: #f30;
  padding: 5px 7px 4px 4px;
  z-index: 9;
  line-height: 10px;
  border-bottom: 0 !important;
  vertical-align: bottom;
  font-family: helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: bold;
}

body.intro-in-progress .member-preview {
  display: none !important;
}

.member-preview-ps1 {
  float: left;
  margin-right: 7px;
  display: block;
  padding-right: 66px;
  padding-left: 6px;
  background: #f30 url(/images/common/moma-ps1-badge.gif) no-repeat right 5px;
}

#exhibitions .exhibitions-holder .member-preview-ps1 {
  display: none;
}

a.member-preview:hover {
  color: #fff;
}

span.member-preview-ps1 {
  padding-top: 4px;
}

a:hover .member-preview-ps1, .member-preview-ps1:hover {
  text-decoration: none !important;
}

#features .member-preview {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
}

#features .size-2x2 .member-preview {
  left: 175px;
}

#features .size-2x2 .image-first .member-preview {
  left: 10px;
}

#features .size-1x3 .member-preview {
  top: 100px;
}

#features .size-1x3 .image-first .member-preview {
  top: 10px;
}

.member-preview-hover .member-preview {
  text-decoration: underline;
}

#features .member-preview-hover .title {
  text-decoration: none !important;
}

#member-preview-tooltip {
  position: absolute;
  left: -100000px;
  top: -100000px;
  visibility: hidden;
  z-index: 1000;
  width: 232px;
  height: 139px;
  background: transparent url(/images/common/member-preview-tooltip.png) no-repeat;
}

#member-preview-tooltip.ps1 {
  background-image: url(/images/common/member-preview-tooltip-ps1.png);
  height: 100px;
  width: 195px;
}

#member-preview-tooltip.early-hours {
  background-image: url(/images/common/member-early-hours-tooltip.png);
  height: 198px;
  width: 228px;
}

body.nav-top #nav {
  display: block;
  position: absolute;
  top: -13px;
}

body.nav-top #nav {
  display: block;
  position: absolute;
  top: -13px;
  bottom: auto;
}

body.nav-top #MoMAConsole {
  display: none;
}

body.nav-top #social {
  height: 4px;
  min-height: 0;
}

body.nav-top #nav .subnav {
  top: 35px;
  bottom: auto;
}

body.nav-top #nav .subnav ul {
  background-image: url(../images/nav/subnav-top.png);
  background-position: right bottom;
  padding-bottom: 15px;
  padding-top: 5px;
}

body.nav-top #nav .subnav .left {
  background-image: url(../images/nav/subnav-top.png);
  background-position: left bottom;
}

body.nav-top #top-nav {
  margin: 55px auto 0 auto;
}

span.cal_exhibition_title {
  display: inline;
  font-style: italic;
}

span.cal_exhibition_title i {
  display: inline;
  font-style: normal;
}

#MoMAShareWidget {
  display: none !important;
}

#whats-new-here .trigger {
  position: absolute;
  left: -5px;
  top: -1px;
  margin-left: 0 !important;
  padding: 0 9px 0 5px;
  line-height: 19px;
  font-size: 11px;
}

#whats-new-here .trigger:hover {
  text-decoration: none;
}

#whats-new-here.hover .trigger {
  background: #fff;
  color: #333;
}

body.logged-in #whats-new-here.hover .trigger {
  border-top: 2px solid #f30;
  border-left: 2px solid #f30;
  border-right: 2px solid #f30;
  top: -3px;
  left: -7px;
}

#whats-new-here .whats-new-info {
  text-align: left;
  font: 13px/1.38em "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
  display: none;
  position: absolute;
  bottom: 18px;
  left: -7px;
  padding: 10px;
  background: #fff;
  width: 435px;
  height: 95px;
  border: 2px solid #f30;
  border-bottom: none;
}

body.logged-in #whats-new-here .whats-new-info {
  height: 72px;
}

body.nav-top #whats-new-here .whats-new-info {
  top: 18px;
  bottom: auto;
  border-top: 0;
  border-bottom: 2px solid #f30;;
}

#whats-new-here .whats-new-info a {
  color: #f30;
  font-weight: normal;
  margin-left: 0 !important;
  text-decoration: none;
}

#whats-new-here .whats-new-info a:hover {
  color: #333;
  text-decoration: underline;
}

#whats-new-here .whats-new-info p {
  margin: 0;
}

#whats-new-here .whats-new-info p.login {
  margin: 5px 0 0 0;
}

body.logged-in #whats-new-here .whats-new-info p.login {
  display: none;
}

#whats-new-here.hover .whats-new-info {
  display: block;
}

/*

Related Publications

*/

.related-pubs {
  clear: both;
  padding-top: 1px;
}

.related-pubs .pub .image-column {
  float: left;
  width: 115px;
}

.related-pubs .pub .text-column {
  float: left;
  width: 225px;
  padding-left: 10px;
}

.exhibition-related-pubs .pub .text-column {
  width: 330px;
}

.related-pubs .pub .image-column a {
  border: 0;
}

.related-pubs .pub strong a {
  text-decoration: none;
  border-bottom: 0;
  color: #333;
  line-height: 16px;
}

.related-pubs .pub strong a:hover {
  text-decoration: underline;
  color: #f30;
  border-bottom: 0;
}

.related-pubs .links {
  margin-top: 13px;
}

.related-pubs .links p {
  display: block;
  margin: 0 0 0 0;
}

.related-pubs small a {
  line-height: 13px;
}

.related-pubs .pub {
  min-height: 130px;
}

.related-pubs .background-gray {
  padding: 10px 15px 15px 15px;
}

.related-pubs h2.top {
  font-size: 13px;
}

.exhibition-related-pubs h2.top {
  font-size: 16px;
}

.related-pubs .noborder {
  padding: 15px 15px 10px 15px;
}

.related-pubs div.show-more {
  text-align: center;
}

.related-pubs a.show-more {
  color: #f30;
  font-size: 10px;
  line-height: 10px;
}

.related-pubs div.show-more .expanded {
  display: none;
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
  /*#info-bar .calendar h2 {
    background-image: url(/images/home/today-at-moma-2x.png);
    background-size: 106px 14px;
  }
  body.logged-in #user-dropdown a.user {
    background-image: url(/images/common/user-dropdown-2x.png);
    background-size: 12px 21px;
    background-position: 0 -1px;
  }*/
}
