
/*  Specifics for the oneworld skin    */

/*  Ensure skin specific logo is shown  */

div#banner a.home {
    background: url( 'logo.png' );
    top: 16px;
    width: 71px;
    height: 107px;
}


/*  Hyperlink colours */

a, a:link {
    color: #002828;         /* Dark Grey */
}
a:hover {
    color: #0064aa;         /* Blue */
}
a:visited {
    color: #335353;         /* 80% tint of Dark Grey */
}

/*  Hyperlink colours for entries from other sections in search results */

div.job-entry a {
    color: #ff0078;         /* Pink */
}
div.job-entry a:hover {
    color: #0064aa;         /* Blue */
}
div.job-entry a:visited {
    color: #f13399;         /* 80% tint of Pink */
}    
div.nws-entry a:link, 
div.exp-entry a:link,
div.vid-entry a:link {
    color: #00bebe;         /* Aqua */
}
div.nws-entry a:hover, 
div.exp-entry a:hover,
div.vid-entry a:hover {
    color: #0064aa;         /* Blue */
}
div.nws-entry a:visited, 
div.exp-entry a:visited,
div.vid-entry a:visited {
    color: #52cacb;         /* 80% tint of Aqua */
}

/*  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;
}




