BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url('http://images.simplycite.com/Mobiz/BodyBG@2x.jpg');
	-webkit-background-size: 300px 300px; 
	-moz-background-size: 300px 300px; 
	background-size: 300px 300px; 
	background-repeat: repeat-x repeat-y;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
}
#MobizGame
{
	margin: auto;
	clear: both;
	width: 320px;
	height: 414px;
	-moz-box-shadow: 0 0 20px 20px #000000;
	-webkit-box-shadow: 0 0 20px 20px #000000;
	box-shadow: 0 0 20px 20px #000000;
	background-color: #203020;
}

#Background
{
	width: 320px;
	height: 360px;
	background-image: url('http://images.simplycite.com/Mobiz/imgBG@2x.jpg');
	-webkit-background-size: 320px 404px; 
	-moz-background-size: 320px 404px; 
	background-size: 320px 404px; 
	
}

#Background #Header
{
	width: 320px;
	height: 36px;
	background-image: url('http://images.simplycite.com/Mobiz/imgHeaderBG@2x.png');
	-webkit-background-size: 320px 36px; 
	-moz-background-size: 320px 36px;
	background-size: 320px 36px;
}

#Background #Header .Language {
	float: right;
	margin: 8px 8px;
}

#Messages {
	z-index: 100;
	position: absolute;
	width: 290px;
	top: 36px;
	color: #f0f0f0;
	text-shadow: #333333 1px 2px 0px;
	padding: 0px 15px;
}

#Messages h1 {
	font: bold 32px/36px Georgia;
	color: #33a0bd;
	text-decoration: underline;
	text-shadow: #000000 1px 2px 1px;
	
}
#Messages p
{
	margin: 0px 0px 0px 15px;
}

#btnStartGame {
	margin: 15px auto;
	background-image: url('http://images.simplycite.com/Mobiz/btnPlay@2x.png');
	-webkit-background-size: 152px 34px; 
	-moz-background-size: 152px 34px; 
	background-size: 152px 34px; 
	width: 152px;
	height: 24px;
	text-align: center;
	color: #e0e0e0;
	text-shadow: #303030 0px -1px 1px;
	padding-top: 10px;
	font: bold 16px/14px Arial, Helvetica, sans-serif;
}
#Game {
	opacity: 0;
	width: 320px;
	position: absolute;
	top: 36px;
	z-index: 1;
}

#Game #CurrentQuestion
{
	position: absolute;
	left: 320px;
	top: 90px;
	font: normal 18px/16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: #000000 0px -2px 1px;
	width: 320px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	z-index: 20;
	
}

#Game #CurrentQuestion.Show
{
		left: 120px;
}

#Game #CurrentQuestion.Hide
{
		left: 320px;
}


@keyframes animateQuestionBottleTop
{
	0% {
		-webkit-transform: translate(0px, 0px);
		}
	100% {
		-webkit-transform: scale(0.8) rotate(45deg) translate(-60px,170px);
		}
}

@-moz-keyframes animateQuestionBottleTop
{
	0% {
		-moz-transform: translate(0px, 0px);
		}
	100% {
		-moz-transform: scale(0.8) rotate(45deg) translate(-60px,170px);
		}
}

@-webkit-keyframes animateQuestionBottleTop
{
	0% {
		-webkit-transform: translate(0px, 0px);
		}
	100% {	
		-webkit-transform: scale(0.8) rotate(45deg) translate(-60px,170px);
		}
}

@keyframes animateQuestionBottleBottom
{
	0% {
		-webkit-transform: translate(0px, 0px);
		}
	100% {
		-webkit-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
		}
}

@-moz-keyframes animateQuestionBottleBottom
{
	0% {
		-moz-transform: translate(0px, 0px);
		}
	100% {
		-moz-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
		}
}

@-webkit-keyframes animateQuestionBottleBottom
{
	0% {
		-webkit-transform: translate(0px, 0px);
		}
	100% {	
		-webkit-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
		}
}

@keyframes animateQuestionBottleBottomReversed
{
	0% {
		-webkit-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
		}
	100% {	
		-webkit-transform: scale(1) rotate(-45deg) translate(26px,-166px);
		}
}

@-moz-keyframes animateQuestionBottleBottomReversed
{
	0% {
		-moz-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
		}
	100% {	
		-moz-transform: scale(1) rotate(-45deg) translate(26px,-166px);
		}
}

@-webkit-keyframes animateQuestionBottleBottomReversed
{
	0% {
		-webkit-transform: translate(0px,0px);
		}
	100% {	
		-webkit-transform: scale(1) rotate(-45deg) translate(26px,-166px);
		}
}

