@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

html {
	background: url('../images/oak-table.jpg') center center / cover no-repeat fixed;
	width: 100%;
	heigth: 100%;
}

#own-notes {
	position: absolute;
	width: 300px;
	height: 417px;
	top: 220px;
	right: -180px;
	z-index: 200;
	background: url('../images/notes.png') no-repeat;
	text-align: left;
		transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);

}
#own-notes textarea {
	font-family: "Courier New";
	font-size: 30px;
	line-height: 26px;
}
#own-notes h1 {
	font-family: 'Reenie Beanie';
	font-size: 35px;
	padding: 25px 0 0 20px;
}
#own-notes textarea {
	font-size: 20px;
	resize: none;
	margin-left: 20px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border: none;
	width: 210px;
	height: 305px;
	line-height: 20px;
}


section {
	max-width: 1200px;
	margin: 0 auto;
}

td {
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.2);
	/*background: url('../images/parchment.jpg') no-repeat center center fixed;*/
	/*transform: rotateY(180deg);*/
	transition: all 0.5s ease-in-out;
	z-index: 1;
	/*border: 1px solid black;*/
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

td.current {
	cursor: url('../images/shovel.png'), auto;
}

#note {
	position: absolute;
	top: 25px;
	left: -180px;
	background: url('../images/note.png') no-repeat 0 0;
	z-index: 10;
	width: 267px;
	height: 235px;
	text-align: left;
	padding: 78px 0 0 32px;
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12eg);
}
#note p {
	line-height: 34px;
	font-weight: bold;
	font-size: 20px;
	color: #302211;
	width: 230px;
	font-family: 'Cedarville Cursive';
}

#checker {
	position: absolute;
	top: 15px;
	right: -110px;
	/*
	transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	*/
}

#result {
	position: absolute;
	bottom: 25px;
	left: -185px;
	background: url('../images/result.png') no-repeat 0 0;
	z-index: 10;
	width: 300px;
	height: 417px;
	text-align: left;
	z-index: 2;
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	overflow: hidden;
	/*overflow-y: scroll;*/
}
#result p, #result h1 {
	font-family: 'Reenie Beanie';
}
#result h1 {
	font-size: 35px;
	padding: 25px 0 0 60px;
}

#result > div {
	font-size: 20px;
	line-height: 20px;
	margin-left: 58px;
	width: 217px;
	padding-right: 14px;
	height: 335px;
	overflow: hidden;
	overflow-y: auto;
}

#result > div > p {
	margin-bottom: 5px;
}

a {
	color: inherit;
	text-decoration: none;
}

.clicked {
	/*transform: rotateY(0deg);*/
	/*font-size: 1em;*/
	background-color: rgba(255, 255, 255, 0);
}

.clickedNS, .clickedSN {background: url('../images/NS.png') no-repeat 0 0;}
.clickedEW, .clickedWE {background: url('../images/EW.png') no-repeat 0 0;}
.clickedSE, .clickedES {background: url('../images/SE.png') no-repeat 0 0;}
.clickedSW, .clickedWS {background: url('../images/SW.png') no-repeat 0 0;}
.clickedNW, .clickedWN {background: url('../images/NW.png') no-repeat 0 0;}
.clickedNE, .clickedEN {background: url('../images/NE.png') no-repeat 0 0;}
.clickedN {background: url('../images/N.png') no-repeat 0 0;}
.clickedE {background: url('../images/E.png') no-repeat 0 0;}
.clickedS {background: url('../images/S.png') no-repeat 0 0;}
.clickedW {background: url('../images/W.png') no-repeat 0 0;}


.randomPalm1 {background: url('../images/palm1.png') no-repeat 0 0;}
.randomPalm2 {background: url('../images/palm2.png') no-repeat 0 0;}
.randomPalm3 {background: url('../images/palm3.png') no-repeat 0 0;}
.randomPalm4 {background: url('../images/palm4.png') no-repeat 0 0;}
.randomPalm5 {background: url('../images/palm5.png') no-repeat 0 0;}
.randomPalm6 {background: url('../images/palm6.png') no-repeat 0 0;}
.randomPalm7 {background: url('../images/palm7.png') no-repeat 0 0;}
.randomMountain1 {background: url('../images/mountain1.png') no-repeat 0 0;}
.randomMountain2 {background: url('../images/mountain2.png') no-repeat 0 0;}
.randomDune1 {background: url('../images/dune1.png') no-repeat 0 0;}

#container {
	position: relative;
	width: 800px;
	margin-left: 190px;
	padding-top: 80px;
	/*
	margin: 5px auto;
	*/
	height: 680px;
	text-align: center;
	background: url('../images/parchment2.png') no-repeat;
	background-position: 0 0;
}

table {
	margin: 0 auto;
	padding: 20px;
	border-collapse: collapse;
	perspective: 1000;
}

