/*

Main navigation
--------------------------------------------------------------------------------

*/

#nav-main {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent url(nav-bg.png) repeat-x;
  z-index: 9999;
  letter-spacing: 0;
  font: 13px/1.38em "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
}

#nav-main a {
  color: #666;
}

#nav-main-container {
  position: relative;
  width: 980px;
  height: 65px;
  margin: 0 auto;
  text-align: left;
}

#nav-main-top {
  position: absolute;
  top: 10px;
  left: -20px;
  width: 1020px;
  height: 37px;
  z-index: 2;
}

#nav-main-bottom {
  position: absolute;
  top: 47px;
  left: -20px;
  width: 1000px;
  height: 18px;
  z-index: 2;
}

#nav-main-top .moma-logo {
  float: left;
  margin: 0;
}

#nav-main-top ul {
  margin: 0;
  padding: 0;
}

#nav-main-top li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#nav-main-top .primary {
  display: block;
}

#nav-main-top .primary span {
  display: block;
  height: 0;
  padding-top: 36px;
  overflow: hidden;
  background: transparent url(ui.png);
}

#nav-main-top li:hover .primary {
  background-color: #eee;
}

#nav-main-top.js-controlled-hover li:hover .primary {
  background-color: transparent;
}

#nav-main-top.js-controlled-hover li.js-hover .primary {
  background-color: #eee;
}

#nav-main-top li:hover .primary span {
  opacity: 0.3;
}

#nav-main-top.js-controlled-hover li:hover .primary span {
  opacity: 1.0;
}

#nav-main-top.js-controlled-hover li.js-hover .primary span {
  opacity: 0.3;
}

#nav-main-top .moma-logo a.primary span {
  width: 190px;
  padding-top: 37px;
  background-position: 12px -124px;
}

#nav-main-top .moma-logo a.primary:hover {
  background-color: transparent;
}

#nav-main-top .moma-logo a.primary:hover span {
  opacity: 1.0;
}

#nav-main-top .visit .primary span {
  width: 85px;
  background-position: -178px -123px;
}

#nav-main-top .explore .primary span {
  width: 122px;
  background-position: -263px -123px;
}

#nav-main-top .learn .primary span {
  width: 98px;
  background-position: -385px -123px;
}

#nav-main-top .support .primary span {
  width: 123px;
  background-position: -483px -123px;
}

#nav-main-top .shop .primary span {
  width: 89px;
  background-position: -606px -123px;
}

#nav-main-top .ps1 .primary {
  width: 123px;
}

#nav-main-top .ps1 .primary span {
  margin-left: 10px;
  width: 100px;
  background-position: -705px -123px;
}

#nav-main-top .ps1:hover .primary span {
  opacity: 1.0;
  background-position: -797px -123px;
}

#nav-main-top.js-controlled-hover .ps1:hover .primary span {
  opacity: 1.0;
  background-position: -705px -123px;
}

#nav-main-top.js-controlled-hover .ps1.js-hover .primary span {
  opacity: 1.0;
  background-position: -797px -123px;
}

#nav-main .secondary {
  display: none;
  position: absolute;
  left: 160px;
  width: 818px;
  bottom: 37px;
  background: transparent url(nav-bg.png) left -75px;
}

#nav-main li:hover .secondary,
#nav-main li.hover .secondary {
  display: block;
}

#nav-main-top.js-controlled-hover li:hover .secondary {
  display: none;
}

#nav-main-top.js-controlled-hover li.js-hover .secondary {
  display: block;
}

#nav-main .visit .secondary {
  height: 394px;
}

#nav-main .explore .secondary {
  height: 433px;
}

#nav-main .learn .secondary {
  height: 379px;
}

#nav-main .support .secondary {
  height: 323px;
}

#nav-main .shop .secondary {
  height: 224px;
}

#nav-main .ps1 .secondary {
  height: 299px;
}

#nav-main .secondary ul {
  width: 281px;
  border-top: 1px solid #dedede;
  padding: 12px 0 12px 19px;
  margin-left: 10px;
}

#nav-main .secondary ul.first {
  padding-top: 21px;
  border-top: 0;
}

#nav-main .secondary ul ul {
  margin: 7px 0 8px 0;
  padding: 0;
  border-top: 0;
}

#nav-main .secondary li {
  float: none;
  height: auto;
  font-size: 15px;
  line-height: 25px;
}

#nav-main .secondary li a .offsite {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(ui.png) no-repeat -102px -68px;
  margin-left: 5px;
  margin-bottom: -1px;
  opacity: 0.3;
}

#nav-main .secondary li a:hover .offsite {
  background-position: -102px -48px;
  opacity: 1.0;
}

#nav-main .secondary li li a .offsite {
  height: 15px;
  width: 15px;
  background-position: -104px -70px;
}

#nav-main .secondary li li a:hover .offsite {
  background-position: -104px -50px;
}

#nav-main .secondary li a .login {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(ui.png) no-repeat -122px -68px;
  margin-left: 5px;
  margin-bottom: -1px;
  opacity: 0.3;
}

