/*	Reset Reloaded - by Eric Meyer
---------------------------------------------	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

body {
	padding: 0 10px 0 10px;
	background: #FFF;
	max-width: 900px;
	margin: auto;
	color: #111;
	font-size: medium;
	font-family: sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 25px;
}

li {
	margin-bottom: 5px;
}

.highlight {
	font-weight: bold;
}

#header, #main, #footer {
	clear: both;
	float: left;
	width: 100%;
}

#header {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #777;
}

#contact {
	text-align: right;
}


#name {
	padding-top: 5px;
	float: left;
	color: #000;
}

#contact {
	float: right;
}
#contact ul {
	list-style: none;
}

#contact li {
	width: 20em;
	text-align: right;
	margin-bottom: 0px;
}

#main {
	margin-top: 5px;
}

.section {
	clear: both;
	margin-top: 15px;
}

#education li {
	list-style: none;
}

#experience li {
	list-style: none;
	margin-bottom: 8px;
}

.date-range {
	margin-right: 8px;
}

.job-title {
	font-style: italic;
}

.employer {
	font-weight: bold;
}

#current-interests li {
	list-style: none;
}

.interest-area {
	font-style: italic;
	margin-right: 8px;
}

#footer {
	margin-top: 25px;
	padding-top: 5px;
	border-top: 2px solid #777;
	font-size: .9em;
	font-style: italic;
}

#references {
	font-style: italic;
}

