/*
geoquiz.css

Author: Larry Ching
Date Created: Feb 22, 2006
Styling for Geography quiz - geoquiz.html
History:
 April 2007 - added soulbeams navigation
*/

body {
  background-color: #FFF;
  color: #000;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
}

#header, #header #title, #container,#mapDiv, #mapBlock, #footer {
  background-color: #FFF; /* IE 7 problem */
}

#container {
  min-width: 525px;
  max-width: 900px;
  margin: 0 1em 10px 1em;
  text-align: left;
}

.credits {
  font-size: 0.8em;
  margin: 0.25em auto;
}

button {
  background-color: #AA8;
  color: #000;
  margin: 1em 1.5em 1em 1.5em;
}

/*.clearboth {
  clear: both;
}*/

.instructions {
  margin-bottom: 0.5em;
}

#inputyouranswer {
  width: 15em;
}

span#switch_api {
  padding: 3px;
  margin-left: 3em;
  background-color: #658399;
  border-top: 1px solid #9FAAB2;
  border-left: 1px solid #9FAAB2;
  border-bottom: 1px solid #345;
  border-right: 1px solid #345;
}

span#switch_api a {
  text-decoration: none;
  color: #000;
}

span#switch_api a:link {
  color: #000;

}

span#switch_api a:visited {
  color: #000;

}

span#switch_api a:hover {
  color: #CCC;
}

span#switch_api a:active {
  color: #ECA;
}

div#categorylist {
  /* width: 12em; */
}

div#categorylist input{
  margin-left: 0.6em;
  margin-right: 0.25em;
}

div#categorylist input:first-child{
  margin-left: 0;
}

div#displaycountry {
  float: left;
  width: 10em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: bold;
  padding-right: 1em;
}

#changecountry {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#catquestion {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#catanswer {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#hintcheck {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#mapDiv {
  position: relative;
  width: 510px;
  height: 385px;
  text-align: center;
  /* border: 1px solid #000; */
}

#mapDiv div input {
  font-size: 0.8em;
}

#togglemapDiv {
  float: left;
  top: 0;
  left: 0;
  font-size: 0.8em;
  width: 40%;
  height: 2em;
  line-height: 2em;
  border: 1px solid #000;
  padding: 0.5em;
  /* margin: 0.5em; */
}

#toggletypeDiv {
  float: right;
  top: 0;
  right: 0;
  font-size: 0.8em;
  width: 50%;
  height: 2em;
  line-height: 2em;
  border: 1px solid #000;
  padding: 0.5em;
  /* margin: 0.5em; */
}

#mapBlock {
  /* position: absolute; */
  width: 500px; 
  height: 300px;
  border: 1px solid #000;
  margin: 2em auto 0 auto;
}

div span.label {
  font-weight: bold;
}

