/* /activities/Peter's Brain Games/Letter Count/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {font-family:arial,sans-serif; font-size:24px;
	background-color:#400;}
h2 {text-align:center; margin-top:20px; margin-bottom:-5px;
	font-family:Georgia,serif; font-style:italic; color:blue;}

#box {width:1200px; height:850px; background-color:#c8fafa; margin:0 auto;
	border:5px double blue; position:relative;}
#stars {text-align:center; margin-top:20px;}
#stars img {cursor:pointer; padding:10px;}
#best {margin-left:60px; font-size:24px;}
#start {position:absolute; left:560px; top:225px;}
.round_button {width:80px; height:110px; cursor:pointer;}
.round_button p {margin-top:0px; font-size:20px; text-align:center;}
#home {position:absolute; left:10px; top:10px;}
#back {position:absolute; left:60px; top:10px;}
#again {position:absolute; right:10px; top:10px;}
#moves {position:absolute; left:45px; top:25px; font-size:60px;}

#watch {position:absolute; right:50px; top:150px; display:none;}

.number {position:absolute; cursor:pointer;}
.blue {position:absolute; display:none; cursor:pointer;}
#word {width:1100px; margin:0 auto; padding-top:10px; cursor:default;}
#word p {text-align:center; font-size:108px; letter-spacing:5px;
	color:brown; display:none;}
#green {position:absolute; display:none;}

#box {
	width:96vw;
	max-width:960px;
	height:900px;
}
#start {
	top:720px;
	left:440px;
}
.number, .blue, #green {
	margin-left:-120px;
}
#word {
	width:100%;
}
#watch {
	margin-right:-40px;
}

@media screen and (orientation:landscape) {
	#start {
		top:150px;
	}
	#word {
		margin-top:-80px;
	}
	#watch {
		margin-top:-50px;
	}
	.number, .blue, #green {
		margin-top:-120px;
	}
}