#nav-main .secondary li a:hover .login {
  background-position: -122px -48px;
  opacity: 1.0;
}

#nav-main .secondary li a .tickets {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(ui.png) no-repeat -242px -68px;
  margin-left: 5px;
  margin-bottom: -1px;
  opacity: 0.3;
}

#nav-main .secondary li a:hover .tickets {
  background-position: -242px -48px;
  opacity: 1.0;
}

#nav-main .secondary li li {
  font-size: 12px;
  line-height: 20px;
}

#nav-main .secondary li a {
  color: #333;
  text-decoration: none;
}

#nav-main .secondary li li a {
  color: #666;
}

#nav-main .secondary li a:hover {
  color: #f30;
  text-decoration: none;
}

#nav-main li ul.left,
#nav-main li ul.right {
  float: left;
}

#nav-main .visit .closed {
  color: #900;
}

#nav-main .explore li ul.left {
  width: 120px;
}

#nav-main .explore li ul.right {
  width: 160px;
}

#nav-main .explore ul.first,
#nav-main .shop ul.first {
  padding-bottom: 7px;
}

#nav-main .support li ul.left,
#nav-main .shop li ul.left,
#nav-main .support li ul.right,
#nav-main .shop li ul.right {
  width: 140px;
}

#nav-main .shop .secondary li a.offsite {
  padding-right: 23px;
  background-position: right -77px;
}

#nav-main ul ul.hover {
  display: none;
  margin: 0;
}

#nav-main li:hover > ul.hover {
  display: inline;
}

#nav-main ul.hover li {
  display: inline;
}

#nav-main ul.hover li a {
  margin-left: 15px;
}

#nav-main .ps1-map {
  position: absolute;
  left: 31px;
  top: 29px;
  width: 258px;
  height: 248px;
  border: 1px solid #dedede;
  background: #ededed;
}

#nav-main .ps1-about {
  position: absolute;
  left: 311px;
  top: 9px;
  width: 500px;
  height: 290px;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

#nav-main .ps1-about .ps1-about-moma,
#nav-main .ps1-about .ps1-about-ps1 {
  float: left;
  width: 220px;
  margin: 20px 0 0 20px;
}

#nav-main .ps1-about .image {
  display: block;
  float: none;
  border: 1px solid #dedede;
  width: 218px;
  height: 93px;
  background: #dedede url(nav-ps1.jpg);
}

#nav-main .ps1-about .ps1-about-ps1 .image {
  background-position: 0 -97px;
}

#nav-main .ps1-about .heading {
  display: block;
  height: 0;
  padding-top: 17px;
  margin: 20px 0 12px 0;
  overflow: hidden;
  background: transparent url(ui.png);
}

#nav-main .ps1-about .ps1-about-moma .heading {
  width: 66px;
  background-position: -900px -64px;
}

#nav-main .ps1-about .ps1-about-ps1 .heading {
  width: 108px;
  background-position: -900px -92px;
}

#nav-main .ps1-about p {
  margin-bottom: 9px;
}

#nav-main .ps1-about .more {
  color: #f30;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 15px;
  text-decoration: none;
}

#nav-main .ps1-about .more:hover {
  text-decoration: underline;
}

#nav-main .ps1-about .more .arrow {
  font-family: verdana, sans-serif;
}

#nav-main li.search {
  margin: 6px 0 0 18px;
}

#nav-main-bottom {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
}

#nav-main-bottom a {
  float: right;
  margin-left: 16px;
  color: #fff;
  text-decoration: none;
}

#nav-main-bottom a:hover {
  text-decoration: underline;
}

#nav-main .links {
  float: left;
}

#nav-main .nav-relative {
  position: relative;
  float: right;
  width: 499px;
  margin: 9px 8px 0 0;
}

#nav-main .subnav {
  position: relative;
  width: 499px;
  overflow: hidden;
}

#nav-main .error-message {
  font-weight: bold;
  font-size: 16px;
  color: #999;
  width: 350px;
  margin: 50px 0 0 50px;
}

#nav-main .visit-map {
  width: 458px;
  height: 272px;
  border: 1px solid #dedede;
  margin: 20px 0 0 19px;
  margin-bottom: 15px;
  position: relative;
}

#nav-main .visit-map .loading {
  position: absolute;
  left: 0;
  top: 0;
}

#nav-main .visit-info {
  font-size: 12px;
  text-align: center;
}

#nav-main .visit-info .address {
  margin-right: 20px;
}

#nav-main .nav-pagination {
  position: absolute;
  bottom: -14px;
  padding: 20px;
}

#nav-main .nav-pagination a {
  float: left;
  width: 15px;
  height: 15px;
  background: transparent url(/images/common/ui.png) no-repeat -4px -73px;
  opacity: 0.3;
}

#nav-main .nav-pagination a:hover {
  opacity: 1.0;
}

