@charset "utf-8";

/* Top-level page style sheet
 * - used to modify the top banner
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

#main-branding-logo img { visibility: hidden; }
#main-branding-logo a { display: block; width: 160px; height: 51px; }
#main-branding { height: 71px; }
body { background-image: url(../img/bg-header-toplevel-en.gif); }
body.fr { background-image: url(../img/bg-header-toplevel-fr.gif); }
#main-globalnav { top: 53px; }
#toplevel-header-photo { position: relative; }
#toplevel-header-photo a{
	position: absolute;
	bottom: -221px;
	left: 1px;
	width: 605px;
	padding: 10px 105px 10px 18px;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	background-image: url(../img/bg-black-60pc-trans.png);
}
#toplevel-header-photo a:hover { text-decoration: underline; }
#toplevel-header-photo .read-more {
	position: absolute;
	bottom: 0;
	height: 22px;
	position: absolute;
	right: 0;
	width: 87px;
}
.en #toplevel-header-photo .read-more {	background: url(../img/readmore-en.png) no-repeat top left; }
.fr #toplevel-header-photo .read-more { background: url(../img/readmore-fr.png) no-repeat top left; }
