@charset "UTF-8";

/* basic style
----------------------------------------------- */
*, *::before, *::after {
  background-color: #00c !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}
body .maps div, #map_canvas div {
  background-color: transparent;
  color: #000;
}
a {
  color: #ffcc00 !important;
}
a:visited {
  color: #ff9900 !important;
}
a:focus, a:hover {
  color: #eeccff !important;
}

/* title
----------------------------------------------- */
#wrapper.top .pieceHeader h2,
#wrapper.top .pieceHeader h2 span,
#about .thought-about dt,
#pageTitle h1 {
  background: none !important;
}

/* about
----------------------------------------------- */
#about .thought-about {
  border: 1px solid #fff;
  background: none;
}