html {
  height: 100%;
}
body, div, h1, p  {
  margin: 0; padding: 0;
}
body {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 16px;
  line-height: 24px; 
  color: #111;
  background-color: #fcfcfc;
  height: 100%
}
::selection {
	background: #E80C7A; 
}
::-moz-selection {
	background: #E80C7A; 
}
a {
  text-decoration: none;
  color: #111;
  font-weight: bold;
}
a:hover {
  color: #E80C7A;
}


#header {
  width: 100%;
  height: 36px;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-bottom: 4px solid #aaa;
}

#footer {
  width: 100%;
  height: 75px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-top: 4px solid #aaa;
}

#footer h1 {
  color: #111;
  font-size: 36px;
  line-height: 36px;
  text-shadow: 0px 1px 0px #fff, 
               0px -1px 0px #ddd;
}

.bottom {
  font-size: 10px;
}

.stats{
  line-height: 30px;
}

#header h1 {
  color: #111;
  font-size: 36px;
  line-height: 36px;
  text-shadow: 0px 1px 0px #fff, 
               0px -1px 0px #ddd;
}

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 0%;
  background-color: rgba(255,255,255,0.5);
  z-index: 10;
}

#togglebutton {
  position: absolute;
  /*top: calc(88% - 22px);*/
  top: calc(100% - 138px);
  left: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #111;
  padding: 3px;
  text-align: center;  
  box-shadow: 1px 1px 3px #888888;
  z-index: 2;

}

#incbutton {
  position: absolute;
  /*top: calc(88% - 22px);*/
  top: calc(100% - 180px);
  left: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #111;
  padding: 3px;
  text-align: center;  
  box-shadow: 1px 1px 3px #888888;
  z-index: 2;

}

.twitter-share-button{
    position: absolute;
  /*top: calc(100% - 116px);*/
  /*left: 120px;*/
  top: calc(100% - 155px);
  left: 10px;
}

.fb-share-button{
  position: absolute;
  /*top: calc(100% - 116px);*/
  /*left: 120px;*/
  top: calc(100% - 180px);
  left: 10px;
}


#about {
    width: 0px;
    height: 0px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -225px;
    margin-left: -300px;
    padding: 0px;
    background-color: rgba(200,200,200,1);
    border-radius: 5px;
    border: 0px solid #111;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

h1 .subtitle {
  margin-left: 1em;
  position:absolute;
  right: 40px;
  color: #666;
}

h1 #aboutholder{
  position: absolute;
  right: 40px;
  font-size: 24px;
}

h1 .info {
  padding-left: 0.5em;
  font-weight: normal;
  color: #111;
  text-shadow: none;
  font-size: 0.8em;
}


#map {
  width: 100%;
  height: 82%;
  height: calc(100% - 170px);
  background-color: #fff;
  z-index: 1;
}

#wrapper {
  margin: 0 auto;
  width: 700px;
  padding-bottom: 72px;
}

#container p { display: inline }
