Header {border-color: #044062;
        background: #333;
        color: white;
        text-shadow: 0 1px 0 #194b7e;
        background-image: -webkit-gradient(linear,left top,left bottom,from( #1c2c5d ),to( #333 ));
        background-image: -webkit-linear-gradient( #1c2c5d,#333 );
        background-image: -moz-linear-gradient( #1c2c5d,#333 );
        background-image: -ms-linear-gradient( #1c2c5d,#333 );
        background-image: -o-linear-gradient( #1c2c5d,#333 );
        background-image: linear-gradient( #1c2c5d,#333 );}

nav, menu, .h2, footer {
    color: #FFF;background: #0065bc;
        background: -moz-linear-gradient(top,#0065bc 0,#014c8d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0065bc),color-stop(100%,#014c8d));
    background: -webkit-linear-gradient(top,#0065bc 0,#014c8d 100%);
    background: -o-linear-gradient(top,#0065bc 0,#014c8d 100%);
    background: -ms-linear-gradient(top,#0065bc 0,#014c8d 100%);
    background: linear-gradient(to bottom,#0065bc 0,#014c8d 100%);
}
nav a, .h2 a {color: #FFF;}
footer li:hover {background: linear-gradient(#333,#0065bc);}
footer li {border-left: solid 1px blue;}
.open > menu {border-color: blue;}