@charset "UTF-8";
/* CSS Document */

body {
  background-color: #999966;
  background-image: url("/assets/images/background.jpg");
  background-repeat: repeat-y;
}

a {
  width: 760px;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #663300;
}

a:hover {
  text-decoration: none;
  color: #630;
}

a:active {
  text-decoration: none;
  color: #630;
  background-color: #CC9;
}

h1 {
  width: 748px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100px;
  font-weight: bolder;
  background-position: center;
  text-align: center;
  background-color: #FF3;
  margin-top: 0;
  margin-bottom: 0;
}

/*Review*/
div.headline-wrapper {
  height: 78px;
  position: fixed;
  left: 295px;
  top: 102px;
  width: 460px;
  overflow: hidden;
  z-index: 2;
}

h2 {
  font-size: 98px;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
  color: #C30;
  font-weight: bolder;
  z-index: 2;
  margin: 0;
  padding: 0;
  line-height: 78px;
}

h3, ul#reviews li {
  padding: 5px;
  width: 445px;
  position: relative;
  left: 290px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #FF3;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 2px solid #000;
  z-index: 1;
  font-style: italic;
}

h4 {
  margin-top:0;
  margin-bottom:0;
}

ul {
  margin-top:0;
  margin-bottom:0;
  padding-left:0;
}

ul li {
  list-style: none;
}

form {
  margin-left:290px;
}

textarea, input[type=text], input[type=password], form p {
  width: 455px;
}

textarea, input[type=text], input[type=password] {
  border: 1px inset black;
}

textarea {
  height: 500px;
}

select {
  width: 200px;
}

label {
  vertical-align: top;
  font-weight: bold;
}

label[for="vocabulary_ids[]"],
select#vocabulary_ids_ {
  float:right;
}

div.home-background {
  position: absolute;
  top: 150px;
  font-size: 510px;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
  color: #CCCC99;
  font-weight: bold;
  background-position: left center;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-left-color: #FFF;
  left: 360px;
  width: 340px;
}

div.vocabulary, div.criterium, div.admin {
  position: fixed;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  width: 275px;
  color: #000;
  border: 2px solid #000;
  font-style: italic;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

div.admin {
  top: 160px;
  background-color: #CC6
}

div.vocabulary {
  top: 270px;
  background-color: #CC9;
}

div.criterium {
  top: 480px;
  background-color: #CCC;
}

div.left-column, div.right-column, table {
  position: absolute;
  top: 270px;
  width: 200px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  text-align: justify;
  padding-top: 70px;
  padding-right: 10px;
  padding-bottom: 70px;
  padding-left: 10px;
  z-index: 1;
}

div.left-column, table {
  left: 300px;
}

table {
  width: 455px;
}

div.right-column {
  left: 532px;
}

div.left-column h4,
div.right-column h4,
div.left-column ul,
div.right-column ul {
  margin-bottom: 14px;
}

div.ranking {
  position: fixed;
  left: 35px;
  top: 200px;
  width: 280px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 65px;
  font-style: italic;
  text-align: justify;
}

div.ranking span.active {
  color: #FF3;
}

div.ranking span.passive {
  color: #FFF;
}

#reviews span.handle {
  cursor: move;
}

div.login {
  position: fixed;
  bottom: 0;
  right: 0;
}

