/* 99Lime.com HTML KickStart by Joshua Gatcke style.css */
/*---------------------------------	IMPORTS -----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900);
/*---------------------------------	OVERRIDES -----------------------------------*/
h1,h2,h3,h4,h5,h6{ font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight:400; }
h1{font-size:1.4em; color:#fff;}
h2{font-size:1.3em; color:#fff;}
h3{font-size:1.2em; color:#222; }
h4{font-size:1em; }
h5{font-size:0.9em; }
h6{font-size:0.8em; }
p{font-size:1.1em; }
thead th,tbody th{ padding:8px 12px; font-family: "Source Sans Pro", Helvetica, sans-serif; background-color:#EEE; color:#006; }
.menu{ font-family: "Source Sans Pro", Helvetica, sans-serif; }
label{font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:0.9em; font-weight:900;} 
placeholder{font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:0.8em; font-weight:300;}
blockquote{ font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:1em; line-height:1.5em; font-style: italic; margin:30px; padding:0 0 0 10px; border-left:3px solid #ccc; }
/*---------------------------------	LAYOUT -----------------------------------*/
html{min-height:100%; background:#666; font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:16px;}
body{margin:0;padding:0; font-size:1em; font-weight:300;}
#header{background:#656565; margin:0;}
#corps{background:rgb(245, 245, 245); margin:0; padding:0; padding-top:1em;}
#footer{background:#656565; margin:0; border-top:1px solid #F4F4F4;}