@charset "utf-8";
/* General CSS */

html,body {
margin: 0;
padding: 0;
height: 100%;
}

a,img{
	border:0px;
}

#right{
float:right;
top:10%;
right:0px;
width:50px;
height:500px;
z-index:10;
position:absolute;
padding-left:60px;
padding-right:20px;
}

#left{
float:left;
top:15%;
left:0px;
width:50px;
height:260px;
z-index:0;
position:absolute;
padding-top:30px;
padding-right:60px;
padding-left:20px;
}


#left:hover{
padding-left:13px;
cursor:pointer;
}
#right:hover{
	padding-right:16px;
cursor:pointer;
}



#theMap {
	width:100%;
	background-color:#333;
	top:0;
	position:fixed;
	z-index:-10;
}

#theMap_new{
	width:100%;
	background-color:#333;
	top:0;
	position:fixed;
	z-index:-20;
}


#whale {
	/*
	background-image:url(imgs/whale.png);
	top:20%;
	left:30%;*/
}

#captain {
	/*
	background-image:url(imgs/captain.png);
	top:20%;
	left:20%;*/
}

.mapbuttons {
	width:100px;
	height:100px;
	cursor:pointer;
	z-index:65;
	position:absolute;
	background-repeat:no-repeat;
}

#btnNumbers{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	letter-spacing:-2px;
}

#btnNumbers:hover{
	/*font-size:24px;*/
}


#putButtons {
/*	z-index:20;
	width:100%;
	height:100%;
	position:absolute;*/
}

.mapbuttons:hover {
	padding-top:3px;
}

#preloaded-images {
/* old
   position: absolute;
   right: 0px; 
   bottom: 0px;
   z-index:-200;
  */
   
   
   /* new */
   	width:100%;
	background-color:#333;
	top:0;
	position:fixed;
	z-index:-100;
}

#restart {
	right:20px;
	bottom:0px;
	position:absolute;
	width:150px;
	height:150px;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#469BF0;
	padding:8px;
	margin-bottom:-35px;
	text-align:right;
}

#restart:hover{
	color:#000
}

#restart_text{
	font-size:14px;
	color:#000;
}

#instructions {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#444;
	cursor:pointer;
	top:4px;
	left:15px;
	position:absolute;
	letter-spacing:1px;
	z-index:40;

}

#instructions:hover {
	color:#000;
}

#whitebrick {
	background-image:url(imgs/whitebrick.jpg);
	width:70px;
	height:17px;
	position:absolute;
	top:0;
	right:0;
	z-index:300;
	cursor:pointer;
}

#percentComplete {
	position:absolute;
	right:0;
	bottom:0;
	z-index:15;
	padding:10px;
	float:right;
	color:#444;
	font-size:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#completed{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#333;
	color:#FFF;
	z-index:-100;
}

#innerCompleted{
	text-align:center;
	padding:5px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:40%;
	left:30%;
	right:30%;
	height:30%;
	top:15%;
	position:absolute;
}

.saved {
	font-size:9px;
}

.mermaid a {
	cursor:pointer;
	color:#FF6;
	text-decoration:none;
	outline:none;
}

.mermaid a:hover {
	color:#FF0;
}

#finalClose{
	cursor:pointer;
	position:absolute;
	width:30px;
	right:50%;
	left:50%;
}

#finalClose:hover{
	color:#999;
}

