body,html,div,span,h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #158;
	text-decoration: none;
}

h3 {
	font-size: 140%;
}

ul {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

ul li {
	list-style-type:square;
}

body {
	font-size:12px;
	color: #333;
	background-color:#fff;
}

div.clear {
	clear: both;
}

div#page
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	width:810px;
}

div#page>div {
	padding: 0px 5px 0px 5px;
}

div#header {
	background-color: #AAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#header #header-floater {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: inherit;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
}

div#header #name {
	font-size: 300%;
	background-color: inherit;
	text-shadow: -2px 2px 1px #CDCDCD;
}

div#footer {
	background-color: #AAA;
	text-align: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#footer div {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#body>div {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

div#body div.content-body {
	margin-left: 10px;
}

div#experience {
	
}

div#experience .employer {
/*	width: 600px;*/
}

div#experience .employer .job-title {
	font-size: 125%;
}

div#experience .employer .name {
	display: inline;
}

div#experience .employer .location
{
	font-style: italic;
	display: inline;
}

div#experience .employer .date {
	float: right;
}

div#experience .employer .duties{
	width: 725px;
}

div#opensource #title {
	font-size: 125%;
}

div#opensource #date {
	font-style: italic;
}

div#education .degree {
	font-size: 125%;
}

div#education .date-school {
	font-style: italic;
}

