/* Homepage
 */

p#player_counter {
  position: absolute;
  top: 595px;
  right: 10px;
  width: 349px;
  background: #FFE36D;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  color: #322B0E
}

div#homepage {
  height: 420px
}

div#animation {
  position: absolute;
  top: 240px;
  right: 26px;
  float: right;
}

div#description div.header {
  width: 100%;
  background: url('/images/website/bg_header_subscribe.jpg');
  height: 21px;
}

div#description {
  background: #C9C9C9;
  position: absolute;
  top: 240px;
  left: 20px;
  width: 340px;
  height: 190px
}

div#description h2 {
  padding: 5px 0px 5px 20px;
  font-size: 18px;
  color: #5B461D;
  background: #9E7529;
  font-weight: bold;
}

div#register {
  position: absolute;
  top: 163px;
  left: 10px;
  right: 10px;
}

div#register a {
  font-weight: bold;
  display: block;
  width: 318px;
  padding: 1px 0px 1px 0px;
  color: #656565;
  border: 2px solid #B3B3B3;
  text-decoration: none;
  background: #E8E8E8;
  text-align: center;
  font-size: 14px
}

div#register a:hover {
  background: #CACACA;
  color: #F3F3F3;
  border: 2px solid #F3F3F3
}

div#homepage p {
  margin: 8px 15px 0px 15px;
  padding: 1px;
}

div#news {
  background: #C9C9C9;
  position: absolute;
  top: 450px;
  left: 20px;
  width: 340px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

div#news h2 {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

div#news p.informations {
  text-align: right;
}

div#news p#translations a {
  color: #3A3A3A;
  text-decoration: none
}

div#homepage div.notification {
  position: absolute;
  top: 195px;
  right: 20px;
  background: #DDF0B0;
  color: #5C8200;
  font-weight: bold;
  border: 1px solid #5C8200;
  width: 445px;
}

div#homepage div.error {
  position: absolute;
  top: 195px;
  right: 20px;
  border-left: 8px solid #F80600;
  background: #FFB3B1;
  font-weight: bold;
  border: 1px solid #5C8200;
  width: 445px;
}


div#homepage div.error p, div#homepage div.notification p {
  margin: 2px 4px 2px 6px;
}

/* Subscription page 
 */
div#subscription {

}

div#subscription img {
  position: absolute;
  top: 240px;
  right: 20px;
  border: 2px solid #fff
}

div#subform {
  position: absolute;
  top: 260px;
  background: #C9C9C9;
  float: left;
  width: 340px;
  margin-left: 20px;
  height: 250px;
}

div#subform div.header {
  width: 100%;
  background: url('/images/website/bg_header_subscribe.jpg');
  height: 21px
}

div#subform h2 {
  border-left: 5px solid #8C6420;
  padding-left: 10px;
  margin: 50px;
  display: block
}

div#subform form {
  margin: 10px
}

div#subform label {
  clear: both;
  float: left;
  width: 140px;
  font-size: 12px;
  margin: 2px
}

div#subform p {
  margin: 8px 20px 8px 20px
}

div#subscription div#tip {
  margin: 0px;
  background: #BDFFCD;
  width: 336px;
  padding: 2px;
  border-bottom: 5px solid #00C81C
}

div#subscription div#tip p {
  margin: 10px 20px 10px 20px
}

div#subscription div#errors {
  background: #FFB3B1;
  width: 336px;
  padding: 2px;
  border-bottom: 5px solid #F80600
}

div#subscription div#errors p {
  padding: 0px 5px 0px 5px;
  margin-left: 20px;
}


/* Culture panel */
div#cultures {
  position: absolute;
  top: 153px;
  left: 15px;
  font-size: 12px
}

div#cultures a {
  color: #fff;
  font-weight: bold;
  text-decoration: none
}

div#cultures img {
  margin: 0px 5px 0px 0px;
}

/* login page */
div#login {
  height: 300px;
}

div#login div#errors {
  background: #FFB3B1;
  border-bottom: 2px solid #F80600;
  padding: 0px;
  margin: 0px
}

div#login div#errors p {
  padding: 3px;
  margin: 0px
}

div#login div#error_notification {
  position: absolute;
  top: 190px;
  left: 20px;
  right: 20px;
  background: #FFB3B1;
  padding: 2px;
  border-left: 5px solid #F80600;
}

div#login div#error_notification p {
  text-align : left;
  margin-left: 20px;
}

div#login div#notification {
  position: absolute;
  top: 190px;
  left: 20px;
  right: 20px;
  background: #BDFFCD;
  padding: 2px;
  border-left: 5px solid #00C81C
}

div#login div#notification p {
  text-align : left;
  margin-left: 20px;
}

div#login div#loginbox {
  position: absolute;
  top: 243px;
  left: 20px;
  border: 2px solid #fff;
  background: #C9C9C9;
  width: 350px;
  font-size: 12px;
}

div#login input {
  width: 140px;
}

div#login div#forgotten h2 {
  text-align: center;
  padding: 5px;
  margin: 2px 0px 0px 10px;
  font-size: 18px;
  color: #464646;
}

div#login div#forgotten {
  position: absolute;
  top: 230px;
  right: 20px;
  border: 2px solid #fff;
  background: #C9C9C9;
  width: 340px;
  font-size: 12px;
  height: 180px;
}

div#login p {
  padding: 3px;
  text-align: center;
}

div#login label {
  width: 130px;
  float: left;
  margin: 2px 2px 2px 15px;
  padding: 1px;
}

div#login a.forgotten {
  font-size: 10px;
  margin-left: 20px;
  line-height: 20px;
}

/* 404 page */
div#error404 {
  background: #C9C9C9;
  margin: 70px 50px 50px 50px;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  height: 300px;
}

div#error404 h2 {
  color: #464646;
  padding: 10px 2px 0px 10px;
  margin: 20px 20px 50px 20px;
  display: block;
  font-size: 18px;
}

div#error404 p {
  margin: 15px 20px 0px 20px;
  font-size: 12px;
}

div#error404 p.thanks {
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 14px;
  text-indent: 200px
}

div#error404 img {
  float: right;
  margin: 30px 10px 10px 20px
}

div#forgotten label, div#loginbox label {
  clear: both;
}
