/************************************************************************************
RESET
*************************************************************************************/

nav, figure {
display: block;
}

/************************************************************************************
GENERAL STYLES
*************************************************************************************/
body {
	font-size: 1em;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

ul, ol {
	padding: 0;
	line-height: 140%;
}
img { 
max-width: 100%; 
}

#welcomeblurb {
font-size: 1em;
}

.ui-title {
    margin: 0.6em 10% 0.8em !important;

}
#welcomeheader, #questionsheader, #scoresheader {
	background: #CC0000;
}

.ui-page { background: #ffffff;}
 
h4 {
height: 12px;
}

#questiontorate {
font-size: 1em;
height: 30px;
}

#questionsfooter {
text-align: center;
}

#questionsfooter p {
margin-top: 0px;
margin-left: 5px;
}
#firstq, #prevq, #nextq, #lastq, #clearq{
width: 50px;
height: 30px;
margin-left: 5px;
text-shadow: none;

}

.quest {
margin-top: 1px;
float: left;
margin-bottom: 1px;
}
#scores p {
color: #000000;
text-shadow: none;
}

#homefooter {
font-size: 0.75em;
height: 30px;
padding-top: 20px;
text-align: center;
}
.square {
	display: block;
	width: 95px;
	height: 75px;
	background-color:#007B85;
	color: #ffffff !important;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px;
	text-shadow: none !important;
	font-weight: normal  !important;
}
#moreinfo {
clear: both;
}
.ui-btn-active {
 background: #007B85;
}

ul {
margin-left: 20px;
}
#tilescol {
	width: 75%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.tileclick {
float: left;
display: block;
height: 150px;
text-shadow: none !important;
padding: 5px;
}
.score {
font-size: 3em;
position: absolute;
left: 40px;
top: 40px;
color:#FFFFCC;
}

.tileclick {
font-size: 1em;
text-decoration: none !important;
}

#scorestext {
text-align: center;
margin-top: 0;
margin-bottom: 5px;
font-size: 1em;
font-weight: bold;
}

.tileside1 {
background-color:#007B85;
}

.live-tile {
border: 1px solid #ffffff;
font-size: 0.8em;
}

.tileclick ui-link {
display: block;
}
