

/*-------- Sites with Combination Logos - Mod CSS ---------*/

.imageMapGU, .imageMapChalmers {
	text-indent: -100em;
}

/*ImageMap logo*/
.imageMapChalmers {
position: absolute;
width: 127px;
height: 40px;
top: 87px;
left: 0px;
background: rgba(0, 0, 0, 0.0);}

.imageMapGU {
position: absolute;
width: 127px;
height: 87px;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.0);}

.imageMapGU:hover,
.imageMapChalmers:hover {background: rgba(0, 0, 0, 0.05);}

/* / ImageMap*/


#topSection { background-color: #000; }

#headerArea a {color:#fff!important;}

#searchFormImageSubmit {border: 1px solid #686868;}
#searchFormImageSubmit:hover {border: 1px solid #686868;}

#searchText {border:1px solid #fff;}

@media only screen and (max-width : 800px) {
	#searchText {border:1px solid #000;}
	.imageMapGU { width: 76px; height: 52px; }
	.imageMapChalmers { top: 53px; width: 76px; height: 23px; }
	}
	
@media only screen and (max-width: 800px) and (min-width: 768px) {
	.imageMapGU { width: 115px; height: 79px; }
	.imageMapChalmers { top: 80px; width: 115px; height: 35px; }
	}

#headerArea .right .linklist li {
	background: transparent url("/digitalAssets/1539/1539853_linkdivider_white.png") no-repeat left top; }

#headerArea .linklist li:first-child {
    background-image: none;}

#universityLogo {
	background-image: url("/digitalAssets/1538/1538161_gu_chalmers-logo_sv.png")!important;
	}
.en #universityLogo {
	background-image: url("/digitalAssets/1538/1538162_gu_chalmers-logo_en.png")!important;
	}
#universityLogo:hover {
	opacity: 0.95;
	}