	@charset "UTF-8";

@media only screen and (min-width: 320px) {

#pageStuff {
	min-height: initial;
}

#pageStuff .reverse {
	background-color:#333;
	overflow: auto;
	padding-top: 1em;
	margin-bottom: -1em;
}
#pageStuff.poster .reverse {
	background-color:#d9d9d9;
	border-top:2px solid #333;
}

.memPage #pageStuff .reverse {
	padding-top: 0;
}
#pageStuff .reverse p {
	color: #ddd;
	font-size: 0.9em;
}
#pageStuff.poster .reverse p {
	color: #666;
}
.memGall #pageStuff .reverse p {
	text-align: center;
}
#pageStuff .reverse a {
	color: #eee;
	border-bottom-color: #eee;
}
.galleries {
	width: 100%;
	padding-top: 0.3em;
	margin-bottom: 1em;
	border-top: 1px solid #555;
}
.galleries.last {
	/* [disabled]margin-bottom: -1em; */
	padding-bottom: 1em;
}
.galleries,
.galleries div {
	overflow: auto;
	background-color: #333;
}
.galleries .gallBox {
	margin-left: 9px;
	margin-right: 9px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #444;
}
.galleries .gallBox.last {
	height: 60px;
  overflow: hidden;
}

.galleries .gallBox div {
	float: left;
}
.galleries .imageBox {
	width: 44%;
	position: relative;
	overflow: hidden;
}
.galleries .imageBox:before {
	content: "";
	display: block;
	padding-top: 66.7%;
}
#pageStuff .galleries .imageBox a {
	border: none;
}
#pageStuff .galleries .imageBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.galleries .memName {
	width: 50%;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #eee;
	padding-left: 0.6em;
	padding-top: 0.5em;
}
#pageStuff .galleries .memName a {
	color: #eee;
	border-bottom: none;
}
#pageStuff .barRed {
	border-bottom: 1px solid #999191;
}

.memGall #sidePanel {
	display: none;
}
.memGall #siteBox,
.memGall #siteBack,
.memGall #menuIcon,
.memGall #menuPanel {
	z-index: 2;
}
.memGall #pageTitle {
	top: 17px;
	z-index: 1;
}
.memGall #pageTitle p {
	font-size: 1.7em;
	line-height: 1.3em;
	margin-top: 0;
}
.memGall #pageTitle a {
	color: inherit;
	text-decoration: none;
}
.memGall.poster #pageTitle a {
	color: #aad;
}
.memGall #pageTitle p .name {
	white-space: nowrap;
	color: #326cc0;
	display: block;
}
.memPage #pageTitle p .sep {
	color: #77a;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
.memGall #pageStuff {
	padding-top: 98px;
}
.memGall #pageStuff.poster {
	padding-top: 70px;
}
.memGall #pageStuff .reverse {
	min-height: 350px;
}

.memGall #lightbox {
	width: 100%;
	margin-bottom: 1em;
}
.memGall #lightbox .gcell {
	padding: 2px;
}
.memGall #lightbox .gcell img {
	width: 100%;
	display: none;
}
.memGall #lightbox .gcell a {
	border-bottom: none;
}

.memGall #lightbox .gcell div {
	width: 100%;
	overflow: hidden;
  background-size: cover;
	background-repeat: no-repeat;
  background-position: center;
}
.memGall .poster #lightbox .gcell div {
  background-size: contain;
}
.memGall #lightbox .gcell div::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.memGall .poster #lightbox .gcell div::before {
	padding-top: 142%;
}
.memGall #lightbox .last .gcell div::before {
	padding-top: 25%;
}
#pageStuff.pano #lightbox td img {
	width: 100%;
	height: auto;
}
#pageStuff.pano #lightbox .gcell div {
  background-size: contain;
	margin-top: 1em;
}
#pageStuff.pano #lightbox .gcell div::before {
	padding-top: 12%;
}
#pageStuff.pano #lightbox .gcell a {
	border: none;
}

/* GALLERY PAGE */

.memPage #pageStuff {
	padding-top: 64px;
}
.memPage #pageTitle p {
	font-size: 1.45em;
}
.town #pageTitle {
	top: 18px;
}
.memPage #gallBox {
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	position: relative;
	overflow: auto;
}
.memPage.poster #gallBox {
	padding-bottom:1em;
}
.memPage #gallBox .imageBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.memPage.poster #gallBox .imageBox {
	width: 90%;
	margin-top: 0.6em;
	margin-bottom:0.8em;
	background-size: contain;
}

