/* QUIZ STYLES */

.quizBody {
	width: 600px;
	margin: 0 auto;
	border: 2px solid #ccc;
	border-top: none;
	font-family: Trebuchet, Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #353535;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(/images/its_your_paycheck_4/IYP_Gameshow_Questions_Page.jpg);
	background-repeat: no-repeat;
	/*background-position-x: center;*/
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
 }
 
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
	font-size: 18px;
	margin: 15px 10px 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.sidebar1 {
	float: right;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 500px;
	top: 90px;
	position: absolute;
	left: 40px;
}




/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.button {
	float: none;
	width: auto;
	padding: 5px 15px;
	color:#ffffff;
	background-color:rgb(0,89,89);
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.button:hover {
    background-color:darkslategray;
}



.quizTitle {
	position: absolute;
	display:inline;
	top: 30px;
	left: 140px;
}

.quizScore {
	position: absolute;
	top: 30px;
	left: 140px;
	color:rgb(255,255,255);
}

.quizFooter {

	padding-left: 20px;
	padding-bottom: 20px;
}

.quizBank {
	text-align: right;
}
.startQuiz {
    margin-top: 40px;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #6C9F2E;
}ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    margin-top: 20px;
}
.sidebar {
	float: right;
}
