/* larger screens ------------------------------------------- 800px min width */
body{
	}
#gameWrapper{
	margin: 0px auto 5px auto;
	border: 1px solid #ccc;
	}	
#footer{
	padding: 0px;
	width: 900px;
	border: none;
	}
#footer p{
	font-weight: normal;
	font-size: .85em;
	}
h1{
	font-size: 2.25em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
h2{
	font-size: 1.7em;
	line-height: auto;
	padding-top: 0px;
	}
p, #credit-scene li{
	font-size: 1em;
	}	
#howPlay-scene dd {
	font-size: 1em;
	padding-top: 5px;
	margin: 0px 0px 10px 5%;
	}	
#howPlay-scene dt{
	padding-right: 5px;
	width: 4%;
	}
.sceneButton p, .infoBox .sceneButton p{
	font-size: 1.05em;
	padding: 7px;
	}
#howPlayButton{
	width: 2em;
	top: 20px;
	}
#soundButton{	
	width: 2em;
	top: 60px;
	}	
#newMessageButton{
	width: 2em;
	top: 100px;
	}
.closeX{
	width: 2em;
	right: 20px;
	top: 20px;
	}
#messageWrapper p{
	font-size: 1.1em;
	margin: 0px;
	padding: 15px 0px 5px 0px;
	}	
#buttonWrapper {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}
#messageWrapper .messageBoxButton p{
	font-size: 1.2em;
	padding: 8px;
	font-weight: normal;
	}
/* computer screen */
#playScene #computerScreen-subWrapper h1{
	line-height: 1em;
	font-size: 1.8em;
	padding: 0px 0px 15px 0px;
	}	
#computerScreen-subWrapper p{
	font-size: 1.15em;
	line-height: 1.3em;
	padding: 0px 0px 20px 0px;
	}
#computerScreen-Wrapper .sceneButton {
	border-radius: 1.1em;
	}
#computerScreen-Wrapper .sceneButton p{
	padding: 6px;
	font-size: 1.1em;
	}
#playerName{
	font-size: 2em;
	}
/* game portion */
.compass{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 25px;
	right: 60px;
	}	
.backpackItem{
	width: 50px;
	height: 50px;
	margin-right: 5px;
	}	
/* ROOM 0 BOOK PASSWORD */
.room0password{
	font-size: 1.05em;
	}
/* TABLET ------------------- */
#tabletScreenWrapper{
	top: 89px;
	height: 400px;
	top: 79px;
	}
#tabletScreenWrapper h2{
	font-size: 1.45em;
	}
#tabletScreenWrapper p {
	font-size: 1em;
	line-height: 1.15em;
	}
/* BUTTONS */
#tabletScreenWrapper .tabletButton p{
	font-size: 1.25em;
	}
/* TABLET CODEBOX ------------------- */
#codeBoxWrapper {
	width: 150px;
	height: 30px;
	}
.codebox {
	height: 14px;
	width: 14px;
	margin: 0px 3px 0px 0px;
	}
#codeLight{
	width: 12px;
	height: 12px;
	}
/* TABLET HELP ICON AND TEXT ------------------- */
#tabletHelpIcon {
	width: 25px;
	height: 25px;
	left: 300px;
	font-size: 1.5em;
	}
/* QUIZ ------------------- */	
.tabletQuizOptionWrapper input[type=radio]{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    position: absolute; 
    margin-top: 2px;
	}	
#tabletScreenWrapper .tabletQuizOptionWrapper p{
	margin: 0px 0px 0px 30px;
	}	
/* PASSWORD BOX ------------------- */
#room0PWBox, #room4PWBox{
	width: 70px;
	font-size: 1.25em;
	letter-spacing: .25em;
	}	
/* GUESS BOX */
.questionBox, .guessBox {
	font-size: 1em;
	height: 8em;
	}	
