/*
site wide grey color values
lightest: #eee
middle: #d7d7d7
darker: #929292
darkest: #3F3F3F
*/


/* element styles
-------------------------------------------------------------- */

body {
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3F3F3F;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 .7em 0;
	color: #3F3F3F;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}
a, a:visited, a:active {
	color: #3F3F3F;
	text-decoration: underline;
}

a:hover {
 color: #929292;
 
}
table {
	width: 100%;
	border-top: 0px solid #eee;
	margin-bottom: 1em;
}

table .noborder {border:none;}

th {
	border-width: 1px;
}
td, th {
	border-bottom: 1px solid #eee;
}

td .noborder {border:none;}
th .noborder {border:none;}

p {
	margin: 0 0 1.3em 0;
}
ul {
	list-style-type: disc;
}

table img {
  vertical-align: top;
}



/* global helpers
-------------------------------------------------------------- */

table.reverse-emphasis th {
	font-weight: normal;
}
table.reverse-emphasis td {
	font-weight: bold;
}
.no-borders, .no-borders td, .no-borders th {
	border: none;
}
.branding, .branding a {
	color: #3F3F3F;
	text-decoration: none !important;
}

.branding ul li a:hover {
	color: #929292;
}
.small {
	font-size: 0.8em;
}
.label {
	width: 162px;
	height: auto;
	float: left;
	text-align: right;
	padding-top: 6px;
}

button, a.button {
	text-decoration: none;
	background-color: #eee;
	border:none;
	padding: 2px 9px 3px 9px;
	color: #929292;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 7px;
	font-size: 12px;
}
a.button {
	height: auto;
  padding: 5px 10px;
}
button:hover, a.button:hover {
	background-color: #FCFF79;
	color: #000000;
	cursor: pointer;
}
.inner {
	padding: 10px;
}
.image-replacement {
	position: absolute !important;
	top: -99999px !important;
}
.title {
	font-weight: bold;
}
.subtitle {
	font-size: 1em;	
}
.js .hovering {
	cursor: pointer;
}
.subtle {
	color: #929292!important;
	line-height: 1.1em;
}
.subheading {
	font-size: 1.4em;
}
.overlay {
	background-color: #fff;
}
.subnav ul {
	display: inline;
}
.subnav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;
}

.more-link {
	position: absolute;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
	bottom: 0;
	right: 0;
	padding: 3px 8px 4px 8px;

}
.more-link a {
	text-decoration: none;
	color: #3F3F3F !important;

}
.info {
	font-size: 90%;
	line-height: 1.3;
}
.text-field input[type="text"] {
	border: medium none;
	width: 190px;
	height: 15px;
	font-family: "Courier New", monospace;
}
.special-note {
	padding: 3px 5px;
	background-color: #FCFF79;
}
div.special-note {
	width: 40%;
}
.artist {
	font-weight: bold;
}
.dates {
	color: #999999;
	text-transform: uppercase;
}
.blow-away-default {
	color: #d7d7d7;
}
.inline {
  display: inline;
}

/* layout
-------------------------------------------------------------- */
#header-content, #content {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	clear: both;
}
#body {
	width: 100%;
	z-index: 1;
	position: relative;
}
#header {
	width: 100%;
	clear: both;
	position: fixed;
	height: 114px;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
}
#main-content {
	width: 700px;
	margin-right: 50px;
	float: left;
}
#sidebar {
	width: 209px;
	float: left;
	font-size: .9em;
}
#content {
	margin-top: 170px;
}
#header .logo {
	float: left;
	width: 260px;
	margin-top: 15px;
}
#header .navigation {
	float: left;
	width: 700px;
	text-align: right;
	margin-top: 68px;
}
.meta {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.column {
	float: left;
	width: 47%;
	margin-right: 0%;
}
.last {
	margin-right: 0 !important;
}
#footer {
	margin-top: 40px;
	height: 100px;
	font-size: 0.8em;
	border-top: 1px solid #eee;
}
#footer .meta {
	margin: 0 auto;
	margin-top: 30px;
	width: 960px;
	float: none;
}
#footer button {
  margin-right: 0;
  font-size: 10px;
  padding: 4px 9px 4px;
}
.callout {
	float: right;
	width: 200px;
}
.page-title {
	display: inline;
}
.media-grid {
	clear: both;
	width: 100%;
}

.media-grid span.small {
	text-transform: uppercase;
}
.media-grid > div {
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 40px;
}
.three-up > div {
	width: 220px;
}
.four-up > div {
	width: 160px;
}
.three-up .column {
	width: 29%;
}




