/*---RIDAALBARAZI.COM--------------------------------------------*/
/*---COMMON PAGE LAYOUT------------------------------------------*/
/*---MOHANAD ALYAJOURI-------------------------------------------*/


/*---GENERAL-----------------------------------------------------*/

* { margin: 0; padding: 0; }

/*---COMMON STYLES-----------------------------------------------*/

#top_nav li, #top_nav li a, #val li, #val li a, #credits, #top {
	display: block;
}

#title, #top_nav li a,#val li a, #copyright, #credits, #top {
	text-indent: -9999px;
}

/*---HEADER------------------------------------------------------*/

#header {
	min-width: 980px;
	margin-top: 20px;
	background: url(../images/head_tile.png) repeat-x left bottom;
}

h1#title {
	height: 150px;
	background: url(../images/logo.png) no-repeat center center;
}

/*---TOP NAVIGATION----------------------------------------------*/

#top_nav {
	width: 270px;
	height: 50px;
	margin: 44px auto 0 auto;
	position: relative;
}

#top_nav li {
	float: left;
	padding: 0 3px;
}

#top_nav li a {
	height: 30px;
	width: 84px;
}

#top_nav li a#current {
	height: 50px;
}

li#rida a {
	background: url(../images/rida_in.png) no-repeat top center;
}

li#blog a {
	background: url(../images/blog_in.png) no-repeat top center;
}

li#work a {
	background: url(../images/work_in.png) no-repeat top center;
}

/*---MIDDLE------------------------------------------------------*/

#middle {
	width: 900px;
	margin: 30px auto;
}

.cleared { clear: both; }

hr {
	clear: both;
	width: 0;
	border: none;
}

/*---FOOTER------------------------------------------------------*/

#footer {
	min-width: 980px;
	margin-top: 100px;
	background: url(../images/foot_tile.gif) repeat-x 0 30px;
}

#val {
	height: 30px;
	width: 270px;
	margin: 0 auto;
	position: relative;
	top: 5px;
}

#val li {
	float: left;
	padding: 0 3px 5px 3px;
	background: url(../images/tab_foot.png) no-repeat bottom center;
}

#val li a {
	height: 26px;
	width: 84px;
}

#xhtml a {
	background: url(../images/valid_xhtml.png) no-repeat 0 -3px;
}

#css a {
	background: url(../images/valid_css.png) no-repeat 0 -3px;
}

#acc a {
	background: url(../images/valid_508.png) no-repeat 0 -3px;
}

#xhtml a:hover, #css a:hover, #acc a:hover {
	background-position: left bottom;
}

#copyright {
	height: 20px;
	width: 260px;
	margin: 40px auto 0 auto;
	background: url(../images/copyright.png) no-repeat bottom center;
}

#credits {
	height: 20px;
	width: 145px;
	margin: 10px auto;
	background: url(../images/credits.png) no-repeat center center;
}

#top {
	height: 22px;
	width: 36px;
	margin: 20px auto;
	background: url(../images/footer_rose.png) no-repeat bottom center;
}

/*---END OF STYLE------------------------------------------------*/

