/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: Language Extension English -------------------------------------- */
/* --- Version ------------------------------------------------------------------- */


/*<![CDATA[*/
@media all {
    
    
/* -------------------------------------------------------------------------------------
 layout.css
 ======================================================================================*/

/* -------------------------------------------------------------------------------------
 branding
 ---------------------------------------------------------------------------------------*/
 
 #branding a {
   background-image: url(fee48e699630c46a7730bd88711da4ca4b6dc7eb.gif) ;
   width: 200px;
 }
}


/*<![CDATA[*/
@media screen {
  /* footer */
  #footer {
	  background-image: url(39a6acdf7d5e0e15de10914b5f7c3fa470485720.gif) ;
  }
  #branding a {
    background-image: url(cf0fe760653d6f22360458ec6e62647341c3ac91.jpg) ;
  }
}

@media only screen and (max-width:720px) {
  #branding a {
    background-image: url(f8fb41b95b20722333bf3415360aaaff0f162ac8.png) ;
  }
}


@media only screen and (max-width: 768px) {

#doormat .footer-social-links {
	width: 310px;
}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  #branding a {
    background-image: url(dcee3f96bb09d8afd53819155a0cea1e1ea94a21.gif) ;
    background-size: 176px 55px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 720px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 720px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 720px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 720px),
only screen and (min-resolution: 192dpi) and (max-width: 720px),
only screen and (min-resolution: 2dppx) and (max-width: 720px) {
  #branding a {
    background-image: url(84e9eb87ca3ddb0064f2304afbe457dd71f0abbe.gif) ;
    background-size: 140px 43px; 
  }
}


@media print {

#branding a {
   content: url(cf0fe760653d6f22360458ec6e62647341c3ac91.jpg) ;	
   display:block;
	width:176px;
	margin: 10px auto;
	z-index: 10;
	background-repeat: no-repeat;
  }
}

/*]]>*/