/* @override
	http://haa.byhumanhand.com/stylesheets/honoluluacademy.css?1322640479
	http://haa.byhumanhand.com/stylesheets/honoluluacademy.css?1344362598
	http://homa.byhumanhand.com/stylesheets/honoluluacademy.css?1375478359
*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 10px;
  background: #efefef; }

body {
  margin-top: -60px; }

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, div#header a, #footer a, address, #body_right {
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.proxima-semibold {
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 600;
  font-style: normal; }

.proxima-light {
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal; }

a, a:link, a:visited {
  color: #00acc3;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #00acc3;
  text-decoration: underline; }

i, em {
  font-style: italic; }

div#page {
  position: relative;
  min-height: 100%;
  z-index: 0;
  top: 0px; }

div#header a {
  text-decoration: none; }

div#header_bar {
  height: 75px;
  /*height: auto;*/
  /* jQ animate */
  background: url("../images/header_bar_bg.png") repeat-x;
  padding-right: 25px;
  /* difference between header with logo + padding */
  position: absolute;
  width: 100%;
  z-index: 999999993;
  top: 0px; }

div#header_bar.header_open {
  background-color: white; }

#nav_container {
  height: 75px;
  width: 960px;
  margin: auto; }

#nav_container, #menu_container {
  height: 75px; }

#logo {
  float: left;
  margin-left: -75px;
  }
  #logo img{
    float:left;
    }
  #logo a {
    color: #999999;
    display:block;
    width: 225px;
    height: 75px;
    }
  #logo #logo_wordmark{
    width: 150px;
    background: url('/images/logo_wordmark.png');
    background-position: 19px center !important;
    float: right !important;
	background-repeat:no-repeat;
    padding: 0;
    margin: 0;
    display: block;
    height: 75px;
    line-height: 75px !important;
    }

   #logo #logo_wordmark #logotext{
	display: none;
}

#secondary_nav {
  line-height: 25px;
  margin-top: 9px;
  margin-bottom: 1px;
}
  #secondary_nav li {
    float: left;
    padding: 0 0 0 18px;
    }

#main_nav, #secondary_nav {
  float: right;
  clear: right;
  font-size: 13px; }
  #main_nav li:last-of-type, #secondary_nav li:last-of-type {
    padding-right: 0; }

div#header ul#main_nav {
  line-height: 37.5px;
  text-transform: uppercase;
  float: right; }

#main_nav a, #secondary_nav a {
  color: #999999;
  font-weight: 700; }

#secondary_nav a {
  font-weight: 100; }

div#header ul#main_nav a:hover,
#secondary_nav a:hover{
  color: #FFF;
  }

div#header ul#main_nav > li.has_children > a {
  padding-right: 12px; }

div#header ul#main_nav > li.has_children > a:hover {
  background: url("../images/nav_arrow_hover.png") no-repeat right; }

div#header ul#main_nav > li.active > a:hover,
div#header ul#main_nav > li.active > a {
  color: #00acc3;
  background: url("../images/nav_arrow_active.png") no-repeat right; }

div#header ul#main_nav li#secondary_nav, div#header ul#main_nav li#secondary_nav a {
  color: #00acc3;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0px 1px;
  letter-spacing: .1em; }

div#header ul#main_nav li#secondary_nav a:hover {
  color: #FFF; }

#menu_container {
  float: right; }

div#header ul#main_nav > li {
  float: left;
  /*padding-left: 17px;*/
  line-height: 30px;
}

div#header ul#main_nav > li:not(:last-child) {
    padding-right: 8px; }

div#header ul.not_logged_in > li {
  padding-left: 10px !important; }

div#header ul.logged_in > li {
  padding-left: 17px; }

div#header ul#main_nav > li.has_children {
  /*padding-left: 14px;*/
  padding-right: 0px; }

div#header ul.not_logged_in > li.has_children {
  padding-left: 18px; }

div#header ul.logged_in > li.has_children {
  padding-left: 14px; }

div#header ul#main_nav > li:hover {
  cursor: hand;
  cursor: pointer; }

div#header ul#main_nav > li:hover a {
  color: #FFF; }

