<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

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: "" "";
}


/*

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

*/

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

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

h1.page {
  height:20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

h2,
h2.prompt {
  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 #dedede;
}

h2.prompt a {
  color: #fff;
  border-bottom: 1px dotted;  
}

h3.section {
  background: #f4f4f4;
  font-weight: bold;
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  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: #ed1c24;
}

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 #dedede;
}

tt {
  background: #ffffde;
}

hr {
 border: 0;
 color: #dedede;
 background-color: #dedede;
 height: 1px;
 margin-top: 15px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

small a {
  color: #ed1c24;
  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 #dedede;
  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: 6px;
}

#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;
}

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 #dedede;
  border-left: 1px solid #dedede;
  margin-top: 15px;
}

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

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

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


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

th {
  font-weight: bold;
}

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

blockquote {
  margin-left: 15px;
}

hr {
   border: 0;
   color: #dedede;
   background-color: #dedede;
   height: 1px;
   margin: 10px 0 10px 0;
}

/*

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-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 {
  border: 1px solid #dedede;
  margin-top: 10px;
  background: #fff;
}

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

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

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

.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;
}

.noborder {
  border: 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: #f4f4f4 !important;
}

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

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

.column-ab .box {
  padding: 10px 40px 45px 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: #f30;
  margin: 5px 0;
}

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

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

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

.float-right {
  float: right;
}

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

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

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

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

.clear {
  clear: both;
}

.noclear {
  clear: none !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;
}

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

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

.headroom {
  margin-top: 10px;
}

.headfeetroom {
  margin: 15px 0;
}

.required {
  color: #900;
}

.orange {
  color: #f30;
}

.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 #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

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

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

.orange-type {
  color: #f30; 
}

.red-type {
  color: #990000; 
}

.gray-type {
  color: #666; 
}

.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;
}

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

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

.column-c h3 {
  margin-bottom: 0px;
}

.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 #dedede;
}

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

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

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

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

/*

Primary navigation
--------------------------------------------------------------------------------

*/

#nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#nav #linear {
	padding-top: 4px;
	background-color: #ffffff;
	height: 76px;
}

#nav h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
}

#nav h1 a {
	display: block;
	width: 160px;
	padding-top: 74px;
	height: 0;
	overflow: hidden;
	background: transparent url(../images/nav/items.gif) no-repeat;
}

#nav .primary {
	position: absolute;
	left: 296px;
	top: 20px;
	width: 521px;
}

#nav .primary li {
  display: block;
  float: left;
}

#nav .primary a {
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(../images/nav/items.gif);
}

#nav .primary a:hover, #nav .primary .open a {
  background-color: #f5f5f5;
}

#nav .visit {
  width: 81px;
  background-position: -144px 0;
}

#nav .explore {
	width: 160px;
	background-position: -181px 38px;
}

#nav .learn {
	width: 95px;
	background-position: -344px 38px;
}

#nav .give {
  width: 118px;
  background-position: -439px 38px;
}

#nav .shop {
	width: 140px;
	background-position: -557px 38px;
}

#nav .visit:hover, #nav .open .visit {
  background-position: -144px -12px;
}

#nav .explore:hover, #nav .open .explore {
  background-position: -181px 100px;
}

#nav .learn:hover, #nav .open .learn {
  background-position: -344px 100px;
}

#nav .give:hover, #nav .open .give {
  background-position: -439px 100px;
}

#nav .shop:hover, #nav .open .shop {
  background-position: -557px 100px;
}

#nav .search {
  position: absolute;
  right: 84px;
  top: 7px;
}

#nav .ps1-holder {
  position: absolute;
  top: 0;
  right: 4px;
  width: 42px;
}

#nav .ps1 {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background-image: url(../images/nav/items.gif);
  background-position: -646px 0;
}

#nav .ps1 a:hover, #nav .open .ps1 {
  background-position: -646px -74px;
  background-color: #f5f5f5;
}

#nav .subnav {
  display: none;
  position: absolute;
  top: 49px;
  padding: 0 17px 0 0;
}

#nav .subnav li.separator {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 10px;
}

#nav .subnav .left {
  float: left;
  width: 17px;
  height: inherit;
  background: transparent url(../images/nav/subnav.png) no-repeat bottom left;
}

#nav .subnav ul {
  float: left;
  background: transparent url(../images/nav/subnav.png) no-repeat bottom right;
  padding: 15px 28px 10px 0;
  font-size: 14px;
  line-height: 24px;
}

#nav #subnav-ps1 {
  width: 245px;
  right: -68px;
}

#nav #subnav-ps1 .content {
  float: left;
  background: transparent url(../images/nav/subnav.png) no-repeat bottom right;
  padding: 15px 28px 10px 0;
  font-size: 14px;
  line-height: 24px;
  width: 178px;
}

#nav .subnav li {
  background: #f5f5f5;
}

#nav .subnav a {
  color: #000;
}

#nav .subnav a:hover {
  text-decoration: none;
  color: #f30;
}


/*

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

*/

