* { margin:0; padding:0; }
.hidden { display: none; }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body { background-color:#fff; }
.container
{ 
	width: 800px;
	margin:0 auto;
}

#top
{
	height: 214px;
	background: #fff url(../../i/tbg.png) 0 0 repeat-x;
    padding-top:28px;
}

#logo
{
    height:214px;
    width: 317px;
    float: left;
}

#logo a
{
	display: block;
	height:214px;
	width: 317px;
	background: transparent url(../../i/logo.png) 0 0 no-repeat;
}

#top .container .couch
{
    height:214px;
    width:329px;
    float: left;
    background: transparent url(../../i/characters.png) 0 0 no-repeat;
}

#middle
{
	background-color:#fff;
	padding: 20px 0;
}

#bottom
{
	background: transparent url(../../i/bbg.png) 0 0 repeat-x;
	height: 222px;
    margin:0;
    padding:0;
}

.next-page-button
{
	height: 21px;
	width: 142px;
	background: transparent url(../../i/next-page-button.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}

.submit-quiz-button
{
	height: 29px;
	width: 170px;
	background: transparent url(../../i/quizsubmit.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}


.quiz-content .question-container
{
	width: 100%;
	padding: 15px 0;
    
}

.yellow
{
    background-color: #fef9e4;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}

.question-container .number
{
	float: left;
	width: 123px;
	height:102px;
	margin-right: 0px;
    border-right: 1px solid #e33743;
}

.question-container .homer
{
    background: transparent url(../../i/bart.png) bottom right no-repeat;
    height: 200px;
}

.question-container .bart
{
    background: transparent url(../../i/homer.png) bottom right no-repeat;
    height: 195px;
}

.question-container .number p
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color:#e33743;
	text-align: right;
    padding-top: 10px;
    margin-right: 10px;
}

.question-container .number p.red
{
    color:#e33743;
}

.question-container .number p.blue
{
    color:#4093c7;
}

.question-container .question
{
	float: left;
	width: 500px;
	padding: 10px 20px;
}

.question-container .question p
{
	font-size:.9em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5em;
    color: #e33743;
}

.question-container .question p.q
{ 
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
}

.question-container .question p.a
{
	
	padding: 5px 0;
}

.question-container .question p.a label
{
	margin-left: 10px;
	cursor: pointer;
	color: #434343;
}

p.quizError
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color:#e33743;
	font-family: verdana, arial, sans-serif;
	padding-bottom: 15px;
	position: relative;
	top:-10px;
}


.signup h1
{
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color:#e33743;
	text-align: center;
	margin-top: 10px;
}

.signup .signupform
{
	margin-top: 20px;
}

.signupform .userdata
{
	width: 350px;
	float: left;
	padding-right: 80px;
}

.userdata p
{
	margin: 10px 0;
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size:.8em;
	color:#0171bd;
}

.userdata p label
{
	display: block;
	float: left;
	width: 120px;
	position: relative;
	top: 7px;
    color:#393939;
}

.userdata p input
{
	width: 200px;
	color: #414141;
	background-color:#cdd5db;
	border:1px solid #0171bd;
	font-family: verdana, arial, sans-serif;
	padding: 5px;
}

.whats-my-score
{
	float: right;
	margin-top: 10px;
	height: 176px;
	width: 349px;
	background: transparent url(../../i/wms.png) 0 0 no-repeat;
}

.score .character
{
	height: 156px;
	width: 163px;
	float: left;
}

.score
{ margin-bottom: 15px; }

.score .character
{
    height: 243px;
    width: 156px;
    border-right:1px solid #e33743;
    float: left;
    margin-right: 10px;
}



.score .bart
{
	background: transparent url(../../i/bart-score.png) 0 0 no-repeat;
}

.score .label-container
{
	height: 243px;
	width: 644px;
}

.score .label-container h1
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
    padding-top: 100px;
	color:#e33743;
}

p.copyright
{
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	color:#fff;
	text-align: right;
    padding:30px 0 0;
}

.marg
{ 
    position: relative;
    top: 20px;
}