div#header ul#main_nav li#secondary_nav {
  border-right: 0px solid;
  border-left: 1px solid #4b4b4b;
  /*margin-left: 10px;
  margin-right: 14px;*/
  margin-top: 19px;
  /*padding-left: 18px;
  padding-right: 5px;*/ }

div#header ul.not_logged_in li#secondary_nav {
  margin-left: 15px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  margin-right: 14px !important; }

div#header ul.logged_in li#secondary_nav {
  width: 335px;
  margin-left: 8px !important;
  padding-left: 18px; }

div#header ul#main_nav li#secondary_nav a {
  font-size: .9em;
  font-weight: normal;
  /*margin-right: 2px;
  margin-left: 2px;*/ }

div#header ul.not_logged_in li#secondary_nav a {
  margin-right: 4px !important;
  margin-left: 4px !important; }

div#header ul.logged_in li#secondary_nav a {
  margin-right: 2px;
  margin-left: 2px; }

div#header ul#secondary_nav li a.nav_cart_link{
	color: #00acc3;
}

div#header ul#secondary_nav li a.nav_cart_link:hover{
	color: #FFF;
}

#search_tab {
  float: right;
  cursor: pointer;
  height: 75px;
  line-height: 38px;
  margin-left: 15px;
  position: absolute;
  width: 30px;
  position: relative; }

#search_tab div {
  background-position: center 9.375px;
  background-repeat: no-repeat;
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  height: inherit;
  line-height: 97.5px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  top: 0;
  width: inherit; }

#search_tab_closed {
  background: url("/images/search_icon.png");
  background-position:center center !important;
  z-index: 90;
  width: 30px !important;
  }

#search_tab_opened {
  background: url(/images/search_icon.png);
  background-position:center center !important;
  z-index: 80;
  width: 30px !important;
  }

div#header ul.subnav {
  clear: right;
  visibility: hidden;
  /*jQ */
  display: none;
  overflow: hidden;
  height: 70px; }

div#header ul.subnav > li {
  height: 64px;
  line-height: 64px;
  display: inline-block;
  padding: 0px 15px 0 20px;
  font-size: .9em; }

div#header ul.subnav > li:hover,
div#header ul.subnav > li.active {
  background: #FFF;
  /*border-left: 1px solid #404040;
  border-right: 1px solid #404040;*/
  cursor: pointer;
  cursor: hand; }

div#header ul.subnav > li:hover a,
div#header ul.subnav > li.active a {
  /*color: #CCC;*/ }

div#header ul.subnav > li a {
  color: #303030;
  font-size: 1.4em; }

div#header ul.subnav > li a:hover {
  /*color: #CCC;*/ }

div#subnav_tier_3_container {
  clear: both;
  display: none;
  /*height: 394px; VARIABLE NOW*/
  /*min-height: 245px;*/
  max-width: 960px;
  /*967px; for close but*/
  padding-left: 34px;
  /*padding-right: 7px; for close but*/
  padding-top: 0px;
  /*padding-bottom: 68px;*/
  /*done in jQ */
  /*overflow: hidden;*/ }

#header_bar.header_open #subnav_tier_3_container {
  min-height: 252px;
}

ul.subnav_tier_3 {
  /*height: 0px;*/
  /* jQ */
  /*visibility: hidden;
  display: none;*/
  min-height: 252px;
  background-color: white; }

ul.subnav_tier_3 > li {
  margin-right: 30px;
  min-height: 40px;
  clear: both; }

ul.subnav_tier_3 > li > h3 {
  height: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 15px;
  vertical-align: middle;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 1.4em;
  display: inline-block;
  float: left; }

ul.subnav_tier_3 > li > h3:hover {
  background: #EFEFEF;
  cursor: pointer;
  cursor: hand; }

ul.subnav_tier_3 > li.no_children > h3 {
  width: 970px; }

ul.subnav_tier_3 > li > h3 a {
  color: #333;
  font-size: .9em; }

