﻿@import url(https://fonts.googleapis.com/css?family=Work+Sans:200,600);

html, body, #screen {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	background-color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	}
#screen {
	display: block;
	}
#topMenu {
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	}
#topMenu ul, #topMenu li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	}
#topMenu li {
	padding: 0px .5em 0px .5em;
	border: 2px solid rgba(51,51,51,1);
	background-color: rgba(51,51,51,.8);
	}
#topMenu ul {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
#topMenu ul ul {
	display: none;
	position: absolute;
	left: -26px;
	top: 29px;
	padding: 25px;
	z-index: 25;
	}
#topMenu ul:hover ul {
	display: block;
	}
#topMenu ul ul li {
	border: 1px solid #000;
	white-space: nowrap;
	text-align: left;
	padding-right: 1em;
	margin-top: -1px;
	}
#topMenu ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	}
#topMenu li:hover {
	background-color: rgba(51,51,51,1);
	}
#topMenu img {
	position: relative;
	top: .3rem;
	}
.showSubMenu ul {
	display: block;
	}
#print {
	display: none;
	}
@media screen and (min-width: 784px) {
#previousPhoto {
	border: 0px;
	position: fixed;
	top: 75px;
	bottom: 150px;
	left: 0px;
	width: 75px;
	padding: 0px;
	background-image: url('_images/previous.svg');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
	cursor: pointer;
	filter: drop-shadow(2px 2px 3px #000);
	}
#photoHolder {
	border: 0px;
	position: fixed;
	top: 55px;
	bottom: 150px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	background-image: url('_images/throbber.svg');
	bacskground-attachment: fixed;
	background-position: center 25%;
	background-repeat:no-repeat;
	}
#counter {
	display: none;
	}
#text {
	font-size: 1em;
	line-height: 1em;
	margin-top: -1.95em;
	padding: .5em;
	background-color: #000;
	color: #fff;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	z-index: 15;
	}
#nextPhoto {
	border: 0px;
	position: fixed;
	top: 75px;
	right: 0px;
	bottom: 150px;
	width: 75px;
	padding: 0px;
	background-image: url('_images/next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
	cursor: pointer;
	filter: drop-shadow(2px 2px 3px #000);
	}
#photoHolder img {
	max-width: 100%;
	max-height: 100%;
	}
#photoLineUp {
	position: fixed;
	bottom: 0px;
	height: 150px;
	vertical-align: middle;
	width: 100%;
	color: #fff;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: rgba(51,51,51,.8);
	border: 0;
	border-top: 2px solid rgba(51,51,51,1);
	}
#photoLineUp img {
	margin: 10px;
	border: 2px solid rgba(51,51,51,1);
	cursor: pointer;
	}
}
@media screen and (max-width: 783px) {
#topMenu ul:hover ul, #topMenu ul.showSubMenu ul {
	display: block;
	}
.largeOnly {
	display: none;
	}
#previousPhoto {
	display: none;
	}
#photoHolder {
	position: fixed;
	top: 55px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-image: url('/_images/throbber.svg');
	background-attachment: fixed;
	background-position: center 25%;
	background-repeat:no-repeat;
	}
#counter {
	display: inline-block;
	position: absolute;
	top: 0px;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: -1.95em;
	padding: .5em;
	background-color: #000;
	color: #fff;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	z-index: 15;
	}
#text {
	font-size: 1em;
	line-height: 1em;
	margin-top: -1.95em;
	padding: .5em;
	background-color: #000;
	color: #fff;
	opacity: .75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	z-index: 15;
	}
#nextPhoto {
	display: none;
	}
#photoHolder img {
	max-width: 100%;
	max-height: 100%;
	}
#photoLineUp {
	display: none;
	}
}
@media print {
body {
	background-color: #fff;
	}
#screen {
	display: none;
	}
#print {
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	margin: 1in;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	color: #333;
	}
}