@keyframes animateQuestionBottleChopstick
{
	0% {
		-webkit-transform: scale(0.5) rotate(-90deg);
		}

	10% {
		-webkit-transform: scale(0.5) rotate(-45deg) translate(100px,-200px);
	}
	40%
	{
		-webkit-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	70% {
	-webkit-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	100% {	
		-webkit-transform: scale(0.8) rotate(0deg) translate(-40px,20px);
		}
}

@-moz-keyframes animateQuestionBottleChopstick
{
	0% {
		-moz-transform: scale(0.5) rotate(-90deg);
		}

	10% {
		-moz-transform: scale(0.5) rotate(-45deg) translate(100px,-200px);
	}
	40%
	{
		-moz-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	70% {
		-moz-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	100% {	
		-moz-transform: scale(0.8) rotate(0deg) translate(-40px,20px);
	}
}

@-webkit-keyframes animateQuestionBottleChopstick
{
	0% {
		-webkit-transform: scale(0.5) rotate(-90deg);
		}

	10% {
		-webkit-transform: scale(0.5) rotate(-45deg) translate(100px,-200px);
	}
	40%
	{
		-webkit-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	70% {
	-webkit-transform: scale(1.0) rotate(0deg) translate(-100px,-150px);
	}
	100% {	
		-webkit-transform: scale(0.8) rotate(0deg) translate(-40px,20px);
		}
}


@keyframes animateQuestionBottleChopstickReversed
{
	from {
		-webkit-transform: scale(0.8) rotate(0deg) translate(0px,0px);
		}

	99% {
		-webkit-transform: scale(0.8) rotate(0deg) translate(320px,20px);
	}	
	to {
		-webkit-transform: scale(0.8) rotate(0deg) translate(320px,20px);
	}
}

@-moz-keyframes animateQuestionBottleChopstickReversed
{
	from {
		-moz-transform: scale(0.8) rotate(0deg) translate(0px,0px);
		}

	99% {
		-moz-transform: scale(0.8) rotate(0deg) translate(320px,20px);
	}	
	to {
		-moz-transform: scale(0.8) rotate(0deg) translate(320px,20px);
	}
}

@-webkit-keyframes animateQuestionBottleChopstickReversed
{
	from {
		-webkit-transform: scale(0.8) rotate(0deg) translate(0px,0px);
		}

	80% {
		-webkit-transform: scale(0.8) rotate(0deg) translate(320px,20px);
	}
	99% {
		-webkit-transform: scale(0.5) rotate(0deg) translate(0px,300px);
	}
	to {
		-webkit-transform: scale(0.5) rotate(-90deg) translate(0px,0px);
	}
}





#Game #BottleBottom {
	z-index: 10;
	position: absolute;
	top: 27px;
	left: 137px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

#Game #BottleBottom.Show {
	-webkit-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
	-moz-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
	-o-transform: scale(0.8) rotate(45deg) translate(-26px,166px);
	-ms-transform:  scale(0.8) rotate(45deg) translate(-26px,166px);
}

#Game #BottleBottom.Hide {
	-webkit-transform: scale(1) rotate(0deg) translate(0px,0px);
	-moz-transform: scale(1) rotate(0deg) translate(0px,0px);
	-o-transform: scale(1) rotate(0deg) translate(0px,0px);
	-ms-transform: scale(1) rotate(0deg) translate(0px,0px);
}

#Game #BottleChopstick {
	z-index: 11;
	position: absolute;
	top: 270px;
	left: 140px;
	-webkit-transform: rotate(-90deg) scale(0.5);
	-moz-transform: rotate(-90deg) scale(0.5);
	-o-transform: rotate(-90deg) scale(0.5);
	-ms-transform: rotate(-90deg) scale(0.5);
}

#Game #BottleTop {
	z-index: 12;
	position: absolute;
	top: 134px;
	left: 110px;
	-webkit-transition: all 1.1s ease-in-out;
	-moz-transition: all 1.1s ease-in-out;
	-o-transition: all 1.1s ease-in-out;
	-ms-transition: all 1.1s ease-in-out;
}

#Game #BottleTop.Show {
	-webkit-transform: scale(0.8) rotate(45deg) translate(-60px,170px);
	-moz-transform:scale(0.8) rotate(45deg) translate(-60px,170px);
	-o-transform:scale(0.8) rotate(45deg) translate(-60px,170px);
	-ms-transform:  scale(0.8) rotate(45deg) translate(-60px,170px);
}

#Game #BottleTop.Hide {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px);
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px);
	-o-transform:  scale(1) rotate(0deg) translate(0px, 0px);
	-ms-transform:scale(1) rotate(0deg) translate(0px, 0px);
}


@keyframes animateShowScroll
{
	0% {
		-webkit-transform: translate(320px, 0px);
	}
	100% {
		-webkit-transform: translate(-280px,0px);
	}
}

@-moz-keyframes animateShowScroll
{
	0% {
		-moz-transform: translate(320px, 0px);
	}
	100% {
		-moz-transform: translate(-280px,0px);
	}
}

@-webkit-keyframes animateShowScroll
{
	0% {
		-webkit-transform: translate(320px, 0px);
	}
	100% {
		-webkit-transform: translate(-280px,0px);
	}
}

@keyframes animateHideScroll
{
	0% {
		-webkit-transform: translate(-280px, 0px);
	}
	100% {
		-webkit-transform: translate(-640px,0px);
	}
}