ul.subnav_tier_3 > li > h3 a:hover {
  color: #000; }

ul.subnav_tier_4 {
  display: block;
  min-height: 40px;
  border-bottom: 1px solid #EFEFEF; }

ul.subnav_tier_4 li {
  height: 40px;
  line-height: 42px;
  vertical-align: middle;
  font-size: 1.3em;
  display: block;
  float: left;
  padding: 0px 14px; }

ul.subnav_tier_4 li:hover {
  background: #EFEFEF;
  cursor: pointer;
  cursor: hand; }

ul.subnav_tier_4 li a {
  color: #333; }

ul.subnav_tier_4 li a:hover {
  color: #000; }

div#subnav_close_but {
  float: right;
  background: none;
  width: 138px;
  height: 27px;
  margin-right: 34px;
  display: none;
}

div#subnav_close_but:hover {
  cursor: pointer;
  cursor: hand; }

div#page_dimmer {
  width: 100%;
  height: 100%;
  background: #000;
  /* opacity is .5 max, jQ */
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; }

div#title_bar {
  background-color: #efefef;
  margin: auto;
  min-height: 115px;
  padding-top: 55px;
  width: 1050px;
  position: relative;
}

div#title {
  height: inherit; }

div#title h1, div.art_collection h1 {
  font-size: 3.4em;
  color: #303030;
  font-weight: lighter;
  /*height: 45px; /*115px;*/
  padding-top: 70px;
  display: inline-block;
  padding-bottom: 12px;
  max-width: 600px; }

div.art_collection h1 {
  line-height: 1em; }

div#main {
  background: #FFF;
  width: 1050px;
  margin: auto;
  border-bottom: 15px solid #333; }

div#breadcrumbs {
  font-size: 13px;
  height: 18px;
  /*28px;*/
  margin-top: -80px;
  background: #efefef;
  float: right;
  clear: right;
  color: #00acc3;
  position: absolute;
  top: 170px;
  right: 0;
}

  div#breadcrumbs span {
    color: #00acc3; }

  div#breadcrumbs, div#breadcrumbs a {
    color: #303030; }

  div#breadcrumbs a {
    text-decoration: none; }

div#breadcrumbs a:hover {
  color: #000; }

div#content {
  width: 963px;
  margin: auto;
  margin-bottom: 55px;
  color: #333;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 23px;
  clear: both;
  /*  NOT SURE IF THIS SHOULD BE GLOBAL, PROBLEM FROM SUPPORT ASIDES */
  /*margin-bottom:  76px;*/ }

/* 3 col, 4 col */
div#body {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 23px;
  padding-top: 41px; }

div#content div#body p {
  color: #999;
  font-size: 1.9em;
  line-height: 1.6em;
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 16px;
  /*23px;*/ }

/* 1 col */
div#body_container {
  background: url("../images/right_aside_body_bg.png") repeat-y; }

div#body_container div#body_left {
  width: 625px;
  float: left;
  margin-top: 24px; }

div#body_container div#body_right {
  width: 300px;
  float: right; }

div#content h3 {
  /* Section separator */
  color: #00acc3;
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  padding: 7px 0px;
  clear: both;
  margin-bottom: .5em; }

div#content p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 20px; }

#label {
  display: inline-block;
  font-weight: 100;
  margin-right: 1em; }

p.caption, div.caption {
  padding: 15px 33px;
  padding-top: 12px;
  background: #333;
  margin-bottom: 0px !important;
  margin-top: -65px;
  position: relative;
  z-index: 99;
  padding-left: 35px;
  color: #CCC;
  font-size: 1.2em;
  line-height: 21px;
  height: 30px;
  overflow: hidden;
  /*visibility: hidden; hidden in jQ*/ }

div#slideshow_controls {
  clear: both;
  height: 24px;
  /*49px;*/
  margin-top: 25px;
  padding: 14px 0px;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF; }

/* styles for the prev next texts */
div#slideshow_controls span.next_last_titles {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

div#slideshow_controls a {
  font-size: 1.3em;
  font-weight: bold;
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

div#slideshow_controls a:hover {
  text-decoration: none; }

div#slideshow_controls div#slide_controls_left,
div#timeline div#slide_controls_left {
  width: 280px;
  height: 24px;
  float: left; }

div#slideshow_controls div#slide_controls_right,
div#timeline div#slide_controls_right {
  width: 290px;
  height: 24px;
  float: right;
  text-align: right; }