#nav-main .nav-pagination a.selected {
  background-position: -4px -53px;
  opacity: 1.0;
}

#nav-main .nav-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
}

#nav-main .nav-prev .nav-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: transparent url(/images/common/ui.png) no-repeat -1172px -32px;
  opacity: 0.57;
}

#nav-main .nav-prev:hover {
  background: rgba(0, 0, 0, 0.15);
}

#nav-main .nav-prev:active {
  background: rgba(0, 0, 0, 0.3);
}

#nav-main .nav-prev:hover .nav-icon {
  background-position: -1172px -4px;
  opacity: 1.0;
}

#nav-main .nav-next {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 28px;
}

#nav-main .nav-next .nav-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: transparent url(/images/common/ui.png) no-repeat -1200px -32px;
  opacity: 0.57;
}

#nav-main .nav-next:hover {
  background: rgba(0, 0, 0, 0.15);
}

#nav-main .nav-next:active {
  background: rgba(0, 0, 0, 0.3);
}

#nav-main .nav-next:hover .nav-icon {
  background-position: -1200px -4px;
  opacity: 1.0;
}

#nav-main .slider {
  position: absolute;
  left: 0;
  top: 0;
}

#nav-main .feature {
  float: left;
  position: relative;
  width: 499px;
  margin-top: 30px;
}

#nav-main .border .image {
  border: 1px solid #dedede;
}

#nav-main .video .embed {
  margin-left: 60px;
}

#nav-main .image {
  float: left;
}

#nav-main .image img {
  display: block;
}

#nav-main .feature .image img {
  max-width: 440px;
}

#nav-main .explore .image img {
  max-height: 315px;
}

#nav-main .feature .nav-feature-info {
  text-align: center;
}

#nav-main .feature .label {
  font-size: 10px;
  color: #888;
  letter-spacing: 0.02em;
  margin-top: 12px;
}

#nav-main .feature .label a {
  color: #888;
}

#nav-main .feature .label a:hover {
  color: #f30;
  text-decoration: none;
}

#nav-main .feature .nav-feature-title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
  width: 372px;
  margin: 3px auto 0 auto;
}

#nav-main .feature .nav-feature-title a {
  color: #333;
}

#nav-main .feature .nav-feature-title a:hover {
  color: #f30;
  text-decoration: none;
}

#nav-main .side-image .image img {
  max-width: 239px;
}

#nav-main .side-image .nav-feature-info {
  text-align: left;
  position: absolute;
  visibility: hidden;
  left: 280px;
  width: 190px;
}

#nav-main .side-image .nav-feature-info .label {
  margin-top: 0;
  margin-bottom: 2px;
}

#nav-main .side-image .nav-feature-info .nav-feature-title {
  width: 190px;
}

#nav-main .side-image-description .nav-feature-info {
  width: 210px;
  left: 260px;
}

#nav-main .side-image-description .nav-feature-info .nav-feature-title {
  width: 220px;
}

#nav-main .nav-feature-description {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 1px;
}

#nav-main .nav-link {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

#nav-main .nav-link a {
  color: #f30;
  text-decoration: none;
}

#nav-main .nav-link a:hover {
  text-decoration: underline;
  color: #666;
}

#nav-preload {
  position: absolute;
  left: -10000000px;
  top: -10000000px;
}

/*

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

*/

form.search {
  position: relative;
  border: 1px solid #dedede;
  width: 150px;
  height: 22px;
  background: #fff;
  -moz-box-shadow:    inset 0 1px 2px #eee;
  -webkit-box-shadow: inset 0 1px 2px #eee;
  box-shadow:         inset 0 1px 2px #eee;
}

form.search .input {
  position: absolute;
  top: 0;
  left: 0;
  font: 13px/12px "helveticaneue","helvetica neue",helvetica,arial,sans-serif;
  width: 125px;
  height: 17px;
  padding: 2px 0 3px 3px;
  border: none;
  background: transparent;
}

form.search .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 22px;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  border: 0;
  text-indent: -999999px;
  background: transparent url(ui.png) no-repeat -1088px -33px;
  cursor: pointer;
  opacity: 0.3;
}

form.wide {
  width: 274px;
}

form.wide .input {
  width: 250px;
}

form.search .button:hover {
  background-position: -1088px -5px;
  opacity: 1.0;
}

form.search .placeholder {
  position: absolute;
  width: 64px;
  height: 17px;
  background: #fff url(ui.png) no-repeat -1023px -37px;
  left: 5px;
  top: 4px;
  opacity: 0.3;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
}

form.search:hover .placeholder {
  opacity: 0.5;
}

.focus .placeholder {
  display: none;
}

.wide .input {
  width: 250px;
}

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

/* Legacy search form */

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

.wide .input {
  width: 250px;
}

form.calendar-search {
  width: 180px;
}

form.calendar-search .input {
  width: 160px;
}

.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(search.png) no-repeat top right;
  cursor: pointer;
}

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

#nav-main-container, #nav-preload {
  -webkit-transform: translateZ(0);
}
