@charset "utf-8";
body {
	font-family: "Merriweather", "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333;
	background-color: #E7E1D6;
	margin: 0;
	padding: 12px;
	line-height: 150%;
}
#debug {
	z-index: 500;
	background-color: rgba(256,256,256,.5);
	color: #000;
	border: 1px solid #FFF;
	padding: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
}
.debugnotes {
	font-size: medium;
	line-height: 1.1em;
}
iframe {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	display: block;
	height: 360px;
	background-color: #000;
}

figure {
	padding: 0;
	margin: 0;
}
figure .caption {
	text-align: right;
	font-size: .8em;
	line-height: 1.5em;
	color: #FFFF00;
}
blockquote {
	font-size: .9em;
	text-align: left;
	padding: 0 1em;
	margin: 1em 0 1em 1em;
	border-left: 4px solid #666;
}

h1, h2, h3, #navbar, #mobilenav {
	font-family: "Lancelot", Georgia, Times, serif;
}
h1 {
	font-size: 2.375em;
	font-style: italic;
	line-height: 100%;
	margin-bottom: 1.5rem;
}
h2 {
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
h3 {
	font-size: 21px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 21px;
}
hr {
	margin: 1.2em 0;
	border-top: 2px solid #666;
	border-left: none;
	border-bottom: none;
	border-right: none;
	clear: both;
}

a, a:link, a:visited{
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	text-decoration: none;
	color: #D0920F;
}
a:hover, a:visited:hover {
	color: #7B8EC1;
	text-decoration: none;
}
h1 a, h1 a:link, h1 a:visited{
	text-decoration: none;
	color: #333;
}
h1 a:hover, h1 a:visited:hover{
	text-decoration: none;
	color: #333;
}
li {
	list-style-position: outside;
	padding-bottom: 4px;
}
ul {
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border {
	border: 1px solid #666666;
}
.border2 {
	border: 1px solid #000;
}
#fullwidth, #footer {
	box-sizing: border-box;
	width: 980px;
	max-width: 100%;
	margin: auto;
}
#fullwidth {
	background-color: #E1DDDC;
}
.frame {
	border: 10px double #E7E1D6;
	padding: 10px;
}
.fullsplit, #header, .split {
	box-sizing: border-box;
	display: table;
	width: 100%;
}
.fullsplit > div {
	display: table-cell;
	vertical-align: middle;
}
.split > div {
	display: table-cell;
	vertical-align: top;
}
.split > div.inforight {
	vertical-align: middle;
}
.split .menuside {
	width: 220px;
	text-align: right;
}
#home {
	background-image: url(https://rivergalleryart.com/elements/river_gallery_dark.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home #navbar {
	padding-left: 310px;
}
#home h2 {
	font-size: 48px;
	line-height: 100%;
	margin-top: 20px;
}
#home h4, #home h3 {
	font-size: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#home h3 {
	line-height: 150%;
	font-family: "Merriweather", "Times New Roman", Times, serif;
	color: #7B8EC1;
}
#home p + h4 {
	margin-top: 0px;
}
#home h4 + p {
	line-height: 130%;
	margin-top: -12px;
	padding-top: 0;
}
.infoside {
	box-sizing: border-box;
	padding: 130px 1em 0px;
	text-align: center;
	margin-bottom: 1em;
}
.split .feature, .split .inforight {
	text-align: center;
	width: 50%;
}
.split .feature.full {
	width: 100%;
}
.feature img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: .4em;
}	
.feature p {
	font-size: .95em;
	padding: 2px .5em .5em;
}
#header {
	background-image: url(https://rivergalleryart.com/elements/river_gallery_dark.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 307px;
	padding: 10px 10px 0px
}
#header > div {
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
#header .logoside a {
	display: block;
	width: 240px;
	height: 120px;
}

#main {
	padding: 1em 1em 0;
}
.page {
	margin-bottom: .5em;
}
.page .colpad h3 {
	color: #D18C01;
	font-size: 1.5em;
	line-height: 1em;
}
.type {
	font-size: 19px;
}