div#slideshow_controls div#slide_controls_right img#slide_next_button {
  float: right; }

div#slideshow_controls div#slide_progress {
  width: 390px;
  float: left; }

div#slideshow_controls div#slide_progress ul#slide_items_progress {
  text-align: center; }

div#slideshow_controls div#slide_progress ul#slide_items_progress li.slide_item_dot,
div#exhib_detail_banner > ul.pagination > li > a {
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  width: 8px;
  height: 8px;
  background: url("../images/icons/exhib_slide_dot_inactive.png") no-repeat; }

div#slideshow_controls div#slide_progress ul#slide_items_progress li.slide_item_dot:hover,
div#slideshow_controls div#slide_progress ul#slide_items_progress li.active,
div#exhib_detail_banner > ul.pagination > li:hover > a,
div#exhib_detail_banner > ul.pagination > li.current > a {
  background: url("../images/icons/exhib_slide_dot_active.png") no-repeat; }

div#slideshow_controls div#slide_progress ul#slide_items_progress li.slide_item_dot span {
  display: none; }

div#exhib_detail_banner > ul.pagination > li {
  display: inline-block;
  margin-right: 3px;
  width: 8px;
  height: 8px; }

div#footer {
  background: #303030;
  clear: both;
  margin-top: 180px !important;
  /*margin-top: -75px;*/
  position: relative;
  z-index: 0;
  font-weight: 400; }

div#footer div#footer_content {
  padding: 6px 0 20px 0;
  width: 960px;
  min-height: 155px;
  margin: auto;
  z-index: 0; }

div#footer p {
  width: 300px;
  padding-top: 14px;
  margin-bottom: 7px;
  font-size: 1.2em;
  color: #aaa;
  float: left;
  line-height: 1.4em; }

#footer_content hr {
  display: none; }

#footer address {
  color: #efefef;
  clear: left;
  font-weight: 400;
  font-size: 1.25em; }
  #footer address span {
    color: #00acc3; }

/* My Comment */
div#footer ul {
  margin-top: 15px;
  margin-bottom: 20px;
  min-width: 125px; }
  div#footer ul.dark a {
    color: #666; }
  div#footer ul a {
    color: #e0e0e0; }
  div#footer ul li {
    font-size: 1.3em;
    padding: 5px;
    padding-right: 14px;
    line-height: .85em;
    vertical-align: middle; }

/*div#footer ul li:last-child{
    padding: 0px;
}
*/
div#footer a {
  color: #aaa; }

div#footer a:hover {
  color: #333;
  text-decoration: none; }

div#footer p#footer_logo {
  background: url("../images/footer_logo.png") no-repeat left;
  width: 106px;
  height: 25px;
  padding-top: 6px;
  font-size: 1.2em;
  color: #666;
  clear: both;
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: 35px;
  padding-left: 23px;
  vertical-align: bottom; }

div#footer_asides {
  width: 963px;
  /*1050px;*/
  margin: auto;
  /*height: 245px;*/
  height: 234px;
  padding-left: 43px;
  padding-right: 44px;
  padding-bottom: 34px;
  background: #333; }

div#footer_asides ul {
  clear: both; }

div#footer_asides div#upcoming_films li.upcoming_film,
div#footer_asides li.past_exhibitions,
div#footer_asides div#upcoming_films div.past_exhib_partial {
  background: #666;
  width: 220px;
  float: left;
  margin-right: 26px; }

div#footer_asides h4 {
  width: 800px;
  margin-top: 8px;
  font-size: 2em;
  font-weight: 100;
  line-height: 20px;
  color: #efefef;
  float: left;
  padding-bottom: 12px; }

div#footer_asides div.past_exhib_partial h5,
div#footer_asides div.past_exhib_partial a {
  padding-top: 3px; }

div#footer_asides ul {
  width: 990px; }

div#footer_asides span.see_all {
  margin-right: 7px;
  display: inline-block;
  float: right;
  margin-top: 13px;
  font-size: 1.2em; }

div#footer_asides div.past_exhib_partial a {
  display: inline-block;
  float: right;
  vertical-align: middle;
  padding-right: 12px;
  margin-top: 5px; }