/* primary navigation
-------------------------------------------------------------- */

#primary-navigation a, #primary-navigation a:visited, #primary-navigation a:hover, #primary-navigation a:active {
	color: #3F3F3F;
	text-decoration: none;
	font-size: 1.1em;
}
#primary-navigation a:hover {
	color: #929292;
}
#primary-navigation a.active, a.active {
	color: #d7d7d7!important;
}
#primary-navigation {
	margin: 0;
	padding: 0;
}
#primary-navigation li {
	display: inline;
	text-align: center;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: normal;
}



/* footer
-------------------------------------------------------------- */

#footer fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.text-field {
	width: 200px;
	height: 18px;
	border: 1px solid #d7d7d7;
	display: block;
	position: relative;
	vertical-align: middle;
	margin: 0 4px;
	float: left;
	padding: 4px 0 0 4px;
}
#footer .button {
	width: 75px;
	height: 24px;
	float: left;
	vertical-align: middle;
}
#exhibit-details .column {
	width: 68%;
}

#exhibit-details .last {
	width: 26%;
}
.exhibitions .title, #exhibit-details .title {
  font-style: italic;
}

#social {}

/* home
-------------------------------------------------------------- */

body.home #content {
	margin-top: 115px;
}
body.home #header {
	border: none;
}
body.home #footer {
	margin-top: 0;
	border: none;
}
#home-slideshow {
	width: 100%;
	overflow: hidden;
	text-align:center;
}
.home-slideshow-viewer {
	width: 1160px;
	z-index: 0;
	position: relative;
	overflow: hidden;
}
.home-slideshow-overlay {
	z-index: 1;
	position: absolute;
	width: 960px;
	top: 100px;
	left: 0;
}
.home-slideshow-overlay .special-note {
	width: auto;
	font-weight: bold;
}
.home-slideshow-overlay .overlay, .home-slideshow-overlay .special-note {
	padding: 2px 4px;
}
#home-now-showing .special-note {
  font-size: 14px;
}
#home-now-showing {
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
}
#home-now-showing .dates {
	text-transform: capitalize;
	font-weight: normal;
}
#home-this-week {
	top: 300px;
	left: 0;
	text-align: left;
	line-height: 1.6;
	font-size: .8em;
}

#home-this-week .overlay, #home-this-week .special-note {
	padding: 2px 4px;
}

#supersize{
	position:fixed;
}
#supersize img, #supersize a{
  height: 100%;
  width: 100%;
  position:absolute; 
  z-index: 0;
}

body.home {
  margin: 0;
} 
body.home #content {
  margin-top: 0 !important;
}

body.home #header{
  position:relative;
}

body.home #footer {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 50;
  height: 100px;
  background-color: #FFFFFF;
}


/* media cycle
-------------------------------------------------------------- */

