@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { height: 100%; }
body { min-height: 100%; }

body{ 
	text-align: center; 
	margin: 0; 
	padding: 0;
	background: url('../images/site-bg.gif') top left;
	margin-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #383429;
	font-size: 14px;
}

.clear{ clear: both; }

textarea:focus, textarea{ outline: none; }

img{ display: block; float: left; }
.clear{ clear: both; }
/*input.other{ 
	width: 200px; 
	height: 22px;
	font-size: 18px; 
	background: #fffcf4;
	border: #ccc 1px solid;
	margin-left: 20px;
	padding: 5px;
}*/

input.selected{
	b ackground: #231F20 !important;
	c olor: white !important;
}

div.main{ margin: 0 auto; width: 970px; text-align: left; }
.main#quiz{ margin-top: -130px; overflow: hidden; position: relative; }

.left, .right{  width: 460px; margin: 0 10px; float: left; }

.link-btn a{ 
	background: url('../images/btn.gif');
	width: 459px;
	height: 50px;
	display: block;
	float: left;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	text-decoration: none;
	color: #231f20;
	text-align: center;
	text-shadow:rgba(255,255,255, 0.4) 1px 1px;
	padding-top: 18px;
}

.link-btn a:hover{
	background: url('../images/btn-rollover.gif');
}

p.error{ 
	display: none;
	padding: 20px;
	margin: 20px;
	background: #cac3b6;
	color: #000;
	border-radius: 10px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	text-align: center;
	width: 885px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding: 30px 0;
}

.error a{ 
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: "arial black", sans-serif;
	text-decoration: none;
	color: #000;
}

.choices option { color: black; }
.empty { color: #999; }

input#submit{ 
	background: #bfaf81; 
	color: #fef8ea; 
	border: none;
	font-size: 18px;
	cursor: pointer;
}

#wrapper{ width: 6000px; position: absolute; top: 0; left: 0; }
#questions{ overflow: hidden; width: 6000px; }

div.batch-wrapper{wid th: 970px; float: left;}
div.batch{ width: 970px; padding-left: 342px; float: left; }

#questions div.batch div.question{
	width: 222px;
	height: 304px;
	overflow: hidden;
	float: left;
	margin: 10px;
	background: #fef8ea;
	position: relative;
	padd ing: 15px;
	padding-top: 110px;
}

#questions dl{ position: absolute; top:0; left:0; width:100%; height: 100%; }
#questions dl dt, #questions dl dd{ font-family: 'LeagueGothicRegular', Arial, sans-serif; float: left; }
#questions dl dt{ width: 100%; }
#questions dl dt div.left{ 
	font-size: 72px; 
	color: #fffaec; 
	background: #231f20;
	height: 80px; 
	margin: 0;
	padding: 0;
	padding-top: 10px; 
	width: 72px;
	text-align: center;
	float: left;
}
#questions dl dt div.right{
	float: left;
	width: 135px;
	margin: 15px 0 0 15px;
	padding: 0;
	font-size: 26px;
	text-transform: uppercase;
}
#questions dl dt h2{ width: 135px; float: left; }
#questions dl dd{ 
	font-size: 34px; 
	text-transform: uppercase; 
	width: 100%;
	height: 240px;
	margin-left: 12px;
	margin-right: 0px; 
	line-height: 24px;
	position: absolute;
	top: 130px;
	left: 0;
}

#questions div.batch div select{ 
	height: 45px; 
	width: 400px; 
	padding: 10px 5px 10px 10px; 
	font-size: 18px; 
	co lor: #231f20;
	margin-top: 15px;
	background: #fffcf4;
	border: #ccc 1px solid;
	visibility: hidden;
}

#questions div.batch div ul{ 
	float: left; 
	clear: both; 
	width: 100%;
	position: absolute;
	top: 0px;
}

#questions div.batch div.loose ul, #questions div.batch div.winner ul{
	top: auto;
}

#questions div.batch div ul li{
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}

#questions div.batch div ul li a{
	border-radius: 10px;
	-mox-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e6dcc6;
	color: #383429;
	text-decoration: none;
	width: 200px;
	height: 60px;
	display: block;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-transform: capitalize;
}

#questions div.batch div ul li input{
	border-radius: 10px;
	-mox-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: none;
	color: #383429;
	width: 198px;
	height: 54px;
	text-align: center;
	outline: none;
	border: #ccc3af 1px solid;
	font-size: 14px;
	font-weight: bold;
}
#questions div.batch div ul li input:focus{ outline: none; }

#questions div.batch div ul li a:hover, #questions div.batch div ul li a.selected{
	background: #231f20;
	color: #fff;
}

#questions div.batch ul.arrange-cubic li{
	width: 90px;
	float: left;
	margin-left: 0px;
}

