/* The CS3 Logo */

#cs3-logo{
    background-color: #2056a2;
    background-image: -moz-linear-gradient(100% 100% 90deg, #15396d, #2574e6 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2574e6), to(#15396d));
   -moz-box-shadow: 0px 1px 4px #849187;
    color: #fff;
    float: left;
    font: normal bold 100px Arial, Verdana, Tahoma, sans-serif;
    font-variant: small-caps;
    height: 152px;
    letter-spacing: -2px;
    margin: 0 20px 0 0;
    padding: 39px 0 0 0;
    text-align: center;
    text-shadow: 0px 1px 2px #10396d;
    width: 191px; }
    
    #cs3-logo a{
        background-image: -moz-linear-gradient(100% 100% 135deg, rgba(21, 57, 109, 0.5), rgba(89, 157, 255, 0)  );
        background-image: -webkit-gradient(linear, 20% 20%, 70% 100%, from(rgba(89, 157, 255, 0)), to(rgba(21, 57, 109, 0.5)));
        display: block;
        height: 191px;
        margin: -39px 0 0 0;
        position: absolute;
        width: 191px;
        z-index: 15; }