#top-nav {
  text-align: right;
  margin: 0 auto;
  width: 980px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 18px;
}

#top-nav a {
  margin-left: 10px;
}

#top-nav .breadcrumbs a {
  margin-left: 0;
}

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

#top-nav .text-larger {
  font-size: 13px;
  margin-left: 2px;
}

#top-nav .breadcrumbs {
  float: left;
}

#top-nav .items {
  float: right;
}

#top-nav .social {
  float: right;
}

/*

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

*/

#menu {
  border: 1px solid #dedede;
  margin-top: 10px !important;
}

#menu li {
  background: transparent !important;
  padding-left: 0 !important;
}

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

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

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

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

#social {
  text-align: left;
  min-height: 20px;
  background: #666666;
}

#new {
  background: transparent url(../images/nav/bg1.png) repeat-x;
  height: 13px;
}

#new1 {
  background-color: #ffffff;
  margin-top: 104px;
}

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

.header{
  padding: 0 !important;
}

.box-content {
  padding: 10px;
}

.result {
  border-bottom: 1px solid #dedede;
  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:hover {
  color: #666;
  *text-decoration: none;
}

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

#Header1_SearchBox {
  background:#FFFFFF url(../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: #ededed;
  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;
}

/*

Bevel Navs (Exhibitions &amp; 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, #subfooter {
  font-size: 11px;
  color: #999;
  /*margin: 0 10px;*/
}

#footer {
  margin-top: 17px;
}

#subfooter {
  border-top: 1px solid #d8d8d8;
}

#footer a, #subfooter a {
  color: #999;
}

#subfooter h2 a {
  color: #666;
}

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

#footer .links {
  float: left;
}

#footer form {
  float: right;
}

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

#footer select {
  margin-right: 5px;
}

#footer input {
  color: #666;
}

#subfooter h2 {
  display: inline;
  font-size: 11px;
}

#subfooter .address {
  float: left;
}

#subfooter .address,
#subfooter .address a {
  color: #333;
}

#subfooter .legal {
  float: right;
}


/*

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 {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  /*background: #fff;*/
  margin-top: 10px;
}

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

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

ul.wide li {
  float: none;
}

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

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

ul.wide a {
  width: auto;
}

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

ul.thumbnails a: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: 16px;
  font-weight: normal;
  margin: 0 0 3px 0;
}


/*

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

*/

#tabbed-content {
  float:left;
  background: #f6f6f6;
  padding: 10px;
  border: 1px solid #dedede;
  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 #dedede;
}

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

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

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

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

#tabbed-content .tabs a {
  font-size: 16px;
  color: #ed1c24;
  font-weight:bold;
}

#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 h2 {
  font-size: 16px;
} */


/*

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;
}


/*

Sections &amp; filters
--------------------------------------------------------------------------------

*/

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

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

.browse {
  background-image: url(../images/common/sections-bg-complex.png);
  background-repeat: repeat-x;
  border: 1px solid #dedede;
  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.html) no-repeat;
}

.filters .more {
  display: block;
  float: left;
  width: 21px;
  height: 0;
  padding-top: 26px;
  background: transparent url(../images/collection/filter-expander.html) 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;
}

#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;
}

#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;
}

#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;
  cursor: pointer;
}

#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 .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;
}

#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;
  cursor: pointer;
}

#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 {
  width: 980px;
  height: 350px;
}

#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 #dedede;
  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);  
}


/*

Search form
-------------------------------------------------------------------------------

*/

.JS_SearchForm .input {
  font: 12px/12px "helvetica neue", arial, sans-serif;
  float: left;
  width: 135px;
  height: 19px;
  padding: 5px 4px 0 4px;
  border: 0;
  background: #fff url(../images/nav/search.png) no-repeat;
}

.no-search {
  background: #fff url(../images/nav/search-no-search.png) no-repeat !important;
}

.wide .input {
  width: 250px;
}

.calendar-search .input {
  width: 117px;
}

.JS_SearchForm .focus {
  background-position: 0 -24px;
}

.JS_SearchForm .button {
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 0;
  text-indent:-999999px;
  background: #fff url(../images/nav/search.png) no-repeat top right;
  cursor: pointer;
}

.JS_SearchForm .button-hover {
  background: #fff url(../images/nav/search.png) no-repeat bottom right;
}

/*

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

*/

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

.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: #dedede;
}


.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 12px;
  border: 1px solid #dedede;
  background: #fff;
}

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

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

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


.JS_Promotions .with-image .description {
  display: block;
  height: 32px;
  color: #333;
  padding: 8px 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
--------------------------------------------------------------------------------

*/

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

.image-caption a {
  color: #fff;
  text-decoration: underline;
}

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

a.image-caption {
  position: absolute;
  padding: 0 4px 0 5px;
  font-size: 10px;
  color: #fff;
  line-height: 11px;
  z-index: 6;
}

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 #dedede;
}

#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;
}

/*

Page-specific social actions

*/

#top-nav .social a {
  display: block;
  float: left;
  width: 20px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  vertical-align: top;
}