div#footer_asides div.past_exhib_partial h5 {
  width: 150px;
  margin-left: 15px;
  float: left;
  font-size: 1.4em;
  color: white;
  height: 34px;
  overflow: hidden;
  line-height: 1.2em;
  font-weight: 100; }

#footer ul {
  float: left; }

/* Facebook + Twitter links in footer. */
div#footer ul#social {
  margin-top: 6px;
  float: right;
  text-align: right;
  min-width: 0; }
  ul#social li {
    display: inline-block; }
    ul#social li:last-child {
      padding-right: 0; }

div#content span.see_all {
  display: inline-block;
  width: 75px;
  height: 25px;
  float: right;
  color: #CCC;
  font-size: 1.2em;
  text-align: right; }

div#content span.see_all {
  /* some doods need this */
  margin-right: 60px;
  margin-top: 19px; }

div#content span.see_all a {
  color: #CCC; }

div#content span.see_all a:hover {
  color: #999; }

div#footer_asides span.see_all a {
  color: #666; }

div#footer_asides span.see_all a:hover {
  color: #999; }

div#social_links {
  height: 25px;
  /*49px;*/
  width: 435px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #efefef;
  clear: both; }

div#social_links a {
  color: #000;
  line-height: 18px;
  height: 18px;
  display: inline-block; }

div#social_links a:hover {
  color: #00acc3;
  text-decoration: none; }

div#social_links a img {
  margin-bottom: -3px;
  margin-right: 10px; }

div#social_links > div {
  float: left; }

div#social_links div#save_the_date {
  width: auto;
  /*126px;*/
  padding-right: 12px;
  border-right: 1px dotted #aaa; }

div#social_links div#share_this {
  width: auto;
  /*96px;*/
  padding: 0px 12px;
  border-right: 1px dotted #aaa; }

div#social_links div#share_this.share_first {
  padding-left: 0px; }

div#social_links div#facebook_likes {
  width: 285px;
  /*240px;*/
  padding-left: 12px; }

div#social_links div#facebook_likes.nocal {
  width: 375px;
  padding-left: 12px; }

hr {
  clear: both;
  border: 0px solid;
  border-bottom: 1px solid #EEE; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none;
  visibility: hidden; }

a.slide_buttons, span.slide_buttons {
  display: inline-block;
  width: 35px;
  height: 24px;
  line-height: 26px; }

a.slide_buttons_text {
  width: 72px; }

a#slide_prev_button.slide_buttons_text {
  padding-right: 2px; }

a#slide_prev_button, span#slide_prev_button {
  background: url("../images/icons/slide_prev.png") no-repeat;
  text-align: right; }

a#slide_prev_button:hover {
  background: url("../images/icons/slide_prev_over.png") no-repeat; }

a#slide_next_button.slide_buttons_text {
  padding-left: 2px; }

a#slide_next_button, span#slide_next_button {
  background: url("../images/icons/slide_next.png") no-repeat right;
  text-align: left; }

a#slide_next_button:hover, span#slide_next_button:hover {
  background: url("../images/icons/slide_next_over.png") no-repeat right; }

a#slide_next_button:hover.disabled, span#slide_next_button:hover.disabled {
  background: url("../images/icons/slide_next.png") no-repeat right;
  cursor: default; }

