/* reset
-------------------------------------------------------------------------------*/

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}
/* img,object,embed {
	max-width: 100%;
} */

object,embed {
	max-width: 100%;
}

ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,select {
	vertical-align: middle;
}
pre {
	white-space: pre;/* CSS2 */
	white-space:pre-wrap;/* CSS 2.1 */
	white-space:pre-line;/* CSS 3 (and 2.1 as well,actually) */
	word-wrap:break-word;/* IE */
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	ertical-align: bottom;*vertical-align:baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select,input,textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
a:hover,a:active {
	outline: none;
}
small {
	font-size: 85%;
}
strong,th {
	font-weight: bold;
}
td,td img {
	vertical-align: top;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre,code,kbd,samp {
	font-family: monospace,sans-serif;
}
.clickable,label,input[type=button],input[type=submit],button {
	cursor: pointer;
}
button,input,select,textarea {
	margin: 0;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}
:focus {
	border: 0;
	outline: none;
}

/* clear
-------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

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

html,body {
	width: 100%;
	height: 100%;
}
body {
	background: #d5d5d5 url(../images/bg-gradient.jpg) repeat-x fixed 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

/* header
-------------------------------------------------------------------------------*/

#header {
	padding: 24px 0 20px 0;
}
#mary-temple {
	display: block;
	width: 844px;
	height: 115px;
	background: transparent url(../images/mary-temple.png) no-repeat 0px 0px;
	margin: 0 auto;
	padding: 0 0 24px 0;
	text-indent: -9999px;
}
#menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
#menu a {
	display: inline-block;
	padding: 0 7px 0 5px;
	color: #999;
	text-decoration: none;
}
#menu a:hover,
#menu a.active {
	color: #000;
}

/* page
-------------------------------------------------------------------------------*/

#page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -30px 0;
}

/* wrapper
-------------------------------------------------------------------------------*/

.wrapper {
	width: 929px;
	margin: 0 auto;
}

/* content
-------------------------------------------------------------------------------*/

#content {
	position: relative;
	padding: 56px 0 86px 0;
}

/* main */

#main {
	font-size: 15px;
	font-weight: bold;
}
#main a {
	color: #000;
	text-decoration: underline;
}
#main a:hover {
	color: #999;
}

/* Mizugi code */
#main h3 a {
	color: #999;
	text-decoration: none;
}
#main h3 a:hover {
	color: #000;
}
#main .ui-state-active a {
	color: #000;
}
/* Mizugi END*/

/* submenu */

#submenu {
	position: fixed;
}
#submenu li {
	padding-bottom: 4px;
}
#submenu li a {
	color: #999;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#submenu li a:hover,
#submenu li a.active {
	color: #000;
}

/* home */

#content.home {
	width: 861px;
}
#content.home .home-img {
	display: inline-block;
	float: left;
	margin: 0 7px;
}

/* columns */

.col-206, .col-460, .col-694 {
	position: relative;
	display: inline;
	margin: 0 14px;
	float: left;
}
.col-206 {
	width: 206px;
}
.col-460 {
	width: 460px;
}
.col-694 {
	width: 694px;
}
.col-206.first, .col-460.first, .col-694.first {
	margin-left: 0;
}
.col-206.last, .col-460.last, .col-694.last {
	margin-right: 0;
}
.col-460.pre, .col-694.pre {
	margin-left: 234px;
}
.col-460.suf {
	margin-right: 234px;
}

/* artwork listing */

.artwork-sub {
	padding: 6px 0 30px 0;
}
.artwork-sub select {
	display: inline-block;
	height: 22px; /* 20 */
	border: 1px solid #a9a9a9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 9px; /* 9 */
	font-weight: bold;
	color: #000;
	background-color: #f4f4f4;
	padding: 3px;
	margin: 0;
	vertical-align: middle;
}
.artwork-sub select option {
	padding: 2px;
	vertical-align: middle;
}
.artwork-sub .artwork-dates,
.artwork-sub .artwork-venue {
	padding-bottom: 9px;
}
.artwork-sub .artwork-venue select {
	width: 124px;
}
.artwork-sub .artwork-dates .month {
	width: 80px;
	margin-right: 3px;
}
.artwork-sub .artwork-dates .year {
	width: 64px;;
}
.go-container {
	display: inline-block;
	position: relative;
	height: 22px;
	margin-left: 3px;
}
.go-container #dates-go {
	font-size: 24px !important;
	position: absolute;
}
.artwork-sub .artwork-search input {
	display: inline-block;
	width: 110px;
	height: 20px;
	border: 1px solid #a9a9a9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
}
.artwork-sub .artwork-search input:focus {
	border-color: #666;
}