.cycle-navigation {
	z-index: 1000;
	display: none;
}
.next, .prev {
	width: 21px;
	height: 21px;
	display: block;
	float: left;
	margin: 5px 2px 0 0;
	text-indent: -3000px;
	background: transparent url('/images/next-previous-buttons.png') no-repeat scroll 0 0;
}
.next:hover {
	background-position: 0 -21px;
}
.prev:hover {
	background-position: -21px -21px;
}
.prev {
	background-position: -21px 0;
}
.media-cycle .items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.media-cycle {
	width: 700px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.media-cycle .cycle-navigation {
	position: absolute;
	right: 10px;
	bottom: 10px;
}


/* media grid
-------------------------------------------------------------- */

.js .media-with-overlay {
	position: relative;
}
.js .current-exhibitions .media-with-overlay {
	width: 220px;
	height: 250px;
}
.js .upcoming-exhibitions .media-with-overlay, .js .archived-exhibitions .media-with-overlay {
	width: 160px;
	height: 110px;
}
.js .media-with-overlay .media, .js .media-with-overlay .special-note, .js .media-with-overlay .overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.media-with-overlay .media {
	z-index: 0;
}
.media-with-overlay .special-note {
	z-index: 5;
}
.media-with-overlay .overlay {
	z-index: 10;
	font-size: 0.9em;
	background-color: #eee;
}
.media-with-overlay .overlay .title {
	margin-bottom: 0;
	font-size: 1em;
}
.media-with-overlay .overlay .meta {
	margin-bottom: 1.5em;
}

.current-exhibitions, .upcoming-exhibitions, .archived-exhibitions {
	margin-bottom: 0;
}
.current-exhibitions .overlay, .upcoming-exhibitions .overlay, .archived-exhibitions .overlay {
	border: 1px solid #eee;
}
.current-exhibitions .overlay {
	width: 218px;
	height: 248px;
	overflow: hidden;
}
.upcoming-exhibitions .overlay, .archived-exhibitions .overlay {
	width: 158px;
	height: 108px;
}
a.wrap {
	display: block;
	text-decoration: none;
	color: inherit;
}


/* exhibit actions
-------------------------------------------------------------- */

.exhibit-actions ul {
	list-style-type: none;
	display: inline;
}
.exhibit-actions ul li {
	display: block;
	width: 14px;
	height: 13px;
	position: relative;
	float: right;
	margin-left: 13px;
}
.exhibit-actions ul li .tooltip-trigger > span  {
	display: block;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.exhibit-actions .tooltip {
	right: -29px; /* override default */
	width: 120px;
	text-align: center;
}
.exhibit-actions .image-replacement {
	z-index: 10;
}
.listen-to-podcast, .add-to-calendar, .email-to-friend {
	background: transparent no-repeat scroll 0 0;
}
.listen-to-podcast {
	background-image: url('/images/podcast-icon.png');
}
.add-to-calendar {
	background-image: url('/images/calendar-icon.png');
}
.email-to-friend {
	background-image: url('/images/email-icon.png');
}
.calendar-header {
	width: 100%;
}
.calendar-header > div {
	float: left;
	height: 16px;
}
.calendar-header .title {
	width: 50%;
	margin: 0 4.9%;
	text-align: center;
	color: #929292;
}
.right-controls, .left-controls {
	width: 20%;
	padding-top: 2px;
}
.next-month, .previous-month {
	width: 11px;
	height: 9px;
	display: block;
	float: left;
}
.next-month {
	background: transparent url('/images/next-previous-arrows.png') no-repeat scroll right center;
}
.previous-month {
	background: transparent url('/images/next-previous-arrows.png') no-repeat scroll left center;
}

/* exhibit pagination
-------------------------------------------------------------- */

.pagination_links {
	text-align: right;
	width: 100% !important;
	padding: 3px 0;
	font-size: 11px;
}
.pagination_links a, .pagination_links a:hover, .pagination_links a:visited, .pagination_links a:link {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 7px 2px 7px;
	border: 1px #eee solid;
	color: #929292;
}
.pagination_links .prev_page, .pagination_links .next_page, .pagination_links a.next_page, .pagination_links a.prev_page {
	background-color: #eee;
	border-color: #eee;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.pagination_links .prev_page {
	margin-right: 10px;
}
.pagination_links .disabled {
	color: #d7d7d7;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	border: 1px #eee solid;
}
.pagination_links .next_page {
	margin-left: 10px;
}
.pagination_links .current {
	padding: 4px 5px 1px 5px;
	font-weight: bold;
}
.pagination_links a:hover {
	background-color: #FCFF79;
	border-color: #FCFF79;
	color: #3F3F3F;
}


/* sidebar
-------------------------------------------------------------- */

#sidebar {
	color: #929292;
}

#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #929292;
}

#sidebar a {
	color: #929292; 
}

#sidebar a:hover {
	color: #3F3F3F;
}

.country-name {
	display: none;
}

#sidebar .reverse-emphasis td {
	font-weight: normal;
}

.facebook, .twitter, .flickr, .youtube, .blogspot {
	background: transparent url('/images/facebook-and-twitter-icon.png') no-repeat scroll 0 0;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 5px 2px 5px 0;
}
.facebook {background-position: 0 -20px;}
.twitter {background-position: -23px -20px;}
.flickr {background-position: -46px -20px;}
.youtube {background-position: -69px -20px;}
.blogspot {background-position: -92px -20px;}

.facebook:hover {background-position: 0 0px;}
.twitter:hover {background-position: -23px 0;}
.flickr:hover {background-position: -46px 0;}
.youtube:hover {background-position: -69px 0;}
.blogspot:hover {background-position: -92px 0;}



#events-calendar {
	height: 220px;
}

.calendar th, .calendar td {
	padding: 3px 4px;
	position: relative;
	text-align: center;
}

.calendar th {
	color: #929292;
}
	
.calendar td a, .calendar td a:visited, .calendar td a:link, .calendar td a:active {
	text-decoration: none;
}
.calendar a {
	padding: 0 ;
}

