#quiz_container {
	background-color:#FFF;
	padding:0px 0px 50px 0px;
	width: 750px
  
}




#header {
  display: none;
}

#score_graph {
  height: 18px; width: 650px;
}

    #progress_container {
      height: 18px; width: 650px;
      border: 1px solid #ccc;
      float: left;
      padding: 2px;
    }
    
        #progress {
          height: 18px; width: 0px;
          background-color: #0099FF; 
          font-size: 1px;
          display: block;
        }
        
        #min {
          width: 25px;
          float: left; 
          padding-top: 2px;
        }
        
        #max { 
          width: 22px;
          float: right; 
          padding-top: 2px;
          padding-left: 3px;
        }

#questions {
  clear: both; 
  margin-top: 2em;
  padding:0px 0px 0px 50px;
  height:275px;
}

#questions ol { list-style-position: inside; }

#questions li { line-height: 2em; }

.question, #submit_button {
  display: none;
}

#question0 {
  display: block;
}

#badge_sidebar {
  padding-left: 25px;
  float: left;
}


#share { margin-top: 1em; }

    #code {
      float: left;
      padding-left: 2em;
      background: #fff;
    }
    
    #code .swatch3 { color: #FF1515; } 
    
    #code #without_extra { color: #000; } 
    
    #code em { background: #efefef; padding: .25em; display: block; margin-top: .5em; }



























/*****  GLOBAL *****/   

* { margin: 0; padding: 0; }

body {
  background: #000;
  margin: 0; padding: 0; 
  font-size: 75%;
  font-family:Arial, Helvetica, sans-serif;
  color: #333;
  background-image:url("blackback.jpg");
}

a { color: #F72F2F; }

a img { border: none; }

h1, h2, h3 {
  font-family: "Times New Roman", Georgia, sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  line-height: 1.8em; 
}

    h1 { font-size: 2.2em; }
    
    h2 {
		font-size:36px;} 
    
    h3 { font-size: 1em; } 


p { 
  margin: .25em 0 1em 0;
  line-height: 1.5em;
}


ul {  
  margin: .5em 0; 
  list-style-type: none;  
}

  ul li {
    padding: 0 0 1em .5em; 
  }
  
  ul li { line-height: 1.5em; }
      
  .inline li {
    float: left; 
    margin-right: 2em;
    
  }

fieldset {
  border: 1px solid #ccc;
  padding: .5em 2em 1em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

    legend {
      text-transform: uppercase;
      font-size: .9em;
      color: #ff6600;
      padding: 0 .5em .2em .5em; 
    }
    
option { padding-right: 1em; }

.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
      margin-bottom: .5em;
    }
   
    .inline *, .inline input, .inline label { display: inline; }
    
    .inline { margin-bottom: 1em; }
    
    .inline label { padding: 0 1em; }
   
/*****  CUSTOM CLASSES *****/   

.swatch1 { color: #9E632B !important; }

.questionnumber { 
  color: #666; 
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  
}

.cf { display:block; } 

.cf:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both !important;
  visibility: hidden;
}

.cf { display:inline-block; } 
    
* html .cf {height: 1%;}    

.cursor { 
  cursor: pointer;
  text-decoration: underline;
} 

.error-message {
  padding: .5em;
  color: #990000;
  display: inline;
  font-weight: bold;
}

.big_error_message {
  color: #990000;
  border: 1px solid #990000;
  padding: 1em;
  text-align: center;
}

/*****  DEFAULT LAYOUT *****/

#header_container { background-color: #fff; }

#header, #content, #footer { width: 750px; margin: 0 auto; }

#header { position: relative; }

#header h1 {
  background: url(/q/img/default/header.jpg) no-repeat 0 0;
  width: 750px; height: 270px;
  margin: 0 auto;
}

    #header h1 span, #header a span, #header h2 { display: none; }
    
    #header a {
      position: absolute; 
      top: 35px;
      right: 135px;
      height: 225px;
      width: 225px;
      display: block;
    }
    
    
#container {  }

#content { padding-bottom: 15px; }


#footer_container { 
  background: #333 url(/q/img/default/footer_bg.png) repeat-x top;
  padding: 4em 0 1em 0;
  color: #fff;
}

    #footer  {
      clear: both;
      text-align: center;
    }
    
    
    #footer li {
      width: 375px;
      text-align: center; 
      float: left;
      padding: 0 25px;
      margin-bottom: 1em;
    }
    
    #footer h3 {
      font-size: 1.5em;
      font-family: Tahoma;
    }
    
    #footer h2 {
      clear: both;
    }
    
    #footer p {
      text-transform: uppercase;
      font-size: .9em;
      color: #999;
      padding: .5em;
      margin-bottom: 0;
    }