#bookmark {
  background: transparent url(../images/common/share.png) no-repeat;
  margin: 0 0 0 5px  !important;
}

#bookmark:hover {
  background-position: 0 -20px;
}

#bookmark:active {
  background-position: 0 -40px;
}

#share {
  background: transparent url(../images/common/share.png) no-repeat right top;
  margin: 0 !important;
}

#share:hover, #share.active {
  background-position: -20px -20px;
}

#share:active {
  background-position: -20px -40px;
}

/*

Sharing buttons

*/

.ss-add-item {
  display: none;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f30 !important;
  background: transparent url(../images/common/ss-add-item-light.gif) no-repeat !important;
  padding-left: 22px;
}

.ss-add-item:hover {
  color: #333 !important;
  background: transparent url(../images/common/ss-add-item-light.gif) no-repeat 0 -30px !important;
}

#list-view-items.ss-medium .ss-add-item {
  background-image: url(../images/common/ss-add-item-medium.gif) !important;
}

#list-view-items.ss-dark .ss-add-item {
  background-image: url(../images/common/ss-add-item-dark.gif) !important;
}

#list-view-items li:hover .ss-add-item,
#list-view-items li.hoverState .ss-add-item {
  background-image: url(../images/common/ss-add-item-dark.gif) !important;
}


#list-view-items.ss-dark li:hover .ss-add-item,
#list-view-items.ss-dark li.hoverState .ss-add-item {
  background-image: url(../images/common/ss-add-item-light.gif) !important;
}

.JS_enabled .ss-add-item {
  display: block;
}

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

.ss-send-to-phone {
  display: block;
  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 {
  
}

/*

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;
}

#lbCaption {
	font-weight: bold;
}

/*

Share widget

*/

#MoMAShareWidget{
  display: none;
  height:193px;
  position:absolute;
  right: 0;
  top: 1px;
  width:234px;
  font-size:12px;
  z-index: 100;
} 

#MoMAShareByWidgetControls{
  background: #f5f5f5;
  border-left: 4px solid #666;
  border-right: 4px solid #666;
  border-top: 4px solid #666;   
  padding-bottom: 5px; 
  /*padding-top:6px;
  padding-left:7px;
  padding-bottom:1px;
  background-image:url(/images/share/widget_background_top.png)*/
}
#MoMAShareByEmail, #MoMAShareBySMS{
  width:196px;
  height:22px;
  /*border:1px solid #3F494F;*/
  line-height:22px;
  background-image: url(../images/share/email_sms_sprite.gif);
  background-repeat: no-repeat;
  color:#333;
  cursor:pointer;
}

#MoMAShareByEmail{
  padding-left:26px;
  /*background-position: 1px 0;*/
}

#MoMAShareByEmail:hover{
  background-position: 0 -24px;
  text-decoration: underline;
}

#MoMAShareBySMS{
  padding-left:26px;
  background-position: 0 -48px;
}

#MoMAShareBySMS:hover{
  background-position: 0 -72px;
  text-decoration: underline;
}

#MoMAShareServices{
  width:208px;
  border-left: 4px solid #666;
  border-right: 4px solid #666;
  border-bottom: 4px solid #666;   
  border-top: 1px solid #666;   
  background: #f5f5f5; 
  padding: 2px 5px 7px 13px;    
  /*padding-left:7px;
  padding-bottom:13px;
  background-image:url(/images/share/widget_background_bottom.png);
  background-position: 0 bottom;*/
}

#MoMAShareServices .wrapper {
  padding-top: 4px;
}

#MoMAShareServicesControl{
  width:222px;
  padding: 2px 0 0 13px;
  /*border: 1px solid #3F494F;*/
  color:#E5E1DE;
}

#MoMAShareServicesControl a{
  display: block;
  width:85px;
  height:18px;
  padding-left:26px;
  line-height:18px;
  float:left;
  background-repeat:no-repeat;  
  color:#333;
  margin:5px 0;
}

#MoMAShareServicesControl a:hover{
  text-decoration: underline;
}

#MoMAShareTwitter{
  background-image:url(../images/share/twitter.gif);
  background-position: 6px 2px;
}

#MoMAShareDelicious{
  background-image:url(../images/share/delicious.gif);
  background-position: 6px 2px;  
}

#MoMAShareFacebook{
  background-image:url(../images/share/facebook.gif);
  background-position: 6px 2px;  
}

#MoMAShareGoogle{
  background-image:url(../images/share/google.gif);
  background-position: 6px 2px;  
}


/*

Browser support

*/

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

#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;
}

#footer .find-us {
  display: block;  
  text-indent: -100em;
  visibility:hidden;  
}

#footer .facebook,
#footer .twitter {
  overflow: hidden; 
  float: left; 
}

#footer .facebook {
  background: url("../images/facebook.gif") no-repeat scroll 0 1px transparent;
  width: 16px;   
}

#footer .twitter {
  background: url("../images/twitter.gif") no-repeat scroll 0 1px transparent;
  width: 14px;  
}

#footer .pipe {
  float: left;
  padding: 0 3px;
}
</pre></body></html>