a.details_link {
  /*display: inline-block;*/
  /*margin-left: -8px;*/
  text-decoration: underline;
  font-size: .9em;
  font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

span.ellipsis {
  margin-right: -8px; }

/*hide cms_hints*/
p.cms_hints {
  visibility: hidden;
  display: none; }

a.back_but {
  background: url("/images/buttons/back_but.png") no-repeat 0 0;
  width: 109px;
  height: 40px; }

a.back_but:hover {
  background: url("/images/buttons/back_but.png") no-repeat 0px -40px;
  width: 109px;
  height: 40px; }

a.back_but span {
  visibility: hidden; }

input.page_buttons, input.create, button.page_buttons, button.create {
  font-size: 12px;
  font-weight: bold !important;
  color: #333;
  border: 1px solid #666;
  padding: 6px 20px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  height: 28px;
  line-height: 12px;
  min-width: 100px;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  background: #929292;
  /*for non css3 browsers*/
  background: -webkit-gradient(linear, left top, left bottom, from(#929292), to(#777777));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #929292, #777777);
  /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#777777'); }

input.page_buttons:hover, input.create:hover, button.page_buttons:hover, button.create:hover {
  background: #777;
  background: linear-gradient(left top, left bottom, from(#777777), to(#929292));
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#929292));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #777777, #929292);
  /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#929292'); }

input#page_create_button, input.create, button#page_create_button, button.create {
  float: right;
  font-weight: bold !important;
  border-radius: 13px;
  border: 1px solid #2e2e2e;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  background: #de483c;
  /*for non css3 browsers*/
  background: -webkit-gradient(linear, left top, left bottom, from(#de483c), to(#a32216));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #de483c, #a32216);
  /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de483c', endColorstr='#a32216'); }

input#page_create_button:hover, input.create:hover, button#page_create_button:hover, button.create:hover {
  background: #a32216;
  /*for non css3 browsers*/
  background: -webkit-gradient(linear, left top, left bottom, from(#a32216), to(#de483c));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #a32216, #de483c);
  /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32216', endColorstr='#81c5d0'); }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix, .container {
  display: block; }

select.fancySelect {
  width: 210px;
  height: 28px;
  line-height: 28px; }

div.dropdown {
  background: url("../images/buttons/fancy_black_dropdown.png") no-repeat right;
  width: 210px;
  /*220px;*/
  height: 24px;
  /*28px;*/
  padding-left: 10px;
  padding-top: 4px; }

div.dark_gray_dropdown {
  background-image: url("../images/buttons/fancy_dark_gray_dropdown.png"); }

/*img.bottom_partial_arrow{
    float: right;
    margin-top: 17px;
    margin-right: 20px;
}*/
/*img.bottom_partial_arrow{
    float: right;
    margin-top: 38px;
    margin-right: 14px;
}*/
/*img.bottom_partial_arrow{
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}*/
li.upcoming_film div.past_exhib_partial img.bottom_partial_arrow {
  float: right;
  margin-top: 0px;
  margin-right: 2px; }

div#content table {
  font-size: 12px;
  color: #333;
  margin-top: -20px;
  width: 60%; }

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

.center-obj {
  margin: auto; }

/* added for membership_types in Memberships, benefits button */
div.membership_desc > ul > li.no_list_style::before {
  content: ""; }

/* allow bold for titles */
div.membership_desc > ul > li.no_list_style strong {
  font-weight: bold !important;
  font-size: 1.1em; }

div#facebox div.facebox_iframe, div#facebox div.facebox_iframe > * {
  min-width: 750px;
  min-height: 720px; }

/* Password reset page */
#content section div.customer_session.customer_password_reset {
  padding: 50px; }

#content section div.customer_session.customer_password_reset form {
  width: 270px;
  float: left;
  height: 70px;
  background: #FFF; }

#content section div.customer_session.customer_password_reset form label {
  width: 230px;
  display: block;
  font-weight: bold;
  color: #AAA;
  font-size: 1.1em;
  margin-bottom: 2px;
  line-height: 15px; }

#content section div.customer_session.customer_password_reset form input#email {
  width: 210px;
  font-family: 'helvetica neue' helvetica, arial sans-serif;
  display: block;
  font-weight: bold;
  color: #AAA;
  font-size: 1.4em;
  height: 32px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 10px;
  color: #666666; }

#content section div.customer_session.customer_password_reset h2 {
  font-size: 2em;
  margin-bottom: 10px; }

div.reset_my_password_button input {
  width: 100px; }

#notice_message {
  margin-left: 45px;
  font-weight: bold;
  color: #00acc3; }

/* Overriding dropkick styles */

#product_options select {
  position: relative;
  top: 0;
  visibility: visible;
}

.art_collection #breadcrumbs {
    margin-top: 20px;
}
.art_collection #title_bar {
    min-height: 20px;
}

.twitter-share {
  position: relative !important;
}

div#header ul#subnav_events.subnav{
  width: 1000px;
}