#footer {
	margin-top: 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
}
#footer p {
	text-align: center;
	color: #AAA8A9;
}
#footer .controlside {
	position: absolute;
	top: 1em;
	left: 1em;
}
#footer .credit {
	font-family: "Lancelot", Georgia, Times, serif;
	font-size: 19px;
}
.darkback  {
	background-color: #786777;
}
.darklink {
	color: #EBE7E4;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
.darklink img {
	border-color: #FBCE2B;
}
.darklink a:hover img {
	border-color: #84F0F0;
}
.lightback  {
	background-color: #F4E9CD;
}
.lightlink {
	color: #000;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #4B5D8B;
	text-decoration: none;
	font-weight: bold;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #8C9BC1;
	text-decoration: underline;
	font-weight: bold;
}
.lightlink  img {
	border-color: #366D81;
}
.lightlink  a:hover  img {
	border-color: #000;
}
.blackback  {
	background-color: #111111;
	border: 16px solid #000;
}
.blacklink {
	color: #FFF;
}
.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #FF9999;
	font-weight: bold;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.blackcell {
	background-color: #000;
}
#navbar ul	{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	margin: 0;
	display: table;
	width: 100%;
}
#navbar li{
	display: table-cell;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 100%;
	list-style: none;
}
#navbar a {
	padding-right: .5em;
	padding-left: .5em;
}
#navbar a, #navbar a:link, #navbar a:visited {
	color: #505050;
}
#navbar a:hover, #navbar a:visited:hover {
	color: #D0920F;
}
#navbar .nav.on a {
	border: 1px solid #7B8EC1;
	color: #7B8EC1;
}
#navbar ul ul {
	display: none;
}
#mobilenav {
	background-color: #2F2F2F;
	display: none;
	width: 100%;
	position: relative;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	font-size: 1.5em;
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 1px solid #D0920F;
} 
#mobilehide > ul:last-child{
	border-bottom: 1px solid #D0920F;
}
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
	display: none;
}
#mobilenav .more {
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: none;
}
#mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	line-height: 44px;
	height: 44px;
	display: block;
	color: #C0BBB7;
	font-weight: 400;
}
#mobilenav .on a{
	color: #FFF;
}
#mobilenav .mobiletitle {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: xx-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul {
	display:none;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center 0px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #000;
	background-color: #D0920F;
}
#mobilehide, .hide {
	display: none;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label {
	background-position: center -109px;
}
.noticeborder{
	background-color:#E0690D;
	border:1px solid #FAA81C;
	padding: 8px;
	text-align: center;
	color:#FFF
}
.noticeborder a, .noticeborder a:link, .noticeborder a:visited{
	color:#FFFF00!important;
	text-decoration:none
}
.noticeborder a:hover, .noticeborder a:visited:hover{
	color:#FFFF00!important;
	text-decoration:underline
}
.light1 {
	color: #7B8EC1;
}
.normal {
	font-style: normal;
	font-weight: normal;
}

.light2 {
	color: #479E98;
}
.light3 {
	color: #EB010A;
}
.dark1 {
	color: #684A01;
}
.dark2 {
	color: #848283;
}
#biography h3 {
	font-family: "Merriweather", "Times New Roman", Times, serif;
	padding: .8em 0 .5em;
	color: #A5F5FA;
}
.artgroup, .piecegroup {
	text-align: center;
	margin: 1em 0;
	color: #F8F8F8;
}
.artgroup img, .piecegroup img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.artgroup > div, .piecegroup > div{
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 4px;
	padding: 4px;
}
.piecegroup > div, .cellborder {
	border: 1px solid #222222;
	background-color: #333;
}
.piecegroup > div {
	width: 30%;
	font-size: 16px;
	line-height: 150%;
}
.piecegroup .pad {
	padding-left: 16px;
}
.piecegroup p {
	padding: 0;
}
.artgroup img {
	display: block;
	margin: auto;
	padding-bottom: 4px;
	padding-top: 4px;
}
.artgroup > div, .piecegroup img, .feature {
	margin: 8px;
	border: 1px solid #666;
	background-color: #505050;
	padding: 10px;
	color: #F8F8F8;
}
.artgroup > div{
	width: 20%;
	line-height: 120%;
}
.artists .artgroup > div {
	min-height: 300px;
}
#googleMap {
	width: 100%;
	height: 380px;
	display: block;
}
.events.page {
	padding: 0 4em;
}
table.display {
	width: 100%;
	margin: 0;
	padding: 0 2em;
	border-collapse: separate;
}
table.display td, table.display th {
	vertical-align: middle;
	padding: .5rem;
}
.contactstable {
	margin: 0 auto 0 0;
}
.contactstable {
	border-collapse: separate;
	border-spacing: 2em;
}
.docside {
	width: 200px;
	text-align: center;
}
.textside {
	text-align: center;
}
.textside p {
	font-size: .8em;
	line-height: 1.36em;
}
table.display td.docside {
	padding-right: 1em;
}