#questions div.batch ul.arrange-cubic li a {
	width: 90px;
	height: 100px;
}

#questions div.batch textarea{
	background: #fffcf4;
	border: #ccc 1px solid;
	border-radius: 5px;
	padding: 10px;
	width: 176px;
	color: #383429;
	font-family: Arial, Helvetica, sans-serif;
	height: 180px;
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
}

#questions div.batch div.socials{
	width: 462px; 
	padding: 0; 
	height: 414px;
	background-color: transparent !important;
	position: relative;
	display: block;
	float: left;
	margin:10px 0 0 10px;
}

#questions div.batch div.socials div.m-default{
	width: 462px; 
	height: 414px;
	background: url('../images/logo-banner-small.gif') top left no-repeat;
}

#questions div.batch div.socials div.logo-quiz{ 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	bottom: 60px;
	left: 0;
}

#questions div.batch div.socials div.logo-quiz p{
	color: #e7dcc6;
	font-size: 36px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	margin-bottom: 10px;
}

#questions div.batch div.socials div.logo-quiz input{
	color: #231f20;
	width: 268px;
	height: 58px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 32px;
}

#questions div.socials div.winner, #questions div.socials div.loose{ 
	background-color: #231f20;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	color: #e6dcc6;

}

#questions div.batch div.socials div.winner ul, #questions div.batch div.socials div.loose ul{ 
	padding-left: 70px; padding-top: 40px; bottom: 20px;
}

#questions div.batch div.socials div.winner ul li a, #questions div.batch div.socials div.loose ul li a{
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#questions div.batch div.socials div.winner h2, #questions div.batch div.socials div.loose h2{ 
	font-size: 38px; 
	font-family: 'LeagueGothicRegular', Arial, sans-serif; 
	text-transform: uppercase;
	padding-top:40px;
	margin-bottom: 10px;
}
#questions div.batch div.socials div.winner h3, #questions div.batch div.socials div.loose h3{ 
	font-size: 36px; 
	font-family: 'LeagueGothicRegular', Arial, sans-serif; 
	text-transform: uppercase;
	margin-top: 10px;
}

#questions div.batch div.socials div.winner ul li a{ 
	width: 138px; 
	height: 125px; 
	background: url(images/facebook.png) top left no-repeat; 
}

#questions div.batch div.socials div.winner ul li a.facebook{ 
	background: url(../images/facebook.png) top left no-repeat; 
}

#questions div.batch div.socials div.winner ul li a.twitter{  
	background: url(../images/twitter.png) top left no-repeat; 
}

#questions div.batch div.socials div.winner ul li a.twitter:hover{  
	background: url(../images/twitter-over.png) top left no-repeat; 
}

#questions div.batch div.socials div.winner ul li a.facebook:hover{
	background: url(../images/facebook-over.png) top left no-repeat;
}

#questions div.batch div.socials div.winner h3{ margin-top: 40px; }
#questions div.batch div.socials div.winner p, #questions div.batch div.socials div.loose p
{ font-family: 'LeagueGothicRegular', Arial, sans-serif; font-size: 22px; }

.link-btn.footer{ width: 100%; margin-top: 0px; clear: both; float: left; }
.link-btn.footer a{ 
	background:#bfaf81 url("../images/next-batch.gif") top center no-repeat;
	display: block;
	width: 100%;
	height: 75px;
	padding-top: 25px;
}

.link-btn.footer a:hover{ 
	background-image: url("../images/next-batch-over.gif"); 
}

a#end-quiz{
	background: url('../images/end-of-quiz-socials.gif') top left no-repeat;
	height: 75px;
	width: 463px;
	display: block;
}

a#end-quiz:hover{
	background: url('../images/end-of-quiz-socials-hover.gif') top left no-repeat;
}

.logo-quiz{
	width: 459px;
	height: 344px;
	background: #231f20;
	text-align: center;
}

.logo-quiz form{
	padding-top: 55px;
	text-align: left;
}

.logo-quiz input{
	width: 188px;
	height: 24px;
	border-radius: 3px;
	-mox-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: #e6dcc6 1px solid;
	padding: 10px;
	outline: none;
	font-size: 16px;
	margin: 5px 0 15px 0;
	background: #e6dcc6;
}

.logo-quiz p.error2{
	color: #f00;
	padding: 20px 0 0 0;
	tex t-align: center;
	margin-left: 115px;
}

#subscribe input.error{
	color:#f00;
	border: #f00 1px solid;
	display: block;
	background: #231f20;
}

#subscribe  div{ margin-left: 115px; }
#subscribe label{ display: block; clear: both; text-align: left; color: #a19b8b; }
#subscribe label.error{
	color: #f00;
}