/*
 *  Style sheet for the combined index / slide page.
 *  Last change: 2013-11-07 by André Wolff
 */
 

body {
	text-align: center;
	overflow-x: hidden;
	background-image:url(GrayTextile.jpg);
	background-position:center top;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #333333;
	color: #ffffff;
	margin: 0px;
}

img { border: 0px; }  /* required for IE */

#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%; 
	height: 50px;
}
#nav #R1 {
	float: left;
	width: 10%;
}

#nav img {
	height: 50px;
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}

#nav audio {
	width: 90%;
	display: block;
	margin-top: 20px; 
}

#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;
}

audio {
	opacity: 0.4;
}

#indexDiv #swipeMe p img {
	vertical-align: bottom;
}

button {
font-family:Arial;
font-size: 20px;
cursor:pointer;
text-decoration:none;
}

.button {
	cursor: pointer;
}

 /* Style for all table cells. */
#thumbs td {
	vertical-align: middle;
}
#thumbs tr td .box {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#thumbs .box img {
	cursor: pointer;
    max-width: 100%;
    height: auto;
	border-radius:  4px;
	padding:  0px;
	border: 2px solid #cccccc;
	-webkit-touch-callout: none;  /* Disable save image */
	-webkit-user-select: none;  /* disable copy */
}
#thumbs tr td .folderbox {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius:  4px;
	border: 2px outset  #cccccc;
}
#thumbs .folderbox img {
	cursor: pointer;
    max-width: 100%;
    height: auto;
	border-radius:  0px;
	padding:  0px;
	border: 0px;
	-webkit-touch-callout: none;  /* Disable save image */
	-webkit-user-select: none;  /* disable copy */
}

#swipeMe {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}

table.center {margin-left:auto; margin-right:auto;}

/* 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 */
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;
}

#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;
}

#footer {
  clear: both;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
}

#image .caption {
	background-color: transparent;
	overflow:hidden;
	color: #333333;
	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;
}
