@import 'lib/cabin/stylesheet.css';
.small {
  font-size: 85%;
}
.large {
  font-size: 115%;
}
.x-large {
  font-size: 135%;
}
.xx-large {
  font-size: 150%;
}
body {
  color: #666666;
  font-family: "CabinRegular", "Calibri", Lucida, Verdana, sans-serif;
  font-size: 125%;
  margin: 0;
  padding: 0;
  line-height: 150%;
}
h1 {
  font-size: 3em;
  line-height: 1em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h1, h2, h3 {
  letter-spacing: 125%;
  font-weight: bold;
  margin: 1em 0;
}
img {
  border: 0;
}
a {
  color: orange;
  text-decoration: none;
}
p.error {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #800000;
  padding: 5px 10px;
  background-color: #ffb3b3;
  border: 1px solid #800000;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 0;
  background: #f2f2f2;
  box-shadow: inset 0 0 5px #d9d9d9;
  -moz-box-shadow: inset 0 0 5px #d9d9d9;
  -webkit-box-shadow: inset 0 0 5px #d9d9d9;
  padding: 20px 20px;
  margin: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
}
legend {
  float: left;
  text-align: left;
  font-weight: bold;
}
label {
  display: block;
  margin-top: 10px;
}
input {
  font-size: 16px;
}
select {
  font-size: 16px;
}
textarea {
  font-size: 16px;
  text-align: left;
}
button {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  border: 0;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #e6e6e6));
  background: -ms-linear-gradient(bottom, #cccccc, #e6e6e6);
  background: -moz-linear-gradient(center bottom, #cccccc 0%, #e6e6e6 100%);
  background: -o-linear-gradient(bottom, #cccccc, #e6e6e6);
  text-shadow: inset 0 0 1px black;
  box-shadow: 0 0 1px #bfbfbf;
  -moz-box-shadow: 0 0 1px #bfbfbf;
  -webkit-box-shadow: 0 0 1px #bfbfbf;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#header {
  position: relative;
  z-index: -1;
  height: 750px;
  width: 100%;
  background: #000000 url(images/background.png);
}
#logo {
  position: relative;
  width: 1000px;
  height: 750px;
  margin: auto;
  text-align: center;
}
#ticker {
  position: absolute;
  top: 50px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#ticker li {
  margin: 5px;
  text-align: left;
}
#ticker li span {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  background-color: black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-opacity: .60;
  filter: alpha(opacity=60);
  opacity: .60;
}
#ticker li span img {
  vertical-align: middle;
  margin-right: 10px;
}
#main {
  min-height: 300px;
  width: 1000px;
  margin: -150px auto auto auto;
  padding: 0 0 50px 0;
  position: relative;
}
#banner {
  width: 890px;
  height: 90px;
  -moz-background-clip: padding;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: content;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #1e1e1c;
  color: #c7bec0;
  background: #4a4b46 url(images/background_panel.png) repeat-x left bottom;
}
#countdown {
  width: 470px;
}
#menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background: #272420;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272420), color-stop(1, #433d37));
  background: -ms-linear-gradient(bottom, #272420, #433d37);
  background: -moz-linear-gradient(center bottom, #272420 0%, #433d37 100%);
  background: -o-linear-gradient(bottom, #272420, #433d37);
}
#menu ul {
  display: block;
  width: 1000px;
  height: 50px;
  margin: auto;
  padding: 0;
  background: #272420;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272420), color-stop(1, #433d37));
  background: -ms-linear-gradient(bottom, #272420, #433d37);
  background: -moz-linear-gradient(center bottom, #272420 0%, #433d37 100%);
  background: -o-linear-gradient(bottom, #272420, #433d37);
  position: relative;
}
#menu ul:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -webkit-box-shadow: 0 0 30px #000000;
  border-radius: 100% 30px;
  -moz-border-radius: 100% 30px;
  -webkit-border-radius: 100% 30px;
  bottom: 0;
  height: 30px;
  left: 30px;
  right: 30px;
}
#menu ul li {
  display: inline-block;
}
#menu ul li a {
  display: block;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
}
#menu ul li a.active {
  color: orange;
  box-shadow: inset 0 0 10px #0b0a09;
  -moz-box-shadow: inset 0 0 10px #0b0a09;
  -webkit-box-shadow: inset 0 0 10px #0b0a09;
  background: #191714;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #191714), color-stop(1, #35302b));
  background: -ms-linear-gradient(bottom, #191714, #35302b);
  background: -moz-linear-gradient(center bottom, #191714 0%, #35302b 100%);
  background: -o-linear-gradient(bottom, #191714, #35302b);
}
ul.sponsors {
  margin: -80px 0 0 0;
  padding: 0 25px;
}
ul.sponsors ul {
  margin: 0 0 100px 0;
  padding: 0;
}
ul.sponsors li {
  font-size: 150%;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
ul.sponsors .premium img {
  width: 100%;
}
ul.sponsors .custom img {
  width: 100%;
}
ul.sponsors img {
  width: 50%;
}
div.sponsor {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
  padding: 10px 20px;
}
div.sponsor:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
div.sponsor img {
  float: right;
  margin: 10px;
}
div.sponsor h3 {
  margin-top: 10px;
}
div.widget {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
  padding: 10px 20px;
}
div.widget:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
div.widget img {
  float: right;
  margin: 10px;
}
div.widget h3 {
  margin-top: 10px;
}
ul.categories {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
}
ul.categories:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
ul.nominees {
  margin: 0;
  padding: 0;
}
ul.nominees li {
  position: relative;
  margin: 0 5px 5px 0;
  padding: 0 0 0 70px;
  width: 230px;
  height: 70px;
  display: inline-block;
  list-style: none;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
}
ul.nominees li:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
ul.nominees li a {
  line-height: 60px;
}
ul.nominees li img {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #bfbfbf;
  -moz-box-shadow: 0 0 5px #bfbfbf;
  -webkit-box-shadow: 0 0 5px #bfbfbf;
}
#content {
  width: 62%;
  padding-right: 4%;
  float: left;
  margin-bottom: 100px;
}
#sidebar {
  position: relative;
  width: 33%;
  float: left;
  border-left: 1px solid #e6e6e6;
  margin-top: 100px;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(left, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center left, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #f2f2f2, #ffffff);
}
#sidebar:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */

}
#sidebar:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: -1px;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
#footer {
  clear: both;
  background: black;
  width: 100%;
  min-height: 200px;
  padding: 20px 0;
  border-bottom: 5px solid #ed9747;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #272420;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #433d37), color-stop(1, #272420));
  background: -ms-linear-gradient(bottom, #433d37, #272420);
  background: -moz-linear-gradient(center bottom, #433d37 0%, #272420 100%);
  background: -o-linear-gradient(bottom, #433d37, #272420);
}
#footer:before {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px black;
  -webkit-border-radius: 25% 10px;
  top: -20px;
  height: 20px;
  left: 0px;
  right: 0px;
}
#footer ul {
  width: 1000px;
  margin: auto;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
#footer ul li ul li {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer input {
  width: 60%;
}
#language {
  display: block;
  float: right;
}
#language a {
  display: inline-block;
}
#share {
  position: fixed;
  right: 20px;
  top: 70px;
}
.box {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
}
.box:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
.container {
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
}
.container:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
.winner {
  padding: 0px 20px 0px 20px;
  width: 200px;
  float: left;
  margin: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.biggame {
  margin: 20px;
  height: 80px;
  font-size: 20px;
  text-align: left;
  line-height: 22px;
  vertical-align: bottom;
}
.biggame a img {
  float: left;
  margin-right: 20px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.float {
  float: left;
}
.clear {
  clear: both;
}
.suggestBox, .ac_results {
  border: 1px solid silver;
  background-color: white;
  z-index: 99999;
  opacity: 0.90;
  filter: alpha(opacity=90);
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.suggestBox div, .ac_results li {
  padding: 3px 8px;
  line-height: 25px;
}
.suggestBox div:hover, .ac_over {
  background-color: #DEDEDE;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
ol.hitfox {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 0 5px 3px #ffffff;
  -moz-box-shadow: inset 0 0 5px 3px #ffffff;
  -webkit-box-shadow: inset 0 0 5px 3px #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #f2f2f2, #ffffff);
  position: relative;
  padding: 10px 10px 10px 40px;
}
ol.hitfox:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  -webkit-box-shadow: 0 0 8px #000000;
  border-radius: 100% 8px;
  -moz-border-radius: 100% 8px;
  -webkit-border-radius: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 8px;
  right: 8px;
}
ol.hitfox li {
  position: relative;
}
ol.hitfox li a {
  font-size: 26px;
}
ol.hitfox li img {
  float: right;
  max-height: 60px;
}