/* autocomplete */

ul.ui-menu {
	width: 110px;
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	padding: 3px 0;
}
ul.ui-menu li.ui-menu-item a {
	display: block;
	padding: 2px 6px;
	color: #000;
}
ul.ui-menu li.ui-menu-item a:hover,
ul.ui-menu li.ui-menu-item .ui-state-hover {
	color: #fff;
	background: #000;
}

/* thumbs */

.artwork-thumb {
	position: relative;
	display: inline;
	float: left;
	margin: 0 6px 30px 6px;
}
.artwork-thumb a {
	color: #000;
	text-decoration: none !important;
}
.artwork-thumb a:hover {
	color: #999;
}
.artwork-thumb img {
	display: block;
}
.artwork-thumb h3 {
	padding-top: 6px;
	font-size: 11px;
}
.artwork-thumb.first {
	margin-left: 0;
}
.artwork-thumb.last {
	margin-right: 0;
}
#loading {
	display: none;
}

/* artwork detail */

.artwork-detail-image {
	height: 457px;
	text-align: center;
}
.artwork-detail-text {
	font-size: 11px;
}
.artwork-detail-header {
	padding: 0 0 11px 0;
}
.artwork-detail-header .medium,
.artwork-detail-header .dimensions {
	display: block;
}
.artwork-detail-views {
	font-size: 11px;
	padding: 11px 0 0 0;
}
.artwork-detail-views .thumbs img {
	display: block;
	float: left;
	margin: 7px 7px 0 0;
}
.artwork-detail-menu {
	padding: 11px 0 0 0;
	text-align: center;
}

/* Mizugi code */
.artwork-detail-menu-gallery {
	width: 250px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
}
.artwork-detail-menu-gallery .prev,
.artwork-detail-menu-gallery .next {
	text-align: center;
	display: inline-block;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 0 8px;
	text-decoration: none !important;
}
.artwork-detail-menu-gallery .prev span,
.artwork-detail-menu-gallery .next span {
	position: relative;
	display: inline-block;
	height: 14px;
	top: -1px;
	margin: 0 auto;
}
.artwork-detail-menu-gallery .prev .arrow,
.artwork-detail-menu-gallery .next .arrow {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 0;
}
.artwork-detail-menu-gallery .prev .arrow {
	margin: 0 0 0 7px;
	background: transparent url(../images/arrows.png) no-repeat 0px 0px;
}
.artwork-detail-menu-gallery .next .arrow {
	margin: 0 7px 0 0;
	background: transparent url(../images/arrows.png) no-repeat -10px 0px;
}
.artwork-detail-menu-gallery .prev:hover,
.artwork-detail-menu-gallery .next:hover {
	color: #999;
}
.artwork-detail-menu-gallery .prev:hover .arrow,
.artwork-detail-menu-gallery .next:hover .arrow {
	background-position-y: -10px;
}

/* END Mizugi */

.artwork-detail-menu .prev,
.artwork-detail-menu .next,
#main .prev,
#main .next 
{
	display: inline-block;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0 7px;
	text-decoration: none !important;
}
.artwork-detail-menu .prev span,
.artwork-detail-menu .next span,
#main .prev span,
#main .next span {
	position: relative;
	display: inline-block;
	height: 14px;
	top: -1px;
}
.artwork-detail-menu .prev .arrow,
.artwork-detail-menu .next .arrow,
#main .prev .arrow,
#main .next .arrow
{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 0;
}
.artwork-detail-menu .prev .arrow,
#main .prev .arrow
 {
	margin: 0 0 0 7px;
	background: transparent url(../images/arrows.png) no-repeat 0px 0px;
}
.artwork-detail-menu .next .arrow,
#main .next .arrow
{
	margin: 0 7px 0 0;
	background: transparent url(../images/arrows.png) no-repeat -10px 0px;
}
.artwork-detail-menu .prev:hover,
.artwork-detail-menu .next:hover,
#main .next:hover,
#main .prev:hover
{
	color: #999;
}
.artwork-detail-menu .prev:hover .arrow,
.artwork-detail-menu .next:hover .arrow,
#main .next:hover .arrow,
#main .prev:hover .arrow
{
	background-position-y: -10px;
}

