/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: SEARO  -------------------------------------- */
/* --- Versions 1.1

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

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

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

#branding {
	height:100px;
}
#branding a {
	height: 85px;
	width: 210px; 
	margin: 0px 375px; 
	padding: 0;
   }

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

#navigation ul {
}
#navigation ul li a {
height: 38px;
padding: 0 0 0 10px;

background-position: right 8px;
color: white;
background-image: url('img/navigation_divider.gif');
}

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

#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;
}


/* -------------------------------------------------------------------------------------
 HEADER SOCIAL LINKS
 ======================================================================================*/

.header-social-links {
  position: absolute;
  top: 53px;
  right: 20px;
}
.header-social-links li {
  float: left;
  display: block;
  
}
.header-social-links li a {
  display: block;
  background: url(img/responsive-sprite.png) no-repeat;
  text-indent: -99999px;
  width: 29px;
  height: 28px;
  margin-left: 5px;
}
.header-social-links .facebook {
  background-position: -86px -220px;
}
.header-social-links .twitter {
  background-position: -48px -220px;
}
.header-social-links .rss {
  background-position: -48px -182px;
}
.header-social-links .youtube {
  background-position: -86px -182px;
}
.header-social-links .googleplus {
  background-position: -48px -258px;
}



/* -------------------------------------------------------------------------------------
 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'); */
}


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

/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/
#language ul li {


}
/* selected */
#language ul li.selected {

}

/* visited */
#language ul li a, #language ul li a:visited {
	color: #fff;
	font-weight: normal;
}

#language ul li a:hover{

}

/* 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 {

}

#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: #D86422;
}

#language ul li#language_fr {
	background-image: none;
}




/* -------------------------------------------------------------------------------------
 FOOTER
 ---------------------------------------------------------------------------------------*/
#footer {
	background-color: #E4E4E4;
}

#wrapper #footer {
    background-image: url(../resources/searo_footer_emblem_en.gif);
    padding: 20px 0px;
}

}



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

#doormat {
	padding:0 0 0 320px;
}

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



/*}*/





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


/* columns */

#doormat .doormat_col_1_4,  #doormat .doormat_col_2_4, #doormat .doormat_col_3_4, #doormat .doormat_col_4_4 {
	float:left;
	width: 25%;
	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 {
 float: left; margin-right: 10px;
}

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


/*** Footer Icons ***/
.footer-social-links {
  position: absolute;
  top: 100px;
  left: 20px;
}
.footer-social-links li {
  float: left;
}
.footer-social-links li a {
  display: block;
  text-indent: -99999px;
  background: url('img/responsive-sprite.png');
  width: 39px;
  height: 39px;
  margin-right: 5px;
  padding: 0;
}
.footer-social-links li a.footer-rss {
  background-position: 0 -115px;
}
.footer-social-links li a.footer-twitter {
  background-position: 0 -164px;
}
.footer-social-links li a.footer-youtube {
  background-position: 0 -213px;
}
.footer-social-links li a.footer-facebook {
  background-position: 0 -261px;
}
.footer-social-links li a.footer-gplus {
  background-position: 0 -309px;
}


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


#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;
	color:#666666;
	padding:3px 2px;
}
#foot ul li a:hover, #foot ul li a.selected, #foot p a:hover {
	color:#D86422;
}
#foot p, #foot p a {
	color:#000;
	font-size:12px;
	line-height:18px;
	margin: 0;
}

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