@font-face
{	font-family : 'MyriadProBlackCond';
	src :	url('../../fonts/MyriadPro-BlackCond.eot') format("eot"),
		url('../../fonts/MyriadPro-BlackCond.svg') format("svg"),
		url('../../fonts/MyriadPro-BlackCond.ttf') format("truetype"),
		url('../../fonts/MyriadPro-BlackCond.woff') format("woff");
	font-weight : bold;
	font-style : normal;
}

body
{
	padding : 0px;
	margin : 0px;
}


#gameContainer
{
	position : absolute;
	left : 0px;
	top : 0px;
	width : 640px;
	height : 480px;
	max-width : 640px;
	max-height : 480px;
	text-align : left;
	padding : 0px;
	margin : 0px;
	font-family : MyriadProBlackCond, Arial;
	color : #ffffff;
	-ms-transform : scale(1.0, 1.0);
	-webkit-transform : scale(1.0, 1.0);
	transform : scale(1.0, 1.0);
}


#gameContainer div
{	padding : 0px;
	margin : 0px;
}


#gameContainer canvas
{
	position : absolute;
	left : 0px;
	top : 0px;
}


#gameContainer p
{	margin : 20px 0px;
}

#gameContainer p.noPadding
{	margin : 0px 0px;
}


#gameContainer .hasShadow
{
	text-shadow: 3px 3px 5px #000000, 2px 2px 1px #000000;
}


#bg
{
	background : #000000 url('../images/bg_menu.png') no-repeat 0px 0px;
	height : inherit;
	width : inherit;
	padding : 0px;
	margin : 0px;
}

#bg.gameOver, #bg.levelOver
{	background : url('../images/bg_levelOver.png') no-repeat 0px 0px;
}

#bg.help, #bg.highScores
{	background : url('../images/bg_help.png') no-repeat 0px 0px;
}

#bg.gameBoard
{	background : url('../images/bg_game.png') no-repeat 0px 0px;
}

#screenBG
{
	position : absolute;
	top : 0px;
	left: 0px;
	width : inherit;
	height : inherit;
	background : none;
}

#screenBG.preloader
{	background : url('../images/scn_preloader.png') no-repeat 0px 0px;
}

#screenBG.highScores
{	background : url('../images/scn_high_scores.png') no-repeat 0px 0px;
}

#screenBG.help
{	background : url('../images/scn_howTo.png') no-repeat 0px 0px;
}

#screenBG.gameOver
{	background : url('../images/scn_game_over_noPIN.png') no-repeat 0px 0px;
}
#screenBG.gameOver.showPIN
{	background : url('../images/scn_game_over.png') no-repeat 0px 0px;
}

#screenBG.gameOverHighScores
{	background : url('../images/scn_high_scores_2.png') no-repeat 0px 0px;
}
#screenBG.gameOverHighScores.noPIN
{	background : url('../images/scn_high_scores_noPIN.png') no-repeat 0px 0px;
}

#screenBG.gameBoard
{	
}

#screenBG.levelOver
{	background : url('../images/scn_level_over_1.png') no-repeat 0px 0px;
}
#screenBG.levelOver.showPIN
{	background : url('../images/scn_level_over_2.png') no-repeat 0px 0px;
}

#screenBG.pinReminder
{	background : url('../images/scn_pin_reminder.png') no-repeat 0px 0px;
}




.gameScreen
{
	display : none;	
	height: inherit;
	width : inherit;
	position : absolute;
	top : 0px;
	left: 0px;
	color : #ffffcc;
	overflow : hidden;
}

.gameScreen.activeScreen
{	display : block;
}




#preloaderScreen
{	
}



#mainMenuScreen
{	
}

