/* mySite.css */
body {
	margin-left: 75px;
	font-family: Verdana, Arial, san-serif;
	color: #909090;	
	background: #f3f3f3;
	}
	
.name-banner {
	width: 800px;
	height: 50px;
	/* border: 1px solid blue; */
	position-relative;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 32px;
	text-shadow: 4px 4px white;
}
.pdf-link {
	float: right;
	width: 100px;
	margin-top: 10px;
	margin-right:50px;
	padding: 5px;
	background-color: white;
	}

.resume-text{
	width: 800px;
	height: 600px;
	overflow: scroll;
	
}

.small-drop-shadow {
	text-shadow: 2px 2px white;
	}

p {
	width: 600px;
}

li {
    float: left;
    /*border-left: 1px solid white;*/
}

ul {
    list-style-type: none;
    margin: 1px;
    padding: 1px;
    overflow: hidden;
    background-color: #f3f3f3;
    /* new addition */
    width: 800px;
}

li a {
    display: block;
    color: darkgray;
    text-align: left;
    padding: 10px 72px;
    text-decoration: none;
}

li a:hover {
    background-color: #dddddd;
    color: #5a5a5a;
}


.rule {
 	/* Single-direction drop shadow*/
 	margin-left: 0px;
 	width:800px;
    height: 8px;
    border: 0;
    box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.5);
}
