/* Badges 101 lesson & quiz slideshow */
#badges-101.inline {
	visibility: hidden;
	font: normal 16px Georgia,"Times New Roman",Times,serif;
	color: #656565;
	position: relative;
	padding-bottom: 1.5em;
}

#badges-101 .intro {
	font-style: italic;
	width: 100%;
	margin-top: 0;
}

#badges-101 .detail {
	font-size: 16px;
	margin: 40px;
}

#badges-101 .quiz {
	font-size: 18px;
}

#badges-101 .options {
	width: 75%;
	margin: 1em auto;
	overflow: hidden;
}

#badges-101 .discussion .answer {
	font-style: italic;
}

#badges-101 .slide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}

#badges-101.inline h2 {
	font: normal 60px/56px "MetaWebPro-Black", sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 0;
}

#badges-101 header img {
	margin: 2em 0 -100px;
}

#badges-101.inline header img {
	margin: -40px 0 0;
}

#badges-101.inline header img + h2 {
	margin-top: -10px;
}

#badges-101 header p {
	font-style: italic;
	margin-top: -1.5em;
}

#badges-101.inline header p {
	font-size: 14px;
	margin-top: 4px;
}

#slides .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#slides .pagination li {
	display: inline;
	margin:0 1px;
	list-style:none;
}

#slides .pagination li a {
	display: inline-block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/quiz/pagination.png);
	background-position: 0 0;
	overflow: hidden;
}

#slides .pagination li.current a {
	background-position: 0 -12px;
}

.slides_container {
	width:640px;
	height:420px;
}
.slides_container div {
	width:640px;
	height:420px;
	display:block;
}

#badges-101 .button {
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	float: none;
	display: inline-block;
}

#badges-101 input.button {
	width: auto;
	padding: 0 10px;
}

#badges-101 .next {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#badges-101 #quickstart-page-1 .next {
	position: static;
}

#badges-101 .discussion {
	font-size: 14px;
}

#badges-101 .true {
	float: left;
	background-color: #81BC2E;
	/* IE10 */
	background-image: -ms-linear-gradient(top, #81BC2E 0%, #659C28 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #81BC2E 0%, #659C28 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #81BC2E 0%, #659C28 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #81BC2E), color-stop(1, #659C28));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #81BC2E 0%, #659C28 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #81BC2E 0%, #659C28 100%);
}

#badges-101 .false {
	float: right;
	background-color: #D63A2B;
	/* IE10 */
	background-image: -ms-linear-gradient(top, #E55927 0%, #D63A2B 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #E55927 0%, #D63A2B 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #E55927 0%, #D63A2B 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E55927), color-stop(1, #D63A2B));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #E55927 0%, #D63A2B 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #E55927 0%, #D63A2B 100%);
}

#badges-101 .true:after,
#badges-101 .false:after {
	content: "";
}

#nav-panel,
#after-badge {
	overflow: hidden;
	text-align: center;
}

#nav-panel p,
#after-badge p {
	margin-top: 0;
}

#nav-panel .backpack,
#after-badge .backpack {
	display: block;
	float: left;
	width: 38%;
	margin: 1em 0 0 8%;
	padding-top: 100px;
	background: url("../images/quiz/backpack.png") 50% 0 no-repeat;
}

#nav-panel .navigator,
#after-badge .navigator {
	display: block;
	float: right;
	width: 38%;
	margin: 1em 8% 0 0;
	padding-top: 100px;
	background: url("../images/quiz/navigatorbadge.png") 50% 0 no-repeat;
}