/* general */
body{
	font-family: "Trebuchet", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-family: "Helvetica";
	font-size: 11pt;
	color: #333;	
	margin:0px;
	height: 100%
}

a{
	color: #0D6ECF;
	text-decoration:none;
}
a:hover{	
		color: #333;	
		text-decoration:none;
}


#wrap{
	width:1000px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.50);

}

section, header,footer{
	padding:10px 50px;
	overflow: hidden;
}

footer{
	font-size: 10px;
}
footer ul{
	padding: 0px;	
	margin: 0px;
}
footer ul li{
	display: inline;
	list-style-type: none;
}
	
footer span{
	padding: 0 10px;
}

/*navigation*/

header{
	padding-bottom: 20px;
	padding-top: 20px;
}	

header a{
	color:#333;

}
header a:hover{
	color:#0D6ECF;
}

header	a.name{
	float:left;
	font-size: 40px;
	display: table-cell;
	vertical-align: bottom;
	height: 40px;
}

header nav{
	float:right;

}

header nav	ul{
		padding: 0px;	
		margin: 0px;
		display: table-cell;
		vertical-align: bottom;
		height: 40px;
}	
header nav ul li{
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}


header nav ul li.active a{
	color: #0D6ECF;
}

div#masthead{
	clear:both;
	height: 200px;
}


/* site wide styles*/

h3{
	color: #0D6ECF;
}

p{
	line-height: 1.5em;
}

/*page specific styles */

#home .mgeha{
	float:right;
	margin: 10px 0px 0px 50px;
	height: 200px;
}

#home p, #research p{
	text-align: justify;
}

#cv{
	border-top: 2px solid #333;
}

#cv ul{
	padding-left:15px;	
}

#teaching ul {
	 padding:0px;
 }

#cv li, #teaching li{
	list-style:none;
	margin-bottom:5px;
	line-height:1.4em;	
}
	


