/*
 *  Style sheet for the combined index / slide / template pages.
 *  Last change: 2014-12-16 by André Wolff
 */
 

body {
	text-align: center;
	overflow-x: auto;   /*  was hidden but required for large thumbnails in IE and FF */
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:16px;
	background-color: #666666;
	color: #ffffff;
	margin: 0px;
}

img { border: 0px; }  /* required for IE */

.TopNavigation {
	background-color: #666666;
	line-height: 25px;
}

.TopNavigation .closebuttonDiv {
	display: inline-block;
	margin-left: 20px;
}

.TopNavigation .closebuttonDiv img {
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

#page { display:none; }

#msg {
	font-size: 24px;
	background-color: #FFC;
	color: #333;
	position: absolute;
	line-height: 25px;
	padding: 4px;
	display:none;
	z-index: 100;
}

#nav {
	height: 50px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

#nav #L1 {
	float: left;
	width: 10%;
}
#nav #L2 {
	float: left;
	width: 25%;
	height: 50px; 
	text-align: center;
/* 	padding-top: 6px;  */
}
#nav #Ml {
	float: left;
	width: 10%;
}

#nav #M {
	float: left;
	width: 10%;
}
#nav #Mr {
	float: left;
	width: 10%;
}
#nav #R2 {
	float: left;
	width: 25%; 
}
#indexDiv #nav #R2 a .roundbutton {
display: inline;		
}
#nav #R1 {
	float: left;
	width: 10%;
}

#indexDiv #nav #R1 #opencloseSettings {
    position: relative;
	z-index: 9999;
}

#nav img {
	height: 50px;
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}

#settingsDiv {
    display: none;
	height: 210px;
	width: 97%;
	margin-top: 20px;
	border: 4px solid #999;
	font-size: 24px;
	margin-right: 1%;
	margin-left: 1%;
}

select {
	height: 40px;
	font-size: 24px;
	margin-top: 10px;
}

#help {
	display:none;
	color: #333;
	background-color: #FFF;
	text-align: left;
	width: 93%;
	border: 4px solid #999;
	margin-left: 1%;
	margin-right: 1%;
	padding: 20px;
	margin-top: 50px;
	font-size: 18px;
}

#indexDiv #swipeMe p img {
	vertical-align: bottom;
}

.roundbutton {
  opacity: 1.0;
}

.roundbutton:hover {
    -webkit-filter: grayscale(0);
	opacity: 1.0;
}

button {
font-size: 20px;
cursor:pointer;
text-decoration:none;
}

.button {
	cursor: pointer;
}

.filename {
	height: 48px;
	font-size: small;
	text-align: center;
}

.description {
	height: 48px;
	text-align: center;
}

.thumbs {
	margin-right: auto;
	margin-left: auto;
}

/* Start styles for a fixed number of thums per row  with table tags */
.thumbs td {
	vertical-align: top;
}

.thumbs .box {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbs img {
	cursor: pointer;
	max-width: 100%;
	height: auto;
	border-radius:  4px;
	padding:  0px;
	border: 2px solid #ffffff;
	-webkit-touch-callout: none;  /* Disable save image */
	-webkit-user-select: none;  /* disable copy */
}

/* End styles for for a fixed number of thums per row  with table tags */


/* Start styles for a fixed number of thums per row with div of divs structure */

.table-row {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

.cell {	 
	float: left;
	width: 16.63%;
}
/*
.cell:last-child  {
	float: right;
}
*/
.table-row img {
	cursor: pointer;
	max-width: 94%;
	height: auto;
	border-radius: 4px;
	padding:  0px;
	border: 2px solid #ffffff;
	-webkit-touch-callout: none;  /* Disable save image */
	-webkit-user-select: none;  /* disable copy */	
	margin-top: 0px;
	margin-bottom: 0px;
}

.wideDiv {
	clear: both;
}

/* End styles for for a fixed number of thums per row wih div of divs structure */

#swipeMe {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

#slideimage {
	border-style: solid;
	display:none;
	position: absolute;
	-webkit-touch-callout: none;  /* Disable save image */
}

/* Header */
.themeImage {
	position: relative;
	overflow:hidden;
	clear:both;   /* for FF   */
	width: 100%;  /* for IE 6 */
	margin-left:auto;
	margin-right:auto;
	padding-right: 4px;
}

.themeImage img {
	border-radius:  12px;
	padding:  0px;
	border: 2px solid #cccccc;
	-webkit-touch-callout: none;  /* Disable save image */
	-webkit-user-select: none;  /* disable copy */
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
}

#title_above_image {
	position: absolute;
	top: -10px;
	left: 0;
}

/* 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;
}

#askfs {
	margin-top: 5px;
	text-align: right;
}

#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;
}

#comment {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color:#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;
}

#audioplayer {
	width: 100%;
	float: left;
}

#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#footer #footer_left {
	float: left;
	width: 25%;
	text-align: left;
}

#footer #footer_right {
	float: right;
	width:75%;
	text-align: right;
}

#image .caption {
	background-color: transparent;
	overflow:hidden;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
}

#facebook  {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 150px;
}


#commentbox {
	display:none; 
	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:34%;
	width: 30%;
	/* 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 h1 {
	font-size: 36px;
	font-weight: bold;
}

#slideDiv #movie {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#links  img {
	cursor: pointer;
}

#nav  img {
	cursor: pointer;
}

.buttonDiv {
	float: left;
	width: 70px;
}

.creditlink {
	font-size: 10px;
}

#expandDiv {
	position: absolute;
}

/* 
	styles.css - custom styles for the skin's Page templates
	Last change for the Slide Show 4 skin by André Wolff: 2014-11-20
	
*/

/************** Map page */

#map-page {
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}
#map-page .map {
	background-color:#eee;
}

/************** About_album page */

#about_album-page {
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}

#about_album-page .texts {
	overflow:hidden;
}
#about_album-page .texts p {
	line-height:1.5em;
}

/************** About page */

#about-page {
	margin:10px 10%;
}
#about-page .author {
	float:left;
	display:inline;
	margin:10px 30px 10px 0;
	max-width:40%;
}
#about-page .author img {
	max-width:100%;
}
#about-page .texts {
	overflow:hidden;
}
#about-page .texts p {
	line-height:1.5em;
}

/************** Contact page */

#contact-page .texts  .left {
	text-align: right;
	width: 29%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 1%;
}
#contact-page .texts  .right {
	text-align: left;
	width: 70%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact-page .texts #address {
	font-weight: bold;	
}


