/* line 3, ../../../app/stylesheets/contests/amc.sass */
html, body {
  background: url("http://cdn-static.viddler.com/contests/amc/background.jpg") no-repeat center 216px #030205;
}

/* line 6, ../../../app/stylesheets/contests/amc.sass */
hr.themed {
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #6e6220), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0), #6e6220, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top left, rgba(0, 0, 0, 0), #6e6220, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top left, rgba(0, 0, 0, 0), #6e6220, rgba(0, 0, 0, 0));
  background: linear-gradient(top left, rgba(0, 0, 0, 0), #6e6220, rgba(0, 0, 0, 0));
}
/* line 8, ../../../app/stylesheets/contests/amc.sass */
hr.themed.seperator {
  display: block;
}

/* line 11, ../../../app/stylesheets/contests/amc.sass */
.overlay {
  background-color: #574471;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  width: 757px;
}
/* line 16, ../../../app/stylesheets/contests/amc.sass */
.overlay .embed_code {
  float: left;
}
/* line 18, ../../../app/stylesheets/contests/amc.sass */
.overlay .details {
  float: left;
  margin-left: 20px;
  max-width: 300px;
}
/* line 22, ../../../app/stylesheets/contests/amc.sass */
.overlay .details .video_title {
  margin-top: 0;
}
/* line 24, ../../../app/stylesheets/contests/amc.sass */
.overlay .voter {
  clear: both;
}

/* line 28, ../../../app/stylesheets/contests/amc.sass */
#flash .success {
  color: #d6c2ff;
}
/* line 30, ../../../app/stylesheets/contests/amc.sass */
#flash .notice {
  color: #c35bff;
}

/* line 33, ../../../app/stylesheets/contests/amc.sass */
#container {
  background-color: transparent;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 auto 75px;
  width: auto;
}

/* line 40, ../../../app/stylesheets/contests/amc.sass */
#top_bar {
  display: none;
}

/* line 43, ../../../app/stylesheets/contests/amc.sass */
header.main, .billboard.main, #content_box, hr.themed, footer.main {
  margin: 0 auto;
  width: 950px;
}

/* line 47, ../../../app/stylesheets/contests/amc.sass */
header.main, #primary_nav {
  font-family: Rockwell, Georgia, Serif;
}

/* line 50, ../../../app/stylesheets/contests/amc.sass */
header.main {
  background: url("http://cdn-static.viddler.com/contests/amc/header.png") no-repeat #030205;
  height: 145px;
  padding-top: 70px;
  position: relative;
}
/* line 55, ../../../app/stylesheets/contests/amc.sass */
header.main h1 {
  font-size: 60px;
  font-weight: normal;
  text-align: left;
}
/* line 59, ../../../app/stylesheets/contests/amc.sass */
header.main .logo {
  background: url("http://cdn-static.viddler.com/contests/amc/logo.png") no-repeat;
  display: block;
  height: 145px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 40px;
  width: 335px;
}

/* line 69, ../../../app/stylesheets/contests/amc.sass */
#primary_nav {
  background: #1f2e22;
  background-color: rgba(31, 46, 34, 0.7);
  border-bottom: 1px solid #235f13;
  border-top: 1px solid #235f13;
  font-weight: normal;
}
/* line 75, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li {
  border: 0;
  font-size: 15px;
}
/* line 78, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li.vote a {
  background: url("http://cdn-static.viddler.com/contests/amc/calling_all_fans.png") no-repeat center center transparent;
  text-indent: -9999px;
}
/* line 81, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li.rules a {
  background: url("http://cdn-static.viddler.com/contests/amc/rules.png") no-repeat center center transparent;
  text-indent: -9999px;
}
/* line 84, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li.submit a {
  background: url("http://cdn-static.viddler.com/contests/amc/submit_your_own.png") no-repeat center center transparent;
  text-indent: -9999px;
}
/* line 87, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li a {
  padding: 9px 120px 8px;
}
/* line 89, ../../../app/stylesheets/contests/amc.sass */
#primary_nav li a:hover {
  background-color: #030205;
}

