body {
  background: #f0f0f0;
}

/*Holy Grail Layout http://d.alistapart.com/holygrail/example_3.html */

body {
  min-width: 950px; /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

/*wrapper contains content and is used to pull up footer*/
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -42px; /*pull up footer height*/
  position: relative;
}

#holycontainer {
  position: relative;
  padding-left: 180px; /* LC fullwidth */
  padding-right: 45px; /* 45px for two column, padding-right: 250px; for three column = RC fullwidth + RC padding + CC padding */
}

#holycontainer .holycolumn {
  position: relative;
  float: left;
}

#holycenter {
  padding: 0 20px; /* CC padding */
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

#holyfooter {
  clear: both;
}

/*** IE Fix ***/
* html #holyleft {
  left: 190px; /* RC fullwidth */
}

/*** Equal-height Columns ***/

#holycontainer {
  overflow: visible;
}

/*** Footer Fix ***/

body {
  overflow: -moz-scrollbars-vertical; /*always show scroll bar*/
  height: 100%;
}

html {
  height: 100%;
}

#holyfooter-wrapper {
  position: fixed;
  bottom: 0px;
  height: 42px; /* subtract height from holycontent margin bottom (negative) to pull up */
  padding-left: 12px; /* match padding for menu */
  overflow: hidden;
  width: 500px;
}

/*** Just for Looks ***/

body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}

#holyheader,
#holyfooter {
  position: relative;
}

#holyleft {
}

#holycenter {
}

#holyright {
}

#holycontainer .holycolumn {
  position: relative;
  padding-top: 1em;
  overflow: hidden;
}

#holyleft {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 180px; /* LC width */
  padding: 0 20px; /* LC padding */
  right: 220px; /* LC fullwidth + CC padding */
  margin-left: 0px;
  margin-top: 20px;
}

#holyright {
  width: 190px; /* RC width */
  padding: 0; /* RC padding */
  margin-right: -100%;
  margin-top: 20px;
}

#holyright.holycolumn {
  position: absolute !important;
  top: 0px;
  right: 0px;
  margin-right: 20px;
}

/*End Holy Grail*/

h1 {
  font-size: 2em;
}

#holyheader {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  min-height: 50px;
}

#holyheader h1 {
  padding: 0.7em 0 0.65em 20px;
  margin: 0;
}

#menu {
  width: 150px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  margin-right: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: break-word;
  margin-bottom: 40px; /* prevent footer icons overflow on small browser window */
}

a,
#menu li {
  text-decoration: none;
  color: #555;
}

a:hover,
#menu li:hover {
  color: #0099ff;
}

a.selected,
#menu li.selected {
  font-weight: bold;
  color: #0099ff;
}

a.selected:hover,
#menu li.selected:hover {
  font-weight: bold;
  color: #28a9ff;
}

#menu ul,
#menu li,
#menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#menu li {
  margin-bottom: 0.8em;
}

#menu ol ol {
  margin-left: 20px;
  display: none;
}

#menu ol li a {
  text-decoration: none;
}

#thumbnailHolder {
  overflow: hidden;
  background: #fff;
  width: 190px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#thumbnailHolder ul {
  margin: 0;
  padding: 0;
}

#imageHolder {
  position: relative;
  width: 100%;
  height: 100%;
}

#whiteBGminSize {
  position: relative;
  background: #fff;
  min-width: 400px;
  display: none;
}

#imageHolder #imageHeader {
  height: 32px; /*37px height incl padding */
  padding: 5px 5px 0 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

#imageHolder #imageTitle {
  padding-top: 6px;
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
  float: left;
  text-align: center;
  position: absolute;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  line-height: normal;
  vertical-align: middle;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#imageHolder #imageData {
  display: none;
  border: #eee solid 1px;
  border-style: solid none none none;
  margin-top: 4px;
  overflow: visible; /*added 2019, to stop Chrome bug where text doesn't display*/
}

/*
https://stackoverflow.com/questions/11703684/using-ie-conditional-comments-inside-a-stylesheet
*/
@media screen\0 {
  #imageHolder #imageData {
    overflow: hidden; /*required to stop imageDescription panel from expanding to 100% width on IE*/
  }
}

