body 
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family:helvetica, arial, sans-serif;
	font-weight:normal;
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}

#canvas {
	width:320px;
	padding:0 47px;
	height:770px;
	background:url(../images/iphone.png) no-repeat 0 0;
}

#game {
	position:relative;
	top:140px;
	height:419px;
	padding-top:59px;
	background: #fff url(../images/operator_difficulty.png) no-repeat 0 0;
}

#sample {
	text-align:center;
}

#sample img {
	height:160px;
}

#answers
{	
	padding: 0;
	margin-left:0;  
	margin-top:34px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:14px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	background:#fff url(../images/answers.png) no-repeat 0 0;
}


#answers li
{	
	float:left;
	clear:left;
	display:inline;
	width:240px;
	margin-left:60px;
	margin-right:23px;
	height:40px;
	line-height:30px;
	list-style-type: none;	
}


a
{
	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	 
	
	text-decoration: none;
	color:black;
}

#sample {
	height:132px;
}

h2 {
	font-size:42px;
	line-height:36px;
	margin:18px 0;
	text-align:center;
	font-weight:normal;
}

h3 {
	font-size:32px;
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:normal;
	text-align:center;
	margin-bottom:18px;
}

h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:18px;
}

#finished {
	text-align:center;
}

#finished p {
	font: normal 18px helvetica;
}

#counter {
	position:relative;
	z-index:9;
	float:left;
	clear:both;
	margin-left: 0px;
	margin-top:80px;
}

#stats {
	display:block;
	width:320px;
	height:67px;
	background:url(../images/info.png) no-repeat 0 0;
}

div.info {
	margin:2px;
	font-size:14px;
	float:left;
	padding:6px;
	font-weight:normal;
	color:#fff;
}

div.timer {
	margin-left:20px;
	margin-top:32px;
	margin-right:66px;
}

#timer {
	display:block;
	text-align:center;
	width:40px;
}

div.correct {
	text-align:center;
	width:26px;
	height:36px;
	line-height:36px;
	font-size:24px;
}

div.counter {
	margin-left:60px;
	text-align:right;
	width:60px;
	margin-top:32px;
}

#fontCounter {
	padding-right:2px;
}

#copy {
	float:left;
	clear:both;
	width:465px;
	padding-top:14px;
}

#copy p {
	text-align:center;
	font: normal 18px helvetica;
}

.button	
{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 150px;			
	
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
}

.blackLeft 
{
	margin: 3px auto;
	color: #fff;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0px 5px 0px 12px;
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(http://ilovetypography.com/ifontgame/images/leftButton.png) 0 5 0 12;		
}

/* fixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