.memPage #gallBox .imageBox img {
	display: none;
}
.memPage #gallBox .imageBox::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.memPage.poster #gallBox .imageBox::before {
	padding-top: 142%;
}
.memPage #pageStuff .reverse .gallTitle {
	font-weight: bold;
	white-space: nowrap;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #555;
	/* [disabled]border-bottom: 1px solid #777; */
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.memPage #pageStuff .reverse .gallTitle::before {
	content: "“";
}
.memPage #pageStuff .reverse .gallTitle::after {
	content: "”";
}
.memPage #gallBox .lt,
.memPage #gallBox .rt {
	font-size: 21px;
	color: #bbb;
	position: absolute;
	bottom: 0.3em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}
.memPage.poster #gallBox .lt,
.memPage.poster #gallBox .rt {
	color: #fff;
	bottom: 45%;
	opacity:0.5;
}
.memPage #gallBox .lt a,
.memPage #gallBox .rt a {
	border: none;
	display: block;
	color: inherit;
}
.memPage #gallBox .lt {
	left: 0;
}
.memPage #gallBox .rt {
	right: 0;
}
.memPage #gallBox .lt a {
	padding-left: 0.5em;
	padding-right: 1.5em;
}
.memPage #gallBox .rt a {
	padding-right: 0.5em;
	padding-left: 1.5em;
}
.memPage.poster #gallBox .lt a {
	padding-left: 0;
}
.memPage.poster #gallBox .rt a {
	padding-right: 0;
}
.memPage .reverse .gallStuff {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1em;
	overflow: auto;
}
.memPage #pageStuff .reverse .gallStuff p {
	font-size: 0.95em;
	line-height: 1.5em;
	color: #ddd;
}
.memPage #pageStuff .reverse .gallStuff .copy,
.memPage #pageStuff .reverse .gallStuff .meta {
	font-size: 0.85em;
}
.memPage #gallBox .imageBox { /* for noscript */
	text-align: center;
}
.memPage #gallBox .imageBox img { /* for noscript */
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100vw;
	margin-bottom: 3em;
}
.town #pageTitle p {
	color: #326cc0;
}


@media only screen and (min-width: 360px) {

#pageStuff .reverse p {
	font-size: 1em;
}
.galleries .gallBox {
	margin-left: 12px;
	margin-right: 12px;
}
.galleries .memName {
	font-size: 0.9em;
	padding-left: 0.9em;
}

.memGall #pageTitle {
	top: 16px;
}
.town #pageTitle {
	top: 18px;
}
.memGall #pageTitle p {
	font-size: 1.9em;
}
.memGall #pageStuff {
	padding-top: 108px;
}
.memGall #pageStuff.poster {
	padding-top: 74px;
}
.memGall #pageStuff .reverse {
	min-height: 632px;
}

/* GALLERY PAGE */

.memPage #pageStuff {
	padding-top: 68px;
}
.memPage #pageTitle p {
	font-size: 1.6em;
}
.memPage #gallBox {
	padding-left: 1%;
	padding-right: 1%;
}
.memPage #gallBox .lt,
.memPage #gallBox .rt {
	bottom: 0.5em;
}
.memPage #gallBox .lt a {
	padding-left: 0.8em;
}
.memPage #gallBox .rt a {
	padding-right: 0.8em;
}

}

@media only screen and (min-width: 412px) {

.memGall #pageStuff {
	padding-top: 112px;
}
.memGall #pageStuff.poster {
	padding-top: 76px;
}
.memGall #pageTitle {
	top: 16px;
}
.memGall #pageTitle p {
	font-size: 2em;
}
.memPage #pageTitle {
	top: 18px;
}
.town #pageTitle {
	top: 20px;
}
.memPage #pageTitle p {
	font-size: 1.7em;
}
.memGall #pageTitle a::before,
.memGall #pageTitle a::after {
	content: "<";
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
.memGall #pageTitle a::before {
	color: #ccc;
	float: left;
	margin-left: 9px;
}
.memGall #pageTitle a::after {
	color: transparent;
	float: right;
	margin-right: 9px;
}
.memGall #pageStuff .reverse {
	min-height: 644px;
}
.memPage #pageStuff {
	padding-top: 72px;
}
.memPage #gallBox .lt a {
	padding-left: 1em;
}
.memPage #gallBox .rt a {
	padding-right: 1em;
}

}

@media only screen and (min-width: 481px) {

#pageStuff {
	margin-left: 0;
	margin-right: 0;
}
.memGall #pageTitle {
	top: 15px;
}
.town #pageTitle {
	top: 17px;
}
#pageStuff .reverse {
	padding-left: 15px;
	padding-right: 15px;
}
.memGall #pageStuff .reverse {
	padding-left: 6px;
	padding-right: 6px;
}
#pageStuff .reverse p {
	text-align: center;
	font-size: 0.95em;
}
#pageStuff .barRed {
	font-size: 0.95em;
	margin-left: -15px;
	margin-right: -15px;
}
.galleries {
	margin-bottom: 2em;
}
.galleries .gallBox {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1em;
	width: 50%;
}
.galleries .gallBox.last {
	height: auto;
}
.galleries .gallBox div {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.galleries .imageBox {
	width: 76%;
	max-width: 180px;
	border: none;
}
#pageStuff .galleries .imageBox img {
	top: initial;
	bottom: 0;
}
.galleries .memName {
	width: 80%;
	max-width: 200px;
	color: #ddd;
	text-align: center;
	padding-left: 0;
	padding-top: 0.7em;
}

