body {
	background: #ffc;
	color:#330;
	text-align:center;
	font-size:90%;
}

div#resume {
	width:700px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:85%;
	margin:0 auto;
}

ul.contact {
	margin:0;
	padding:0;
	text-align:center;
}

ul.contact li {
	border-left:1px solid #330;
	padding-left:5px;
	padding-right:2px;
	display:inline;
	}

ul.contact li.first-contact {
	border:none;
	padding-left:0;
}

div#title, div.section {
	text-align:left;
}

div#title h1#name {
	text-align:center;
	margin-top:0;
}

h3.title {
	/*display:inline;*/
	margin:0;
}

div.resume-item {
	background-color:#ffa;
	margin:0 0 1em;
	border-top:1px solid #330;
	border-bottom:1px solid #330;
	padding:1em 5px 0;
	position:relative;
	min-height:22px;
}

div.resume-item span.company {
	position:absolute;
	right:5px;
	top:0;
	}

div.resume-item span.time {
	position:relative;
	top:5px;
	font-style:italic;
}

div.resume-item h3.title {
	position:absolute;
	left:5px;
	top:0;
}

span.company, span.time, h3.title {
	
}



div.resume-item ul {
	margin:.5em 0;
  list-style-type:square;
}

div.resume-item p {
margin:0;
margin-top:1em;
}

div.resume-item p.first {
	margin:0;
	margin-top:-.5em;  
}

ul.small-items ul li {
	display:inline;
	margin-left:1em;
	font-weight:bold;
}

/* ul.small-items {
	padding-left:1em;
}

ul.small-items ul {
	margin-left: 1em;
	padding:0;
} */

#resume h1,#resume h2,#resume h3,#resume h4,#resume h5,#resume h6 {
	font-family:Garamond, Georgia, serif;
}

h2 {
	margin-bottom:0;
}

h3 {
	margin:0;
}