
@font-face {
	font-family: arcade;
	src: url("font/Arcadepix-Plus.ttf");
}
@font-face {
	font-family: wacky;
	src: url("font/Grandstander-clean.otf");
}

body {
	background-color: #000000;
	font-family: wacky;
	font-size: 12pt;
	color: #cccccc;
	line-height: 1.25;
	text-shadow: 1px 1px #333333;
	touch-action: manipulation;
	text-align: center;
	user-select: none;
}
body.normal-font {
	font-family: Verdana, sans-serif;
	text-shadow: none;
}


div#canvasContainer {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

div#all_controls {
	display: block;
	text-align: left;
	vertical-align: top;
	width: 800px;
	margin: 0 auto;
}


@media (max-height: 600px) {
	div#canvasContainer {
		width: 640px;
		height: 320px;
		margin: 0 auto;
	}
	div#all_controls {
		width: auto;
	}
	div#center_panel {
		max-width: 300px;
	}
}

input[type="checkbox"] {
	cursor: pointer;
}
label {
	cursor: pointer;
}

canvas {
}

div#fp-animals {
	padding-top: 4px;
	margin: 0 auto;
	display: block;
}

table#game_table tr {
	vertical-align: top;
}

table#arrows {
	width: 180px;
	height: 135px;
	display: inline-block;
	background-color: #000000;
	border-collapse: always;
	float: right;
	margin: 0px;
}
table#arrows td {
	width: 45px;
	height: 45px;
}
img.arrow {
	width: 45px;
	height: 45px;
	cursor: hand;
}
img.arrow#arrow_undo {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#animal_control {
	display: inline-block;
	padding-top: 8px;
	text-align: center;
	min-height: 100px;
	max-width: 180px;
	vertical-align: top;
	margin-top: 16px;
}
span#control_pic {
	height: 48px;
	width: 48px;
	padding: 1px;
	background-color: #660000;
	display: inline-block;
	vertical-align: center;
}

img.control_arrow {
	width: 40px;
	height: 40px;
	cursor: hand;
}

#controlName {
	font-size: 12pt;
	text-transform: uppercase;
}

#controlPic {
	width: 48px;
	height: 48px;
	margin: auto;
}

#controlHint {
	font-size: 8pt;
}

#center_panel {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: calc(100% - 550px);
}

#meta_buttons {
	float: right;
	display: block;
	vertical-align: top;
	text-align: right;
}
#meta_buttons button {
	display: block;
	float: right;
	clear: right;
}

button {
	cursor: pointer;
	color: #ffffff;
	font-size: 10pt;
	font-family: wacky, monospace;
	background-color: #660000;
	border-radius: 6px;
	padding-bottom: 2px;
}
body.normal-font button {
	font-family: Verdana, sans-serif;
}
button:hover {
	background-color: #ff0000;
	border: 1px solid #660000;
	color: #ffffff;
}

button#sign_ok_button {
	font-size: 14pt;
}

button#start_button {
	display: block;
	margin: auto;
	margin-top: 20px;
	padding: 10px 20px 10px 20px;
	font-size: 22pt;
	color: #999999;
	background-color: #660000;
	border: 2px solid #ff0000;
	border-radius: 12px;
}
button#start_button:hover {
	background-color: #ff0000;
	border: 2px solid #660000;
	color: #ffffff;
}


p#choose_level {
	font-size: 14pt;
	color: #ffffff;
}

span.level_set_name {
	font-size: 16pt;
	color: #ffff00;
}

button.level_link {
	font-size: 14pt;
	text-decoration: none;
}

button.allowed_level {
	background-color: #003300;
	color: #009900;
	cursor: pointer;
}

button.next_level {
	background-color: #003300;
	color: #00ff00;
	cursor: pointer;
}

button.disallowed_level {
	background-color: #330000;
	color: #ff0000;
	cursor: not-allowed;
}


#game {
	display: none;
	width: 99%;
}

#game button {
	margin-top: 8px;
}

#intro {
	font-size: 14pt;
	text-align: center;
	background-color: #006600;
	padding: 8px;
	height: 90%;
}

.intro_section {
	margin-top: 8px;
	margin-bottom: 8px;
}

#quick_guide {
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	background-color: #003300;
	display: inline-block;
}

#intro img.animal {
	height: 32px;
	width: 32px;
}

#explain_naughty {
	display: none;
	background-color: #000033;
	border: 1px solid #ffff00;
	border-radius: 6px;
	margin-bottom: 6px;
	padding: 8px;
	float: right;
	position: fixed;
}

#options {
	display: inline-block;
	background-color: #003300;
	vertical-align: top;
	padding: 8px;
	margin: 8px;
	border-radius: 8px;
}

#sea {
	height: 48px;
	width: 100%;
	background-color: #006699;
}

#sea img {
	height: 48px;
	width: 48px;
}

#beach {
	background-color: #999900;
	width: 100%;
}
#beach img {
	height: 48px;
	width: 48px;
}

div.level_number {
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
}
#level_name {
	text-align: center;
	font-size: 16pt;
	
}

#message {
	font-size: 10pt;
	color: #666666;
	
}
#message.new {
	color: #ffffff;
}
span.small {
	color: #cc6666;
}
#message.new span.small {
	color: #ff9999;
}
span.heavy {
	color: #66cc66;
}
#message.new span.heavy {
	color: #99ff99;
}
span.strong {
	color: #6666cc;
}
#message.new span.strong {
	color: #9999ff;
}

#sign {
	display: none;
	padding: 20px;
	border: 2px solid #999999;
	position: absolute;
	top: 1.5in;
	width: 50%;
	left: 25%;
	margin: 0 auto;
	background-color: #333333;
	text-align: center;
	font-size: 16pt;
	line-height: 1.1;
}



#congrats_container {
	display: none;
	padding: 4px;
	border: 1px solid #000000;
	position: absolute;
	top: 1.5in;
	width: 50%;
	left: 25%;
	margin: 0 auto;
	background-color: #cc6600;
}

#congrats {
	
	border: 1px solid #000000;
	
	padding: 0px;
	background-color: #006600;
	
	font-size: 20pt;
	text-align: center;
}

#level_beaten {
	font-size: 24pt;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
		
#congrats button {
	font-size: 16pt;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
}		
		
#level_set_completed {
	display: none;
}
		
		
div#credits {
	display: none;
	position: absolute;
	top: 0;
	width: 99%;
	height: 90%;
	background-color: #000000;
	text-align: center;
	padding-top: 1in;
}	
#credits b {
	color: #ffffcc;
	font-weight: normal;
}
#credits button {
	font-size: 20pt;
	padding: 4pt;
}
		
