body {
	margin: 0;
	background: #13110c;
	color: #000000;
	font: 12px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	line-height: 150%;
}

html {
	-webkit-text-size-adjust: 100%;		/* prevent font scaling in landscape while allowing user zoom */
}

.page {									/* only needed to make inner's width/margin work */
}

.inner {
	background: #1c1913;
	max-width: 1200px;					/* allow page no wider than 1200 pixels */
	margin: 0 auto;
	border-right: 1px solid #382d18;
	border-left: 1px solid #382d18;
}

img {
	max-width: 100%;					/* enables fluid images on browser resize */
	image-rendering: crisp-edges;		/* see G4V folder, fixes safari-retina blurring */
}

a {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;						/* color when you click on the link */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

h1 {
	font: 24px "Cormorant Garamond", Georgia, serif;
	font-weight: 300;
	color: #e8e1da;
	line-height: 140%;
	margin-top: -5px;
}

.indentH1 {
	margin-left: 8.333333%;				/* 100px / 1200px */
}

b {
	font-weight: 800;
}

/* -------- MASTHEAD AND MAIN MENU -------- */

.menumastcontainer {
	position: fixed; 					/* set the navbar to fixed position */
	top: 0; 							/* position the navbar at the top of the page */
	width: 100%; 						/* full width */
	max-width: 1200px;					/* I added to keep it from going beyond 1200 */
	border-right: 1px solid #382d18;
	border-left: 1px solid #382d18;
}

.masthead {
	padding: 20px 8.333333% 20px 8.333333%;		/* 100px / 1200px */
	background: #1c1913;
}

.masthead:after {						/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.masthead a {
	border-bottom: none;
}

.mastheadL {
	float: left;
	width: 50%;
}

.mastheadL img {
	width: 55%;
}

.mastheadR {
	float: right;
	width: 50%;
}

.mastheadR img {
	width: 55%;
	display: block;						/* see "css notes new site", aligns contents R */
	margin-left: auto;					/* see "css notes new site", aligns contents R */
	margin-right: 0;					/* see "css notes new site", aligns contents R */
}

.mainmenu {
	background: #b0872e;
	padding-right: 8.333333%;			/* 100px / 1200px */
	padding-left: 8.333333%;			/* 100px / 1200px */
	padding-top: 6px;
	padding-bottom: 6px;
	font: 11px "Space Mono", Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #e8e1da;
	letter-spacing: 2px;
	line-height: 20px;
}

.mainmenu ul {
	text-align: right;
	padding: 0;							/* disable default UL left padding */
	margin-top: 5px;
	margin-bottom: 3px;
	list-style-type: none;
}

.mainmenu li {
	display: inline;
	white-space: nowrap;
	margin-left: 25px;
}

.mainmenu li a {
	color: #f5efe9;
}

.mainmenu li a:hover {
	color: #000000;
	border: 0;							/* disable dotted underline on hover */
}

/* -------- MAIN SECTION -------- */

.mainphoto {
	padding-top: 140px;					/* allow space for fixed menu at top */
	margin-left: 8.333333%;				/* 100px / 1200px */
	margin-right: 8.333333%;			/* 100px / 1200px */
	margin-bottom: 5px;
}

.mainphoto:after {						/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.contactpagephoto {
	padding-top: 109px;					/* allow space for fixed menu at top */
	margin-bottom: 25px;
}

.noborder {
	border: 0 !important;
}

.graybox {
	padding: 10px;
	margin-top: 16px;
	margin-bottom: 20px;
	background-color: #eeeeee;
}






/* -------- BASIC PAGES -------- */

.blackbgsection {
	margin: 0 8.333333% 0;				/* 100px / 1200px */
	padding-top: 30px;
	padding-bottom: 20px;
	font: 18px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	color: #f5efe9;
	line-height: 160%;
}

.blackbgsection:after {				/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.blackbgsection p {
	margin-top: 20px;
}

.creambgsection {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 8.333333%;
	padding-right: 8.333333%;
	font: 18px "Cormorant Garamond", Georgia, serif;
	background-color: #ece7dd;
	font-weight: 400;
	color: #000000;
	line-height: 160%;
}

.creambgsection:after {					/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.thespacetext {
	float: left;
	width: 65%;
}

.sidebar {
	float: left;
	width: 30%;
	margin-top: 84px;
	margin-left: 5%;
}

.sidebarartbox {
	padding-top: 40px;
	padding-bottom: 15px;
	border-top: 1px solid #999999;
}

.sidebarart img {
	margin-bottom: 10px;
}

.sidebarart a:hover {
	border: 0;							/* disable dotted underline on hover */
}

.statbox {
	padding-top: 30px;
	border-top: 1px solid #999999;
}

.statnumber {
	font: 48px "Cormorant Garamond", Georgia, serif;
	color: #cca23c;
	margin-bottom: 4px;
}

.stattext {
	font: 10px "Space Mono", Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.bigbodytext {
	font-size: 19px;
	color: #cca23c;
	font-weight: 600;
	font-style: italic;
}

.smallmonocaps {
	font: 10px "Space Mono", Arial, sans-serif;
	text-transform: uppercase;
	color: #cca23c;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.smallmonocaps a {
	color: #cca23c;
}

.largermonocaps {
	font: 14px "Space Mono", Arial, sans-serif;
	text-transform: uppercase;
	color: #cca23c;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.head1white {
	font: 56px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	color: #f5efe9;
	margin-bottom: 25px;
	line-height: 100%;
}

.programhead {
	font: 25px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	color: #cca23c;
	margin-bottom: 15px;
	line-height: 100%;
	border-top: 1px solid #382d18;
	padding-top: 20px;
}

.programdescription {
	font: 16px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	color: #999999;
	line-height: 120%;
	margin-bottom: 28px;
}

.changetoblack {
	color: #000000;
}

.head2gold {
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	color: #cca23c;
	line-height: 110%;
}

.makegray {
	color: #999999;
}

.passagemagsnap {
	float: left;
	margin-right: 40px;
	width: 25%;
}

/* -------- EXHIBITION PAGES -------- */

.surlstopL {
	float: left;
	width: 45%;
	margin-right: 7%;
}

.surlstopR {
	float: left;
	width: 48%;
	padding-top: 40px;
}






.surlstopL a:hover {
	border-bottom: none !important;		/* remove dotted underline on hover */
}




.surlstopL a:visited {
	border: none !important;
}

.surlstopL {
	border: none !important;
}

.surlstopL:visited {
	border: none !important;
}

.surlstopL img a {
	border: none !important;
}

.surlstopL img a:visited {
	border: none !important;
}









.surlsdates {
	font: 10px "Space Mono", Arial, sans-serif;
	text-transform: uppercase;
	color: #999999;
	line-height: 200%;
	letter-spacing: 2px;
	margin-top: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #382d18;
	border-bottom: 1px solid #382d18;
}

.surlsquote {
	padding-bottom: 13px;
	font: italic 30px "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	color: #cca23c;
	line-height: 110%;
}

.Rfloat30per {
	float: right;
	width: 30%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.aboutartistL {
	float: left;
	width: 30%;
	margin-right: 10%;
	margin-top: 25px;
}

.aboutartistR {
	float: left;
	width: 60%;
}







.mainpic330 {
	float: right;
	position: relative;
	top: -4px;
	width: 67.346938%;					/* 330px / 490px */
	margin-left: 3.061224%;				/* 15px / 490px */
	margin-bottom: 10px;
}

.mainpic300 {
	float: right;
	position: relative;
	top: -4px;
	width: 61.224489%;					/* 300px / 490px */
	margin-left: 3.061224%;				/* 15px / 490px */
	margin-bottom: 10px;
}

.mainpic250 {
	float: right;
	position: relative;
	top: -4px;
	width: 51.020408%;					/* 250px / 490px */
	margin-left: 3.061224%;				/* 15px / 490px */
	margin-bottom: 10px;
}

.caption {
	font: 11px "Open Sans", Arial, sans-serif;
	font-weight: 800;
	line-height: 130%;
	color: #000000;
}

.rightcolumnpic {
	margin-bottom: 6px;
}

.rightcolumnart + .rightcolumnart {		/* adjacent sibling combinator */
	margin-top: 25px;
}

.sidebyside2pics {						/* use 250 wide images here */
	max-width: 490px;
}

.sidebyside2pics:after {				/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.sidebysidepicsL {
	float: left;
	width: 48%;
}

.sidebysidepicsR {
	float: left;
	margin-left: 4%;
	width: 48%;
}

.sidebyside300pics {					/* only use two 300 x 400 images here */
	max-width: 620px;
}

.sidebyside300pics:after {				/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.sidebyside380pics {					/* only use two 380 x --- images here */
	max-width: 760px;
}

.sidebyside380pics:after {				/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.sidebyside390max {						/* only use two 390 x --- images here, this max width */
	max-width: 800px;
}

.sidebyside390max:after {				/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/* -------- NOV 2017 INDEX PAGE SLIDESHOW -------- */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* -------- "THE SPACE" PAGE -------- */




/* -------- FAT FOOTER -------- */

.footer {
	background-color: #000000;
	color: #ffffff;
	padding: 20px 8.333333% 20px;		/* 100px / 1200px */
	display: -webkit-flex;				/* see notes on next 4 lines */
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.footer:after {							/* self-clears floats */
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.footer a {
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
}

.footerlogo {
	float: left;
	padding-top: 15px;
	padding-right: 5%;
	width: 30%;
}

.footerlogo img {
	width: 50%;
}

.footerlogo a {
	border-bottom: none;
}

.footertext {
	font: 14px "Cormorant Garamond", Georgia, serif;
	line-height: 180%;
	color: #f5efe9;
	margin-top: 0px;
}

.footerhead {
	font: 10px "Space Mono", Arial, sans-serif;
	text-transform: uppercase;
	color: #cca23c;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.footerRcols {
	float: left;
	width: 70%;
}

.footerleft {
	float: left;
	width: 32%;
}

.footermiddle {
	float: left;
	padding-left: 5%;
	width: 38%;
}

.footerright {
	float: left;
	padding-left: 5%;
	width: 20%;
}

/* -------- PAD LAYOUT OVERRIDES START HERE -------- */

@media (max-width: 850px) {

.showthumb {
	width: 11.403508%;					/* 65px / 570px */
	margin-right: 3.508771%;			/* 20px / 570px */
}

.showdescription {
	width: 85.087719%;					/* 485px / 570px */
}

.videothumb {
	width: 17.543859%;					/* 100px / 570px */
	margin-right: 3.508771%;			/* 20px / 570px */
}

.videodescription {
	width: 78.947368%;					/* 450px / 570px */
}
}										/* end max-width 730px */

/* -------- MOBILE LAYOUT OVERRIDES START HERE -------- */

@media (max-width: 580px) {

.inner {
	width: 100%;
}

.indentH1 {
	margin-left: 4%;
}

.masthead {
	padding-right: 4%;
	padding-left: 4%;
	width: 92%;
}

.mastheadL img {
	width: 75%;
}

.mastheadR img {
	width: 75%;
}

.mainmenu {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4%;
	padding-left: 4%;
}

.mainmenu li {
	margin-left: 20px;
}

.mainsection {
	margin-right: 4%;
	margin-left: 4%;
}

.indexbottom {
	margin-left: 4%;
	margin-right: 4%;
	font-size: 13px;
}

.indexbottom b {
	font-size: 14px;
}

.indexbottom p {
	margin-top: 15px;
}

.indexcurrentshow p {
	margin-top: 0;
	margin-bottom: 0;
}

.bigtitle {
	font-size: 22px;
}

.passagemagsnap {
	margin-right: 30px;
	width: 35%;
}

.surlstopL {
	float: none;
	width: 100%;
	margin-right: 0;
}

.surlstopR {
	float: none;
	width: 100%;
	padding-top: 30px;
}

.Rfloat30per {
	width: 45%;
}


.contactpagephoto {
	padding-top: 95px;					/* allow space for fixed menu at top */
}

.aboutartistL {
	width: 20%;
	margin-right: 10%;
}

.aboutartistR {
	float: left;
	width: 70%;
}





.footer {
	padding-left: 4%;
	padding-right: 4%;
	display: block;
}

.footerlogo img {
	width: 100%;
}

.footerRcols {
	width: 62%;
}

.footerleft {
	float: none;
	width: 100%;
}

.footermiddle {
	float: none;
	width: 100%;
	padding-left: 0;
}

.footerright {
	float: none;
	width: 100%;
	padding-left: 0;
}

.footertext {
	line-height: 150%;
}



}										/* end max-width 480px */
