html {
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

body {
  font-size: 67.5%;
}

p {
  font-size: 1.2em;
}

a, a:visited, a:hover, a:active {
  color: #4b6fa5;
}

#container {
  width: 960px;
  padding: 30px 10px;
  margin: 0 auto;
}

/* #header */

#header {
  position: relative;
  margin-bottom: 15px;
}

#logo {
  width: 187px;
  height: 37px;
  background: transparent url(../images/logo.png) no-repeat scroll top left;
}

#search-area {
  position: absolute;
  left: 250px;
  top: 1em;
  width: 300px;
}

#search-box {
  width: 250px;
  font-size: 1.2em;
  border: 1px solid #ccc;
  padding: 1px;
}

#search-box.placeholder {
  color: #aaa;
}

#search-loading {
  position: absolute;
  display: none;
  left: 260px;
  top: 2px;
  background: transparent url(../images/loading.gif) no-repeat scroll top left;
  width: 16px;
  height: 16px;
}

#search-button {
  display: none;
}

#search-error {
  position: relative;
  top: 4px;
  color: #a00;
  display: none;
  font-weight: bold;
  font-size: 1em;
}

#top-help {
  position: absolute;
  top: 1em;
  right: 0;
  color: #aaa;
}

#logo span { display: none; }

/* middle */

#earth {
  height: 500px;
  overflow: hidden; /* IE6 fix */
}

/* Target loading div and its near ancestors */
#earth div { background-color: #fff !important; }

/* Reset color for balloons; NOTE that balloon.setBackgroundColor('#rrggbb')
won't work anymore because of CSS !important */
#earth div div div { background-color: #fff !important; }

/* #footer */

#footer {
  position: relative;
}

#copyurl-container {
  margin-top: 20px;
  text-align: center;
  color: #4b6fa5;
  font-weight: bold;
  visibility: hidden;
}

#copyurl-link span, #tweet-link span {
  display: none;
}

#copyurl-link {
  background: transparent url(../images/share-buttons.png) no-repeat scroll 0% 0%;
  margin-left: 6px;
  width: 53px;
  height: 27px;
  display: inline-block;
  vertical-align: sub;
  
  overflow: auto;
}

#tweet-link {
  background: transparent url(../images/share-buttons.png) no-repeat scroll 0% 100%;
  margin-left: 6px;
  width: 70px;
  height: 27px;
  display: inline-block;
  vertical-align: sub;
}

#copyright {
  color: #aaa;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
