/* Styles to prettify the quiz page */

html {
	background:url('background.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
    min-width: 100%;        
}

body {
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref";
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    line-height: 2em;
}

.container {
    width: 900;
    margin: 40px;
    background: #fff;
    height: 650px;
    opacity:0.90;
    filter:alpha(opacity=90);
    padding: 20px;
    box-shadow: 0 0 20px black;
}

p { padding: 5px 20px 15px; font-size: 22px; line-height: 1.5em; text-shadow: 1px 1px 1px #fff;}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 38px;
    font-weight: bold;
    margin: -15px 0 15px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 4px #0081CA;
    text-transform:uppercase;
}
h2 {
    font-size: 20px;
    margin-left: 20px;
}
h3 {
    font-size: 22px;
    margin: 20px 20px 0;
    line-height: 1.5em;
}
h4 {
    font-size: 20px;
    margin: 10px 0 0 20px;
}

h4 span {
	color: #4eac00;
}

h5 {
    font-size: 16px;
    margin: 20px;
}
h6 {
    font-size: 16px;
    margin-left: 20px;
}

h6 span{
	color:#0081ca;
}

.container img {  
	width: 500px;
	position:fixed; 
	right:100px; 
	top:310px; 
	margin:0px; 
	padding:20px;     
	opacity:0.30;
	filter:alpha(opacity=30); 
	z-index: -1;
}

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; }

.container .button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:#0081CA;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  	text-decoration: none;
}
.container .button:hover {
    background-color:#000073;
}

.container .restartbutton {
    float: right;
    width: 65px;
    height: 65px; 
 	padding: 0 10px 10px 0;
    background-color: none;border-color: transparent;cursor: pointer; cursor: hand;
}

.container #rocket_guy{ 
	position: fixed;
	visibility: visible;
	right: 300px;
	background: transparent;
	width: 400px; 
	height: 608px;
	top: 350px;
	opacity: .99;
}

.container .startQuiz, .backToQuestion, .nextQuestion {
	clear: both;
	position: absolute;
}

.container .startQuiz{ left:80px; top: 630px;}

.container .backToQuestion{ left:80px; top: 630px;}

.container .nextQuestion { left:240px; top: 630px;}

.container .tryAgain {
    margin: 20px 0;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    padding: 0 0 20px;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 18px;
    font-style: italic;
    margin: 0 20px 10px;
    color: #0081CA;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-left: 0;
}

ol.questions li {
    margin-left: 0;
    font-size: 28px;
    padding: 8px 0;
}

ul.answers {
	margin: 20px;
}

ol.questions li.question h3 span {
	color: #0081CA;
}

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: #4EAC00;
}

ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin-left: 20px;
}
.quizResults h3 span {
    font-weight: bold;
    font-style: italic;
    color: #0081CA;
}
.quizpFlops h4 span {
    font-weight: normal;
    font-style: italic;
    color: #4EAC00;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}

