body {
  background-color: black;
  color: white;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  text-align: justify;
}

div#logo {
  width: 500px;
  padding: 0;
  margin: auto;
}

div#center, div#progress_bar_region {
  width: 600px;
  margin: auto;
}

div#menu_bar {
  text-align: center;
  padding-top: 10px;
}

ul.menu {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin: auto;
  font-size: 22px;  
  font-family: "Lucida Console", Monaco, monospace;
}

ul.menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

ul.menu a, ul.menu a:visited {
  color: #8af;
  text-decoration: none;
}

ul.menu a:hover {
  text-decoration: underline;
}

ul.menu li a.active {
  font-weight: bold;
}

ul.menu li.active:before {
  content:"[";
}

ul.menu li.active:after {
  content:"]";
}

h1, h2, h3, h4, h5 {
  font-family: "Lucida Console", Monaco, monospace;
}

h2 {
  font-size: 18px;
}

div.pagetitle, #block-block-11 h2 {
  text-align: center;
}

a, a:visited {
  color: #8af;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#progress_bar_region {
  border-style: solid double;
  padding: 8px;
  text-align: center;
}

div.funding {
  font-family: "Lucida Console", Monaco, monospace;
  text-align: center;
  font-size: 18px;
  color: #777;
}

div.funding .progress {
  color: #ff4;
}

div.funding .rest {
  color: #444;
}

.field-name-field-pdj-screenshots img {
  max-width: 600px;
}

tr.even, tr.odd {
  background-color: transparent;
}

td.active {
  background-color: #111;
}

.views-table td {
  padding-left: 3px;
  padding-right: 3px;  
}

.views-field-title {
  white-space:nowrap;
}

.views-table {
  width: 800px;
  position: relative;
  left: -100px;
}

.field-name-author {
  text-align: center;
}