html {
     background: #191919;
}

body {
     background: #191919 url(/sup/img/read_next_bg.jpg) repeat-x;
     font-size: 1.6em;
     color: #fff;
}

#site_container {
     width: 960px;
     margin: 0 auto;
}

#header {
     height: 194px;
     background: url(/sup/img/header_bg.png) no-repeat 50%;
}

#header h1 {
     display: none;
     margin: 0;
     padding: 0;
}

h2 {
	margin-top: 30px;
	font-size: 2.1em;
	color: #ffc600;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.selected img,
.hover_on,
label img:hover {
	/*border: 1px solid #fff;*/
    opacity: 1;
}

.not_selected img,
.hover_off {
    opacity: .3;
    /*border: 0;*/
}

/*.pollResult img {
    opacity: .3;
}*/

.pollAnswerBlock .pollResult:nth-child(1) img {
	opacity: 1;
}

.pollAnswerBlock .pollResult:nth-child(2) img {
	opacity: .5;
}

.pollAnswerBlock .pollResult:nth-child(3) img {
	opacity: .3;
}

.pollAnswerBlock .pollResult:nth-child(4) img {
	opacity: .05;
}

.explanation {
	width: 75%;
	text-align: center;
	margin: 30px auto 30px;
	font-size: .8em;
	line-height: 1.4;
	text-shadow: 0px 2px 0px rgba(0,0,0,.6);
}

.pollRadio {
	display: none;
}

.pollQuestion,
.pollBar {
     display: none;
}

.pollAnswer,
.pollResult,
.pollSelectedAnswer {
     width: 155px;
     float: left;
     margin-right: 35px;
}

.pollWrapper .pollAnswer:last-child,
.pollWrapper .pollResult:last-child {
     margin-right: 0;
}

.pollResultVotes,
.pollSelectedVotes {
     display: none;
}

label img {
/*opacity: .2;*/
-webkit-transition: opacity .3s;
}

label img:hover {
     cursor: pointer;
}

.pollAnswerBlock {
     overflow: hidden;
     width: 760px;
     margin: 0 auto;
}

.pollButtonBlock {
	text-align: center;
	margin-top: 65px;
}

input.pollButton {
	background: #9c3a09 url(/sup/img/button_bg.jpg) repeat-x bottom;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 2em;
	padding: .2em .5em .1em .5em;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255,255,255,.2);
	font-weight: bold;
}

input.pollButton:hover {
     background: #eb900e url(/sup/img/button_bg.jpg) repeat-x top;
     cursor: pointer;
}

.pollSelectedPercent,
.pollResultPercent {
    color: #ffc600;
	margin-top: 15px;
    display: block;
    text-align: center;
	font-size: 1.7em;
	text-shadow: 0px 2px 0px rgba(0,0,0,.8);
}

.pollResultAnswer {
     overflow: hidden;
}

#error {
color: yellow;
margin-top: 1em;
text-align: center;
font-size: .8em;
}

.countdown {
    text-align: center;
    margin-top: 70px;
}

#winning_book {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 3em;
}

#winning_book img {
    max-width: 100%;
}