@font-face
{	font-family : 'Barmeno';
	src :	url('../../fonts/Barmeno-ExtraBold.eot') format("eot"),
		url('../../fonts/Barmeno-ExtraBold.ttf') format("truetype"),
		url('../../fonts/Barmeno-ExtraBold.svg') format("svg"),
		url('../../fonts/Barmeno-ExtraBold.woff') format("woff");
	font-weight : bold;
	font-style : normal;
}


#ndgmrCanvas1, #ndgmrCanvas2 {
	position : absolute;
	left : 700px;
	top : 10px;
	border : 2px solid red;
}
#ndgmrCanvas2 {
	top : 200px;
}


body
{
	padding : 0px;
	margin : 0px;
}

#game-holder {
	display: block;
	height: 450px;
	width: 650px;
}


#gameContainer
{
	position : absolute;
	width : 650px;
	height : 450px;
	max-width : 650px;
	max-height : 450px;
	padding : 0px;
	margin : 0px;
	font-family : Barmeno, Arial;
	font-weight : bold;
	text-shadow: 3px 3px 5px #000000, 2px 2px 1px #000000;
	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;
	
	border: 5px solid #FF0;
}


#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_4.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_2.png') no-repeat 0px 0px;
}

#bg.gameOverHighScores
{	background : url('../images/bg_4.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 : 235px;
	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 : 305px;
	left : 663px;
	background : url('../images/buttons/btn_how_to_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 56px;
	cursor : pointer;
}
#highScoresScreen #highScoresHowToPlayBtn {
	left : 19px;
	top : 393px;
}

#mainMenuScreen #mainMenuHighScoresBtn
{
	position : absolute;
	top : 355px;
	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 : 18px;
	line-height : 1.2em;
	position : absolute;
	left : 24px;
	top : 95px;
	width : 320px;
}

#helpScreen #helpPlayNowBtn, #highScoresScreen #highScoresPlayNowBtn
{
	background : url('../images/buttons/btn_play_2.png') no-repeat 0px 0px;
	position : absolute;
	width : 120px;
	height : 55px;
	top : 392px;
	left : 189px;
	cursor : pointer;
}
#highScoresScreen #highScoresPlayNowBtn {
	left : 239px;
}

#helpScreen #helpBackBtn, #highScoresScreen #highScoresBackBtn
{
	background : url('../images/buttons/btn_back.png') no-repeat 0px 0px;
	position : absolute;
	width : 120px;
	height : 55px;
	top : 392px;
	left : 70px;
	cursor : pointer;
}

#helpScreen .leftArrow
{
	position : absolute;
	top : 392px;
	left : 4px;
	background : url('../images/buttons/btn_prev.png') no-repeat 0px 0px;
	width : 64px;
	height : 55px;
	cursor : pointer;
}

#helpScreen .leftArrow:hover, #helpScreen .rightArrow:hover
{	background-position : -128px 0px;
}

#helpScreen .rightArrow
{
	position : absolute;
	top : 392px;
	left : 313px;
	background : url('../images/buttons/btn_next.png') no-repeat 0px 0px;
	width : 64px;
	height : 55px;
	cursor : pointer;
}




#highScoresScreen
{
}

#highScoresTable, #gameOverHighScoresTable
{
	font-size : 24px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	left : 27px;
	top : 98px;
	width : 290px;
}

#gameOverHighScoresTable
{
	top : 125px;
}

#highScoresTable tr, #highScoresTable td, #gameOverHighScoresTable tr, #gameOverHighScoresTable td
{
	padding : 0px;
	margin : 0px;
	line-height : 105%;
	color : #ffffff;
}

#highScoresTable td.rank, #gameOverHighScoresTable td.rank
{
	width : 30px;
	text-align : right;
	color : #ccff00;
	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 : 265px;
	height : 65px;
	top : 355px;
	left : 377px;
	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 : 359px;
	left : 364px;
	cursor : pointer;
}

#gameOverScreen #gameOverFacebookScoreBtn
{
	background : url('../images/buttons/btn_share_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 39px;
	top : 396px;
	left : 364px;
	cursor : pointer;
}

#gameOverScreen #finalScore
{
	font-size : 30px;
	line-height : 1.0em;
	text-align : left;
	padding : 0px;
	position : absolute;
	width : 270px;
	left : 517px;
	top : 273px;
	color : #ffcc00;
}

#gameOverScreen	#initialsField
{
	font-family : Barmeno, Arial;
	color : #ffffff;
	background-color : #000000;
	font-size : 36px;
	line-height : 0.3em;
	vertical-align : top;
	text-align : center;
	padding : 0px;
	margin : 0px;
	position : absolute;
	width : 120px;
	height : 30px;
	left : 444px;
	top : 311px;
	outline : none;
	border : 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 : 175px;
	left : 416px;
	top : 147px;
}
#gameOverScreen #gameOverPINText
{	
	top : 71px;
}


#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 : 191px;
	left : 364px;
	cursor : pointer;
}
#gameOverScreen #gameOverSponsorBtn
{
	top : 113px;
}


#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 : 228px;
	left : 364px;
	cursor : pointer;
}
#gameOverScreen #gameOverEmailBtn
{
	top : 149px;
}


#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 : 265px;
	left : 364px;
	cursor : pointer;
}
#gameOverScreen #gameOverPrintBtn
{
	top : 185px;
}



#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	#000000,
       		2px 0px 2px	#000000,
       		-2px 0px 2px	#000000,
       		0px -2px 2px	#000000,
       		2px 2px 2px	#000000,
       		-2px 2px 2px	#000000,
       		2px -2px 2px	#000000,
		-2px -2px 2px	#000000,

       		4px 4px 4px #000000;
}

#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 : 245px;
	height : 65px;
	top : 300px;
	left : 387px;
	cursor : pointer;
}
#levelOverScreen #levelOverPlayBtn.showPIN {
	top : 360px;
}

#levelOverScreen #levelOverPrompt, #gameOverScreen #gameOverPrompt
{
	position : absolute;
	top : 162px;
	left : 356px;
	width : 270px;
	font-size : 35px;
	text-align : left;
}


#pinReminderScreen
{	height : inherit;
	width : inherit;
}

#pinReminderScreen #reminderCountdown
{
	font-size : 17px;
	position : absolute;
	top : 355px;
	left : 437px;
	width : 160px;
	text-align : center;
	line-height : 1.2em;
}
