* {
  color:#F6D895;
}
body.v {
  height:480px;
/*  width:320px;*/
}
body.h {
  height:320px;
}

img {

}
a {
  text-decoration:none;
}
#ihead {
  background:#222;
  padding:10px;
/*  margin-bottom:10px;*/
  border-bottom:1px solid #333;
  font-weight:bold;
  font-size:120%;
  color:#F6D895;
/*  height:20px;3*/
}
.loading {
  width:10px;
  opacity:.5;
}
#map_canvas {
  display:none;
  width: 100%; 
  height: 376px;
/*  height: 355px;*/
/*  margin-top:-56px;*/
}

#location, #response {
  display:none;
}

#instructions {
  padding:10px;
  font-size:110%;
  color:#F6D895;
/*  opacity:.8;*/
}
#geobutton {
  margin:20px 0;
  font-size:130%;
}
#geobutton a {
  text-decoration:none;
  color:#F6D895;
  border:1px solid #F6D895;
  padding:10px;
}
#after {
  display:none;
  width:100%;
  text-align:center;
  position:absolute;
  top:50px;
  left:0px;
}
#debug {
  display:none;
  width:320px;
  text-align:center;
  position:absolute;
  bottom:-60px;
  left:0px;
}
#popup {
  display:none;
  width:100%;
  text-align:center;
  position:absolute;
  top:40px;
  left:0px;
  padding:0;
  background:#000;
  border-top:1px solid #F6D895;
  border-bottom:1px solid #F6D895;
}
#win {
  padding:10px;
}
#win p {
  margin: 10px 0;
}
#winImg {
  height:80px;
}
#keepPlaying {
  margin-top:20px;
}
#score {
  display:none;
  
}
