/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    margin:0 auto;
    height: 100%;

     background:
    url('../images/bottomBG.png') bottom center no-repeat,
    url(../images/bgpattern.png) repeat,#ADD8E6;
    
}



.answers input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

.answers input[type="radio"] + label {
  position: relative;
  margin-bottom:7px;
  margin-left:5px;
  font-size: 16px;
  line-height: 25px;
  padding-left:15px;
}

.answers input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid gray;
  box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -o-box-shadow: inset 0px 0px 0px 2px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

.answers input[type="radio"]:checked + label:before {
  background: #00BFFF;
}
.quizAreaAppendClass{
    background:#E6E6FA;
    border:1px solid;
    border-color:#B0C4DE;
    opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
    
}
#gametitle{
    
    font-family: AbrilFatface-Regular;
    font-size: 30px;
    color: #4A90E2;
    letter-spacing: 0;
    float:center;
    margin-top:0px;
    margin-bottom:20px;
    
}

body {
    line-height: 1;
    padding-bottom:200px;
    
    width: 800px;
    margin: 0 auto;
    margin-top:10px;
    border: none;
    padding: 1px;
    font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
    text-align: center;
    
    
    
    
}
.quizName{
    margin-top:70px;    
}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #0C4569;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 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; }

.button {
    float: center;
    width: auto;
    padding: 5px 25px;
    color:#ffffff;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	text-decoration: none;
    background: #4A90E2;
    /* Let's go!: */
    font-family: Roboto-Bold;
    font-size: 20px;
    letter-spacing: 0;
    padding-top:10px;
    padding-bottom:10px;
    
    
}
.button:hover {
    background-color:darkslategray;
}

.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    float: none;
    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;
}
.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: 10px;
    margin-bottom: 5px;
}

ul.responses li {
    margin: 10px 20px 20px;
    
    
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   
   
   
   
}
.complete ul.answers li.correct, ul.responses li.correct p span {
    color: #6C9F2E;
}
ul.responses li.incorrect p span {
    color: #B5121B;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