.artwork-detail-return {
	padding: 11px 0 0 0;
}
.artwork-detail-return .return {
	display: inline-block;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none !important;
}
.artwork-detail-return .return span {
	position: relative;
	display: inline-block;
	height: 14px;
	top: -4px;
}
.artwork-detail-return .return .arrow {
	display: inline-block;
	width: 11px;
	height: 14px;
	margin: 3px 7px 0 0;
	background: transparent url(../images/return-arrow.png) no-repeat 0px 0px;
	top: 0;
}
.artwork-detail-return .return:hover {
	color: #999;
}
.artwork-detail-return .return:hover .arrow {
	background-position-y: -14px;
}

/* lightbox */

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
#lightbox-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	top: 96px;
	left: 0px;
	padding-bottom: 96px;
	z-index: 100;
}
#lightbox {
	position: relative;
	width: 949px;
	padding: 0;
	margin: 0 auto;
}
#lightbox-image {
	position: relative;
	background: rgba(124,124,124,0.95);
	padding: 66px 0 20px;
}
#lightbox-image img {
	display: block;
	margin: 0 auto;
}
#lightbox-closes {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#lightbox-closes:hover {
	color: #000;
}

#lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#lightbox-close:hover {
	color: #000;
}

/* news */

.news {
	padding-top: 52px;
}
.news:first-child {
	padding-top: 0;
}
.news > img {
	display: block;
	padding: 0 0 12px 0px;
}
.news .date {
	display: block;
	color: #999;
}
.news h2 {
	font-style: italic;
}

/* exhibitions */

.exhibition {
	padding-top: 52px;
}
.exhibition:first-child {
	padding-top: 0;
}
.exhibition > img,
.exhibition > iframe {
	display: block;
	padding: 0 0 36px 0;
}
.exhibition h2 {
	font-style: normal;
}
.exhibition .date,
.exhibition .opening {
	display: block;
}
.exhibition .exhibition-location {
	padding-top: 15px;
}
.exhibition .press-release {
	color: #999 !important;
}
.exhibition .press-release:hover {
	color: #000 !important;
}
#past-archive {
	padding-top: 15px;
}

/* slideshow */

.slideshow-wrapper {
	display: block;
	width: 460px;
	height: 326px;
}
.slideshow-wrapper .slideshow {
	display: block;
	width: 460px;
	height: 290px;
	overflow: hidden;
}
.slideshow-wrapper .slideshow .slide {
	display: block;
	width: 460px;
	height: 290px;
}
.slideshow-wrapper .slideshow .slide img {
	display: block;
	margin: 0 auto;
}
.slideshow-wrapper .slideshow-controls {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.slideshow-wrapper .slideshow-controls .prev,
.slideshow-wrapper .slideshow-controls .next {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 12px;
}
.slideshow-wrapper .slideshow-controls .prev {
	background: transparent url(../images/arrows.png) no-repeat 0px 0px;
}
.slideshow-wrapper .slideshow-controls .prev:hover {
	background: transparent url(../images/arrows.png) no-repeat 0px -10px;
}
.slideshow-wrapper .slideshow-controls .next {
	background: transparent url(../images/arrows.png) no-repeat -10px 0px;
}
.slideshow-wrapper .slideshow-controls .next:hover {
	background: transparent url(../images/arrows.png) no-repeat -10px -10px;
}

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

#footer {
	position: relative;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	color: #999;
	text-align: center;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

div.exhibition-header h3{
	/*font-size:120% !important;*/
}

div.exhibition-header h3.c100 {
	font-size: 100% !important;
}