@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Calibri;
	font-weight: bold;
	background:url('../images/Background.gif');
	height:550px;
// ../images/Background.gif and turn off no-repeat for desktop
	
}

h1 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color:#096;
}
.js #help {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0px;
    right: 10px;
    background-image: url(../images/icons.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.js #helptext {
    display: none;
    border: #CCC solid 10px;
    border-radius: 8px;
    width: 75%;
    padding: 10px;
    position: fixed;
    top: 10px;
    background-color: #fff;
    z-index: 10;
}
#helptext h2 {
    margin-top: 0;
}
#helptext p {
    margin-bottom: 0;
}
 
.js #close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    z-index: 10;
    background-image: url(../images/icons.png);
    background-position: -48px 2px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.no-js #loading, .js #warning {
	display: none;
}
#warning, #loading {
	font-size: 150%;
	font-weight: bold;
	color: #f00;
	text-align: center;
}
#play, #clear, #nextWord, #tutorialdiv, #nextTut, #prevTut, #leaders {
	display: none;
	width: 100px;
	padding: 0.25em 0;
	text-align: center;
	margin: 0.2em 0 0 13px;
	font-size: 112.5%;
	cursor: pointer;
	color: #fff;
	background-color: none;
}

#easyGame, #expertGame, #medGame, #masterGame, #advGame{
	display: none;
	width: 70%;
	position:relative;
	left: 70px;
	padding: 2em 2em;
	margin: 2em 2em;
	text-align: center;
	align: center;
	margin-left: auto;
	margin-right: 0;
	float: right;
	cursor: pointer;
	color: #fff;
	background-color: none;
}

#gamediv {
	height: 900px;
        position: absolute;
        //left: 100px;
}


#stage {
	height:30px; 
	width:1000px;
        position: relative;
        //left: -100px;
	//border-width: 10px;
	//border-style: solid;
	//border-color: white;
}


#timerdisplay, #leveldisplay
	{
	width: 80px;
    	height: 20px;
    	position: relative;
    	top: 10px;
    	left: 230px;
    	cursor: none;
	color:#00f7f0;	

}

#canvas {
	cursor: crosshair;
	display: block;
	border-width: 10px;
	border-style: solid;
	border-color: white;

}

#word {
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.25em;
	margin: 0.25em 0 0.4em 30px;
	background: none;
	background-color: none;
	color:#00f7f0;	
    text-align: left;
    width: 25%;

}

#word div {
	border-style: solid;
	border-width: 3px;
	background: white;
	width: 325px;
	height: 22px;	
	font: calibri;
	color: black;
	letter-spacing: 0em;
	margin: 0;
	text-align: center;
	valign: center;
	font-size: 90%;	
}





#letters, #minigames{
//border-style: solid;
//border-width: 5px;
height: 270px;
width: 230px;
color:#00f7f0;	
}
#miniGames2{width: 230px;}

#letters div {
	width: 33px; height: 28px;
	margin: 2px 5px 3px 5px;
	padding: 0.25em 0;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	color: #00f7f0;
	background:URL(../images/LetterButton.png);
	float: left;
	text-align: top;//
        //position: relative;
        //left: 5px;
}

@media only screen and (max-width: 399px) {
    h1 {
        margin-top: 0.2em;
        margin-bottom: 0;
        font-size: 150%;
    }
    #word {
        text-align:center;
        margin-left: 0;
    }
}
@media only screen and (max-width: 699px), only screen and (min-width: 530px) {
   
    body {
        max-width: 560px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 400px) and (max-width:439px) {
    #letters {
        width: 180px;
    }
}
@media only screen and (min-width: 440px) and (max-width: 529px) {
    #letters {
        width: 225px;
    }
}
@media only screen and (min-width: 700px) {
    body {
        max-width: 100%;
        //left: 5%;
    }
   
}
