/* Copyright 2007 Google Inc. All Rights Reserved. */

/*
 * City theme stylesheet for Presently.
 *
 * @author ajp@google.com (Andy Perelson)
 */

/* TODO(attila): Remove .viewport_ styles once the 2D transition is done. */
.viewport_, .goog-presently-theme-city {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  color: #DEDEDE;
  background-color: #333;
}

.goog-presently-theme-city .hilite,
.goog-presently-theme-city .focus {
  border-color: orange;
}

.viewport_ a, .goog-presently-theme-city a {
  color: #0384BF;
}