/*****************************
	Author	: Monir Abu Hilal
	Website	: http://www.monirabuhilal.com/
	Email	: monirabuhilal@gmail.com
	Adress	: Amman - Jordan
******************************/

html {
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Tahoma, sans-serif;
}

body {
	font-size: 1.3em;
	line-height: 180%;
	color: #444;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
	color: #555555;
}

#logo h1 {
	font-family: "Helvetica", Arial, Tahoma, sans-serif;
	font-size: 38px;
	height:40px;
}

h1 {
	font-size: 28px;
}

h1,h2 {
	font-size: 22px;
}


h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
