@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;
	background-color : #eeeeee;
}

#game-holder {
	display: block;
	width: 1024px;
	height: 768px;
}
* {
	margin: 0 auto;
}


#gameContainer
{
	position : absolute;
	width : 1024px;
	height : 768px;
	max-width : 1024px;
	max-height : 768px;
	padding : 0px;
	margin : 0px;
	font-family : MyriadProBlackCond, Arial;
	font-weight : bold;
	text-shadow :
       		3px 3px 1px #193D7B;
	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
{
	position : absolute;
	top : 0px;
	left: 0px;
	background : none;
	height : inherit;
	width : inherit;
	padding : 0px;
	margin : 0px;
}

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

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

#bg.gameBoard
{	background-image : none;
	background-color : #002288;
}

#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.gameOverHighScores
{	background : url('../images/scn_high_scores.png') no-repeat 0px 0px;
}

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

#screenBG.gameBoard
{	
}

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




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

.gameScreen.activeScreen
{	display : block;
}




#preloaderScreen
{	
}



#mainMenuScreen
{	
}

#mainMenuScreen #mainMenuPlayBtn, #mainMenuScreen #mainMenuHelpBtn, #mainMenuScreen #mainMenuHighScoresBtn
{
	position : absolute;
	left : 1080px;
	width : 480px;
	height : 100px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuPlayBtn
{
	top : 410px;
	background : url('../images/buttons/btn_play.png') no-repeat 0px 0px;
}

#mainMenuScreen #mainMenuHelpBtn, #highScoresScreen #highScoresHowToPlayBtn
{
	top : 510px;
	background : url('../images/buttons/btn_how_to.png') no-repeat 0px 0px;
}

#mainMenuScreen #mainMenuHighScoresBtn
{
	top : 610px;
	background : url('../images/buttons/btn_high_scores.png') no-repeat 0px 0px;
}



#helpScreen
{	
}


#helpScreen img.helpPageImage
{
	position : absolute;
	left : 0px;
	top : 0px;
}

#helpScreen .helpText
{
	position : absolute;
	left : 0px;
	top : 0px;
	width : inherit;
	height : inherit;
	background : url('../images/help.png') no-repeat 0px 0px;
	pointer-events : none;
}

#helpScreen .helpText em {
	font-style : italic;
}

#helpScreen ul {
	list-style-type: square;
	list-style-position : outside;
	margin : 15px 0px 0px 10px;
	padding-left : 0px;
}

#helpScreen li {
	margin : 0px 20px 20px 10px;
}

#helpScreen #helpPlayNowBtn, #highScoresScreen #highScoresPlayNowBtn
{
	background : url('../images/buttons/btn_play_small.png') no-repeat 0px 0px;
	position : absolute;
	width : 235px;
	height : 70px;
	top : 670px;
	left : 510px;
	cursor : pointer;
}

#helpScreen #helpHighScoresBtn, #highScoresScreen #highScoresHowToPlayBtn
{
	background : url('../images/buttons/btn_high_scores_small.png') no-repeat 0px 0px;
	position : absolute;
	width : 235px;
	height : 70px;
	top : 670px;
	left : 770px;
	cursor : pointer;
}

#highScoresScreen #highScoresHowToPlayBtn
{
	background : url('../images/buttons/btn_how_to_small.png') no-repeat 0px 0px;
}


#highScoresScreen
{
}

#highScoresTable, #gameOverHighScoresTable
{
	font-size : 40px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	left : 610px;
	top : 192px;
	width : 350px;
}

#highScoresTable tr, #highScoresTable td, #gameOverHighScoresTable tr, #gameOverHighScoresTable td
{
	padding : 0px;
	margin : 4px;
	line-height : 105%;
}

#highScoresTable td.rank, #gameOverHighScoresTable td.rank
{
	visibility : hidden;
	width : 30px;
	text-align : right;

}

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

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




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

#gameOverHighScoresScreen #gameOverHighScoresPlayAgainBtn
{
	background : url('../images/buttons/btn_play_again.png') no-repeat 0px 0px;
	position : absolute;
	width : 415px;
	height : 70px;
	top : 670px;
	left : 555px;
	cursor : pointer;
}


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

#gameOverScreen #postScoreBtn
{
	background : url('../images/buttons/btn_enter_initials.png') no-repeat 0px 0px;
	position : absolute;
	width : 415px;
	height : 70px;
	top : 454px;
	left : 567px;
	cursor : pointer;
}

