@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;
}

#game-holder {
	display: block;
	height: 450px;
	width: 650px;
}
* {
	margin: 0 auto;
}


#gameContainer
{
	position : absolute;
	width : 650px;
	height : 450px;
	max-width : 650px;
	max-height : 450px;
	padding : 0px;
	margin : 0px;
	font-family : MyriadProBlackCond, Arial;
	font-weight : bold;
	text-shadow :
       		1px 1px 2px #6f292e,
       		-1px 1px 2px #6f292e,
       		1px -1px 2px #6f292e,
		-1px -1px 2px #6f292e,
		3px 3px 5px #6f292e, 2px 2px 1px #6f292e;
	color : #ffffff;
	-ms-transform : scale(1.0, 1.0);
	-webkit-transform : scale(1.0, 1.0);
	transform : scale(1.0, 1.0);
	line-height : normal;
	text-align : left;
}


#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;
}


#bg
{
	background : #000000 url('../images/bg_1.png') no-repeat 0px 0px;
	height : inherit;
	width : inherit;
	padding : 0px;
	margin : 0px;
}

#bg.pinReminder
{	background : url('../images/bg_2.png') no-repeat 0px 0px;
}

#bg.levelOver, #bg.gameOver
{	background : url('../images/bg_3.png') no-repeat 0px 0px;
}


#bg.help, #bg.highScores
{	background : url('../images/bg_4.png') no-repeat 0px 0px;
}

#bg.gameOverHighScores
{	background : url('../images/bg_2.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_how_to_play.png') no-repeat 0px 0px;
}

#screenBG.gameOver
{	background : url('../images/scn_game_over.png') no-repeat 0px 0px;
}
#screenBG.gameOver.showPIN
{	background : url('../images/scn_game_over_PIN.png') no-repeat 0px 0px;
}

#screenBG.gameOverHighScores
{	background : url('../images/scn_high_scores_2.png') no-repeat 0px 0px;
}
#screenBG.gameOverHighScores.showPIN
{	background : url('../images/scn_high_scores_2_PIN.png') no-repeat 0px 0px;
}

#screenBG.gameBoard
{	
}

#screenBG.levelOver
{	background : url('../images/scn_level_complete.png') no-repeat 0px 0px;
}
#screenBG.levelOver.showPIN
{	background : url('../images/scn_level_complete_PIN.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 : #ffffff;
	overflow : hidden;
}

.gameScreen.activeScreen
{	display : block;
}




#preloaderScreen
{	
}



#mainMenuScreen
{	
}

#mainMenuScreen #mainMenuPlayBtn
{
	position : absolute;
	top : 244px;
	left : 663px;
	background : url('../images/buttons/btn_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 76px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuHelpBtn, #highScoresScreen #highScoresHowToPlayBtn
{
	position : absolute;
	top : 320px;
	left : 663px;
	background : url('../images/buttons/btn_how_to_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 56px;
	cursor : pointer;
}
#highScoresScreen #highScoresHowToPlayBtn {
	left : 160px;
	top : 393px;
}

#mainMenuScreen #mainMenuHighScoresBtn
{
	position : absolute;
	top : 375px;
	left : 663px;
	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 : 0px;
	top : 0px;
}

#helpScreen .helpText
{
	font-size : 24px;
	line-height : 0.8em;
	position : absolute;
	left : 180px;
	top : 120px;
	width : 310px;
	color : #660000;
	text-shadow : none;
}

#helpScreen .helpText em {
	font-style : italic;
}

#helpScreen ul {
	list-style-type: square;
	list-style-position : outside;
	margin : 0px 0px 0px 0px;
}

#helpScreen li {
	margin : 0px 20px 20px 10px;
}

#helpScreen #helpPlayNowBtn, #highScoresScreen #highScoresPlayNowBtn
{
	background : url('../images/buttons/btn_play_2.png') no-repeat 0px 0px;
	position : absolute;
	width : 120px;
	height : 55px;
	top : 395px;
	left : 333px;
	cursor : pointer;
}
#highScoresScreen #highScoresPlayNowBtn {
	left : 385px;
}

