/* ================================================================= */
/* THIS IS THE GLOBAL STYLESHEET FOT ALL PAGE TEMPLATES IN ART & ARTISTS */
/* ================================================================= */

/* HIDE BETA MESSAGE ------------------------------------------------ */

.beta-message {
	display: none;
} 

/* GLOBAL TEXT STYLES ----------------------------------------------- */

.hidden { display: none; }
#content a {
	color: #444;
}
.textlink,
.module_content .textlink,
.module_content a span {
	border-bottom: 1px solid #00AED3;
}
#content a:hover,
a.textlink:hover,
.module_content a:hover span {
	color: #0090B5;
	border-color: #0090B5;
}
.module_content a span span {
	border-bottom: none;
}
a.glossarylinktopopup span {
	border-bottom: 1px dotted #666;
}

/* HORIZONTAL LISTS --------------------------------------- */

.list-h {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;	
}
.list-h li {
	vertical-align: top;
	white-space: normal;
	margin: 0px 0px 0px -0.25em;
	display: inline-block;
    /*Dirty IE Hack*/
  	zoom: 1;
  	*display: inline;
  	*margin: 0px;	
}
.list-h li:first-child {
	margin-left: 0px;
}
.ov-h {
	overflow: hidden;
}

/* CENTERING IMAGES IN ELEMENTS --------------------------------------- */
/* To use, wrap an image in two elements as follows: <el class="img-box"><el class="img-cell"><img /></el></el> */

.img-box,
.img-cell {
	vertical-align: middle;
}
.img-box {
	display: table;
	table-layout: fixed;	
}
.img-cell {
	display: table-cell;
	text-align: center;
}
.img-cell img {
	vertical-align: middle;
	overflow: hidden;
	background: #f5f4f3 url("../images/loading-bars-small.gif") no-repeat scroll 50% 50%;
	white-space: nowrap;
	display: inline-block;
}

/* ART & ARTISTS HEADER --------------------------- */

.masthead { 
	background: #f7f6f5; 
	display: block;
	border-bottom: 1px solid #e5e2de;
	padding: 7px 10px;
	position: relative;
}
.aa-header {
	padding: 0px 10px 3px;
}

/* SEARCH FORM -------------------------------------------------------- */

#artSearch {
	z-index: 100;
	padding: 0;
	width: 500px;
	display: block;
}
#artSearch .searchbox-wrap {
	width: 250px;
	height: 26px;
	padding: 0px;
	position: relative;
	border: 1px solid #e5e2de;
	background: #fff;
	color: #CCC;
	float: none;
}
#artSearch input.searchbox {
	background: none;
	margin: 0;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding: 3px 37px 3px 7px;
	width: 206px;
	border: none;
	float: left;
}
#artSearch input.searchbox:focus {
	outline: none;
}
#artSearch .submit {
	width: 32px;
	height: 20px;
	padding: 0px;
	float: none;
	position: absolute;
	right: 0px;
	top: 4px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: url('../images/mag-search.gif') -2px -1px no-repeat;
	border-left: 1px solid #BEC1C2;
}
#artSearch .submit:hover, #artSearch .submit:focus {
	background-position: -2px -24px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ARE YOU LOOKING FOR ----------------------------------------------- */

