/* Styles used in Smittie's resume which is found at <http://www.smittieandcompany.com/smittie/resume.html> */

/* @group Layout */

body {
	background : #666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#pagecontainer {
	position: relative;
	top: 10px;
	background: #f9f9f9;
	right: auto;
	left: auto;
	width: 600px;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	text-align: left;
	border: 1px solid #000;
}

#header {
	padding: 10px;
	font-size: 90%;
}
	
/* @end */

/* @group Text */

.name {
	font-weight: bold;
	line-height: 110%;
}

.entry {
	
}

.company {
	float: left;
	font-weight: bold;
	font-size: 90%}

.title {
	float: right;
	font-weight: bold;
	font-size: 90%
}

.location {
	float: left;
}

.duration {
	float: right;
}

.narrative {
	margin-bottom: 2em;
}

.sectionHead {
	font-size: 10pt;
	margin-bottom: 17px;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	padding-left: 20px;
	margin-top: 25px;
}
	
/* @end */