#helpScreen #helpBackBtn, #highScoresScreen #highScoresBackBtn
{
	background : url('../images/buttons/btn_back.png') no-repeat 0px 0px;
	position : absolute;
	width : 120px;
	height : 55px;
	top : 395px;
	left : 212px;
	cursor : pointer;
}

#highScoresScreen #highScoresBackBtn
{	ZZZleft : 160px;
}


#highScoresScreen
{
}

#highScoresTable, #gameOverHighScoresTable
{
	font-size : 24px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	left : 195px;
	top : 98px;
	width : 250px;
}

#gameOverHighScoresTable
{
	top : 125px;
	left : 50px;
}

#highScoresTable tr, #highScoresTable td, #gameOverHighScoresTable tr, #gameOverHighScoresTable td
{
	padding : 0px;
	margin : 0px;
	line-height : 100%;
	color : #ffffff;
}

#highScoresTable td.rank, #gameOverHighScoresTable td.rank
{
	width : 30px;
	text-align : right;
	color : #ffffff;
	text-shadow :
       		1px 1px 2px #b6353f,
       		-1px 1px 2px #b6353f,
       		1px -1px 2px #b6353f,
		-1px -1px 2px #b6353f,
		3px 3px 5px #b6353f, 2px 2px 1px #b6353f;

}

#highScoresTable td.initials, #gameOverHighScoresTable td.initials
{
	width : 110px;
	text-align : center;
	padding : 0px 0px 0px 30px;
	color : #660000;
	text-shadow : none;
}

#highScoresTable td.score, #gameOverHighScoresTable td.score
{
	text-align : right;
	color : #660000;
	text-shadow : none;
}




#gameOverHighScoresScreen
{
	width : inherit;
	height : inherit;
}

#gameOverHighScoresScreen #gameOverHighScoresPlayAgainBtn
{
	background : url('../images/buttons/btn_play_again.png') no-repeat 0px 0px;
	position : absolute;
	width : 285px;
	height : 64px;
	top : 347px;
	left : 362px;
	cursor : pointer;
}


#gameOverScreen
{
	width : inherit;
	height : inherit;
}

