/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: eportuguese  -------------------------------------- */
/* --- Version v1

 ======================================================================================*/

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

/* -------------------------------------------------------------------------------------
 branding
 ---------------------------------------------------------------------------------------*/
 
 #branding a {
   background-image: url('../../../resources/who-logo-pt.gif');
   width: 200px;
 }
}

 @media only screen and (max-width: 720px) {
   #branding a {
     background-image: url('../../../resources/who-logo-pt-white.gif');
     background-size: 156px 43px;
     width: 156px;
   }
 }

 @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(../../../resources/2x-who-logo-pt.gif);
     background-size: 200px 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(../../../resources/2x-who-logo-pt-white.gif);
     background-size: 156px 43px;
   }
 } 

/* -------------------------------------------------------------------------------------
 navigation
 ---------------------------------------------------------------------------------------*/
 #navigation {
   width: 100%;
 }

/* -------------------------------------------------------------------------------------
 search
 ---------------------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------------------
 Page styles
 ---------------------------------------------------------------------------------------*/



/* -------------------------------------------------------------------------------------
 elements.css
 ======================================================================================*/

/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------------
 FOOTER
 ---------------------------------------------------------------------------------------*/
 
 #wrapper #footer {
 	background-image: url(../../img/footer_emblem-en-r.gif);
 	padding: 20px 0px;
 }
 
@media print {

#branding a {
   content:url('../../../resources/who-logo-pt.gif');	
   display:block;
	width: 200px;
	margin: 10px auto;
	z-index: 10;
	background-repeat: no-repeat;
  }	
	
}

/*]]>*/