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

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

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

/* -------------------------------------------------------------------------------------
 branding
 ---------------------------------------------------------------------------------------*/
#header {
    background: url(../resources/wpro_masthead_bkg.jpg) no-repeat; 
    background-color: #16629E;
    padding-top: 0px;
}

#branding {
	height:95px;
}
#branding a {
	height: 85px;
	width: 210px; 
	margin: 0px 370px; 
	padding: 10;
   }

#content {
    min-height: 500px;
}   
   
/* -------------------------------------------------------------------------------------
 navigation
 ---------------------------------------------------------------------------------------*/
#navigation {
	background-color: #333;
	height: 38px;
}

#navigation ul {
}

#navigation ul li a {
height: 38px;
padding: 0 0 0 10px;
font-size: 11px;
background-position: right 8px;
background-image: url('img/navigation_divider.gif');
}

#navigation ul li a span {
	line-height: 11px;
	padding-top: 14px;
}

#navigation ul li a:hover, #navigation ul li.selected a, #navigation ul li.selected a:hover {
	background-image: none;
	background-color: #D86422;
}

#navigation ul li.selected a span, #navigation ul li a:hover span, #navigation ul li.selected a:hover span {
	background-image: none;
}

#navigation ul li#navigation_home a span {
	background-image: url('img/navigation_home.gif');
	background-position:0px 2px;
	background-repeat:no-repeat;
}

#navigation ul li#navigation_home a:hover span,
#navigation ul li#navigation_home.selected a span,
#navigation ul li#navigation_home.selected a:hover span {
	background-position:left -29px;
}

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

#search {
	padding-top: 8px;
	border-bottom: solid #ccc 1px;
}
#search form {
	padding-bottom: 8px;
}

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

#page {
background-image: url('img/shadow-bottom.gif');
}

#wrapper {
background-image: url('img/shadow.gif');
}


#factbuffets a.link_sites {
background-image: url('img/icon_link_sites.gif');
padding-left: 20px;
background-position: left 6px;
}

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

/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/
#language ul li {
	background-image:none;
}
/* selected */
#language ul li.selected {
	background-color:#D86422;
	background-image:none;
	border-bottom:2px solid #D86422;
}

/* visited */
#language ul li a, #language ul li a:visited {
	color: #fff;
}

#language ul li a:hover{
	color:#D86422;
	text-decoration:underline;
}

/* disabled */
#language ul li.disabled a,
#language ul li.disabled a span,
#language ul li.disabled a:hover,
#language ul li.disabled a:hover span {
	color:#B2B2B2;
	cursor: default;
	text-decoration:none;
}

#language ul li.selected a,
#language ul li.selected a span,
#language ul li.selected a:hover,
#language ul li.selected a:visited,
#language ul li.selected a:hover span  {
	color:#fff;
	background-color:#D86422;
	background-repeat:no-repeat;
	text-decoration:none;
}

/* -------------------------------------------------------------------------------------
 DOORMAT
 ======================================================================================*/

/* doormat */
#doormat {
	padding:0 0 0 250px;
	font-family: Helvetica, Arial, sans-serif;
}

/* foot */
#foot {
	position:absolute;
	left:20px;
	bottom:20px;
	width:300px;
	height:5px;
}

/* title */
#doormat h2 {
	position:absolute;
	left:-1000px;
	top:-1000px;
	visibility:hidden;
	width:0;
	height:0;
	line-height:0;
}

/* columns */
#doormat .doormat_col_1,  #doormat .doormat_col_2, #doormat .doormat_col_3, #doormat .doormat_col_4 {
	float:left;
	width: 25%;
	margin: 0;
}
#doormat .doormat_col_1_3,  #doormat .doormat_col_2_3, #doormat .doormat_col_3_3 {
  width: 33.33333%;
  float: left;
  margin: 0;
}

#doormat .doormat_col_1 ul,  #doormat .doormat_col_2 ul, #doormat .doormat_col_3 ul, #doormat .doormat_col_4 ul,
#doormat .doormat_col_1 h3,  #doormat .doormat_col_2 h3, #doormat .doormat_col_3 h3, #doormat .doormat_col_4 h3 {
  margin-right: 10px;
}
#doormat .doormat_col_4 {
	margin-right:0;
}

/* fonts */
#doormat h3 {
	font-size:90%;
	line-height: 15px;
	padding-top:0;
	margin-bottom:6px;
}
#doormat ul li {
	font-size:90%;
	line-height:14px;
	padding:0 0 3px 0;
}
#doormat ul li a {
}
#doormat ul li a:hover {
}

/*** Footer Icons ***/
#doormat .footer-social-links {
  position: absolute;
  top: 80px;
  left: 20px;
}
#doormat .footer-social-links li {
  float: left;
}
#doormat .footer-social-links li a {
  display: block;
  text-indent: -99999px;
  width: 29px;
  height: 29px;
  margin-right: 0px;
  padding: 0;
}
#doormat .footer-social-links li a.footer-facebook {
  background-position: 0 -115px;
  background-image:url(../resources/fb.png);
}
#doormat .footer-social-links li a.footer-gplus {
  background-position: 0 -174px;
   background-image:url(../resources/google_plus.png) ;
}
#doormat .footer-social-links li a.footer-instagram {
  background-position: 0 -231px;
  background-image:url(../resources/insta.png) ;
}
#doormat .footer-social-links li a.footer-linkedin {
  background-position: 0 -290px;
   background-image:url(../resources/linked.png);
}
#doormat .footer-social-links li a.footer-twitter {
  background-position: 0 -319px;
  background-image:url(../resources/twitter.png);
}
#doormat .footer-social-links li a.footer-youtube {
  background-position: 0 -406px;
  background-image:url(../resources/youtube.png);
 }

/* -------------------------------------------------------------------------------------
 FOOT
 ======================================================================================*/

/* footer links */
#foot ul li {
	display:block;
	float:left;
	font-size:12px;
	line-height:18px;
	padding:0 3px 0 0;
	margin:0 2px 0 0;
	background-image:url(../../img/foot_divider.gif);
	background-position:right 7px;
	background-repeat:no-repeat;
}
#foot ul li a, #foot ul li span {
	display:block;
	float:left;
	padding:3px 2px;
}
#foot ul li a:hover, #foot ul li a.selected, #foot p a:hover {
	color:#D86422;
}
#foot p, #foot p a {
	font-size:12px;
	line-height:18px;
	margin: 0;
}

/* copy & mobile */
#foot ul li#foot_copy {
	background-image:none;
	margin-right:0px;
}
#foot ul li#foot_full-version {
	background-image:none;
	margin-right:0;
}


/* -------------------------------------------------------------------------------------
 FOOTER
 ---------------------------------------------------------------------------------------*/

#wrapper #footer {
    background-image: none;
}

#wrapper #footer #doormat {
	background:url(../resources/wpro_footer_emblem_en.png) no-repeat;
}

#wrapper #footer #doormat.fr {
	background:url(../resources/wpro_footer_emblem_fr.gif) no-repeat;
	margin-bottom:10px;
}


}
/*]]>*/