﻿body {/* background gradient uses CSS3 for browsers that support */    
background-color: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #45484d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45484d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#45484d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#45484d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#45484d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#45484d 100%); /* W3C */
}

#main {
	background-color: #fff;
	border: 10px solid #fff;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.8);
   	box-shadow: 0 4px 5px rgba(0,0,0,.8);
	min-width: 940px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#000;
}

/* LANGUAGES */

#languages {
	background-color: #FFFFFF;
	height: 15px;
	padding-top: 3px;
}

#languages ul li#arabic  {
	color: #2f2f74;
	font-size: .923em;
	font-weight: bold;

}	

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#d39a12;
	text-decoration: none;
	font-size: .923em;

}

#languages ul li a:hover {
	color: #d39a12;
	text-decoration: underline;
}

/* For the automated language bar to display only the available language version plus English */
#languages ul li#arabic .no_lang_link, #languages ul li#chinese .no_lang_link, #languages ul li#french.no_lang_link, #languages ul li#russian .no_lang_link, #languages ul li#spanish .no_lang_link {
	display: none;
}

#languages ul li#english .no_lang_link {
	display: block;
}

/* TOP BANNER */

#topbanner {
	background-image:url(/ar/zerohunger/img/zerohunger_banner.jpg);
	background-repeat: no-repeat;
	background-color: #0b5976;
	background-position: top right;
	height: 110px;
	position:relative;
	z-index: 0;
	width: 940px;
}

#topbanner h1{
	color: #000000;
}

#bannertitle{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 110px;
}


/* MAIN NAVIGATION */

#mainnav {
	float: right;
	margin-top: 18px;
	margin-bottom: 10px;
	width: 20%;
	}

#mainnav ul {
	background-color: #fff;
	margin: 0px;
	padding-top: 20px;
	}

#mainnav ul ul{
	display: none
}

#mainnav ul li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style-type: none;
}

 #mainnav ul li a {
	color: #2f2f74;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: .5em;
	padding-left: 0.5em;
	text-decoration: none;
}

#mainnav ul li a:hover  {
	background-color: #d3ccaf;
	/*color: #000;*/
	color:#FFF;
	display: block;
}

#mainnav #unhome{
	border-top: 1px solid #ccc;
}

/*Media box and Slideshow CSS*/

#media_box {
	display: none;
	float: right;
	width: 100%;
	margin-top: 20px;
}
#slider {
width: 100%;
direction:rtl;
}
#slider h3{
	font-size: 134.6%;
	margin-top: 20px;
	color: #4b1b1a;
	width:100%;
	direction:rtl;
}


#slider img{
	float: right;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0;
}

#slider .video, #slider .grey{
	margin: 0px 0 10px 0;
	float: right;
	padding: 0 0 3px 3px;
}

#slider a:link {float:right;}


/* CONTENT */

#content {
	background-color: #fff;
	float: right;
	font-size: 1.00em;
	font-family: 'tahoma', Arial, 
	sans-serif;
	color: #000;
	line-height: 1.538em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 3%;
	padding-left: 3%;
	width: 74%;
	}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
}

#content a:hover {
	color: #CC6600;
}

#content a:visited {
	color: #333333;
	font-style: italic;
}

#content h2 {
	color: #2f2f74;
	margin-bottom: .5em;
	margin-top: 1em;
	font-size: 160%;
	line-height: 146.2%;
	font-weight: bold;
	border-bottom: 1px solid #d39a12;
}

#content h3 {
	color: #000;
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 140%;
	border-bottom: 1px solid #d3ccaf;
}

#content h4 {
	color: #d39a12;
	font-size: 130%;
	margin-bottom: .5em;
	margin-top: 1em;
	border-bottom: 1px solid #2f2f74;
}
#content h5 {
	color:#2f2f74;
	font-size: 105%;
	-webkit-margin-after: 0px;
	margin-top: 1em;
	}
#content h6 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	}
#content ul li {
	background-image: url(/common/images/bullets/bullet_box_grey.jpg);	background-repeat: no-repeat;
	background-position: 98% 18px;
	list-style-type: none;
	margin-bottom: .3em;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-right: 2em;
	padding-left: 0;
	position: relative;
}

/*HOME PAGE NEWS FEED*/
#news_feed{
	float: right;
	width: 47%;
	margin-right: 25px;
	margin-left: 0;
	margin-bottom: 2em;
}

#news_feed h3{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: .3em;
	border-bottom: 3px solid #c3c3c3;
	font-size: 161.5%;
}

#news_feed ul {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

#news_feed ul li {
	background-image: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #da281b;
}
#content #news_feed ul li a {	
	color: #da281b;
	text-decoration:none;
}
#news_feed ul li span {
	font-weight: normal;
}
	
/* FOOTER BAR */

#footer {
	background-color: #d3ccaf;
	color: #d39a12;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
	font-weight: bold;
}
#footer ul li a {
	color: #2f2f74;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #2f2f74;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* 	WSS CREDIT */
#wsscredit {
	color: #fff;
	display: none;
	font-size: 90%;
	margin-top: .5em;
	text-align: center;
}

#wsscredit a:link{
	color:#FF0;
}

#wsscredit a:visited{
	color: #e4e4d4;
}

#content .video_container {
	clear: both;
	float: right;
}

#content .video_item {
	width: 320px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom:1em;
	margin-top: 1em;	
	float: right;
}
/* Over-riding rules */
h1 {
font-size: 215.5%;
color: #d39a12;
}
.strong {
	font-weight: bold;
	}
.strongblu	{
	font-weight: bold;
	color: 2f2f74;
	}
.backtoTop, .backtoTop:visited {
	position: relative;
	display: inline-block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-left: 86px;
	font-size: 11px;
	color: #666;
	background: #f7f7f7;
	position: relative;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	float:left;
	}
#content .backtoTop a:link, #content a:visited, #content a:active {
	color: #d39a12;
	text-decoration:none;
	}	
.backtoTop:hover {
	background: #d3ccaf;
	}	
.indented {
		padding-right: 45px;
	}		
.engtext {
	text-align:left;
	direction:ltr;
	}
.indented2 {
		padding-right: 90px;
	}
.centeralized {
	text-align:center
	}
#limg {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	}
#rimg {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	}
#rhilite {
	background-color: #CCC;
	float:right;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 8px;
	width: 333px;
	}
#lhilite {
	background-color: #CCC;
	float:left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 8px;
	width: 333px;
	}	
#ansr {
		padding-right: 45px;
	}
#divider {
	height:20em;
	}
