body {
	background-color:#000000;
	padding:0px;
	margin:0px;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	#background-attachment:fixed;
	background-position:top; 
	text-align: center; /* !!! IE !!! */
	font-size:15px;
	color:#ffffff;
	overflow-x: hidden;
	line-height:23px;
}

.background_slides {
	position:absolute;
	width:50%;
	overflow:hidden;
}

.background_slides > div {
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
}



div {
	font-family: 'Dosis', sans-serif;
}

.error {
	background-color:red !important;
}

.answer-error {
	color:red !important;
}

#thank_image_like_container {
	display:none;
	margin-left: -20px;
}

#content-wrapper {
	#width:810px;
	width:0px;
	margin:0 auto;
	text-align: left;
}

#content-left {
	float:left;
	width:404px; /* 404 */
	#background-color:#d09d61;
}

#content-right {
	#background-color:#1f1f20;
	float:left;
	padding-left:20px;
	margin-bottom: 10px;
	min-height:1265px;
	width:366px; /* 406 */
}
.logo_right_container {
	margin-left:-20px;
}

.qestion-container {
	padding-left:15px;
	padding-top:15px;
}

.question {
	font-weight:700;
	text-transform:uppercase;
}

label {
	font-family: 'Dosis', sans-serif;
}

input[type=radio]{
	width   : 28px;
	margin  : 0;
	padding : 0;
	opacity : 0;
}

input[type=radio] + label{
	#display      : inline-block;
	margin-left  : -2em;
	#line-height  : 1.5em;
	font-weight: 200;
}

input[type=radio] + label > span{
	display          : inline-block;
	width            : 10px;
	height           : 10px;
	margin           : 0.125em;
	margin-right     : 0.5em;
	border           : 1px solid white;
	border-radius    : 50%;
	vertical-align   : middle;
	background-color:#535353;
}

input[type=radio]:checked + label > span{
	background       : #b30a3a;
}

.full-line {
	height:2px;
	width:330px;
	background-color:#ffbb66;
	margin-left:2px;
	margin-bottom:5px;
}

.half-line {
	height:2px;
	width:156px;
	background-color:#ffbb66;
	margin-bottom:8px;
}

.plus1-text {
	color:#eb7aab;
}

.fan-button-text {
	text-transform:uppercase;
}

#fan_button {
    height: 35px;
    overflow: hidden;
}

.fan-small {
    height: 20px !important;
}

.fan_background {
	background-color:#0c1a34;
	float:left;
	margin-top:-95px;
	margin-left:-20px;
	width:406px;
	height:106px;
}

#container {
	width:100%;
	min-width: 810px;
}

#contact-container {
	margin-top:60px;
}

.contact-column {
	float:left;
	width:160px;
	margin-right:20px;
}

input[type=text]{
	margin  : 0;
    margin-bottom: 5px;
	padding : 5px 8px;
	color:white;
	background-color:#2a2a2b;
	border:1px solid #2a2a2b;
	width:140px;
	font-family: 'Dosis', sans-serif;
}

#post_button {
	margin-top:20px;
	margin-bottom:10px;
	cursor:pointer;
}

#footer {
    font-family: Verdana;
    font-size: 11px;
	float:left;
	width:100%;
	line-height: 12px;
}

#footer > a {
    color: #f8eecb;
}