@-moz-keyframes animateHideScroll
{
	0% {
		-moz-transform: translate(-280px, 0px);
	}
	100% {
		-moz-transform: translate(-640px,0px);
	}
}

@-webkit-keyframes animateHideScroll
{
	0% {
		-webkit-transform: translate(-280px, 0px);
	}
	100% {
		-webkit-transform: translate(-640px,0px);
	}
}

@keyframes animateGoodAnswer
{
	0% {
		-webkit-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
	}
	100% {
		-webkit-transform: translate(-45px,0px);
		background-color: #9bff9b;
		color: #005600;
	}
}

@-moz-keyframes animateGoodAnswer
{
	0% {
		-moz-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
	}
	100% {
		-moz-transform: translate(-45px,0px);
		background-color: #9bff9b;
		color: #005600;
	}
}

@-webkit-keyframes animateGoodAnswer
{
	0% {
		-webkit-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
	}
	100% {
		-webkit-transform: translate(-45px,0px);
		background-color: #9bff9b;
		color: #005600;
	}
}

@keyframes animateWrongAnswer
{
	0% {
		-webkit-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
		text-shadow: #ffffff 0px -2px 1px;
	}
	100% {
		-webkit-transform: translate(-45px,0px);
		background-color: #ffaaaa;
		color: #550000;
		text-decoration: line-through;
		text-shadow: #ffcdcd 0px -2px 1px;
	}
}

@-moz-keyframes animateWrongAnswer
{
	0% {
		-moz-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
		text-shadow: #ffffff 0px -2px 1px;
	}
	100% {
		-moz-transform: translate(-45px,0px);
		background-color: #ffaaaa;
		color: #550000;
		text-decoration: line-through;
		text-shadow: #ffcdcd 0px -2px 1px;
	}
}

@-webkit-keyframes animateWrongAnswer
{
	0% {
		-webkit-transform: translate(0px, 0px);
		background-color: transparent;
		color: #552200;
		text-shadow: #ffffff 0px -2px 1px;
	}
	100% {
		-webkit-transform: translate(-45px,0px);
		background-color: #ffaaaa;
		color: #550000;
		text-decoration: line-through;
		text-shadow: #ffcdcd 0px -2px 1px;
	}
}

#Game #Scroll {
	position: absolute;
	z-index: 20;
	width: 260px;
	height: 272px;
	top: 10px;
	left: 320px;
	background-image: url('http://images.simplycite.com/Mobiz/imgScrollBG@2x.png');
	-webkit-background-size: 260px 272px; 
	-moz-background-size: 260px 272px; 
	background-size: 260px 272px; 
	
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
}

#Game #Scroll.Show
{
	left: 30px;
}

#Game #Scroll.Hide
{
	left: 320px;
}


#Scroll .ScrollTitle
{
	position: absolute;
	top: 10px;
	width: 220px;
	font: normal 14px/12px Arial, Helvetica, sans-serif;
	color: #552200;
	text-align: center;
}

#Scroll .ScrollContent
{
	position: absolute;
	top: 42px;
	width: 200px;
	left: 23px;
}

#Scroll .ScrollQuestion
{
	position: relative;
	color: #000000;
	font-style: italic;
	font-size: 16px;
	
}


#Scroll .ScrollAnswers ul
{
	margin: 15px 0px;
	padding: 0px;
}

#Scroll .ScrollAnswers li
{
	list-style: none;
	text-align: left;
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	color: #552200;
	padding: 8px 0px;
	text-shadow: #ffffff 0px -2px 1px;
	border-top: 1px dashed #cdb7aa;
	position: relative;
}

#Status
{
	
	position: relative;
	z-index: 1;
	width: 320px;
	height: 56px;
	background-image: url('http://images.simplycite.com/Mobiz/imgFooterBG@2x.jpg');
	-webkit-background-size: 320px 56px; 
	-moz-background-size: 320px 56px; 
	background-size: 320px 56px; 
}

#Status #Avatar
{
	width: 56px;
	margin: 8px 0px 0px 7px;
	height: 56px;
	float: left;
}

#Avatar img
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#Status #Username
{
	width: 130px;
	margin: 17px 0px 0px 0px;
	height: 56px;
	float: left;
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: #000000 0px 2px 1px;
}

#Status #CurrentScore
{
	position: relative;
	top: 30%;
	width: 120px;
	margin: 0px 5px 0px 0px;
	height: 56px;
	float: right;
	text-align: right;
	
}

#Status .ScoreTitle{
	color: #ffffff;
	font: normal 12px/10px Arial, Helvetica, sans-serif;
	position: relative;
	top: -5px;
}
#Status .CurrentScore {
	color: #ffffff;
	font: bold 32px/18px Arial, Helvetica, sans-serif;
}

#Status .ScoreOn {
	color: #72d385;
	font: normal 24px/18px Arial, Helvetica, sans-serif;
}

#Status .ScoreTotal {
	color: #72d385;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
}