.calendar {
	border-top: none;
}

#sidebar .calendar a.event {
	background-color: #FCFF79;
	display: block;
	color: #3F3F3F;
	font-weight: bold;
	padding: 2px;
}
.calendar td table {
	margin-bottom: 0;
	border: none;
}
.calendar td table * {
	border: none;
	font-weight: normal;

}
.calendar .time, .artist {
	color: #3F3F3F;
	font-weight: bold;
}
.calendar .title {
	color: #929292;
}
.calendar .otherMonth {
	color: #eee;
}
.calendar abbr, .calendar acronym {
	border: none;
}

.calendar .tooltip-inner {
	font-size: 1em;
}

/* tooltip
-------------------------------------------------------------- */
.tooltip {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 20000;
	right: -23px;
	bottom: 1.5em;
}
.tooltip-content {
  display:none;
}
.js .tooltip-content {
  display: block;
}
.calendar .tooltip {
	bottom: 2.2em;
}

.tooltip-wrapper {
	position: relative;
	z-index: 19999;
}
.tooltip-content {
	background: #eee;
	overflow: auto;

}
.tooltip-inner {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 5px;
	font-size: .9em;
}

.tooltip-inner td, th {
	text-align: left;
}

.tooltip-bottom {
	height: 10px;
}
.tooltip-bottom-right {
	height: 10px;
	width: 50px;
	background:transparent url('/images/tooltip-pointer.png') no-repeat scroll top right;			
	float: right;
}
.tooltip-bottom-left {
	height: 10px;
}
.tooltip-trigger {
	position: relative;
}

.tooltip-trigger:hover {
	cursor: pointer;
}


/* accordian
-------------------------------------------------------------- */
.accordian .title-wrap {
	width: 50%;
	margin-right: 5%;
	display: inline-block;
}
.accordian .title {
	font-weight: bold;
	padding-right: 20px;
	display: inline;
}
.accordian .indicator {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	background: transparent url('/images/accordian-controls.png') no-repeat scroll 0 0;
}
.accordian .collapsed .indicator {
	background-position: -22px 0;
}
.accordian .expanded .indicator {
	background-position: 0 0;	
}
.accordian .membership-amount {
	width: 41.5%;
}
.accordian dt.hovering {
	background-color: #eee;
}
.accordian dt {
	padding: 1% 1% 1% 2%;
	border-top: 1px solid #d7d7d7;
}
.accordian dd {
	margin:1em 0;
	padding:0.5em 1em;
}
.accordian ul {
	margin-left: none;
}

.simple-accordian .accordian dt {
	border: none;
	padding-left: 0;
	font-size: 1.2em;
}
.simple-accordian .accordian dd {
	padding-left: 0;
}


/* #support
-------------------------------------------------------------- */

#support .column {
	width: 65%;
	margin-right: 4.5%;
}
#support .last {
	width: 30%;
}
.payment-methods {
	background: #FFFFFF url('/images/payment-methods.png') no-repeat scroll right center;
	
}


/* #history
-------------------------------------------------------------- */

#history .column {
	width: 30%;
	margin-right: 4.5%;
}
#history .last {
	width: 65%;
}


/* #people
-------------------------------------------------------------- */

#staff .column img {
	float: left;
	margin-right: 8px;
}


/* special lists
-------------------------------------------------------------- */

.column.single {
	width: 30%;
	margin-right: 4.5%;
}

.column.double {
	width: 65%;
	margin-right: 4.5%;
}

.sp-list {
	margin: 0 0 15px 0;
	padding: 0;
}

.sp-list li {
	list-style-type: none;
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
	padding: 0;
}

.sp-list li a {
	font-weight: bold;
	display: block;
	padding: 4px 0 4px 8px;
	font-size: .9em;
}

.sp-list.pr li a {
	font-weight: bold;
	padding: 4px 0 4px 8px;
	font-size: .9em;
}

.sp-list li a:hover{
	background: #eee;
	color: #3F3F3F;
}


/* resources
-------------------------------------------------------------- */
.external-link {
  padding-right: 20px;
  background: transparent url('/images/external-link.png') no-repeat scroll right center;
}
.document {
  padding-right: 20px;
  background: transparent url('/images/document.png') no-repeat scroll right center;
}
.resources .dates {
  color: inherit;
  font-weight: normal;
  margin-right: 10px;
}

<!--this is jess...--->
table #sponsorstable .noborder img {vertical-align:bottom;}
