/*
 * Site-wide stylesheet
 */


/* Override unwanted default styling */

img {
	border: none;
	display: block;
}

fieldset {
	border: none;
	padding: 0px;
}


/* Document-wide styling */


body {
	background-color: #FFFFFF;
	font: 10pt/16pt Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #888;
	margin: 0px;
	/* Avoid slight horizontal shift when scrollbar appears (CSS 3) */
	overflow-y: scroll;
}


.fixed-width-container {
	position: relative;
	width: 800px;
	margin: 0px auto;
}
a {
	color: #888;
}
h1 {
	color: #ccc;
	margin: 24px 0px 12px;
}
h3 {
	color: #ccc;
	font-size: 10pt;
	margin-bottom: 0px;
}

h4 {
	color: #E70B0F;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
}



p {
	text-align: justify;
}


/* Common page elements */

.masthead {
	text-align: left;
	margin: 0px 0px 20px;
}
.masthead h1 {
	padding-right: 5px;
}

.masthead img {
	margin-left: auto;
}

.top-nav {
	margin: 0px;
	padding: 0px;
}
.top-nav li {
	margin: 0px;
	display: inline;
	padding: 0px 5px 0px;
}
.top-nav li + li {
	border-left: 1px solid #888;
	padding-left: 8px;
}
.top-nav a {
	font: 9pt Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #888;
}
.top-nav a.highlight {
	color: #ccc;
}

.page-nav, .gallery-nav {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.page-nav a, h2 a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
}
h2, .page-nav li, .gallery-nav a {
	font: 9pt Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #bbb;
	color: #fff;
	padding: 4px 8px;
}
.gallery-nav a {
	display: block;
}
h2, .page-nav li {
	margin: 0px 0px 2px;
}
.gallery-nav li {
	padding: 0px 0px 2px;
	background: #fff;
}
h2.nav:hover, .page-nav li:hover, .gallery-nav li:hover a {
	background: #888;
	color: #fff;
}
h2.highlight, .page-nav li.highlight, h2.highlight:hover,
.page-nav li.highlight:hover, .gallery-nav li.active a {
	background: #999;
	color: #fff;
}

.footer {
	margin: 30px 0px 0px;
	border-top: 1px solid #ccc;
	clear: both;
}

.copyright {
	font-size: 8pt;
	margin: 4px 0px;
}

.legend {
	font-size: 10pt;
	margin: 4px 0px;
	text-align: right;
}

/* Gallery navigation (slideshow) */
.featured-gallery {
	height: 540px;
}
.gallery-nav img {
	display: none;
}

/* Gallery navigation (sliding accordion) */
.accordion {
	position: relative;
	height: 636px;
	width: 800px;
	overflow: hidden;
}
.gallery-nav span {
	display: block;
}
.gallery-nav a {
	text-decoration: none;
}


/* Galleries */

.gallery-subnav {
	margin-top: 40px;
}
.triptych {
	float: left;
	margin: 0px 0px 12px 2%;
	width: 32%;
	overflow: hidden;
}
.triptych:first-child {
	margin-left: 0px;
}
.triptych:hover h2 {
	background: #888;
}

.diptych {
	float: left;
	margin: 0px 0px 12px 2%;
	width: 48%;
	overflow: hidden;
}
.diptych:first-child {
	margin-left: 0px;
}
.diptych:hover h2 {
	background: #888;
}
li.gallery-heading {
	margin-bottom: 0px;
}
.gallery {
	height: 570px;
	position: relative;
}
#gallery-img {
	margin: 0px auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.gallery-controls {
	margin: 20px auto 0px;
	width: 800px;
}
.gallery-title, .gallery-metadata, .gallery-description {
	display: none;
}
#carousel li {
	display: block;
	width: 175px;
	height: 130px;
	margin: 0px 5px;
	position: relative;
}
li.carousel-item {
	cursor: pointer;
}
#carousel li img {
	margin: 0px auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* Buttons on Glow carousel component */
.carousel-nav .carousel-label,
.carousel-nav .carousel-background,
.carousel-nav .carousel-top,
.carousel-nav .carousel-bottom {
	visibility: hidden;
}
.carousel-nav, .carousel-window {
	background: #fff !important;
}

.gallery-info {
	clear: both;
}
.gallery-info h3 {
	color: #888;
}
.gallery-info h4 {
	color: #ED070A;
}


