/*
	Determined, aren't you?
	Fathima Cader's Resume
	* http://www.likethewind.ca
	May 2010
*/

* {
	margin: 0;
	padding: 0;
	}
.hidetext {
	text-indent: -3000px;
	font-size: 0;
	display: none;
	visibility: hidden;
	}




body {
	font: 1em/1.4em Arial, Helvetica, sans-serif;
	color: #555;
	background: #2B021F;
	}




#main {
	background:url(../img/h1.gif) no-repeat 0 30px;
	width: 550px;
	padding: 0 60px;
	margin-left: 10%;
	}
.box {
	padding: 30px 60px 0 30px;
	background: #FFF;
	}



h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
	text-indent: -3000px;
	font-size: 0;
	height: 23px;
	background: url(../img/profile.gif) no-repeat left bottom;
	}
	#highlights h2 { background-image: url(../img/highlights.gif); }
	#programs h2 { background-image: url(../img/programs.gif); }
	#history h2 { background-image: url(../img/professional.gif); }
	#education h2 { background-image: url(../img/education.gif); }
	#awards h2 { background-image: url(../img/awards.gif); }
	
p {
	margin-left: 20px;
	}
	
ul {
	margin-left: 5px;
	list-style: none;
	}
	li {
		background: url(../img/bullet.gif) no-repeat 0 0.4em;
		padding: 0 0 3px 16px;
		clear: both;
		}
a {
	text-decoration: none;
	color: #F90;
	}
	a:hover {
		background: #58034E;
		color: #FFF;
		}


#history li {
	background-position: 0 0.2em;
	padding-left: 23px;
	}
	#history strong {
		display: block;
		float: left;
		width: 295px;
		line-height: 1em;
		}
	.box em {
		display: block;
		float: right;
		width: 80px;
		text-align: right;
		font-style: normal;
		font-size: 0.85em;
		}
	#history em {
		width: 130px;
		}
	#history span {
		display: block;
		clear: both;
		padding: 0.1em 0 0.5em;
		}
	
#footer {
	border-top: 40px solid #FFF;
	border-bottom: 15px solid #F90;
	font-size: 0.8em;	
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	padding: 1em 2em;
	color: #F0F0F0;
	}
	#footer a:hover {
		background: #F90;
		color: #FFF;
		}
	#footer ul {
		margin-top: 1em;
		}
		#footer li {
			display: inline;
			background: none;
			}

