/* jAlbum 26.2 with Atom 20, album creation date 27/03/2022 18:01 */
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
body {
	margin: 10px;
	text-align: center;
	background-color: #000000;
	color: #eeeeee;
	font-size: 0px;
}
a {
	outline: 0;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	color: #ff0000;
}
img, iframe {
	border: none;
}
img {
	user-select: none;
	-webkit-user-select: none; /* Safari */
}
#at-thumbnails > div img, #at-slideimage {
	animation: fadein 750ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#at-pagetitle {
	font-size: 1.5rem;
	margin: 0px auto 5px;
}
#at-pagedescription {
	font-size: 1.0rem;
	max-width: 1600px;
	margin: 0px auto 5px;
}
#at-navslide {
	height: 62px;
}
#at-nav img, #at-navslide img {
	width:  32px;
	margin: 15px;
}
#at-thumbnails {
	max-width: 1600px;
	margin: 0px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#at-thumbnails > div {
	display: inline-block;
	margin: 7px;
	vertical-align: middle;
}
#at-thumbnails > div > div:first-of-type {
	padding: 2px;
	border: 1px solid #eeeeee;
}
.at-foldericon {
	background: #444444 url('folder.png') center/contain no-repeat;
}
.at-thumbcaption {
	margin: 5px auto;
	max-width: 300px;
}
.at-imagetitle, .at-foldertitle {
	font-size: 0.9rem;
}
.at-imagecomment, .at-foldercomment {
	font-size: 0.8rem;
}
#at-copyright {
	font-size: 0.7rem;
	max-width: 1600px;
	margin: 10px auto 0px;
}	
#at-credits {
	font-size: 0.6rem;
	max-width: 1600px;
	margin: 10px auto;
}
#at-slideimage {
	position: relative;
	padding: 2px;
	border: 1px solid #eeeeee;
	margin: 10px auto;
}
#at-slideimage img {
	max-width: 100%;
	height: auto;
}
#at-slideimage video {
	outline: 0;
	max-width: 100%;
	height: auto;
}
#at-slideimage > div > div {
	position: relative;
}
#at-slideimage iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#at-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	cursor: url('cursorprev.png') 0 10, pointer;
}
#at-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	cursor: url('cursornext.png') 0 10, pointer;
}
#at-slidecaption {
	margin: 0px auto;
}
#at-slidetitle {
	font-size: 1.0rem;
}
#at-slidecomment {
	font-size: 0.9rem;
}
.at-disabled {
	opacity: 0.4;
}
.at-bodyspacer {
	height: 30px;
}
@media (max-width: 500px), (max-height: 500px) {
	#at-thumbnails > div {
		margin: 2px;
	}
	#at-thumbnails > div > div:first-of-type {
		border-width: 0px;
		padding: 0px;
	}
	#at-slideimage {
		border-width: 0px;
		padding: 0px;
	}
}
