body {
	font-family: Arial;
	font-size:16px;
	background-color: #ccc;
	color: #333;
}
* {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size:16px;
}
.clr {clear:both;}

#wrap {
	position:absolute;
	width:1000px;
}
#hello {
	position: relative;
}
h1 a, h1 a:visited {
	font-size: 96pt;
	font-weight: bold;
	margin-top:-26px;
	margin-left: -8px;
	text-shadow: 1px 1px white, -1px -1px #333;
	color: #333;
	text-decoration: none;
	display: block;
}
h1 a span, h1 a:visited span {
	font-size: 96pt;
	font-weight: bold;
	margin-top:-26px;
	margin-left: -8px;
	text-shadow: 1px 1px white, -1px -1px #333;
	color: #333;
	text-decoration: none;
}
h1 a:hover {
	color: #469c32;
}
h1 a:hover span {
	color: #32739c;
}
p.intro {
	font-family: Verdana;
	font-size: 15px;
}
p.intro label {
	font-weight: bold;
}
#socialbar {
	position: relative;
	width: 320px;
	float: left;
	padding: 5px;
}
#socialbar a, #socialbar a:visited {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	float: left;
}
#socialbar a.facebook {
	background: url('../imgs/social/facebook.jpg') bottom no-repeat;
}
#socialbar a:hover.facebook {
	background: url('../imgs/social/facebook.jpg') top no-repeat;
}
#socialbar a.twitter {
	background: url('../imgs/social/twitter.jpg') bottom no-repeat;
}
#socialbar a:hover.twitter {
	background: url('../imgs/social/twitter.jpg') top no-repeat;
}
#socialbar a.linkedin {
	background: url('../imgs/social/linkedin.jpg') bottom no-repeat;
}
#socialbar a:hover.linkedin {
	background: url('../imgs/social/linkedin.jpg') top no-repeat;
}
#socialbar a.bkite {
	background: url('../imgs/social/bkite.jpg') bottom no-repeat;
}
#socialbar a:hover.bkite {
	background: url('../imgs/social/bkite.jpg') top no-repeat;
}
#socialbar a.delicious {
	background: url('../imgs/social/delicious.jpg') bottom no-repeat;
}
#socialbar a:hover.delicious {
	background: url('../imgs/social/delicious.jpg') top no-repeat;
}
#socialbar a.digg {
	background: url('../imgs/social/digg.jpg') bottom no-repeat;
}
#socialbar a:hover.digg {
	background: url('../imgs/social/digg.jpg') top no-repeat;
}
#socialbar a.flickr {
	background: url('../imgs/social/flickr.jpg') bottom no-repeat;
}
#socialbar a:hover.flickr {
	background: url('../imgs/social/flickr.jpg') top no-repeat;
}
#socialbar a.lastfm {
	background: url('../imgs/social/lastfm.jpg') bottom no-repeat;
}
#socialbar a:hover.lastfm {
	background: url('../imgs/social/lastfm.jpg') top no-repeat;
}
#blog {
	position: relative;
	width: 200px;
	float: right;
}
#blog a {
	float: right;
}
#blog a.lazybytes{
	display: block;
	width: 50px;
	height: 50px;
	background: url('../imgs/lazybytes.jpg') bottom no-repeat;
}
#blog a:hover.lazybytes {
	background: url('../imgs/lazybytes.jpg') top no-repeat;
}

#khusaam a#me, #khusaam a#me:visited {
	display: block;
	width: 150px;
	height: 150px;
	background: url('../imgs/ahmed_khusaam.jpg') top no-repeat;
	border: 2px solid #888;
	float: left;
	margin: 10px;
}
#khusaam a#me:hover {
	background: url('../imgs/ahmed_khusaam.jpg') bottom no-repeat;
	border: 2px solid #ddd;
}
#khusaam #aboutme {
	position: relative;
	width:780px;
	padding: 5px;
	float: left;
}
#khusaam #aboutme h2 {
	font-size: 30px;
	padding-bottom: 5px;
}
#khusaam #aboutme p {
	line-height: 23px;
}
#khusaam #aboutme p label {
	font-weight: bold;
	color: #555;
}

#projects {
	position: relative;
}
.projects {
	position: relative;
}
.project {
	position: relative;
	width: 300px;
	float: left;
	margin: 10px;
	background-color: #444;
	padding: 2px 2px 10px 2px;
}
.project label {
	font-size: 12px;
	color: #eee;
	padding: 5px 5px 0 5px;
	display: block;
}
.project span {
	font-size: 11px;
	color: #eee;
	padding: 0 5px 5px 5px;
	display: block;
}
.project a, .project a:visited {
	display: block;
	width: 300px;
	height: 188px;
}
a.portrait-album {
	background: url('../imgs/projects/portrait-album.jpg') bottom no-repeat;
}
a.portrait-album:hover {
	background: url('../imgs/projects/portrait-album.jpg') top no-repeat;
}
a.beachhouse {
	background: url('../imgs/projects/beachhouse-manafaru.jpg') bottom no-repeat;
}
a.beachhouse:hover {
	background: url('../imgs/projects/beachhouse-manafaru.jpg') top no-repeat;
}
a.microsys {
	background: url('../imgs/projects/microsys.jpg') bottom no-repeat;
}
a.microsys:hover {
	background: url('../imgs/projects/microsys.jpg') top no-repeat;
}
a.mevents {
	background: url('../imgs/projects/maldiveevents.jpg') bottom no-repeat;
}
a.mevents:hover {
	background: url('../imgs/projects/maldiveevents.jpg') top no-repeat;
}


.tooltip {
	position:absolute;
	background-color:#32739c;
	color:#fff;
	padding:10px;
	border:2px solid #1e6490;
	font-size: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#footer {
	position: relative;
	width: 160px;
	background-color: #666;
	color: #eee;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #999;
}
#footer p {
	font-size: 11px;
}
#footer p a, #footer p a:visited {
	font-size: 11px;
	color:#eee;
}
#footer p a:hover {
	text-decoration: none;
}