*
{
  font-family: emulogic;  
  padding: 0px;
  margin: 0px;
}

@font-face 
{
  font-family: emulogic;
  src: url("../fonts/emulogic.ttf");
  

  
}


h1
{
  text-align: center;
  font-size: 24px;
  color: red;
  padding-bottom: 20px;
  
 // text-shadow: 3px 3px lime;
  
  -webkit-text-stroke: 1px #000;
  -moz-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

p
{
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
  color: #FFBF00;
}




#game
{
  margin: 0px auto;
  width: 1200px;
  height: auto;
  padding: 15px;
  border: black;  
  
//  background:-webkit-linear-gradient(300deg, #588063, #000);
//	background:-moz-linear-gradient(top, #588063, #000);
//	background: linear-gradient(top, #588063, #000);
	
//	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);


	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#stage
{
  margin: 0px auto;
  width: 1200px;
  height: 750px;
	position: relative;
	
//  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	
	margin-bottom: 20px;
//	border: 1px solid lime;
}

#background
{
  width: 1000px;
  height: 750px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/loomis3_board.png);
}

#player_piece
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 545px;
  left: 55px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/player_piece.png);
}

#gem1
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 600px;
  left: 70px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/loomis3_gem.png);
}

#gem2
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 450px;
  left: 630px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}
#gem3
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 420px;
  left: 410px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}

#gem4
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 270px;
  left: 900px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}

#gem5
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 160px;
  left: 900px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}

#gem6
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 40px;
  left: 700px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}
#gem7
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 220px;
  left: 360px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}

#gem8
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 30px;
  left: 140px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}

#gem9
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 290px;
  left: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}
#gem10
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 380px;
  left: 310px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/loomis3_gem.png);
}



#message_box
{
  width: 300px;
  height: 200px;
  position: absolute;
  top: 650px;
  left: 650px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}



#output_spell_box
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 900px;
  height: 50px;
  position: absolute;
  font-weight: bold;
  top: 0px;
  left: 50px;

   color: #FFBF00;

}






#dice_top
{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
//  background-color: white;
 background-image: url(../images/die_1.png);
}


#dice
{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 580px;
  left: 0px;
 background-image: url(../images/die_1.png);
}




#stats
{
  font-family: Georgia, "Times New Roman", serif;
   font-size: 30px;
  width: 300px;
  height: 120px;
  position: absolute;
  text-decoration: underline;
  font-weight: bold;
  top: 460px;
  left: 800px;
  color: white;

}

#output_turns
{
  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 540px;
  left: 800px;
 color: white;

}

#output_gems
{

  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 570px;
  left: 800px;
   color: white;

}

#output_vitality
{
  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 510px;
  left: 800px;
  color: white;

}



#output_box_ln1
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 650px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln2
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 670px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}


#output_box_ln3
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 690px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln4
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 710px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln5
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 730px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln6
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 750px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}




#output_turns_left
{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 540px;
  left: 890px;
   font-weight: bold;
   color: yellow;

}

#output_vitality_level

{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 510px;
  left: 890px;
 font-weight: bold;
   color: yellow;

}

#output_gem_count

{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 570px;
  left: 900px;
   font-weight: bold;
   color: yellow;

}

#title_screen
{
  width: 1000px;
  height: 900px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}



button:hover
{
  background-color: red;
  color: #000;
}

button:active
{
  background-color: #9e7606;
  color: #000;
}



#restart_button {


    position: absolute;

    width: 47px;
    height: 42px;

    top: 870px;
    left: 490px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}


#start_button {

//  font-family: "Lucida Console", Monaco, monospace;
//    text-align: center;
//  font-size: 15px;
//  font-weight: bold;
    position: absolute;
//    padding-bottom: 20px;

    width: 44px;
    height: 40px;
    top: 590px;
    left: 400px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}




#title_pic
{
  width: 1000px;
  height: 750px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/loomis3_title_screen.png);
}


#start_button_message {


  font-family: "Lucida Console", Monaco, monospace;
  font-size: 24px;
  font-weight: bold;
    position: absolute;
//    padding-bottom: 20px;

//     text-shadow: 3x 3x black;
    top: 530px;
    left: 290px;

//    -webkit-text-stroke: 1px #000;
//     -moz-text-stroke: 1px #000;
//       text-stroke: 1px #000;
   color: blue;
}



