@font-face {
	font-family: 'BauhausLightCTTBold';
	src:	url('../../fonts/BauhausLightCTT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/BauhausLightCTT-Bold.woff') format('woff'),
		url('../../fonts/BauhausLightCTT-Bold.ttf')  format('truetype'),
		url('../../fonts/BauhausLightCTT-Bold.svg#BauhausLightCTT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body
{
	padding : 0px;
	margin : 0px;
	background-color : #eeeeee;
}

#game-holder {
	display: block;
	height: 450px;
	width: 650px;
}
* {
	margin: 0 auto;
}


#gameContainer
{
	position : absolute;
	left : 200px;
	width : 650px;
	height : 450px;
	max-width : 650px;
	max-height : 450px;
	padding : 0px;
	margin : 0px;
	font-family : BauhausLightCTTBold, 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 : #ccff00;
	-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 #starfieldCanvas
{	
	z-index : -10;
}

#gameContainer #box2dDebugCanvas
{	pointer-events : none;
}


#gameContainer p
{	margin : 20px 0px;
}

#gameContainer p.noPadding
{	margin : 0px 0px;
}


#bg, #bgCheesy, #bgTerrain
{
	position : absolute;
	left : 0px;
	top : 0px;
	background : #000000 url('../images/bg_1.png') no-repeat 0px 0px;
	height : inherit;
	width : inherit;
	padding : 0px;
	margin : 0px;
}

#bg.preloader
{	background : #000000 url('../images/bg_1.png') no-repeat 0px 0px;
}

#bg.help, #bg.highScores
{	background : #000000 url('../images/bg_3.png') no-repeat 0px 0px;
}


#bgTerrain, #bgCheesy, #bg.levelOver, #bg.gameOver, #bg.gameBoard
{	background : none;
}

#bgCheesy.levelOver, #bgCheesy.gameOver
{	background : url('../images/bg_2.png') no-repeat 0px 0px;
}

#bgTerrain.levelOver.level_1, #bgTerrain.gameOver.level_1
{	background : url('../images/bg_2a.png') no-repeat 0px 0px;
}
#bgTerrain.levelOver.level_2, #bgTerrain.gameOver.level_2
{	background : url('../images/bg_2b.png') no-repeat 0px 0px;
}
#bgTerrain.levelOver.level_3, #bgTerrain.gameOver.level_3
{	background : url('../images/bg_2c.png') no-repeat 0px 0px;
}
#bgTerrain.levelOver.level_4, #bgTerrain.gameOver.level_4
{	background : url('../images/bg_2d.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 : 220px;
	left : 650px;
	background : url('../images/buttons/btn_splash_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 76px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuHelpBtn, #highScoresScreen #highScoresHowToPlayBtn
{
	position : absolute;
	top : 295px;
	left : 650px;
	background : url('../images/buttons/btn_splash_how_to_play.png') no-repeat 0px 0px;
	width : 225px;
	height : 56px;
	cursor : pointer;
}

#mainMenuScreen #mainMenuHighScoresBtn
{
	position : absolute;
	top : 350px;
	left : 650px;
	background : url('../images/buttons/btn_splash_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
{
	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.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 60px;
	top : 385px;
	left : 405px;
	cursor : pointer;
}

#helpScreen #helpBackBtn, #highScoresScreen #highScoresBackBtn
{
	background : url('../images/buttons/btn_back.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 60px;
	top : 385px;
	left : -45px;
	cursor : pointer;
}

#highScoresScreen #highScoresHowToPlayBtn
{
	background : url('../images/buttons/btn_how_to_play.png') no-repeat 0px 0px;
	position : absolute;
	width : 290px;
	height : 60px;
	top : 385px;
	left : -45px;
	cursor : pointer;
}


#highScoresScreen
{
}

#highScoresTable, #gameOverHighScoresTable
{
	font-size : 24px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	left : 185px;
	top : 95px;
	width : 250px;
}

#gameOverHighScoresTable
{
	top : 104px;
	left : 25px;
}

#highScoresTable tr, #highScoresTable td, #gameOverHighScoresTable tr, #gameOverHighScoresTable td
{
	padding : 0px;
	margin : 0px;
	line-height : 105%;
	color : #ffffff;
}

#highScoresTable td.rank, #gameOverHighScoresTable td.rank
{
	visibility : hidden;
	width : 30px;
	text-align : right;
	color : #ccff00;

}

#highScoresTable td.initials, #gameOverHighScoresTable td.initials
{
	width : 110px;
	text-align : center;
	padding : 0px 0px 0px 30px;
	color : #ccff00;
	text-shadow : none;
}

#highScoresTable td.score, #gameOverHighScoresTable td.score
{
	text-align : right;
	color : #ccff00;
	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 : 320px;
	height : 70px;
	top : 361px;
	left : 335px;
	cursor : pointer;
}


#gameOverScreen
{
	width : inherit;
	height : inherit;
}

#gameOverScreen #postScoreBtn
{
	background : url('../images/buttons/btn_enter_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 250px;
	height : 25px;
	top : 365px;
	left : 370px;
	cursor : pointer;
}

#gameOverScreen #gameOverFacebookScoreBtn
{
	background : url('../images/buttons/btn_share_score.png') no-repeat 0px 0px;
	position : absolute;
	width : 250px;
	height : 25px;
	top : 395px;
	left : 370px;
	cursor : pointer;
}

#gameOverScreen #finalScore
{
	font-size : 30px;
	line-height : 1.0em;
	text-align : left;
	padding : 0px;
	position : absolute;
	width : 125px;
	left : 505px;
	top : 280px;
	color : #ccff00;
	text-shadow : none;
}

#gameOverScreen	#initialsField
{
	font-family : BauhausLightCTTBold, Arial;
	color : #ccff00;
	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 : 36px;
	left : 435px;
	top : 315px;
	outline : none;
	border : none;
}


#levelOverScreen #levelOverPIN
{
	top : 10px;
}

#gameOverScreen #gameOverPINText, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresPINText, #levelOverScreen #levelOverPIN #levelOverPINText
{
	font-size : 30px;
	text-align : center;
	color : #ccff00;
	text-shadow : none;
	line-height : 1.0em;
	padding : 0px;
	position : absolute;
	width : 230px;
	left : 380px;
	top : 140px;
}
#gameOverScreen #gameOverPINText
{	
	top : 60px;
}


#gameOverScreen #gameOverSponsorBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresSponsorBtn, #levelOverScreen #levelOverPIN #levelOverSponsorBtn
{
	background : url('../images/buttons/btn_use_it_now.png') no-repeat 0px 0px;
	position : absolute;
	width : 250px;
	height : 25px;
	top : 185px;
	left : 370px;
	cursor : pointer;
}
#gameOverScreen #gameOverSponsorBtn
{
	top : 105px;
}


#gameOverScreen #gameOverEmailBtn, #gameOverHighScoresScreen #gameOverHighScoresPIN #gameOverHighScoresEmailBtn, #levelOverScreen #levelOverPIN #levelOverEmailBtn
{
	background : url('../images/buttons/btn_email_it.png') no-repeat 0px 0px;
	position : absolute;
	width : 250px;
	height : 25px;
	top : 215px;
	left : 370px;
	cursor : pointer;
}
#gameOverScreen #gameOverEmailBtn
{
	top : 135px;
}


#gameOverScreen #gameOverPrintBtn, #gameOverHighScoresScreen #gameOverHighScoresPrintBtn, #levelOverScreen #levelOverPIN #levelOverPrintBtn
{
	background : url('../images/buttons/btn_print_it.png') no-repeat 0px 0px;
	position : absolute;
	width : 250px;
	height : 25px;
	top : 245px;
	left : 370px;
	cursor : pointer;
}
#gameOverScreen #gameOverPrintBtn
{
	top : 165px;
}



#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;
}

#gameBoardScreen #gameBoardPopupMsg, #gameBoardScreen #gameBoardPopupMsg .gameBoardPopupMsgSub
{
	width : 640px;
	font-size : 60px;
	color : #ffffff;
	text-align : center;
	vertical-align : center;
	text-shadow :
       		0px 2px 2px	#3399cc,
       		2px 0px 2px	#3399cc,
       		-2px 0px 2px	#3399cc,
       		0px -2px 2px	#3399cc,
       		2px 2px 2px	#3399cc,
       		-2px 2px 2px	#3399cc,
       		2px -2px 2px	#3399cc,
		-2px -2px 2px	#3399cc,

       		4px 4px 4px #000000;
}

#gameBoardScreen #gameBoardPopupMsg .gameBoardPopupMsgSub {
	font-size : 40px;
}



#levelOverScreen
{
	width : inherit;
	height : inherit;
}

#levelOverScreen #levelOverPlayBtn
{
	background : url('../images/buttons/btn_next_level.png') no-repeat 0px 0px;
	position : absolute;
	width : 320px;
	height : 70px;
	top : 365px;
	left : 335px;
	cursor : pointer;
}

#levelOverScreen #levelOverPrompt, #gameOverScreen #gameOverPrompt
{
	position : absolute;
	top : 115px;
	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 : 404px;
	left : 0px;
	width : 100%;
	text-align : center;
	line-height : 1.2em;
	text-shadow :
       		2px 2px 2px #3399cc,
       		-2px 2px 2px #3399cc,
       		2px -2px 2px #3399cc,
		-2px -2px 2px #3399cc,
		3px 3px 5px #000000, 2px 2px 1px #000000;
}
