/* Hide the Searchbar */
#header input#s {
display: none;
}
#copyright {
    background: none repeat scroll 0 0 #111111;
    border-top: 1px solid #111111;
    clear: both;
    color: #111111;
    font-weight: 300;
    padding: 1.4% 3.2%;
}

#footer {
    border-top: 1px solid #0e0e0e;
    clear: both;
}



#respond {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #0e0e0e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 2.5%;
}