#restart_button_message {

  text-align: center;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 24px;
  font-weight: bold;
    position: absolute;
    padding-bottom: 20px;

     text-shadow: 3x 3x black;
    top: 830px;
    left: 320px;

    -webkit-text-stroke: 1px #000;
     -moz-text-stroke: 1px #000;
       text-stroke: 1px #000;
   color: red;



}


#up_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 0px;
//    left: 900px;

    top: 20px;
    left: 1000px;

    background-color: black;
  background-image: url(../images/arrow_up.png);
}


#down_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 100px;
//    left: 900px;

   top: 120px;
    left: 1000px;


    background-color: black;
  background-image: url(../images/arrow_down.png);

}


#right_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 50px;
//    left: 970px;


    top: 70px;
    left: 1050px;

    background-color: black;
  background-image: url(../images/arrow_right.png);

}

#left_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//   top: 50px;
//   left: 830px;

  top: 70px;
   left: 950px;


    background-color: black;
  background-image: url(../images/arrow_left.png);

}

#arrows_button_top {

    position: absolute;
    width: 49px;
    height: 40px;

    top: 75px;
    left: 1000px;

    background-color: black;
  background-image: url(../images/arrows_button.png);

}



#up_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 900px;
//    left: 1100px;

    top: 650px;
    left: 500px;

    background-color: black;
  background-image: url(../images/arrow_up.png);
}


#down_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;

//    top: 100px;
//    left: 1100px;

    top: 750px;
    left: 500px;

    background-color: black;
  background-image: url(../images/arrow_down.png);

}


#right_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;

//    top: 50px;
//    left: 1170px;

    top: 700px;
    left: 550px;

    background-color: black;
  background-image: url(../images/arrow_right.png);

}

#left_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 50px;
//    left: 1030px;

   top: 700px;
   left: 450px;



    background-color: black;
  background-image: url(../images/arrow_left.png);

}

#arrows_button_bottom {

    position: absolute;
    width: 49px;
    height: 40px;
//    top: 50px;
//    left: 1100px;

    top: 705px;
    left: 500px;

    background-color: black;
  background-image: url(../images/arrows_button.png);

}






.buttons:hover {
 -moz-box-shadow: 0 0 10px #ccc; 
-webkit-box-shadow: 0 0 10px #ccc; 
box-shadow: 0 0 10px #ccc; 
} 

#spell_box_ln1
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 350px;
  left: 0px;

   color: #FFBF00;

}

#spell_box_ln2
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 260px;
  left: 0px;

   color: #FFBF00;

}

#spell_box_ln3
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 390px;
  left: 0px;

   color: #FFBF00;

}

#spell_box_ln4
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 300px;
  left: 0px;

   color: #FFBF00;

}

#spell_box_ln5
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 430px;
  left: 0px;

   color: #FFBF00;

}

#spell_box_ln6
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 470px;
  left: 0px;

   color: #FFBF00;

}

#spell_box
{
  width: 50px;
  height: 10px;
  position: absolute;
  top: 1200px;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}

#speed_spell_button {


    position: absolute;


    width: 20px;
    height: 25px;
    top: 320px;
    left: 0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#vitality_spell_button {


    position: absolute;


    width: 20px;
    height: 24px;
    top: 230px;
    left: 0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#am_spell_button {


    position: absolute;


    width: 20px;
    height: 25px;
    top: 365px;
    left: 0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#gp_spell_button {


    position: absolute;


    width: 20px;
    height: 25px;
    top: 275px;
    left:0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#ac_spell_button {


    position: absolute;


    width: 20px;
    height: 25px;
    top: 408px;
    left: 0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#af_spell_button {


    position: absolute;


    width: 20px;
    height: 25px;
    top: 450px;
    left: 0px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: black;
  background-image: url(../images/button_small_off.png);
}

#multiplier_output

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
    font-size: 30px;
  position: absolute;
  top: 580px;
  left: 35px;
 font-weight: bold;
   color: white;

}

#multiplier_top_output

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
    font-size: 30px;
  position: absolute;
  top: 0px;
  left: 50px;
 font-weight: bold;
   color: white;

}

#helmet
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 650px;
  left: 800px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/helmet.png);
}

#pickaxe
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 650px;
  left: 200px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/pickaxe.png);
}

#wall_spell
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 650px;
  left: 400px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/wall_spell.png);
}

#spell_message_box
{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1200px;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}