/*RESET
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: 'Arabic Transparent', Arial, Helvetica;
	background: #f9f9f9;
	color: #555;
}

a {

	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

CENTER {
	margin: auto;
}

a:hover {

	color: #444;

}

img { 
	
	max-width: 100%;
	height: auto;
	
}

header {

	background: #fff;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #4C9CF1;
	z-index: 100;

}

#logo{

	margin: 0px;
	float: none;
	width: 300px;
	height: 40px;
	#background: url(../img/logo.png) no-repeat center;
	display: inline-block;

}

nav {

	float: right;
	padding: 2px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #3d7c8d url(http://saaid.org/css/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}



li {

	display: inline-block;
	float: right;
	padding: 0px;
	margin: 2px

}

.current {

	color: #2262AD;

}

section {

	margin: 5px;
	max-width: 980px;
	position: relative;
	padding: 5px

}

h1 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 0px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 5px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px)

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 2px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: right;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
