@charset "utf-8";
/**
 * Copyright 2009 Google Inc.  All Rights Reserved.
 *
 * CSS document starter file to build new projects.
 * This file is used in conjunction with gcs-v2.css.
 *
 * Author: dave carlsson
 */

/* Affects navigational elements. */
.nav .selected a {
  color: #000;
  cursor: default;
  font-weight: bold;
  text-decoration: none;
}

.nav li span {
  color: #007834;
}

/* Utilities. */
.horizontal-center {
  text-align: center;
}

.vertical-middle img {
  vertical-align: middle;
}

/* Styles for color bar header. */
body {
  background: url(../images/zeitgeist2009_gradient_bg.gif) repeat-x;
}

.header img {
  margin-top: -1em;
}

/* Language select list. */
.header span {
  margin: 1.5em 1em 0 0;
}

.header select {
  padding: 0.1em;
}

.footer {
  border-top: 1px solid #007834;
  padding-top: 1em;
}

/* Font colors. */
h1, h3, h4 {
  color: #007834;
}

h3, h4 {
  margin: 1em 0 0.1em 0;
}

.zg-list h3,
.zg-list li {
  margin: 0;
}

.zg-list h4,
.zg-list li,
.zg-list p {
  padding: 0 1em 0 0;
}

.hidden {
  display: none;
}

.zg-intro {
  margin: 0 0 1em 0;
  width: 520px;
}

.zg-chart img {
  border: 1px solid #007834;
}

.zg-chart p {
  margin: 1em 0;
  width: 520px;
}

/* Google translate Gadget. */
.zg-google-translate span {
  float: none;
}

.zg-google-translate img {
  float: none;
  margin: 0;
}

/* Sets "Powered by" text for translate gadget. */
.zg-google-translate div {
  color: #fff;
}