#imageHolder #imageData #imageDescriptionText {
  padding: 20px;
  /*also set in resize function*/
}

#imageHolder #imageData #imageDescriptionText .ecommerceText,
#imagedescriptionpopup .ecommerceText {
  padding-top: 20px;
}

#imagedescriptionpopup .ecommerceText a {
  color: #99f28a;
}

#imagedescriptionpopup .ecommerceText a:hover {
  color: #4efa2f;
}

#imageHolder #image {
  position: relative;
  margin: 0 auto 0 auto;
  top: 0;
  left: 0;
  border: #fff solid 5px;
  z-index: 100;
  display: block;
}

#preloader {
  position: relative;
  /*background:transparent url("../images/preloader.gif") no-repeat 0 100px; */ /*move bg down 100px, fake padding*/
  width: 50px;
  height: 150px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}

/*Use these DIV together to automatically center anything when the width of the object is variable */
.centerWrap2 {
  float: left;
  left: -50%;
  position: relative;
}
.centerWrap1 {
  float: left;
  left: 50%;
  position: relative;
}

.imageControls,
#controlShareButton {
  background: transparent url("../images/buttons.png") no-repeat 0 0;
  width: 26px;
  height: 26px;
  display: inline;
  cursor: pointer;
  float: left;
  margin-top: 3px;
  z-index: 20;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.control_info {
  background-position: 0 0;
  margin-right: 4px;
}

.control_info:hover {
  background-position: 0 -26px;
}

.control_close {
  background-position: -78px 0;
}

.control_close:hover {
  background-position: -78px -26px;
}

.control_play {
  background-position: -26px 0;
  float: right;
  margin-left: 4px;
}

.control_play:hover {
  background-position: -26px -26px;
}

.control_pause {
  background-position: -130px 0;
}

.control_pause:hover {
  background-position: -130px -26px;
}

.control_fullscreen {
  background-position: -52px 0;
  float: right;
  margin-left: 4px;
}

.control_fullscreen:hover {
  background-position: -52px -26px;
}

#controlShareButton {
  /* same as .imageControls  without backgrond*/
  background: transparent;
}

div#imageHeader div#ps_socialbutton {
  background: transparent url("../images/buttons.png") no-repeat -104px 0;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
}

div#imageHeader div#ps_socialbutton:hover {
  background: transparent url("../images/buttons.png") no-repeat -104px -26px;
}

div#imagedescriptionpopup div#imageDescriptionText {
  color: #fff;
  text-align: left;
}

div#holycenter nav {
  position: relative;
  z-index: 500;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

div#holycenter nav:hover {
  opacity: 0.92;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
}

div#holycenter nav span.imageprev {
  position: absolute;
  top: 0;
  left: 40px;
  margin-top: 0;

  background: transparent url("../images/navbuttons.png") no-repeat -28px 0;
  width: 27px;
  height: 46px;
  text-indent: -9000px; /*hide placeholder text*/
}

div#holycenter nav span.imagenext {
  background: transparent url("../images/navbuttons.png") no-repeat 0 0;
  right: 40px;
  left: auto;

  position: absolute;
  top: 0;
  margin-top: 0;
  width: 27px;
  height: 46px;
  text-indent: -9000px; /*hide placeholder text*/
}

#artistruncredit {
  position: absolute;
  right: 45px;
  top: 10px;
}

#artistruncredit {
  font-size: 11px;
  text-align: right;
}

#artistruncredit h3 span {
  right: 0;
  position: absolute;
}

#artistruncredit a,
#artistruncredit span {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 5.5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Modern browsers */
  opacity: 0.3;
}

#artistruncredit a:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5.5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Modern browsers */
  opacity: 0.5;
}

/* Pages and remaining content */

#page,
#blog,
#contact {
  margin: 0 auto;
  width: 520px;
}

#page img,
#blog img,
#contact img {
  max-width: 520px;
  display: block;
}

/*Page tables*/
tbody tr:nth-child(even) td,
tbody tr.even td {
  background: none;
}