#mainMenuScreen #mainMenuPlayBtn
{
	position : absolute;
	top : 267px;
	left : 657px;
	background : url('../images/buttons/btn_play_lg.png') no-repeat 0px 0px;
	width : 230px;
	height : 76px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuHelpBtn
{
	position : absolute;
	top : 409px;
	left : 657px;
	background : url('../images/buttons/btn_how_to_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 56px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuHighScoresBtn
{
	position : absolute;
	top : 348px;
	left : 657px;
	background : url('../images/buttons/btn_high_scores.png') no-repeat 0px 0px;
	width : 225px;
	height : 56px;
	cursor : pointer;
}



#helpScreen
{	
}


#helpScreen img.helpPageImage
{
	position : absolute;
	left : -273px;
	top : -95px;
}

#helpScreen .helpText
{
	font-size : 18px;
	line-height : 1.2em;
	position : absolute;
	left : 273px;
	top : 95px;
	width : 320px;
}

#helpScreen #helpPlayNowBtn, #highScoresScreen #highScoresPlayNowBtn
{
	background : url('../images/buttons/btn_play_sm.png') no-repeat 0px 0px;
	position : absolute;
	width : 165px;
	height : 60px;
	top : 419px;
	left : 444px;
	cursor : pointer;
}

#helpScreen #helpBackBtn, #highScoresScreen #highScoresBackBtn
{
	background : url('../images/buttons/btn_back.png') no-repeat 0px 0px;
	position : absolute;
	width : 165px;
	height : 60px;
	top : 419px;
	left : 270px;
	cursor : pointer;
}

#helpScreen .leftArrow
{
	position : absolute;
	top : 217px;
	left : 219px;
	background : url('../images/buttons/btn_prev_arrow.png') no-repeat 0px 0px;
	width : 53px;
	height : 95px;
	cursor : pointer;
}

#helpScreen .leftArrow:hover
{	background-position : -64px 0px;
}

#helpScreen .rightArrow:hover
{	background-position : -64px 0px;
}
#helpScreen .rightArrow
{
	position : absolute;
	top : 217px;
	left : 591px;
	background : url('../images/buttons/btn_next_arrow.png') no-repeat 0px 0px;
	width : 53px;
	height : 95px;
	cursor : pointer;
}




#highScoresScreen
{
}

#highScoresTable, #gameOverHighScoresTable
{
	font-size : 26px;
	line-height : 1.15em;
	padding : 0px;
	position : absolute;
	left : 280px;
	top : 105px;
	width : 290px;
}

#gameOverHighScoresTable
{
	left : 42px;
	top : 120px;
}

#highScoresTable tr, #highScoresTable td, #gameOverHighScoresTable tr, #gameOverHighScoresTable td
{
	padding : 0px;
	margin : 0px;
	color : #ffffcc;
}

#highScoresTable td.rank, #gameOverHighScoresTable td.rank
{
	width : 30px;
	text-align : right;
	color : #ff9900;
	text-shadow :
       		1px 1px 2px #000000,
       		-1px 1px 2px #000000,
       		1px -1px 2px #000000,
		-1px -1px 2px #000000,
		3px 3px 5px #000000, 2px 2px 1px #000000;

}

#highScoresTable td.initials, #gameOverHighScoresTable td.initials
{
	width : 110px;
	text-align : center;
	padding : 0px 0px 0px 30px;
}

#highScoresTable td.score, #gameOverHighScoresTable td.score
{
	text-align : right;
}

#highScoresTable td.initials, #gameOverHighScoresTable td.initials, #highScoresTable td.score, #gameOverHighScoresTable td.score
{
	text-shadow :
       		1px 1px 2px #000000,
       		-1px 1px 2px #000000,
       		1px -1px 2px #000000,
		-1px -1px 2px #000000,
		3px 3px 5px #000000, 2px 2px 1px #000000;
}




#gameOverHighScoresScreen
{
	width : inherit;
	height : inherit;
}

#gameOverHighScoresScreen #gameOverHighScoresPlayAgainBtn
{
	background : url('../images/buttons/btn_play_again.png') no-repeat 0px 0px;
	position : absolute;
	width : 225px;
	height : 56px;
	top : 407px;
	left : 391px;
	cursor : pointer;
}


#gameOverScreen
{
	width : inherit;
	height : inherit;
}

#gameOverScreen #postScoreBtn
{
	background : url('../images/buttons/btn_enter_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 240px;
	height : 40px;
	top : 399px;
	left : 383px;
	cursor : pointer;
}

#gameOverScreen #gameOverFacebookScoreBtn
{
	background : url('../images/buttons/btn_share_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 240px;
	height : 40px;
	top : 436px;
	left : 383px;
	cursor : pointer;
}

#gameOverScreen #finalScore
{
	font-size : 30px;
	line-height : 1.0em;
	text-align : left;
	padding : 0px;
	position : absolute;
	width : 270px;
	left : 514px;
	top : 312px;
	color : #ff9900;
}

#gameOverScreen	#initialsField
{
	font-family : MyriadProBlackCond;
	color : #ffffff;
	background-color : #000000;
	font-size : 25px;
	line-height : 0.3em;
	vertical-align : top;
	text-align : center;
	padding : 0px;
	margin : 0px;
	position : absolute;
	width : 108px;
	height : 25px;
	left : 445px;
	top : 355px;
	outline : none;
}


#levelOverScreen #levelOverPIN
{
	top : 10px;
}

#gameOverScreen #gameOverPINText, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINText, #levelOverScreen #levelOverPIN #levelOverPINText
{
	font-size : 25px;
	text-align : center;
	line-height : 1.2em;
	padding : 0px;
	position : absolute;
	width : 166px;
	left : 416px;
	top : 116px;
}


#gameOverScreen #gameOverSponsorBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresSponsorBtn, #levelOverScreen #levelOverPIN #levelOverSponsorBtn
{
	background : url('../images/buttons/btn_use_pin.png') no-repeat 0px 0px;
	position : absolute;
	width : 240px;
	height : 40px;
	top : 160px;
	left : 383px;
	cursor : pointer;
}


#gameOverScreen #gameOverEmailBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresEmailBtn, #levelOverScreen #levelOverPIN #levelOverEmailBtn
{
	background : url('../images/buttons/btn_email_pin.png') no-repeat 0px 0px;
	position : absolute;
	width : 240px;
	height : 40px;
	top : 196px;
	left : 383px;
	cursor : pointer;
}


#gameOverScreen #gameOverPrintBtn, #gameOverHighScoresScreen #gameOverHighScoresPrintBtn, #levelOverScreen #levelOverPIN #levelOverPrintBtn
{
	background : url('../images/buttons/btn_print_pin.png') no-repeat 0px 0px;
	position : absolute;
	width : 240px;
	height : 40px;
	top : 232px;
	left : 383px;
	cursor : pointer;
}



#gameBoardScreen
{
	height : inherit;
	width : inherit;
	pointer-events : none;
}


#gameBoardScreen #HUD
{
	position : absolute;
	left : 0px;
	top : 14px;
	width : inherit;
	height : inherit;
	pointer-events : none;
	font-size : 30px;
	color : #66371B;
	font-family : MyriadProBlackCond, Arial;
	text-align : left;
}


#gameBoardScreen #HUD #hudScore
{
	position : absolute;
	left : 331px;
}

#gameBoardScreen #HUD #hudLevel
{
	position : absolute;
	left : 223px;
}

#gameBoardScreen #HUD #hudMoves
{
	position : absolute;
	left : 556px;
}

#gameBoardScreen #HUD #hudMoves span
{
	padding : 0px 1px;
}

#gameBoardScreen #HUD #hudBonus
{
	position : absolute;
	top : 35px;
	right : 28px;
	text-align : right;
	color : #ffffcc;
	font-size : 26px;
	text-shadow :
       		0px 2px 2px	#330000,
       		2px 0px 2px	#330000,
       		2px 2px 2px	#330000;
}



#gameBoardScreen #gameBoardPopupMsg
{
	display : block;
	opacity : 0;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 640px;
	font-size : 60px;
	color : #ffffcc;
	text-align : center;
	vertical-align : center;
	text-shadow :
       		0px 2px 2px	#330000,
       		2px 0px 2px	#330000,
       		-2px 0px 2px	#330000,
       		0px -2px 2px	#330000,
       		2px 2px 2px	#330000,
       		-2px 2px 2px	#330000,
       		2px -2px 2px	#330000,
		-2px -2px 2px	#330000,

       		4px 4px 4px #3f0000;
}

#gameBoardScreen #gameBoardPopupMsg .levelTarget {
	font-size : 70px;
	color : #ff3300;
}



#levelOverScreen
{
	width : inherit;
	height : inherit;
}

#levelOverScreen #levelOverPlayBtn
{
	background : url('../images/buttons/btn_next_level.png') no-repeat 0px 0px;
	position : absolute;
	width : 231px;
	height : 55px;
	top : 386px;
	left : 391px;
	cursor : pointer;
}

#levelOverScreen #levelOverPrompt, #gameOverScreen #gameOverPrompt
{
	position : absolute;
	top : 136px;
	left : 398px;
	width : 270px;
	font-size : 40px;
	text-align : left;
}


#pinReminderScreen
{	height : inherit;
	width : inherit;
}

#pinReminderScreen #reminderCountdown
{
	font-size : 18px;
	position : absolute;
	top : 406px;
	left : 428px;
	width : 160px;
	text-align : center;
}
