/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

html {
	min-height:850px;
	height:100%;
}

body {
	background: #E6E6E6;
	margin: 0;
	padding: 0;
	color: #000;
	width:100%;
	height:100%;	
	/* Firefox 3.6+ */ 
	/* -moz-radial-gradient( [<position> || <angle>,]? [<shape> || <size>,]? <stop>, <stop>[, <stop>]* ) */
	background: -moz-radial-gradient(20% 80%, circle, #fff, #CFCFCF);
	 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(radial, 20% 80%, 0, 20% 100%, 800, from(#fff), to(#CFCFCF));
	  
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(20% 80%, circle, #fff, #CFCFCF);
	
}

.container {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height:850px;
	height:100%;
	background: #fff;
}

/* -------------- Page Content -------------------*/

article.intro {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	position:relative;
	top:20px;
	margin:20px;
}

article img.subHead {
	float:left;
	position:relative;
	z-index:0;
	left:-5px;
	margin:0;
	padding:0;
}

article p {
	float:left;
	position:relative;
	z-index:1;
	width:500px;
	margin-left:15px;
	padding:0;
}

/*------ RESUME ------------*/
div#resume {
	font-family:Arial, Helvetica, sans-serif;
	width:525px;
	position:relative;
	top:50px;
	left:243px;
}

#resume ul {
	list-style:none;
}


#resume ul li p {
	position:relative;
	font-size:.75em;
	top:-22px;
}

#resume ul li h5 {
	position:relative;
	width:125px;
	font-size:1em;
	color:#E4BA75;
}

#resume a {
	text-decoration:none;
	font-size:0.75em;
}

#resume a:hover {
	color:#828282;
	text-decoration: underline;
	font-size:0.75em;
}
