
/*  Specifics for the oneworld skin    */

/*  Ensure skin specific logo is shown  */

div#banner a.home {
    background: url( 'logo.png' );
}

/*  Hyperlink colours */

a {
    color: #ff0078;         /* Pink */
}
a:hover {
    color: #0064aa;         /* Blue */
}
a:visited {
    color: #f13399;         /* 80% tint of Pink */
}

/*  Make the banner area shallower */

div#banner {
    height: 196px;
}
div#banner div.site-user {
    top: -130px;
}
div#banner a.home {
    top: 16px;
    width: 70px;
    height: 107px;
    background-repeat: no-repeat;
}
div#banner img.strapline {
    top: 93px;
    height: 22px;
}

/*  Reposition elements in footer */

div#footer {
    height: 122px;
    min-height: 122px;
}
div#footer div.contact {
    position: absolute;
    top: 45px;
    left: 15px;
    float: left;
    width: 600px;
}
div#footer div.credits {
    position: absolute;
    top: 85px;
    left: 15px;
}
div#footer div.credits span {
    width: auto;
}




