/* media */
@font-face {
    font-family: Stencil;
    src: url(StencilStd.ttf);
}

/* general */
body {
	font-family: Stencil;
	margin: 15px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h1 {
	color: black;/*changes*/
	font-size: 66px;
	margin: 0;
	text-align: center;
}
h2 {
	color: black;/*changes*/
	font-size: 33px;
	margin: 10px 0 0 0;
}
button {
	border: 5px solid black;/*changes*/
	border-radius: 10px;
	cursor: pointer;
	font-family: Stencil;
	font-size: 40px;
}
button:focus {
	outline: 0;
}
div.box {
	background-color: lightblue;/*changes*/
	border: black 5px solid;/*changes*/
}
div.interfaceBox {
	display: inline-block;
	margin: 7.5px;
	position: absolute;
}

/* header */
header {
	border: 5px solid black;/*changes*/
	margin: 0 auto 7.5px auto;
	min-width: 1015px;/* matches #playBox */
	position: relative;
}
#homeButton {
	background: lightgray;/*changes*/
	border: black 5px solid;/*changes*/
	border-radius: 10px;
	bottom: 0;
	font-family: Verdana;
	left: 0;
	margin: 5px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
}
#colourBox {
	display: inline-block;
	margin: 7px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 110px;
}
#colourBox input[type=text] {
	background-color: lightgray;/*changes*/
}

/* playBox */
#playBox {
	height: 540px;
	margin: 7.5px auto;
	position: relative;
	text-align: center;
	width: 1015px;
}

/* selector */
#selector {
	margin-top: 15px;
	text-align: center;
}
#selector .column {
	display: inline-block;
	text-align: center;
	width: 40%;
}
#selector button {
	height: 90px;
	margin: 10px 0;
	width: 260px;
}
#selector #start {
	border-radius: 0;
}
#selector button.c_selected {
	width: 290px !important;
}

/* keyboardBox */
#keyboardBox {
	bottom: 0;
	height: 240px;
	left: 0;
	padding: 2.5px;
	text-align: center;
	vertical-align: middle;
	width: 680px;
}
#keyboardBox .row {
	border: none;
}
#keyboardBox .row button {
	background-color: lightgray;/*changes*/
	border-radius: 5px;
	display: inline-block;
	height: 60px;
	font-size: 44px;
	margin: 2.5px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
#keyboardBox .row button.used {
	visibility: hidden;
}

#wordBox {
	height: 240px;
	left: 0;
	padding: 2.5px;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 680px;
}
#wordBox #wordWrap {
	height: 50%;
}
#wordBox .letterBox {
	border-bottom: 5px solid black;
	display: inline-block;
	font-size: 44px;
	height: 58px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	top: 50%;
	vertical-align: bottom;
	width: 40px;
}

#hangBox {
	height: 515px;
	right: 0;
	text-align: center;
	top: 0;
	width: 280px;
}
#hangImage {
	display: inline-block;
	height: 475px;
	margin: auto;
	width: 280px;
}

#timer, #counter {
	border: 5px solid black;/*changes*/
	border-radius: 5px;
	display: inline-block;	
	height: 21px;
	padding: 0 2px;
	width: 37px;
}
#timer div {
	display: inline-block;
}

/* adverts */
#rightAd.adsbygoogle {
	display: inline-block;
	height: 600px;
	position: absolute;
	right: 15px;
	top: 127px;
	width: 120px;
}
#bottomAd.adsbygoogle {
	display: inline-block;
	height: 90px;
	margin: auto;
	position: absolute;
	width: 728px;
}