/****** Start Header *****/
div#section-header {
    background: #9a0002;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9a0002), to(#670003));
    background: -webkit-linear-gradient(#9a0002, #670003);
    background: -moz-linear-gradient(#9a0002, #670003);
    background: -ms-linear-gradient(#9a0002, #670003);
    background: -o-linear-gradient(#9a0002, #670003);
    background: linear-gradient(#9a0002, #670003);
    -pie-background: linear-gradient(#9a0002, #670003);
    behavior: url(/sites/all/libraries/PIE/PIE.php); 
}

.zone-header {
    background-color:#B70101;
}

.zone-user p {
    margin-bottom: 4px;
}
/* Swap in some images to replace the text links (based on CSS from http://www.engr.wisc.edu/interd/gep/ */

div#block-block-2 a.wordmarkUW {
    background: url("../images/wordmarkUW.png") no-repeat scroll left center transparent;
    border-bottom: medium none;
    display: block;
    height: 12px;
    text-indent: -999em;
    width: 253px;
    float: left;
    border-bottom: 1px dashed #a90101;
    margin-left: 10px;
}

div#block-block-2 a.wordmarkCOE {
    background: url("../images/iSchool.png") no-repeat scroll left center transparent;
    border-bottom: medium none;
    display: block;
    height: 12px;
    text-indent: -999em;
    width: 181px;
    float: left;
    margin-left: 3px;
    border-bottom: 1px dashed #a90101;
}

h1.site-title a, h2.site-title a  {
    background: url("../images/trace-center.png") no-repeat scroll left center transparent;
    display: block;
    height: 28px;
    text-indent: -999em;
    width: 199px;
    margin-top: 28px;
}

div#block-block-2 a:hover, div#block-block-2 a:focus, div#block-block-2 a:active {
    border-bottom: 1px dotted #fff;
}


/***** End Header *****/