.AAcontent {
	position: relative;
}
#AYLF-hints {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	display: block;
	overflow: hidden;
	height: 0px;
	width: 0px;
	max-width: 960px;
	background: url('../images/efefef-0.9.png');
	-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.2);
}
#AYLF-hints:hover {
	background: #EFEFEF;
}
#zone-content.filter-page {
	width: 960px;
	clear: both;
	float: left;
	padding-bottom: 15px;
}
.filter-page .AAcontent {
	top: 47px;
	z-index: 500;
}
.AAcontent #AYLF-hints {
	min-width: 390px;
}
.filter-page #AYLF-hints {
	font-size: 1em;
	min-width: 480px;
}
.AYLF-hints {
	float: left;
	padding: 0px;
	width: 960px;
}
.AYLF-hints_wrapper {
	float: left;
	padding: 10px 20px 20px 0px;
}
#AYLF-hints .hint_title {
	font-style: italic;
}
ul.hint_results {
	width: auto;
	float: left;
	padding: 0px 15px 0px 10px;
	border-left: 1px dashed #BEC1C2;
}
ul.hint_results:first-child {
	border-left: 0px none;
}
ul.hint_results .info {
	padding: 0 5px 0 0;
	font-size: 0.9em;
	border: none;
}
ul.hint_results a {
	border-bottom: 1px solid #00AED3;
	margin-right: 5px;
}
ul.hint_results li {
	padding-bottom: 4px;
}
.exit-pop {
	border: 0px none; 
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1001;
	display: block;
	height: 16px;
	width: 0px;
	overflow: hidden;
	padding-left: 16px;
	background:url('../images/close-remove.png') no-repeat 0 0;
	border: none;
}
.exit-pop:hover,
.exit-pop:focus {
	cursor: pointer;
	background-position: 0 -16px;
}
.aylf-mask {
	display: none;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

/* BORROWED FROM ARCHIVE.CSS --------------------------------------------- */
/* By rights, this should only be in the mycollections branch, but until we've got over all our merge troubles, let's just shove it in here. */
.heading_bar h1.artwork-heading {
	max-width: 700px; 
	min-height: 66px;
}

/* BUTTONS --------------------------------------------- */

.collection-share {
	position: absolute;
	z-index: 101;
	width: 232px;
	top: 8px;
	right: 0px;
}
.collection-share .button {
	margin-top: 5px;
}


/* FILTER BREADCRUMBS ---------------------------------------------------------------- */

.breadcrumb { display: block; }
.subject-breadcrumbs .breadcrumb { float: left; clear: left; border-top: #e5e2de dashed 1px; position: relative; }
.subject-breadcrumbs .breadcrumb:first-child { clear: none; border: 0px none; }
.breadcrumb > span, .breadcrumb-trail > span { float: left; }
.breadcrumb-trail a { color: #828282; border-bottom: none; }
.breadcrumb-trail a:focus,
.breadcrumb-trail a:hover { color: #0090B5; border-bottom: #00AED3 1px solid; }
.breadcrumb-trail a.linkRemove:hover { border-bottom: none; }
@media screen {
	span.gt { width:0px; display:inline-block; float: left; overflow:hidden; padding: 0 0 0 14px; background: url('../images/controls.gif') no-repeat -10px -111px;}
}

/* SORT ORDER AND VIEW FORMAT FOR SEARCH RESULTS AND CAROUSELS ---------------------------------------------------------------- */

.search-tools {
	display: inline-block;
	float: right;
	padding-left: 10px;
}
.listControls,
.view-type {
	display: inline-block;
	padding: 3px 10px 10px 10px;
}
.listControls select {
	margin-top: -3px;
}
.view-type {
	white-space: nowrap;
	width: auto;
	text-align: left;
	margin-bottom: -16px;
}
.view-type a {
	border-bottom: 1px solid #00AED3;
	margin-left: 25px;
	text-align: right;
	position: relative;
}
.page-size a {
	border-bottom: 1px solid #00AED3;
	margin-left: 10px;
	text-align: right;
	position: relative;
}
.view-type .activeview,
.page-size .activeview {
	font-weight: bold;
	border-bottom: 0px none;
}
.activeview:hover {
	color: #444;
}
.view-type > div,
.view-type span,
.page-size > div,
.page-size > span {
	float: left;
}
.slideshow span,
.gridview span,
.listview span {
	display: block;
	width: 15px;
	height: 15px;
	background: url('../images/view-icons.gif') 0 0 no-repeat;
	position: absolute;
	top: 1px;
	left: -15px;
}
.gridview span {
	background-position: 0 -15px;
	}
.listview span {
	background-position: 0 -30px;
	}
.slideshow:hover span {
	background-position: -30px 0;
}
.gridview:hover span {
	background-position: -30px -15px; 
}
.listview:hover span {
	background-position: -30px -30px;
}
.slideshow .activeview span {
	background-position: -15px 0;
}
.gridview .activeview span {
	background-position: -15px -15px;
}
.listview .activeview span {
	background-position: -15px -30px;
}

/* ARTWORKS ----------------------------------------- */

.hidden { display: none; }
.art-results .title-and-date {
	padding: 3px 0px 3px 0px; 
}

.art-results .title,
.grid-item .title {
	font-weight: bold;
	margin-right: 3px;
}
.carousel-container .grid-item .title {
	font-weight: normal;
	font-style: italic;
}
.art-results .dates,
.grid-item .dates {
	font-size: 0.9em;
	color: #828282;
}
.art-results .artist,
.grid-item .artist {
	margin-bottom: -3px;
}
.art-results .foreign-title {
	font-style: italic;
	padding: 0px 0px 3px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.art-results .location {
	padding: 0px 0px 0px;
}
.art-results .ref,
.grid-item .ref,
.art-results .location,
.art-results .group-title {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	padding: 2px 0px;
}
.art-results .location-label {
	font-weight: normal;
}
.art-results .group-title,
.art-results .ref,
.grid-item .ref {
	color: #828282;
}

/* ARTWORKS - GRID VIEW ----------------------------------------- */

.explorerResults {
	overflow: visible;
}
.art-results {
	width: auto;
	min-width: 960px;
	padding: 0px;
}
.art-results.grid {
	clear: both;
	border-top: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.grid-item {
	padding: 0;
	float: left;
	display: block; 
	list-style-type: none;
	overflow: hidden;
	width: 240px;
	margin: 0px;
	position: relative;
}
.grid-item-inner {
	background: #fff;
	border: 5px solid #f5f4f3;
	display: block;
}
.grid-item-image,
.grid-item-image a {
	text-align: center;
	width: 210px;
	height: 210px;
	line-height: 210px;
	vertical-align: middle;
	/* overflow: hidden; */
    box-sizing: border-box;
}
.grid-item-image {
	display: table;
	table-layout: fixed;
	padding: 10px; 
}
.grid-item-image a {
	display: table-cell;
}
.grid-item-image img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	background: #f5f4f3 url("../images/loading-bars-small.gif") no-repeat scroll 50% 50%;
	white-space: nowrap;
	display: inline-block;
    width:auto;
    height:auto;
}

/* Missing images */

.no-image-box {
	position: relative;
	margin: auto;
}
.list-item .no-image-box {
	background: url('../images/placeholder-background.gif') repeat;	
}
.grid-item .no-image-box {
	width: 100%;
	height: 230px;
	background: #ddd;
	font-size: 1.3em;
	table-layout: fixed;
}
.grid-item a:focus .no-image-box {
	background: #eee;
}
.grid-item .image-message {
	text-align: center;
	position: absolute;
	vertical-align: middle;
	display: table;
	table-layout: fixed;
	color: #666;
	line-height: 139px;
	width: 139px;
	height: 139px;
	padding: 10px;
	top: 50%;
	left: 50%;
    margin-left:-80px;
    margin-top:-80px;
}
.no-image-box .image-message div {
	width: 139px;
	min-width: 139px;
	height: 139px;
	padding: 0px;
	line-height: 1.6em;
	vertical-align: middle;
	display: table-cell;
}
a:hover .no-image-box .image-message div {
	color: #666;
}
a:focus .no-image-box .image-message div {
	color: #00AED3;
}
.image-pending .no-image-box {
	background: #ddd url("../images/loading-bars-small.gif") no-repeat scroll 50% 50%;
}

/* Text content in grid results */

.grid-item-text {
	padding: 8px 10px 0px;
}
.grid-item-text .group-title {
	display: none;
}
li.grid-item a span {
	border-bottom: 1px solid #00AED3;
}
.grid-item .artist-name {
	font-weight: bold;
}
.grid-item .title-and-date {
	overflow: hidden;
}

/* TWEAKS TO GRID-ITEMS FOR CAROUSELS */

.carousel-container .grid-item-inner {
	background: #f5f4f3;
	border-color: #fff;	
	padding-bottom: 15px;
	height: auto;
}
.carousel-container .grid-item-image img {
	background-color: #fff;
}

/* SEARCH RESULT GRID ITEMS OVERRIDE */

.with-filters .art-results {
	min-width: 930px;
	padding-left: 30px;
	min-height: 220px;
}
.with-filters .art-results.list {
	padding-left: 40px;
	min-width: 920px;
}
.art-results .grid-item {
	width: 25%;
}
.with-filters .no-image-box {
	height: 223px;
}
.with-filters .grid-item-image,
.with-filters .grid-item-image a {
	height: 203px;
	width: 203px;
	line-height: 203px;
}
.art-results .grid-item-inner {
    display: block;
    height: 360px;
    position: relative;
    overflow: hidden;
}

/* AJAX LOADING (EXPLORER RESULTS) -------------------------------------- */

.ajax-holder,
.search-fragment-class,
.filter-results {
	position: relative;
	clear: both;
	float: left;
}
.loading-art-results,
.loading-ajax-image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1500;
}


/* FOCUS STATE FOR IMAGES -------------------------------------------------------------------- */

.carousel-clip a:focus img,
.image-box-thumbnail a:focus img,
.lead-image.pseudo-focus,
.list-item-image a:focus img,
.grid-item-image a:focus img,
.image_box a:focus img {
	-moz-box-shadow: 0px 1px 8px 6px rgba(0, 174, 211, 0.2), 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 8px 6px rgba(0, 174, 211, 0.2), 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 8px 6px rgba(0, 174, 211, 0.2), 0px 1px 2px 2px rgba(0, 0, 0, 0.3);	
}

/* ================================================================= */
/* ARTWORK / ARCHIVE ITEM PAGE ------------------------------------------------ */
/* ================================================================= */

/* ON PAGE SEARCH BAR ------------------------------------------------ */

.art-and-artists-topbar { position: relative; height: 26px; padding: 5px 0px 5px 10px; width: 950px; display: block; background: #EFEFEF; overflow: hidden; }
.art-and-artists-topbar #artSearch { position: relative; right: auto; top: auto; height: auto; float: left; margin: 0px; }
.art-and-artists-topbar #artSearch .main-label { float: left; width: 120px; line-height: 26px; text-align: left; padding: 0px; vertical-align: middle; margin: 0px; }

/* PARENT LIST NAVIGATION -------------------------------------------- */

.listNavigationModule {
	position: absolute;
	right: 0px;
	top: -43px;
	width: 300px;
	height: 42px;
}
.listNavigationModule ul {
	float: right;
	display: inline-block;
}
.pp-previous-wrap,
.pp-next-wrap,
.pp-explorer {
	height: 42px;
	position: relative;
	float: left;
	display: block;
	margin: 0;
	font-size: 0.95em;
	border-left: solid 1px #FFF;
}
.pp-previous-wrap,
.pp-next-wrap {
	width: 42px;
}
.pp-previous,
.pp-next {
	width: 42px;
	height: 42px;
	position: absolute;
	cursor: pointer; 
}
.pp-previous {
	background: url('../drupal/images/pgr_ctrls.png') -18px -44px;
}
.pp-previous:focus,
.pp-previous:hover {
	background: #00aed3 url(../drupal/images/pgr_ctrls.png) 8px -44px;
}
.pp-next {
	background: url('../drupal/images/pgr_ctrls.png') -18px 9px;
}
.pp-next:focus,
.pp-next:hover {
	background: #00aed3 url('../drupal/images/pgr_ctrls.png') 8px 9px;
}
.pp-explorer {
	padding: 10px;
	height: 22px;
	line-height: 22px; 
}
.pp-explorer a {
	border-bottom: 1px solid #00AED3;
}

/* NO IMAGE MESSAGE ---------------------------------------------------------------- */

.no-image {
	padding: 0px 0px 20px;
	text-align: center;
	display: table;
	width: 530px;
	margin: auto;
	table-layout: fixed;
}
.no-image .placeholder {
	width: 530px;
	height: 442px;
	background-color: #cecece;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.no-image p {
	font-family: "Tate New Regular", "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 80px;
}

/* IMAGE BUTTONS ---------------------------------------------------------------- */

.image_footer button.full-screen,
.image_footer button.rotate {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 0px;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
}
button.full-screen span,
button.rotate span {
	padding-left: 100px;
	border: none;
}
.image_footer button.rotate {
	right: 35px;	
}
button.full-screen {
	background: url('../images/archive/fullscreen-icon.png') no-repeat;
}
button.rotate {
	background: url('../images/archive/rotate-icon.png') no-repeat;
}
button.full-screen:focus,
button.full-screen:hover,
button.rotate:focus,
button.rotate:hover {
	background-position: 0px -19px;
}



/* LIGHTBOX (IMAGE FULL SCREEN VIEW) -------------------------------------------- */
.lightbox-container,
.lightbox-container:focus { 
	outline: none;  
	z-index: 2000;
	display: none;
	font-size: 48.0771%;
    line-height: 1.75;
    letter-spacing: initial;
    font-family: Arial, Helvetica, sans-serif;
}
#overlay, .overlay-layer { position: fixed; background: #111; display: none; color: #fff; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1500; }
#lightbox { background: #111; position: fixed; padding: 5px; width: 1px; height: 1px; top: -1000px; opacity: 0; z-index: 10000; }
#loading, .loading-layer { width: 60px; height: 60px; position: fixed; display: block; } 
#overlay.loading #loading,
.overlay-layer.loading .loading-layer { background: url('../images/slideshow/loading.gif') no-repeat 50% 50%;  }
#lightbox.loading { background: #111 url('../images/slideshow/loading.gif') no-repeat 50% 50%;  }
.lightbox-bottombar {
	display: none;
	background: #131313;
	z-index: 1600;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%; 
	min-height: 57px;
	font-size: 1.2em;
	color: #bfbfbf;
}
.lb-ctl-cont,
.lightbox-navigation {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 36px;
	margin: -18px auto auto -51px;
}
.lb-ctl-cont {
	left: auto;
	right: 10px;
	margin-left: 0px;
}
.lightbox-navigation > div {
	min-width: 102px;
	height: 36px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
}
.lightbox-bottombar button {
	width: 36px;
	height: 36px;
	padding: 0px;
	border: none;
	background: #e5e5e5 0px 0px no-repeat;
}
.lightbox-prev,
.lightbox-next,
.lightbox-prev:active,
.lightbox-next:active {
	margin: 0px 10px;
	border: none;
	position: absolute;
	left: 0px;
}
.lightbox-next,
.lightbox-next:active {
	left: auto;
	right: 0px;
}
.lightbox-bottombar button.rotate {
   	background-image: url('../images/lightbox-rotate-icon.png');
}
.lightbox-bottombar button.lightbox-prev {
   	background-image: url('../images/lightbox-previous-icon.png');
}
.lightbox-bottombar button.lightbox-next {
   	background-image: url('../images/lightbox-next-icon.png');
}
.lightbox-bottombar button:focus,
.lightbox-bottombar button:hover,
.lightbox-bottombar button:active {
	background-color: #00B5D9;
	background-position: 0px -36px;
}
.lightbox-bottombar button[disabled],
.lightbox-bottombar button[disabled]:hover {
	background-color: #666;
	background-position: 0px 0px;
	opacity: 0.6;
}
.lightbox-navigation .image-count {
	padding-left: 15px;
}
.lightboxCaption { line-height: 1.5em; padding: 10px 0px; }
.with-nav .lightboxCaption { width: 50%; }
.lightboxCaption .copyright,
.lightboxCaption .caption,
.lightboxCaption .parent-caption { padding: 0px 60px 0px 10px; }
.lightboxCaption .copyright,
.lightboxCaption .credit { font-size: 0.9em; }
.lightboxCaption .caption .title,
.lightboxCaption .parent-caption .title { font-style: italic; }
.lightboxCaption .caption .title,
.lightboxCaption .caption .piece-title,
.lightboxCaption .parent-caption .title { font-size: 1.2em; }
.lightboxCaption .caption .artist,
.lightboxCaption .parent-caption .artist { font-size: 1.2em; }
.lightboxCaption .caption .piece-title { font-weight: bold; }
.lightboxCaption a {
	color: #BFBFBF;
	border-bottom: 1px solid #666;
}
.lightboxCaption a:focus,
.lightboxCaption a:hover {
	color: #DEDEDE;
	border-color: #DEDEDE;
}
.lightbox-close,
.lightbox-close:focus,
.lightbox-close:active {
	position: fixed;
	display: none;
	top: 0px;
	right: 0px;
	border: none;
	width: 40px;
	height: 40px;
	z-index: 1600;
	background: #4a4a4a url('../images/i-close-med-light.png') no-repeat center;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.lightbox-close:hover,
.lightbox-close:focus,
.lightbox-close:active {
	background-color: #00B5D9;
}

/* stop jquery overflow hidding */
#lightbox {
	overflow: visible !important;
}
#lightbox .lightbox-next,
#lightbox .lightbox-prev {
	width: 50px;
	height: 65px;
	line-height: 65px;
	background: #fff;
}
#lightbox .lightbox-next a,
#lightbox .lightbox-prev a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#lightbox .lightbox-next {
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top: -32px;
}
#lightbox .lightbox-prev {
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -32px;
}
#lightbox .lightbox-next a {
	background: #333 url("../images/archive/multi-piece-right.png") no-repeat 10px 10px;
	text-indent: -99em;
}
#lightbox .lightbox-prev a {
	background: #333 url("../images/archive/multi-piece-left.png") no-repeat 10px 10px;
	text-indent: -99em;
}
#lightbox .lightbox-next a:focus,
#lightbox .lightbox-next a:hover,
#lightbox .lightbox-prev a:focus,
#lightbox .lightbox-prev a:hover {
	background-color: #00B5D9;
}
#lightbox .lightbox-target {
	position: relative;
}
#lightbox .lightbox-error {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
}