#gameOverScreen #finalScore, #levelOverScreen #levelOverScore
{
	font-size : 50px;
	line-height : 1.0em;
	text-align : left;
	padding : 0px;
	position : absolute;
	width : 125px;
	left : 822px;
	top : 273px;
	text-shadow :
       		-1px -1px 1px #2C2D8C,
       		-1px 0px 1px #2C2D8C,
       		-1px 1px 1px #2C2D8C,
       		0px 1px 1px #2C2D8C,
       		1px 1px 1px #2C2D8C,
       		1px 0px 1px #2C2D8C,
       		1px -1px 1px #2C2D8C,
       		0px -1px 1px #2C2D8C,
       		0px 0px 5px #2C2D8C;
}

#gameOverScreen	#initialsField
{
	font-family : MyriadProBlackCond, Arial;
	text-shadow : none;
	background-color : rgba(0,0,0,0);
	font-size : 80px;
	line-height : 1.0em;
	vertical-align : top;
	text-align : center;
	padding : 0px;
	margin : 0px;
	position : absolute;
	width : 230px;
	height : 70px;
	left : 660px;
	top : 340px;
	outline : none;
	color : #ffffff;
	border : none;
}


#levelOverScreen #levelOverPIN #levelOverPINText
{
	font-size : 44px;
	text-align : center;
	text-shadow : none;
	line-height : 1.0em;
	padding : 0px;
	position : absolute;
	width : 300px;
	left : 620px;
	top : 290px;
}

#gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINCount, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINPrompt
{
	font-size : 35px;
	color : #ffef10;
	text-align : center;
	text-shadow :
       		-1px -1px 1px #2C2D8C,
       		-1px 0px 1px #2C2D8C,
       		-1px 1px 1px #2C2D8C,
       		0px 1px 1px #2C2D8C,
       		1px 1px 1px #2C2D8C,
       		1px 0px 1px #2C2D8C,
       		1px -1px 1px #2C2D8C,
       		0px -1px 1px #2C2D8C,
       		0px 0px 5px #2C2D8C;
	position : absolute;
	width : 350px;
	left : 80px;
	top : 255px;
}

#gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINPrompt
{
	top : 528px;
	left : 45px;
	width : 420px;
}

#gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINText
{
	font-size : 40px;
	text-align : center;
	text-shadow : none;
	line-height : 1.0em;
	padding : 0px;
	position : absolute;
	width : 280px;
	left : 114px;
	top : 310px;
	height : 200px;
	overflow : auto;
}


#gameOverScreen #gameOverSponsorBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresSponsorBtn, #levelOverScreen #levelOverPIN #levelOverSponsorBtn
{
	background : url('../images/buttons/btn_enter_contest.png') no-repeat 0px 0px;
	position : absolute;
	width : 415px;
	height : 70px;
	top : 593px;
	left : 55px;
	cursor : pointer;
}


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



#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;
	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;
	text-align : center;
	vertical-align : center;
	text-shadow :
       		0px 2px 2px	#39AFDE,
       		2px 0px 2px	#39AFDE,
       		-2px 0px 2px	#39AFDE,
       		0px -2px 2px	#39AFDE,
       		2px 2px 2px	#39AFDE,
       		-2px 2px 2px	#39AFDE,
       		2px -2px 2px	#39AFDE,
		-2px -2px 2px	#39AFDE,

       		4px 4px 4px #000000;
}

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



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

#levelOverScreen #levelOverPlayBtn
{
	background : url('../images/buttons/btn_keep_playing.png') no-repeat 0px 0px;
	position : absolute;
	width : 415px;
	height : 70px;
	top : 615px;
	left : 575px;
	cursor : pointer;
}

#levelOverScreen #levelOverPIN #levelOverSponsorBtn
{
	left : 575px;
	top : 405px;
}

#levelOverScreen #levelOverPIN #levelOverPrintBtn
{
	left : 575px;
	top : 485px;
}

#levelOverScreen #levelOverScore
{
	top : 164px;
}


#debug {
	position : absolute;
	top : 150px;
	left : 10px;
	width : 200px;
	height : 100px;
	border : 2px solid green;
}

@media only screen and (max-width: 1050px) {
	#game-holder { width: 820px; height: 614px; }
	#gameContainer { -ms-transform: scale(0.8, 0.8); -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); transform-origin: 0% 0%; }
}

@media only screen and (max-width: 850px) {
	#game-holder { width: 614px; height: 460px; }
	#gameContainer { -ms-transform: scale(0.6, 0.6); -webkit-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); }
}

@media only screen and (max-width: 650px) {
	#game-holder { width: 410px; height: 308px; }
	#gameContainer { -ms-transform: scale(0.4, 0.4); -webkit-transform: scale(0.4, 0.4); transform: scale(0.4, 0.4); }
}

@media only screen and (max-width: 450px) {
	#game-holder { width: 307px; height: 230px; }
	#gameContainer { -ms-transform: scale(0.3, 0.3); -webkit-transform: scale(0.3, 0.3); transform: scale(0.3, 0.3); }
}