.memGall #pageTitle p {
	font-size: 2.2em;
	line-height: 1.2em;
}
.memGall #pageTitle a::before {
	margin-left: 17px;
}
.memGall #pageTitle a::after {
	margin-right: 17px;
}

.memGall #lightbox .gcell {
	padding: 4px;
}

/* GALLERY PAGE */

.memPage #pageTitle p {
	font-size: 1.9em;
	line-height: 1.3em;
}
.memPage #gallBox .imageBox {
	float: none;
}
.memPage #pageStuff .reverse .gallStuff p {
	font-size: 0.9em;
}
.memPage #pageStuff .reverse .gallStuff .copy,
.memPage #pageStuff .reverse .gallStuff .meta {
	font-size: 0.8em;
}

}

@media only screen and (min-width: 640px) {

.memGall #pageStuff .reverse {
	padding-left: 15px;
	padding-right: 15px;
}
#pageStuff .reverse p {
	margin-left: 0.6em;
	margin-right: 0.6em;
}
.galleries .gallBox {
	width: 33.33%;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #555;
}
.galleries .imageBox {
	width: 76%;
	max-width: 160px;
}
.galleries .memName {
	width: 100%;
	max-width: 180px;
	font-size: 0.85em;
  font-weight: bold;
  color: #1e4174;
}
.memGall #lightbox .gcell {
	text-align: center;
}
.memGall #lightbox .gcell img {
	width: auto;
	display: inline;
}
#pageStuff.pano #lightbox .gcell {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#pageStuff.pano #lightbox .gcell img {
	width: auto;
}
.memGall .poster #lightbox .gcell div {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.memGall #pageStuff.poster #lightbox .gcell img {
	display: none;
}

/* GALLERY PAGE */

.memPage #gallBox {
	padding-left: 10%;
	padding-right: 10%;
}
.memPage #gallBox .lt,
.memPage #gallBox .rt {
	font-size: 1.5em;
	color: #bbb;
	position: absolute;
	bottom: 45%;
}
.memPage #gallBox .lt a,
.memPage.poster #gallBox .lt a {
	padding-left: 0.5em;
}
.memPage #gallBox .rt a,
.memPage.poster #gallBox .rt a {
	padding-right: 0.5em;
}
.memPage .pano #gallBox {
	padding-left: 0;
	padding-right: 0;
	padding-top: 4em;
	padding-bottom: 4em;
}
.memPage .pano #gallBox .imageBox::before {
	padding-top: 25%;
}
.memPage .pano #gallBox .lt,
.memPage .pano #gallBox .rt {
	bottom: 5%;
}
.memPage .pano #gallBox .lt {
	left: -15px;
}
.memPage .pano #gallBox .rt {
	right: -15px;
}

}

@media only screen and (min-width: 732px) {
	
}

@media only screen and (min-width: 768px) {
	
html>body {
	height: 100%;
}

#pageStuff .reverse p {
	text-align: justify;
	margin-left: inherit;
}
.galleries {
	border-top-color: #ccc;
	margin-bottom: 1.5em;
}
.galleries.last .gallBox {
	border-bottom: none;
}
.galleries,
.galleries div {
	background-color: transparent;
}
#pageStuff .reverse {
	padding: 0;
	background-color: transparent;
}
#pageStuff.poster .reverse {
	background-color: transparent;
	border-top:none;
}
.memGall #pageStuff .reverse {
	padding: 0;
	min-height: initial;
}
#pageStuff .reverse p {
	color: #333;
}
.memGall #pageStuff .reverse p {
	text-align: left;
}
#pageStuff .reverse a {
	color: #333;
	border-bottom-color: #333;
}
.galleries .gallBox {
	border-bottom: 1px solid #ccc;
}
#pageStuff .galleries .memName a {
	color: #1e4174;
}

.memGall #pageStuff,
.memGall #pageStuff.poster {
	padding-top: 12px;
	min-height: initial;
}
.memGall #pageTitle {
	width: auto;
	height: 60px;
}
.memGall #pageTitle p {
	font-size: 24px;
	margin-top: 18px;
}
.memGall #pageTitle p .name {
	display: inline;
}
.memGall #pageTitle p .name::before {
	content: "> ";
	color: #1e4174;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.memGall #pageTitle a::before,
.memGall #pageTitle a::after {
	display: none;
}