#gameOverScreen #postScoreBtn
{
	background : url('../images/buttons/btn_enter_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 365px;
	left : 356px;
	cursor : pointer;
}

#gameOverScreen #gameOverFacebookScoreBtn
{
	background : url('../images/buttons/btn_share_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 405px;
	left : 356px;
	cursor : pointer;
}

#gameOverScreen #finalScore
{
	font-size : 30px;
	line-height : 1.0em;
	text-align : left;
	padding : 0px;
	position : absolute;
	width : 270px;
	left : 517px;
	top : 276px;
	color : #ff9900;
	text-shadow :
       		1px 1px 2px #6f292e,
       		-1px 1px 2px #6f292e,
       		1px -1px 2px #6f292e,
		-1px -1px 2px #6f292e,
		3px 3px 5px #6f292e, 2px 2px 1px #6f292e;
}

#gameOverScreen	#initialsField
{
	font-family : MyriadProBlackCond, Arial;
	color : #6f292e;
	text-shadow : none;
	background-color : rgba(0,0,0,0);
	font-size : 36px;
	line-height : 0.3em;
	vertical-align : top;
	text-align : center;
	padding : 0px;
	margin : 0px;
	position : absolute;
	width : 120px;
	height : 30px;
	left : 439px;
	top : 316px;
	outline : none;
	border : none;
}


#levelOverScreen #levelOverPIN
{
	top : 10px;
}

#gameOverScreen #gameOverPINText, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINText, #levelOverScreen #levelOverPIN #levelOverPINText
{
	font-size : 30px;
	text-align : center;
	color : #6f292e;
	text-shadow : none;
	line-height : 1.0em;
	padding : 0px;
	position : absolute;
	width : 178px;
	left : 410px;
	top : 125px;
}
#gameOverScreen #gameOverPINText
{	
	top : 52px;
}


#gameOverScreen #gameOverSponsorBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresSponsorBtn, #levelOverScreen #levelOverPIN #levelOverSponsorBtn
{
	background : url('../images/buttons/btn_use_it_now.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 168px;
	left : 356px;
	cursor : pointer;
}
#gameOverScreen #gameOverSponsorBtn
{
	top : 93px;
}


#gameOverScreen #gameOverEmailBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresEmailBtn, #levelOverScreen #levelOverPIN #levelOverEmailBtn
{
	background : url('../images/buttons/btn_email_it.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 208px;
	left : 356px;
	cursor : pointer;
}
#gameOverScreen #gameOverEmailBtn
{
	top : 133px;
}


#gameOverScreen #gameOverPrintBtn, #gameOverHighScoresScreen #gameOverHighScoresPrintBtn, #levelOverScreen #levelOverPIN #levelOverPrintBtn
{
	background : url('../images/buttons/btn_print_it.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 248px;
	left : 356px;
	cursor : pointer;
}
#gameOverScreen #gameOverPrintBtn
{
	top : 173px;
}



#gameBoardScreen
{
	height : inherit;
	width : inherit;
	pointer-events : none;
}


#gameBoardScreen #HUD
{
	position : absolute;
	left : 0px;
	top : 0px;
	width : inherit;
	height : inherit;
	pointer-events : none;
	font-size : 26px;
	color : #ccff00;
	text-align : left;
	text-shadow :
       		0px 2px		1px	#000000,
       		2px 0px		1px	#000000,
       		-2px 0px	1px	#000000,
       		0px -2px	1px	#000000,
       		2px 2px		1px	#000000,
       		-2px 2px	1px	#000000,
       		2px -2px	1px	#000000,
		-2px -2px	1px	#000000,
       		2px 2px		4px	#000000;
}




#gameBoardScreen #gameBoardPopupMsg
{
	display : block;
	opacity : 0;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 640px;
	font-size : 60px;
	color : #ffffff;
	text-align : center;
	vertical-align : center;
	text-shadow :
       		0px 2px 2px	#6f292e,
       		2px 0px 2px	#6f292e,
       		-2px 0px 2px	#6f292e,
       		0px -2px 2px	#6f292e,
       		2px 2px 2px	#6f292e,
       		-2px 2px 2px	#6f292e,
       		2px -2px 2px	#6f292e,
		-2px -2px 2px	#6f292e,

       		4px 4px 4px #6f292e;
}

#gameBoardScreen #gameBoardPopupMsg .levelTarget {
	font-size : 70px;
	color : #ccff00;
}



#levelOverScreen
{
	width : inherit;
	height : inherit;
}

#levelOverScreen #levelOverPlayBtn
{
	background : url('../images/buttons/btn_next_level.png') no-repeat 0px 0px;
	position : absolute;
	width : 285px;
	height : 64px;
	top : 348px;
	left : 360px;
	cursor : pointer;
}
#levelOverScreen #levelOverPlayBtn.showPIN {
	top : 344px;
}

#levelOverScreen #levelOverPrompt, #gameOverScreen #gameOverPrompt
{
	position : absolute;
	top : 215px;
	left : 356px;
	width : 270px;
	font-size : 35px;
	text-align : left;
}

#gameOverScreen #gameOverPrompt {
	top : 90px;
}


#pinReminderScreen
{	height : inherit;
	width : inherit;
}

#pinReminderScreen #reminderCountdown
{
	font-size : 17px;
	position : absolute;
	top : 407px;
	left : 0px;
	width : 100%;
	text-align : center;
	line-height : 1.2em;
	text-shadow: 3px 3px 5px #71292d, 2px 2px 1px #71292d;
}