/* line 92, ../../../app/stylesheets/contests/amc.sass */
.billboard.main {
  background: transparent;
  color: white;
  min-height: 0;
  overflow: hidden;
  padding: 20px 0 10px;
}
/* line 98, ../../../app/stylesheets/contests/amc.sass */
.billboard.main #promo_video {
  float: left;
  margin-right: 30px;
}
/* line 101, ../../../app/stylesheets/contests/amc.sass */
.billboard.main h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
/* line 104, ../../../app/stylesheets/contests/amc.sass */
.billboard.main p {
  font-size: 22px;
}
/* line 106, ../../../app/stylesheets/contests/amc.sass */
.billboard.main a.button {
  background-color: #473078;
  -moz-box-shadow: 1px 1px 4px black;
  -webkit-box-shadow: 1px 1px 4px black;
  -o-box-shadow: 1px 1px 4px black;
  box-shadow: 1px 1px 4px black;
  color: white;
  display: inline-block;
  font-family: Rockwell, Georgia, Serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
}

/* line 119, ../../../app/stylesheets/contests/amc.sass */
#content_box {
  background: transparent;
  color: white;
}
/* line 122, ../../../app/stylesheets/contests/amc.sass */
#content_box .about {
  display: none;
}

/* line 126, ../../../app/stylesheets/contests/amc.sass */
#content_area h1, #content_area h2, #content_area h3, #content_area h4, #content_area h5, #content_area h6 {
  color: white;
  font-family: Rockwell, Georgia, Serif;
}
/* line 129, ../../../app/stylesheets/contests/amc.sass */
#content_area h2 {
  text-shadow: #111111 1px 1px 3px;
}
/* line 131, ../../../app/stylesheets/contests/amc.sass */
#content_area .panels {
  display: none;
}

/* line 135, ../../../app/stylesheets/contests/amc.sass */
#entries h2 {
  background: url("http://cdn-static.viddler.com/contests/amc/submitted_videos.png") no-repeat;
  height: 45px;
  margin-bottom: 20px;
  text-indent: -9999px;
  width: 362px;
}
/* line 141, ../../../app/stylesheets/contests/amc.sass */
#entries select {
  display: none;
}
/* line 143, ../../../app/stylesheets/contests/amc.sass */
#entries .video {
  border: 1px solid transparent;
  float: left;
}
/* line 146, ../../../app/stylesheets/contests/amc.sass */
#entries .video:hover {
  border: 1px solid #268833;
}

/* line 151, ../../../app/stylesheets/contests/amc.sass */
footer.main nav li {
  border-left: 1px solid #827c88;
  float: left;
  padding-left: 10px;
}
/* line 155, ../../../app/stylesheets/contests/amc.sass */
footer.main nav li:first-child {
  border-left: 0;
}
/* line 157, ../../../app/stylesheets/contests/amc.sass */
footer.main nav a {
  color: #084d7a;
}

/* line 160, ../../../app/stylesheets/contests/amc.sass */
#powered_by_viddler h2 {
  color: #b0a8b8;
}

/* line 163, ../../../app/stylesheets/contests/amc.sass */
form.themed {
  background-color: #1f2e22;
  border: 1px solid white;
}
/* line 168, ../../../app/stylesheets/contests/amc.sass */
form.themed legend, form.themed label {
  text-shadow: #303f33 -1px -1px 0;
}
/* line 171, ../../../app/stylesheets/contests/amc.sass */
form.themed .field input[type=password], form.themed .field input[type=text], form.themed .field input[type=email], form.themed .field input[type=tel], form.themed .field textarea {
  background-color: #1f2e22;
  border: 1px solid #748377;
  -moz-box-shadow: inset 0 0 2px 1px #415044;
  -webkit-box-shadow: inset 0 0 2px 1px #415044;
  -o-box-shadow: inset 0 0 2px 1px #415044;
  box-shadow: inset 0 0 2px 1px #415044;
}
/* line 176, ../../../app/stylesheets/contests/amc.sass */
form.themed .submit input {
  background-color: #415044;
  border: 2px solid #748377;
}

/* line 182, ../../../app/stylesheets/contests/amc.sass */
body.my_submissions #content_area table {
  background-color: transparent;
  color: white;
}
/* line 185, ../../../app/stylesheets/contests/amc.sass */
body.my_submissions #content_area table th {
  background-color: #111111;
  color: white;
}

/* line 191, ../../../app/stylesheets/contests/amc.sass */
#content_area #login_form label, #content_area #signup_form label {
  color: white;
}
