/*****************************
	Author	: Monir Abu Hilal
	Website	: http://www.monirabuhilal.com/
	Email	: monirabuhilal@gmail.com
	Adress	: Amman - Jordan
******************************/

body {
	padding:15px 0 0 0;
	margin:0;
	background:#e0e0e0;

}

a {
	color:#303030;
}

a:hover {
	color:#303030;
	text-decoration:none;
}

h1 {
	margin:0 0 20px 0;
	font-size:2.2em;
	font-weight:normal;
}

h2 {
	margin:0 0 12px 0;
	font-size:1.6em;
	font-weight:normal;
}

h3 {
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
}

a img {
	border:0;
}

/* Main container */

#container {
	margin:0 auto 20px auto;
	width:730px;
	padding:5px 20px 20px 20px;
	background:#ffffff;
}


/* Navitab menu */
#nav {
	clear:both;
}

#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left; background-color:#505050; }
#nav ul li{display:block;float:left;margin:0 0px; }
#nav ul li a{
	padding:4px 8px 4px 8px;
	text-decoration:none;
	font-size:1.1em;
	background:#e0e0e0 url(../images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	float:left;
	text-decoration:none;
	margin:0px;
}

#nav ul li a:hover {
	text-decoration:none;
	background:#d0d0d0 url(../images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
}


#nav ul li.active a , #nav ul li.active a:hover {
	color:#ffffff;
	font-size:1.1em;
	text-decoration:none;
	background:#505050 url(../images/corner.gif) top right no-repeat;
	border: 0px;
	margin:0px;
}



/* Site title section */

#logo {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:15px;
padding-bottom:0px;
}

#titleContaner {
	height:77px;
	color:#ffffff;
	padding:0;
	background:#505050 url(../images/front.jpg) top left no-repeat;
	clear:both;
	margin:5px 0 15px 0;
}


/* Main content */

#content,#content-sidebar {
	padding:0 0 0 15px;
	margin:0;

/*
	margin-left:15px;

	margin:0;
	margin-left:15px;
	min-height:250px;
	_height:250px;
*/
}



#content-sidebar {
	/*float:right;*/
	float:left;
	width:530px;
	padding-right:10px;
	border-left:1px solid #d8d8d8 ;

	overflow:hidden;
}

#content {
	float:left;
	width:95%;
}


#content h1 , #content-sidebar h1{
	padding-bottom:2px;
	border-bottom:1px solid #d8d8d8;
	width:100%;
}
/* Footer */

#footer {
	clear:both;
	padding:5px;
	margin:0;
	border-top:1px solid #d8d8d8;
}

#footer a {
	color:#808080;
}

#footer a:hover {
	color:#303030;
}

#footer p {
	color:#808080;
	font-size:1.1em;
	line-height:1.3em;
	margin:5px 0 0 0;
	padding-left:10px;
}


	#footerlinks {
		float: right;
	}
	
		#footerlinks #admin_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(../images/admin.gif) top left no-repeat;
			width: 90px;
			height: 32px;
			display: block;
			float: left;
			margin-right: 1em;
		}

		#footerlinks #edit_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(../images/edit.gif) top left no-repeat;
			width: 80px;
			height: 32px;
			display: block;
			float: left;
		}


/* Sidebar */

#sidebar {
	width:150px;
	float:left;
	/*
		border-right:1px solid #d8d8d8 ;	
		padding-right:34px;
		
		*/
}

#sidebar p {
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 15px 0;


}

	#sidebar ul {

		list-style-type: none;
		padding: 0;
		margin: 0;

	}
	
	#sidebar li.active a { border: none; }

	#sidebar .level-2 li {
		font-size: 1.4em;
		margin-bottom: 0.2em;
	}
		#sidebar .level-2 li a {
			color: #000000;
			border-bottom: 1px solid #e8e8e8;		
			display: block;
			padding: 0.5em 0;
			width: 120px;
			margin: 0 auto;
		}
		
			#sidebar .level-2 li .level-3 li {
				font-size: 0.8em;
				padding: 0.15em 0 0.15em 0;
			}
				#sidebar .level-2 li .level-3 a {
					background: url(../images/page_bullet.gif) center left no-repeat;
					display: block;
					padding: 0 0 0 1.6em;
					margin-left:20px;
					color: #990000;
					text-decoration: underline;
					border: none;
					width: 110px;
				}
					.level-3 a:hover {
						text-decoration: none !important;
						color: #0C8FCE !important;
					}
				
				.level-3 li li { font-size: 0.9em !important; }
				#sidebar .level-2 li .level-3 li li a {
					background: url(../images/arrow_bullet.gif) 2em center no-repeat;
					color: #1B65B0;
					width: 100px;
					padding-left: 3.5em;
				}
				
				#sidebar .level-4 li.active a{
					font-weight:bold !important;

				}
				
				#sidebar li.sub { margin-top: -15px; }
				#sidebar li.sub[class] { margin-top: 0; }
				*:first-child + html #sidebar li.sub { margin-top: -15px; }
