/****** CONTEST INDEX ******/
.contest-bg {
  background: url("/designsquad/static/images/_bg/build-detail-bg.jpg") repeat; }

#contest-title {
  width: 386px;
  height: 95px;
  background: url("/designsquad/static/images/contest-title.png") no-repeat;
  margin-left: 30px;
  margin-bottom: 29px; }

#contest-backboard {
  width: 750px;
  height: 370px;
  background: url("/designsquad/static/images/contest-backboard.png");
  margin: 0 0 0 24px;
  overflow: hidden; }

#contest-index-video {
  width: 480px;
  height: 320px;
  float: left;
  margin: 23px 0 0 25px; }

#contest-index-current {
  background: white;
  background: rgba(255, 255, 255, 0.6);
  height: 267px;
  width: 205px;
  float: left;
  margin: 23px 0 0 15px; }

#contest-index-current-title {
  padding-top: 10px;
  font-size: 2.5em;
  color: #333;
  text-align: center; }

#contest-index-current-body {
  padding: 10px 10px 0 10px;
  color: #333;
  font-weight: bold; }

#contest-index-current-btn {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #f16624;
  height: 31px;
  width: 113px;
  padding-top: 5px;
  float: left;
  margin: 10px 0 0 107px; }

#contest-index-past-header {
  margin: 20px 0 0 30px;
  height: 43px;
  width: 824px;
  color: #333;
  background: white;
  background: rgba(255, 255, 255, 0.6);
  font-size: 2.5em;
  font-weight: bold;
  padding: 12px 0 0 20px; }

#contest-index-past-grid {
  margin: 0;
  width: 894px;
  overflow: hidden; }

/*** TEMP COMING SOON STUFFS ***/
/*
#contest-coming-soon {
    height: 648px;
    width: 915px;
    background: url('/designsquad/static/images/contest-construct-bg.jpg');
    margin: 15px 0 0 15px;
    color: #333;
    overflow: hidden;
}

#contest-coming-soon a {
    color: #333;
}

#contest-soon-header {
    margin: 30px 0 55px 30px;
}

#contest-soon-body h2 {
    padding-left: 15px;
    line-height: 125%;
}
*/
/****** CONTEST PAGE ******/
#contest-index,
#contest-page {
  min-height: 1000px; }

#contest-wrapper {
  background: url("/designsquad/static/images/contest-detail-bg-tile.jpg") repeat;
  min-height: 1000px; }

#contest-page-header {
  background: url("/designsquad/static/images/contest-detail-title.png") no-repeat;
  height: 170px;
  width: 563px;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px; }

#contest-page-header h2 {
  display: block;
  font-size: 2.5em;
  color: #333;
  margin: 105px 0 0 120px; }

#contest-page-body,
#contest-page-submission-form {
  background: white;
  color: #333;
  padding: 15px;
  margin: 15px 0 50px 41px;
  width: 535px; }

.contest-video-block {
  margin-left: 15px !important; }

#contest-page-body-video {
  width: 480px;
  margin: 0 auto; }

#contest-page-body a {
  color: #333; }

#contest-form input,
#contest-form textarea {
  border: solid 1px black; }

.fileinput {
  border: none !important; }

#contest-page-submission-form a,
#contest-form a {
  color: #333; }

#contest-submit-button {
  cursor: pointer;
  background: #f16624;
  border: none !important; }

#contest-page-vote-banner {
  height: 75px;
  width: 525px;
  background: url("/designsquad/static/images/contest-vote.png");
  margin-left: 15px; }

#contest-page-finalists {
  height: 470px;
  width: 535px;
  padding: 15px;
  background: url("/designsquad/static/images/contest-vote-paper.jpg");
  margin-left: 15px;
  overflow: hidden; }

#contest-page-finalists em {
  color: black;
  font-weight: bold; }

.contest-finalist {
  display: block;
  float: left;
  cursor: pointer; }

.contest-finalist-thumb {
  height: 170px;
  width: 170px;
  background: url("/designsquad/static/images/contest-vote-frame.png");
  overflow: hidden; }

.contest-finalist-thumb img {
  display: block;
  margin: 19px 0 0 20px; }

.contest-finalist p {
  text-align: center;
  color: black;
  font-size: 1.25em; }

#contest-vote-popup {
  background: #a5ce39;
  color: black;
  padding: 15px;
  line-height: 120%;
  overflow: none; }

#contest-vote-popup img {
  display: block;
  margin: 0 auto; }

#contest-vote-popup p {
  font-size: 1.25em; }

#contest-vote-popup div {
  text-align: right; }

#contest-vote-popup-submit {
  background: #f16624;
  text-decoration: underline; }

#contest-vote-popup-submit:hover {
  background: white; }

#contest-winner-banner {
  height: 150px;
  width: 570px;
  margin-left: 30px;
  background: url("/designsquad/static/images/contest-winner-winner.png"); }

#contest-winner-frame {
  height: 380px;
  width: 590px;
  margin-left: 30px;
  background: url("/designsquad/static/images/contest-winner-frame.png");
  overflow: hidden; }

#contest-winner-frame.portrait {
  height: 590px;
  width: 380px;
  background: url("/designsquad/static/images/contest-winner-frame-portrait.png");
  margin-left: 120px;
  overflow: hidden; }

#contest-winner-frame img {
  display: block;
  height: 295px;
  width: 498px;
  margin: 48.5px 0 0 44px; }

#contest-winner-frame.portrait img {
  height: 498px;
  width: 295px;
  margin: 43.5px 0 0 37px; }

#contest-winner-description {
  color: black;
  width: 535px;
  padding: 15px;
  background: white;
  margin: 15px 0 0 41px;
  line-height: 120%; }

#contest-page-runners-up {
  height: 500px;
  width: 565px;
  margin: 15px 0 0 41px;
  background: url("/designsquad/static/images/contest-vote-paper.jpg");
  overflow: hidden; }

#contest-page-runners-up h2 {
  padding: 15px;
  font-size: 2.5em;
  text-align: center;
  color: black; }

#contest-page-runners-up ul {
  width: 480px;
  margin: 15px auto; }

#contest-page-runners-up ul li {
  margin: 0 30px; }

/****** END CONTEST INDEX ******/

/*# sourceMappingURL=contest-pages.css.map */
