/* larger screens ------------------------------------------- 800px min width */
h1{
	font-size: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
h2{
	font-size: 1.75em;
	}		
p, #credit-scene li, #howPlay-scene li{
	font-size: 1em;
	}
#gameWrapper{
	margin: 0px auto 5px auto;
	border: 1px solid #ccc;
	}	
#main-title-wrapper{
	padding: 10px 0px 50px 0px;
	}

/* FOOTER */
#footer{
	padding: 0px;
	width: 900px;
	border: none;
	}
#footer p{
	font-weight: normal;
	font-size: .85em;
	}	

/* SCENE BUTTONS*/
.sceneButton p, .infoBox .sceneButton p, #gameModeSelectionWrapper .sceneButton p{
	font-size: 1.05em;
	padding: 7px;
	}

/* HOW TO PLAY PAGE */
#howPlay-scene dd {
	font-size: 1em;
	padding-top: 5px;
	margin: 0px 0px 10px 5%;
	}	
#howPlay-scene dt{
	padding-right: 5px;
	width: 4%;
	}
/* images of icons in How To Play page*/ 
.icons-img{
	width: 35%;
	text-align: left;
	}	
.icons-img img{
	width: 100%;
	}

/* ICON BUTTONS AT TOP OF GAME PLAY PAGE */ 		
#howPlayButton{
	width: 2em;
	right: 140px;
	}
#soundButton{	
	width: 2em;
	right: 100px;
	}	
.closeX{
	width: 2em;
	right: 20px;
	top: 20px;
	}

/* HELP TEXT AND MENU BUTTON WARNING */ 	
.infoBox{	
	padding: 20px 90px 15px 20px;
	}		
.infoBox p{
	font-size: 1em; 
	}	

/* PREGAME SCREEN */
p.gameModeOptions{
	margin: 0px;
	font-size: 1em;
	}		

/* GAME PORTION ----------------------------------- */

/* CELL TYPE and TOOL ICONS */
.cellTypeOption p, .toolOption p{
	font-size: 1em;
	} 
#cellTypeIconsWrapper, #toolWrapper{
	height: 70px;
	}
.cellTypeOption, .toolOption{
	width: 4.8em;
	}
#cellTypeIconsWrapper .bgCircle, #toolWrapper .bgCircle, 
.cellTypeOption img, .toolOption img{
	width: 50px;
	height: 50px;
	}
.cellTypeOption p, .toolOption p{
	margin: 50px 0px 0px 0px;
	}	

/* BLUE SIDE BOX ITEMS */

/* displays game mode */
#infoBoxWrapper p{
	font-size: .95em;
	}
#gameModeWrapper p{
	font-size: 2em;
	}	
#timerWrapper{
	float: right;
	width: 80px;
	text-align: right;
	margin-bottom: 20px;
	}	
#timerWrapper p, #accuracyWrapper p, #partCounterWrapper p{
	font-size: .9em;
	margin: 0px;
	}	
#scoreCard p{
	font-size: .95em;
	line-height: 1.5em;
	}	
#scoreCard .scoreTitle{
	font-size: 1.25em;
    font-weight: normal;
    padding: 10px 0px 10px 0px;
 	} 

/* MINI SNAPSHOTS FOR PROTEIN PATHWAYS */ 	
#miniSnapshots{
	clear: both;
	}
#miniSnapshots img{
	width: 32px;
	height: 32px;
	margin: 0px 2px 0px 0px;
	}	