
html { font-family: Verdana, sans;
	-webkit-user-select: none;
	background: black;
	color: white;
}

a { color: red; text-decoration: underline; }

#version, #pageTitle, .hidden {
  display: none;
}
/* sidebox massaging */
#sideBox {
  position: fixed;
  left: 0;
  top: 50px;
  height: 85px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#sideBox .sidebar { margin: 3px 3px 3px 3px; }
#sideBox #config, .sidebar, #clickstream_title { display: none; }
.sidebar { margin-top: 0; border-top: none; }
.sidebar#clickstream { display: block; }
#clickstream a { margin-right: 5px; margin-bottom: 5px; }
#clickstream a img { height: 80px; width: 80px; }
#clickstream_navigation { color: black; }
#clickstream_navigation a.disabled { display: none; }

/* main massaging */
#main {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  height: 2000px;
}

#imageImg { border: 0; display: block; width: 99%;
  position: fixed;
  left: 0;
  top: 130px;
}
#image_nextprev { width: 99%; }
#image_nextprev a { font-size: 280%; color: white; background: transparent; text-decoration: none; }
#tagsNotice { display: none; }
#navfirst { display: none; }
#navprev:before { content: ""; }
#navnext:after { content: ""; }
#imageActionsTitle { display:none; }

#imageActionsBox {
  position: fixed;
  left: 0; top: 15px;
  margin-top: -3px;
  height: 40px;
  background: black;
  border-bottom: 1px solid #b6b6b6;
  color: black;
  width: 100%;
  overflow: hidden;
  text-shadow: #D5D5D5 0px 1px 0px;
  text-align: center;
}

#feedback {
  position: fixed;
  left: 0; top: 0px;
  height: 15px;
  background: black;
  color: black;
  width: 100%;
  overflow: hidden;
  text-shadow: #D5D5D5 0px 1px 0px;
  text-align: center;
  font-size: 5pt;
}

#tagsEditBox {
  display: none;
}
#tagsROBox {
  display: inline;
}

#tmtlink, #sharelinks { display: none; }

