/*
Theme Name: MM Quiz

*/
a{color:blue} a:hover{color:#C00}
.clear{
	clear:both
}
.alignright{
	float: right;
	margin: 0px 0px 10px 20px;
}
a img{border:none}
body {
font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCC;
	margin: 20px 0px;
	color: #000;
	text-align: center;
}

#wrap {
	width: 800px;
	margin:auto;
	text-align: left;
}

#header {
	height:110px;
	position:relative;
}
#header h1{
	margin: 0px;
	position:absolute;
	top:0px;
	left:0px;
	text-indent: -9999px;
	overflow: hidden;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:110px;
	width:800px;
}
#header h1 a{
	margin: 0px;
	display:block;
	height:110px;
	width:800px;
}

#header h2{
	display:none;
}

h2{margin-top:0px; font-size: 1.8em;}

#columns{
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid  #a5a5a5;
	padding:20px;
	background-color:#FFF;
}

#content{
	font-size: 1.4em;
}

#meta-top{
	float:right;
	font-size:.8em;
	width: 300px;
	text-align: right;
}

#footer{
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	background-position: 0px 100%;
	color:#FFF;
	padding: 5px 20px;
}
#footer a, #footer a:hover{color:#FFF}

#header_tabs ul{
	margin:0px;
	padding:0px;
	list-style:none;
	height: 30px;
	background-color:#FFF;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid  #a5a5a5;
	border-top: 1px solid #a5a5a5;
	
}

#header_tabs ul li.NRSSingleLink{
	width: 100px;
	margin-left: 20px;
	float: left;
	height: 30px;
}

#header_tabs ul li.NRSSingleLink a{
	line-height:30px;
	font-size: 1.2em;
	font-weight:bold;
	width: 100px;
	background-image: url(images/tabs/normal.png);
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666;
	background-position: 0px 100%;
	background-repeat:no-repeat;
}
#header_tabs ul li.NRSSingleLink a:hover{
	background-image: url(images/tabs/hovered.png);
}

#header_tabs ul li.current a, #header_tabs ul li.current a:hover{
	background-image: url(images/tabs/selected.png);
	color:#FFF;
}

#header_tabs ul li.widget_text,
#header_tabs ul li.MMQuizCommentsLink{
	float:right;
	font-size: 1.2em;
	width: auto;
	padding: 0px;
	margin: 10px;
	margin-left: 20px;
	color: : #000;
}
#header_tabs ul li.MMQuizCommentsLink{
	margin-right: 20px;
}



/********************* QUIZ *******************************/
.question{
	position:relative;
}
.question h3{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
}
/********** QUESTION NAV ****************/
.question-nav{
	margin:0px 0px 5px 0px;
	font-size: 1.1em;
}
.question h3{ color: #C00;}
.question h4{ margin: 0px;}
.question-nav .prev-btn,
.question-nav .next-btn{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.question-nav .prev-btn:hover,
.question-nav .next-btn:hover{
	color:#C00;
}

.question-nav .disabled, .question-nav .disabled:hover{
	color: #666;
	cursor: text;
	text-decoration: none;
}


/********** QUESTION IMAGE carousel ****************/

.carousel{
	width:300px;
	float:right;
	overflow: hidden;
	position: relative;
	height:400px;
}

.carousel .carousel-item{
	width:300px;
	max-height:400px;
	position: absolute;
	top:0px;
	left:0px;
}
.carousel .carousel-image-container{
	width: 300px;
	max-height: 300px;
	overflow: hidden;
}

.carousel .carousel-item .carousel-caption{
	font-size:1em;
	margin: 2px 0px;
	
}
.answer{
	width:420px;
	padding: 10px 0px;
	font-size: 1.3em;
	cursor: pointer;
	color:#000;
	
}

.answer:hover p{
	color: #C00;
}


.answer p{
	margin: 0px;
}
.result p{
	margin:0px;
}

#quiz-submit-ctr{
	text-align: right;
	width:420px;
}
#quiz-submit-ctr button{
	font-size:2em;
}


.bar-outer{
	width: 400px;
	height: 20px;
	position: relative;
}
.bar-inner{
	background-color: #C00;
	height: 20px;
}

.pct{
	float: right;
}


#comments{
	clear:both;
}


.wait{
	padding-left: 20px;
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
}
.result-page-question{
	clear: both;
}	