.display h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: .5rem;
}
.display h3 a, .display h3 a:link, .display h3 a:visited {
	color: #333;
}
.display h3 a:hover, .display h3 a:visited:hover {
	color: #7B8EC1;
}
.columnize {
	margin-bottom: 1em;
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	column-count: 3;
	column-gap: 2em;
}

.forcebreak:after {
	content: "\A";
	white-space: pre;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 962px) {
	#debug::before {
		content: "< 962";
	}
	#header {
		background-position: 0px 0px;
	}
	#header .logoside a {
		width: 190px;
	}
	#header .navimage{
		text-align: right;
	}
	#header .navside img {
		width: 79%;
		height: auto;
	}
	#navbar li {
		font-size: 20px;
	}
	#navbar a {
		padding-right: .2em;
		padding-left: .2em;
	}
	#home {
		background-size: 51%;
	}
	#home h2 {
		font-size: 46px;
	}
	#home h4, #home h3 {
		font-size: 19px;
	}	
	#home #navbar {
		padding-left: 33.8%;
	}
	.piecegroup .split > div {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	#debug::before {
		content: "< 767";
	}
	body {
		font-size: 16px;
		padding: 0;
	}
	#mobilenav {
		display: block;
	}
	#navbar {
		display: none;
	}
	#main {
		padding: 1em .5em 0;
	}
	.artgroup > div{
		width: 21%;
	}
	.controlside {
		display: none;
	}
	#home {
		background-position: center top;
		background-size: auto;
	}
	.infoside {
		padding-top: 170px;
	}
	.split {
		display: block;
	}
	.split > div, .split .feature, .split .infoside {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 658px) {
	#debug::before {
		content: "< 658";
	}
	iframe {
		height: 45vw;
	}
	#header {
		background-position: center top;
		display: block;
	}
	#header > div {
		display: block;
	}
	#header .navimage{
		text-align: center;
	}
	#header .navside img {
		width: 100%;
	}
	.piecegroup > div{
		width: 44%;
	}
	.piecegroup img {
		width: 100%;
	}
	.artgroup > div{
		width: 28%;
	}
}
@media only screen and (max-width: 463px) {
	#debug::before {
		content: "< 463";
	}
	iframe {
		height: 51vw;
	}
	#home {
		background-size: 100%;
	}
	.infoside {
		padding: 36% 0 0;
	}
	.piecegroup > div{
		width: auto;
	}
	.artgroup > div{
		width: 44%;
		min-height: auto;
	}
	.floatleft img, .floatright img{
		width: 100px;
		height: auto;
	}
	#main {
		padding: 8px 2px 0;
	}
	.fullsplit {
		display: block;
	}
	.fullsplit > div {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.fullsplit .right {
		margin-bottom: 16px;
	}
	.forcebreak:after {
		content: "";
	}
}
@media only screen and (max-width: 380px) {
	#debug::before {
		content: "< 380";
	}
	.artgroup > div{
		width: auto;
		margin: 8px 16px;
		padding: 8px;
	}
	#header {
		background-size: 100%;
	}

}