/***************************************************
*   Global Reset
***************************************************/
*{
    margin:0;
    padding:0;
}

/***************************************************
*   Typography
***************************************************/
@font-face {
    font-family: "Bitter";
    font-style: normal;
    font-weight: 400;
    src: local("Bitter-Regular"), url("https://themes.googleusercontent.com/static/fonts/bitter/v4/2PcBT6-VmYhQCus-O11S5-vvDin1pK8aKteLpeZ5c0A.woff") format("woff");
}
/* #header h1, h3, #main-content-wrap{font-family:'Bitter', Helvetica, Arial, sans-serif;}
#header h2, #intro-content-wrap p, ul.graph li, label, #contact-form-wrap input, textarea, #twitter, ul.listing li a, .help-text, #response {font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;}
*/
#header h1, h3, #main-content-wrap{font-family: verdana, sans-serif;}
#header h2, #intro-content-wrap p, ul.graph li, label, #contact-form-wrap input, textarea, #twitter, ul.listing li a, .help-text, #response {font-family: verdana, sans-serif;}
/***************************************************
*   Background/HTML/Body
***************************************************/
html,body{
    background:#333;
    background:url('../images/background.png') #333 repeat;
}

/***************************************************
*   Background
***************************************************/
#page-wrap{
    width:960px;
    height:3300px;
    margin:10px auto;
    padding:0 50px;
    background:#F8F8F8;
    -moz-box-shadow:    4px 1px 1px rgba(0,0,0,0.9);
    -webkit-box-shadow: 4px 1px 1px rgba(0,0,0,0.9);
    box-shadow:         4px 1px 1px rgba(0,0,0,0.9);
    
}

/***************************************************
*  Header
***************************************************/
#header h1{
    font-size:100%; /* Reset fallback */
    font-size:91px;
    text-align:center;
    padding-top:25px;
    color:#000;
    font-weight:normal;
   
}
#header h2{
   font-size:24px;
   text-align:center;
   color:#000;
}

/***************************************************
*  Footer
***************************************************/
#footer h3{
    font-size:50%;
    font-size:10px;
    text-align:center;
    padding-top:5px;
    color:#000;
    font-weight:normal;
}
#footer img.centered{
    padding-top:30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/***************************************************
*   Sections
***************************************************/
.section{
    margin-top:40px;
}
h3{
    margin-bottom:10px;
}
.help-text{
    color:#858C8C;
    text-align:left;
    margin:10px 0 0;
    display:inline-block;
    font-size:13px;
}
.help-text a{
    color:#858C8C;
    text-align:left;
    display:inline-block;
}
.help-text a:hover{
    color:#333;
    text-decoration:underline;
}
.top-center {
    text-align:center;
}
.smallblacktext {
    color:#000;
    font-size:13px;
}
.smalltext{
    color:#858C8C;
    font-size:12px;
}
.tinytext{
    color:#999;
    font-size:10px;
}
/***************************************************
*  Listing
***************************************************/
ul.listing{
    margin-left:30px;
}
ul.listing li a{
    text-decoration:none;
    color:#000;
}
ul.listing li a:hover{
    text-decoration:underline;
}

/***************************************************
*  Second Listing
***************************************************/
ul.seclisting{
    margin-top:10px;
    margin-left:20px;
    margin-bottom:10px;
    color:#000;
    font-size: 12px;
}

/***************************************************
*  Bar Graph
***************************************************/
ul.graph{
	list-style: none;
    width:460px;
}

ul.graph li{
 background: #555;
 color: #fff;
 height:30px;
 text-align: left;
 font-size: 12px;
 line-height: 30px;
 padding: 0px 10px;
 margin-bottom: 5px;
}
ul.graph li.percent_20 {
 width:20%;
}
ul.graph li.percent_30 {
 width:30%;
}
ul.graph li.percent_40 {
 width:40%;
}
ul.graph li.percent_50 {
 width:50%;
}
ul.graph li.percent_60 {
  width:60%;
}
ul.graph li.percent_70 {
 width:70%;
}
ul.graph li.percent_80 {
 width:80%;
}
ul.graph li.percent_90 {
 width:90%;
}

/***************************************************
*  Tooltip
***************************************************/
#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}

/***************************************************
*  Contact
***************************************************/
#contact-form-wrap label{
    float:left;
    display:block;
    margin-right:20px;
}
#contact-form-container{
    margin-top:1em;
}
#contact-form-wrap input{
    display:block;
    outline:none;
    height:40px;
    width:345px;
    -webkit-appearance:none;
    border:1px solid #ccc;
    font-size:22px;
    margin-bottom:10px;
    padding:2px 5px;
}
#contact-form-wrap textarea{
    display:block;
    outline:none;
    height:120px;
    width:345px;
    border:1px solid #ccc;
    -webkit-appearance:none;
    resize:none;
    font-size:14px;
    padding:2px 5px;
}
#contact-form-wrap label[for="name"]{
    margin-right:41px;
}
#contact-form-wrap label[for="email"]{
    margin-right:46px;
}
#contact-form-wrap input[type="submit"]{
    border:0;
    background:#333;
    color:#fff;
    margin:10px 0 30px 92px;
    cursor:pointer;
    padding:2px 5px;
    width:360px;
}
#contact-form-wrap input[type="submit"]:hover,#contact-form-wrap input[type="submit"]:active{
    color:#000;
    background:#ccc;
}
#response{
    display:none;
}
/***************************************************
*  Social Icons
***************************************************/
#twitter {
    border-left:10px solid #333;
    margin:1.0em 5px;
    padding:.5em 10px;
    width:300px;
    display:none;
}
#twitter:before {
    color:#ccc;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-0.4em;
}
#twitter p {
    display:inline;
}