/* POP-UPS FOR COLLECTION OBJECTS ------------------------------------ */

.grid-popup {
	background-color: #fff;
	position: absolute;
	padding: 10px;
	z-index: 1000;
	text-align: center;
	color: #333333;
	-moz-box-shadow: 0px 0px 50px #fff;
	-webkit-box-shadow: 0px 0px 50px #fff;
	box-shadow: 0px 0px 50px #fff;
	border: 1px solid #c5c4c3;
	font-size: 1.2em;
}
.grid-popup .text-box { overflow: hidden; }
.grid-popup p { text-align: left; padding: 5px 0px 0px; margin: 0px; font-size: 1em; line-height: 1.4em; width: 216px; }
.grid-popup .artist { margin-bottom: -3px; }
.grid-popup .hidden { display: none; }
.grid-popup .listGroupTitle { font-size:0.9em; }
.grid-popup .title { font-style: italic; margin-right: 2px; border: none; }
.grid-popup .dates { font-size: 0.9em; color: #828282; }
.grid-popup .ref { font-size: 0.9em; padding-top: 4px; }


/* AVOID EMPTY BOX APPEARING AS COLORBOX LOADS ------------------------------------ */

#colorbox { outline: none; }


/* RELATED MODULE (YOU MAY ALSO LIKE) ------------------------------------ */

.related-col { width:960px; margin-left:-1px; position: relative; }
.relatedModule,
.relatedModule .module_content,
.artworkListModule .module_content {
	clear: both;
	width: 960px;
	position: relative;
}
.relatedModule .carousel-clip,
.artworkListModule .carousel-clip {
	overflow: hidden;
	width: 960px;
	margin-left: 0px;
	position: relative;	
}
.carousel-clip ul {
	padding: 0;
	margin-bottom: 0;
	width: 5300px;
	margin-left: 0px;
}
.carousel-clip .item,
.carousel-clip .placeholder {
	float: left;
	display: block;
	min-height: 1px;
}

.related-item-text .title, .carousel-work-text .title { font-style: italic; }
.relatedModule .listAcNo, .relatedModule .listForeignTitle { display: none; }
.relatedModule .work-count, .relatedModule .work-date { font-size: 0.9em; }
.related-item-image .no-image-box {
	width: 229px; height: 229px; 
}
.related-item-image .no-image-box .image-message {
	line-height: 139px; width: 139px; height: 139px; padding: 10px; top: 35px; left: 35px;
}
span.related_artist {line-height:1.6em!important;}
.related-col .controlwrap { position:absolute; top:10px; right:4px; width:auto; margin: 0px; }

/* CAROUSELS  ------------------------------------ */

.grid-16 .carousel-container,
.grid-16 .carousel-clip {
	width: 960px;
}
.carousel-container,
.carousel-clip {
	position: relative;
	clear: both;
	display: block;
}
.carousel-clip {
	overflow: hidden;
}
.carousel-clip ul {
	overflow: hidden;
}
.carousel-scroll-left,
.carousel-scroll-right,
.carousel-scroll-left:focus,
.carousel-scroll-right:focus,
.carousel-scroll-left:hover,
.carousel-scroll-right:hover,
.carousel-scroll-left:active,
.carousel-scroll-right:active {
    top: 80px;
	background: #fff200 url(../drupal/images/slider-arrows.png) no-repeat;
	width: 80px;
	height: 80px;
	border: 0px none;
	border-radius: 40px;
	-moz-border-radius: 40px;
	webkit-border-radius: 40px;
	opacity: 0.7;
    position: absolute;
    cursor: pointer;
    z-index: 110;
    overflow: hidden;
    display: none;
    margin: 0px;
 }
.carousel-scroll-left,
.carousel-scroll-left:focus,
.carousel-scroll-left:hover,
.carousel-scroll-left:active {
	right: auto;
	left: 0px;
	margin-left: -10px;
	background-position: 0px 0px;
}
.carousel-scroll-right,
.carousel-scroll-right:focus,
.carousel-scroll-right:hover,
.carousel-scroll-right:active {
	left: auto;
	right: 0px;
	margin-right: -10px;
	background-position: -80px 0px;
}
.top-match-section .carousel-scroll-left,
.top-match-section .carousel-scroll-right {
	top: 124px;
}
.carousel-scroll-left:focus,
.carousel-scroll-right:focus,
.carousel-scroll-left:hover,
.carousel-scroll-right:hover {
	opacity: 1;
	outline: none;
}
.carousel-scroll-left span,
.carousel-scroll-right span {
	margin-left: -100px;
	width: 0px;
}
.carousel-container .enabled,
.carousel-container:hover .enabled {
	display: block;
}
.carousel-container .listHead {
	padding: 10px 0px 10px;
}
.carousel-container .listControls {
	padding: 7px 10px 10px 10px;
}
.carousel-clip .placeholder {
	min-height: 307px;
}
.carousel-clip .placeholder .clear {
	background: url("../images/loading-bars-small.gif") no-repeat scroll 50% 40%;
	height: 307px;
}


/* CAROUSEL HEADINGS */

.top-match-section {
	border-top: #e9e9e9 5px solid;
	clear: both;
	margin-top: 20px;
}
.top-match-section h3 {
	padding: 10px;
	margin: 0px;
	font-size: 16px;
}
.carousel-container .listHead h2 {
	float: left;
	width: 455px;
	padding: 8px 10px;
	margin: 0px;
}

/* pop-ups for images ------------------------------------ */
.work-popup, .range-popup {
	background-color: #fff;
	position: absolute;
	padding: 20px 10px 10px;
	z-index: 2000;
	color: #333333;
	border:1px solid #c5c4c3;
	font-size: 1.2em;
	display: none;
	-moz-box-shadow: 0px 0px 50px rgba(100, 100, 100, 0.7);
	-webkit-box-shadow: 0px 0px 50px rgba(100, 100, 100, 0.7);
	box-shadow: 0px 0px 50px rgba(100, 100, 100, 0.7); 
}
.work-popup .exit-pop { top: 2px; right: 2px; z-index: 2001; }
.work-popup .pop-image-box { text-align: center; }
.work-popup .pop-image-box.loading { background: url('../images/loading-bars-small.gif') no-repeat 50% 50%;  }
.work-popup .pop-image-box img { display: none; }
.work-popup .text-box { padding-top: 10px; }
.work-popup p { text-align: left; padding: 0px; margin: 0px; font-size: 1em; line-height: 1.6em; }
.work-popup .hidden { display: none; }
.work-popup .listGroupTitle { font-size: 0.9em; }
.work-popup .title { font-style: italic; margin-right: 2px; border: none; }
.work-popup .dates, .work-popup .ref, .work-popup .artwork-link { font-size: 0.9em; }
.work-popup .artwork-link { padding-right: 30px; }
.work-popup .dates { white-space: nowrap; }
.work-popup .togglePop { cursor: pointer; display: block; width: 32px; height: 32px; position: absolute; right: 5px; bottom: 5px; border: 0px none; }
.work-popup .togglePop span { display: none; }
.work-popup .enlarge { background: url('../images/expand-collapse-32.png') no-repeat 0px 0px; }
.work-popup .enlarge:focus,
.work-popup .enlarge:hover { background-position: 0px -32px; }
.work-popup .revert { background: url('../images/expand-collapse-32.png') no-repeat 0px -64px; }
.work-popup .revert:focus,
.work-popup .revert:hover {
	background-position: 0px -96px;
}


/* SOCIAL MEDIA */

.share-buttons {
  text-align: right;
  position: relative;
    z-index: 100;
}
.share-buttons--title {
  position: relative;
  z-index: 2;
}
.share-buttons--outer {
  padding: 5px;
  display: none;
  position: absolute;
  width: 200px;
  top: 0;
  margin-top: 40px;
  background: #1a1a1a;
  right: 0;
  z-index: 0;
  border: 1px solid #4a4a4a;
  margin-right: -5px;
}
.share-buttons--outer li a:focus {
	-moz-box-shadow: inset 0 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 0 1px 1px #fff;
	box-shadow: inset 0 0 1px 1px #fff;
}
.share--facebook a,
.share--twitter a,
.share--google a,
.share--email a {
  background: #ccc;
  height: 40px;
  display: block;
    width:0;
  float: left;
  overflow: hidden;
  padding-left: 25%;
  max-width: 25%;
}
.share--facebook a {
  background: #3b5998 url(../images/i-facebook-small-light.png) no-repeat center;
}
.share--twitter a {
  background: #1fc3ff url(../images/i-twitter-small-light.png) no-repeat center;
}
.share--google a {
  background: #d73d32 url(../images/i-google-small-light.png) no-repeat center;
}
.share--email a {
  background: #ffa500 url(../images/i-email-small-light.png) no-repeat center;
}


/* BUTTONS */

.buttons-list li {
  float: left;
  padding: 10px 0 10px 10px;
}
.button {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  border: none;
  cursor: pointer;
}
.button-dark-gray {
  background: #1a1a1a;
  color: #dddddd;
}
.button-light-gray {
  background: #e5e5e5;
  color: #333;
}
.button-light-gray:hover,
.button-light-gray:active,
.button-light-gray:focus {
  background: #ccc;
  color: #333;
}
.medium-large-action {
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding-right: 30px;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}
.small-action {
  height: 30px;
  line-height: 30px;
  padding: 0;
  padding-right: 30px;
  display: inline-block;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
button.no-outline:focus,
.medium-large-action:focus,
.small-action:focus {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button-dark-gray:hover,
.button-dark-gray:active,
.button-dark-gray:focus {
  background: #0f0f0f;
  color: #fff;
}
.button-yellow {
  background: #ffd300;
  color: #333;
}
.button-yellow:hover,
.button-yellow:active,
.button-yellow:focus {
  background: #cfab00;
}
.button-red {
  background: #ef4137;
  color: #fff;
}
.button-red:hover,
.button-red:active,
.button-red:focus {
  background: #c83c34;
  color: #fff;
}
#content .button-blue,
#content .button-blue:visited {
  background: #00aed3;
  color: #ffffff;
}
#content .button-blue:hover,
#content .button-blue:active,
#page-wrapper .button-blue:focus {
  background: #0090B5;
  color: #ffffff;
}
.medium-large-action i {
  height: 36px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.small-action i {
  height: 30px;
  width: 60px;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-right i {
  left: auto;
  right: 0;
}
.button .action-text {
  margin-left: 60px;
}
.icon-right .action-text {
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
}
.button-disabled {
  opacity: 0.4;
  cursor: default;
}
.button-dark-gray.button-disabled:hover {
  background: #1a1a1a;
  color: #ddd;
}
/* ICON REFERENCES */
.medium-large-action .slideshow-light-icon {
  background: url(../images/i-slideshow-med-lrg-light.png) center;
}
.medium-large-action .share-collection-light-icon {
  background: url(../images/i-sharecollection-med-lrg-light.png) center;
}
.medium-large-action .edit-collection-light-icon {
  background: url(../images/i-editcollection-med-lrg-light.png) center;
}
.medium-large-action .save--dark {
  background: url(../images/i-save-med-dark.png) center;
}
.medium-large-action .padlock-open-med--light {
  background: url(../images/i-padlock-open-med-light.png) center;
}
.padlock-open--light {
  background: url(../images/i-padlock-open-light.png) center;
}
.padlock-shut--light {
  background: url(../images/i-padlock-shut-light.png) center;
}
.flag--red {
  background: url(../images/i-flag-red.png);
}
.medium-large-action .wastebin-med--light {
  background: url(../images/i-wastebin-med-light.png) center;
}
.medium-large-action .cancel--dark {
  background: url(../images/i-cancel-med-dark.png) center;
}
.medium-large-action .cancel--light {
  background: url(../images/i-cancel-med-light.png) center;
}
.medium-large-action .submit--dark {
  background: url(../images/i-submit-med-dark.png) center;
}
.medium-large-action .submit--light {
  background: url(../images/i-submit-med-light.png) center;
}
.medium-large-action .add-to-collection--light {
  background: url(../images/i-add-to-my-collection-med-light.png) center;
}
.medium-large-action .add-to-collection--dark {
  background: url(../images/i-add-to-my-collection-med-dark.png) center;
}
.medium-large-action .loadmore-med--light {
  background: url(../images/i-loadmore-med-light.png) center;
}
.medium-large-action .add-med--light {
  background: url(../images/i-add-med-light.png) center;
}
.small-action .submit-light {
  background: url(../images/i-submit-small-light.png) center;
}
.small-action .add-med--light {
  background: url(../images/i-add-small-light.png) no-repeat center;
}
.small-action .share-dark {
  background: url(../images/i-share-small--dark.png) no-repeat center;
}


/* GENERAL CLASSES */
.f-right { float: right; }

/* RELATED LINKS ON ARTWORKS */
#zone-content h2.related-content-title {font-size:18px}
.aaa-list-related--item {width:470px;  float:left; min-height: 90px; background:#f5f4f3; margin:0 5px 10px 5px; overflow:hidden;}
.aaa-list-related--item a {display:block; padding:20px 20px 0 20px; overflow: hidden;min-height: 90px}
.aaa-list-related .aaa-list-related--item  i {background: url(../images/i-related-list-article.png) no-repeat;}
.aaa-list-related .video-item i {background: url(../images/i-related-list-video.png) no-repeat;}
.aaa-list-related .exhibition-item i {background: url(../images/i-related-list-exhibition.png) no-repeat;}

.aaa-list-related .glossary-item i {background: url(../images/i-related-list-glossary.png) no-repeat;}
.aaa-list-related .audio-item i {background: url(../images/i-related-list-audio.png) no-repeat;}

.aaa-list-related .aaa-list-related--item  i {width:70px; height:70px; background-color:#60707a; display:block; float:left; border-radius:35px; -moz-border-radius:35px; -webkit-border-radius:35px;}
.aaa-list-related .aaa-list-related--item:hover  i {background-color:#00aed3;}
.aaa-list-related .aaa-list-related--item:hover a {color:#0090B5; background:#eee;}
.aaa-list-related--text {margin-left:90px; display:block;}
.aaa-list-related--title {font-size: 16px;line-height:120%; font-weight: bold;border-bottom: 1px solid #00aed3;}
.aaa-list-related--label {display: block; text-transform: uppercase;}


/*-------------------------------------------    
    Override base.css
-------------------------------------------*/

/* ARTWORK TEXT AND ARTIST TEXT PAGES */

#region-sidebar-first {
	border-right: 1px solid #E5E2DE;
	margin-left: -1px; 
}
.main-content {
	border-right: 1px solid #e5e2de;
	border-left: 1px solid #E5E2DE;
	margin-left: -1px;
}
.region-sidebar-second {
	float: left;
	margin-left: -1px;
}
#zone-content { min-height: 0px; }
#zone-content h2 {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
.grid-12.main-content {
	border-right: none;
}
#region-sidebar-first #block-menu-block-1 {
	padding-bottom: 0px;
}
#page-wrapper input:focus,
div[role='dialog']:focus { outline: none !important; }