.memGall #lightbox {
	width: 100%;
}
.memGall #lightbox .gintro {
	padding-top: 0;
	padding-bottom: 0;
}
.memGall #lightbox .gcell {
	height: 108px;
	text-align: center;
	/* [disabled]vertical-align: bottom; */
	padding-top: 14px;
	padding-bottom: 9px;
	border-top: 1px solid #C8CEC8;
}
.memGall .poster #lightbox .gcell div {
	width: 70%;
}
.memGall .poster #lightbox .gcell div:hover {
	cursor:pointer;
}
.memGall #lightbox tr:first-child .gcell {
	border-top: none;
}
#pageStuff.pano #lightbox .gcell {
	padding-top: 0;
	padding-bottom: 0;
}

/* GALLERY PAGE */

.memGall #pageTitle p {
}
.memPage #pageStuff {
	padding-left: 0;
}
.memPage #pageTitle p {
	line-height: 1.2em;
}
.memPage #pageTitle p .sep {
	color: #88b;
}
.memPage #gallBox {
	padding-left: 0;
	padding-right: 0;
}
.memPage #gallBox .imageBox {
	max-width: 512px;
	float: none;
}
.memPage.poster #gallBox .imageBox {
	border-bottom:1px solid #aaa;
}
.memPage #pageStuff .reverse .gallTitle {
	text-align: center;
	border: none;
}
.memPage #gallBox .lt,
.memPage #gallBox .rt,
.memPage.poster #gallBox .lt,
.memPage.poster #gallBox .rt {
	height: 32px;
	width: 32px;
	padding: 0;
	overflow: hidden;
	color: transparent;
}
.memPage #gallBox .lt a,
.memPage #gallBox .rt a {
	padding: 0;
}
.memPage #gallBox .lt,
.memPage.poster #gallBox .lt {
	background: transparent url(jquery-skins/hdcc/prev-horizontal.png) no-repeat 0 0;
	left: 14px; /* default */
	left: calc(((100% - 512px) / 4.5) - 16px);
}
.memPage #gallBox .lt:hover {
	background-position: -32px 0;
}
.memPage #gallBox .lt:active {
	background-position: -64px 0;
}
.memPage #gallBox .rt,
.memPage.poster #gallBox .rt {
	background: transparent url(jquery-skins/hdcc/next-horizontal.png) no-repeat 0 0;
	right: 14px; /* default */
	right: calc(((100% - 512px) / 4.5) - 16px);
}
.memPage #gallBox .rt:hover {
	background-position: -32px 0;
}
.memPage #gallBox .rt:active {
	background-position: -64px 0;
}

.memPage #pageStuff .reverse .gallStuff {
	max-width: 512px;
	border-bottom: none;
}
.memPage #pageStuff .reverse .gallStuff p {
	font-size: 14px;
	color: #444;;
	text-align: center;
	margin-bottom: 0.8em;
}
.memPage .pano #gallBox .imageBox {
	max-width: none;
}
.memPage .pano #gallBox .lt,
.memPage .pano #gallBox .rt {
	bottom: 0;
}
.memGall #pageStuff.pano .reverse {
	padding-left: 15px;
}
.memPage .pano #gallBox .lt {
	left: 0;
}
.memPage .pano #gallBox .rt {
	right: 0;
}
.town #pageTitle p::before {
	content: "Hertford galleries: "
}

}

}

@media only screen and (min-width: 961px) {

.memGall #pageTitle {
	height: 57px;
}
.memPage #gallBox .imageBox::before {
	padding-top: 84%;
}

}

@media only screen and (min-width: 1025px) {

.only1025up {
	display: inline;
}

.memGall #main,
.memGall #foot .footLinks2 p,
.memGall #foot .footCopy p {
	margin-right: 5%;
}
.memGall #pageTitle {
	height: 63px;
}
.memGall #pageTitle p {
	margin-top: 20px;
}
#pageStuff .reverse p {
	font-size: 0.9em;
}
.memPage #pageStuff .reverse .gallStuff p {
}

}

@media only screen and (min-width: 1081px) {
	
}

@media only screen and (min-width: 1201px) {
	
.memGall #main,
.memGall #foot .footLinks2 p,
.memGall #foot .footCopy p {
	/* [disabled]margin-right: 17.1%; */
}

}

@media only screen and (min-width: 1281px) {

.memGall #main,
.memGall #foot .footLinks2 p,
.memGall #foot .footCopy p {
	margin-right: 10%;
}
#pageStuff .reverse p {
	font-size: 0.95em;
}

}

@media only screen and (min-width: 320px) and (max-width: 760px) and (orientation: landscape) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

}

@media only screen and (max-width: 480px) and (prefers-color-scheme: dark) {

#pageStuff .reverse,
.galleries,
.galleries div {
	background-color:#222;
}
#pageStuff .reverse {
	padding-top: 0;
}
.memGall #pageTitle p .name {
	color: #aaa;
}

}