body {
  font-family: "Andale Mono", "Monaco", "Courier New", "Courier", monospace;
  font-size: 1em;
  line-height: 1.1em;
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}

#screen {
  background: url("../images/layer.png");
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

ul#navigation {
  font-family: "Geneva", "Arial", "Helvetica", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  margin: 10px;
  padding: 0;
  z-index: 3;
  position: absolute;
  width: 50%;
}

ul#navigation li {
  margin: 0 0 10px 0;
}

ul#navigation li input {
  border: 1px solid #000;
  margin: 10px 0 0 20px;
}

ul#navigation li.choice {
  padding: 0 0 0 20px;
  line-height: 1.2em;
}

ul#navigation li.choice:hover, ul#navigation li.choice:hover a {
  color: #007f00;
}

ul#navigation li.choice:hover {
  background: url("../images/confirm_small.png") no-repeat;
}

ul#navigation li.choice:hover a.choice_selected, ul#navigation li.choice:hover a:hover {
  color: #00ff00;
}

ul#navigation li.choice:active a.choice_selected, ul#navigation li.choice:hover a:active {
  color: #fff;
}

ul#navigation li.choice a {
  color: #7f7f7f;
  text-decoration: none;
}

ul#navigation li.choice a.choice_selected, ul#navigation li.choice a.subchoice_selected, ul#navigation li.choice a.resultchoice_selected {
  color: #fff;
  font-weight: bold;
}

ul#navigation li#subchoice {
  padding: 0 0 0 40px;
  font-size: 0.8em;
}

a, li#subchoice:hover {
  background: #000;
}

span.class_prefix {
  font-size: 0.55em;
  font-weight: bold;
  color: #fff;
}

#logo {
  background: url("../images/box.png");
  padding: 5px 15px 10px 15px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.user {
  font-size: 0.75em;
  z-index: 3;
  position: absolute;
  cursor: move;
}
.user a, .user a:visited {
  color: #8adbff;
  text-decoration: none;
}

.user_long a {
  background: #000;
}

.user a:hover {
  text-decoration: underline;
}

.user a:active {
  color: #fff;
}

.user_icon {
  float: left;
  position: absolute;
}

.user_short, .user_long {
  display: block;
  margin: 0 0 0 40px;
}

.user_long {
  display: block;
}

.user_short span, .user_long span {
  background: white;
  color: #335360;
}

.user_long span.user_answer {
  background: #fff;
  color: #000;
}

li.cancel {
  font-weight: bold;
}

.cancel, a.cancel, a.cancel:visited {
  color: #ff1a00;
  text-decoration: none;
}

a.cancel:hover {
  color: #c71400;
}

a.cancel:active {
  color: #b21200;
}

img.imageresult, img.imageresult_ordered {
  width: 100px;
  border: 1px solid #fff;
  padding: 3px;
  position: absolute;
  z-index: 0;
}

/*
img.imageresult_ordered {
  float: right;
  position: relative;
  margin: 145px 20px 20px 0;
}
*/

.quote {
  width: 300px;
  font-size: 0.9em;
  position: absolute;
}

.quote_attribution {
  font-size: 0.8em;
  font-style: italic;
}

.wikipedia_article {
  width: 600px;
  font-size: 0.65em;
  position: absolute;
}

.wikipedia_article h1 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.ornament {
  position: absolute;
}

a#project_info, a#project_info:visited {
  color: #fff;
  text-decoration: none;
}

a#project_info:hover {
  font-weight: bold;
}

a#project_info:hover {
  color: #ccc;
}

#info {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-left: 25px;
}

li.profileadd a {
  color: #8ADBFF;
  font-weight: bold;
  text-decoration: none;
}

li.profileadd a:hover {
  color: #5f9ab9;
}

li.profileadd a:active {
	color: #4a788f;
}

ul#googleimages_grid {
  position: absolute;
  list-style-type: none;
  margin: 150px 0 0 0;
  padding: 0;
  width: 500px;
  right: 0;
}

ul#googleimages_grid li {
  float: left;
  margin: 0 20px 20px 0;
  width: 100px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

ul#googleimages_grid li img.imageresult, ul#googleimages_grid li img.imageresult_ordered {
  margin: -5px 0 0 -5px;
  width: 102px;
  height: 122px;
}

.portrait {
  width: 100px;
  height: 127px;
  display: block;
  background-position: top;
  cursor: pointer;
  z-index: 2;
}

.portrait:hover {
  background-position: bottom;
}

.fullportrait {
  position: absolute;
  z-index: 3;
  margin: 45px 0 0 35%;
}

#portraitgallery {
  position: absolute;
  padding: 40px 0 0 0;
}