/* Biography page */

.biography {
	margin-top: 45px;
}
.biography img {
	float: left;
	margin: 4px 45px 0px 0px;
}
.biography div {
	float: left;
	width: 364px;
	margin-bottom: 30px;
}
.biography p {
	margin-top: 0px;
}


/* Exhibitions page */

.exhibitions {
	float: left;
	width: 800px;
	margin-right: 0px;
}

.forthcoming-exhibitions h2, .previous-exhibitions h2 {
	margin-bottom: 16px;
}

/* Avoiding :first or + selectors for IE6 compatibility */
.forthcoming-exhibitions li.first {
	border-top: none;
}
.forthcoming-exhibitions li {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 14px 0px;
}
.forthcoming-exhibitions img {
	float: left;
	margin-right: 16px;
}
.forthcoming-exhibitions h3 {
	margin: 0px;
	font-weight: normal;
}
.forthcoming-exhibitions .title {
	font-weight: bold;
}
.forthcoming-exhibitions .title a {
	color: #ccc;
	text-decoration: none;
}
.previous-exhibitions dt a {
	color: #ccc;
}
.forthcoming-exhibitions div.location, .forthcoming-exhibitions div.date {
	line-height: 120%;
}
.forthcoming-exhibitions p {
	margin: 6px 4px 0px 0px;
}

.previous-exhibitions {
	clear: both;
	margin-top: 12px;
	line-height: 2em;
}
.previous-exhibitions dl {
	margin: 0px 0px 40px;
}
.previous-exhibitions dt {
	float: left;
	clear: both;
	margin-right: 0.8em;
	color: #ccc;
}

.studio-visits {
	float: left;
	width: 259px;
}
.studio-visits img {
	margin-top: 30px;
}
.studio-visits p {
	margin-top: 0px;
}
.exhibitions ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* Catalogue page */

.catalogue-image {
	margin-top: 65px;
}


/* Contact page */

.mailing-list, .contact-us {
	float: left;
	width: 392px;
	margin-bottom: 30px;
}

.mailing-list h2, .contact-us h2 {
	margin: 0px 0px 16px;
}
.mailing-list {
	margin-right: 16px;
}
.mailing-list input.text {
	width: 382px;
	margin-bottom: 5px;
	padding: 1px 2px;
	border: 1px solid #888;
	font: 10pt/16pt Arial, Helvetica, sans-serif;
	color: #888;
}
.mailing-list input.submit {
	margin-top: 10px;
}

.contact-us h3 {
	font-weight: normal;
	margin-bottom: 8px;
}
.contact-us .fn {
	font-weight: bold;
}
.contact-us .visit-info {
	margin-top: 18px;
}
.visit-info .adr {
	margin-top: 10px;
}
.visit-info .fn, .visit-info .org {
	display: none;
}
.contact-us .visit-info .extended-address {
	font-weight: bold;
}


/*
 * IE-specific fixes
 */

/* IE6 double-margin bug */
.ie6 .mailing-list, .ie6 .contact-us {
	display: inline;
}

/* Fix spurious extra padding and vertical misalignment on headings */
.ie7 .page-nav li {
	padding: 1px 8px;
	vertical-align: middle;
}
.ie6 .page-nav li {
	line-height: 100%;
	position: relative; /* fix disappearing elements in IE6 */
}

/* Input boxes on Contact page */
.ie6 .mailing-list input.text,
.ie7 .mailing-list input.text,
.ie8 .mailing-list input.text {
	line-height: 14pt;
	height: 14pt;
}
.ie6 .mailing-list input.text,
.ie7 .mailing-list input.text {
	margin: 1px 0px;
}

/* Interaction nav: prevent text being indented on mousing over floats */
.ie7 .interaction-description {
	clear: left;
	margin-top: -35px;
}

/* Compensate for erroneous whitespace before exhibition heading in IE6 */
.ie6 .forthcoming-exhibitions li.first h3 {
	margin-top: -25px;
}

/* Home page gallery nav (slideshow) */
.ie7 .gallery-nav li,
.ie6 .gallery-nav li {
	/* Avoid display:none images creating extra space in nav links */
	overflow: hidden;
	/* Trigger hasLayout to avoid redraw glitch in IE6 */
	width: 100%;
}
