/*
 *  Style sheet for the index pages and the slide pages.
 *  Last change: 2018-09-21  by André Wolff
 */
 /*------------------ Start common style code -------------------------*/

#mapDiv {
	display:none;
	height: 100%;
	width: 100%;
	overflow:hidden;
	position:absolute; 
	left:0px; 
	top:0px; 
}
#map {
        height: 100%;
}
#mapnavigation {
		z-index: 999;
		position: absolute;
		top: 10px;
		right: 10px;
}

button {
font-family:Arial;
font-size:12pt;
cursor:pointer;
text-decoration:none;
}

 /* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

img { border: 0px; }

#thumbs img {
	border-radius: 5px;
	margin: 4px;
	border: 4px solid #ffffff;
}
#index #thumbs tr td {
	vertical-align: middle;
}

#index #swipeMe {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

body#index {
	text-align: center;
}

table.center {margin-left:auto; margin-right:auto;}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0px;
	overflow-x: hidden;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

#slideimage {
	border-style: solid;
	display:none;
	position: absolute;
}

/* Header */
h1 {
	font-size: 22px;
	font-weight: bold;
}

/* Custom link styles */
a:link    { 
color: #00ccff; 
font-style: normal;
font-weight: bold;
text-decoration: none;
}  
a:visited {	
color: #00ccff; 
font-style: normal;	
font-weight: bold;	
text-decoration: none; 
} 
a:active  { 
color: #00ccff; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a:hover   { 
color: yellow; 
color: #00ccff; 
font-weight: bold; 
text-decoration: none;
}      

#imageinfo {
	visibility: hidden;
}

#audioplayer audio{
	height: 64px
}

#facebook {
	position: absolute;
	top: 68px;
	right: 0px;
}

#askfs {
	margin-top: 5px;
	text-align: right;
}

#maplinks { /* zie EditPhotoInfo */
	position: absolute;
	top: 0px;
	left: 0px;
}

#slidenavigation {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

#slidemaplinks {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#panlink {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#movie {
	height: 100%;
	width: 100%;
	top: 50px;
	position: absolute;
}

#comment {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color:#ffffff;  /* was   #ffffff; */
}

#comment_shadow {
	position: absolute;
	bottom: 28px;
	left: 2px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
}

#bottomcomment_shadow {
	text-shadow: 2px 2px 2px #333333;	/* FF Chrome Safari */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333333', Positive='true'); /* Shadow IE */
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#ffffff;  /* was   #ffffff; */
}

#footer_left {
	position:fixed;
	bottom:0;
	left:0;
/*	z-index:-1;  */
}
#footer_right {
	position:fixed;
	bottom:0;
     right:0;
/*	z-index:-1;  */
}

/*------------------------------------- End common style code --------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
}

#image .caption {
	background-color: transparent;
	overflow:hidden;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
}


#commentbox {
	position: absolute;
	bottom: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border:2px solid #ffffff;
	background-color: hsla(210,0%,50%, .5); /* www.w3.org/TR/2003/CR-css3-color-20030514/#hsla-color  */
	padding: 10px;
	left:40%;
	width: 20%;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#wide_commentbox {
	position: absolute;
	bottom: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border:2px solid #ffffff;
	background-color: hsla(210,0%,50%, .5); 
	padding: 10px;
	left:5%;
	width: 90%;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#topcomment {
	position: absolute;
	top: 0px;
	width: 60%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	left: 20%;
}

#bottomcomment {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}

#help {
	display:none;
	color: #333;
	background-color: #FFF;
	text-align: left;
	width: 80%;
	border: 4px solid #999;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	margin-top: 50px;
}
#closeHelpButton {
   float: right; 
    margin: 4px; 
}
