html {
   background-color: #192630;
   padding: 0;
   margin: 0;
}
 
body {
	background-color: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 560px;
	margin: auto auto;
	padding: 2.3077em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
 
.vcard {
	text-align: right;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.4em;
	word-spacing: 0.4em;
	font-weight: bold;
	font-size: 0.85em;
	margin-top: 0;
	line-height: 1.27em;
	padding-bottom: 1.27em;
}
 
.vcard a {
   color: #000;
   text-decoration: none;
}
 
.vcard .email {
   text-transform: none;
   display: block;
}
 
.vcard .tel {
   display: block;
}
 
h1 {
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 2em;
	line-height: normal;
	margin-top: 0.64em;
	padding-top: 0.675em;
	border-top: solid 1px #e6e6e6;
	letter-spacing: 0.03125em;
	word-spacing: normal;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 0.64em;
	margin-bottom: -0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 
p.lmod {
   color: #ccc;
   font-size: 0.85em;
   line-height: 1.1765em;
}
 
p.figure {
   width: 560px;
   margin: 1.5em 0;
   margin-left: -1px;
   border: solid 1px #ccc;
   text-align: center;
}
 
p.figure img {
   display: block;
}
 
p.figure.label {
   margin-left: 0;
   margin-top: -0.85em;
   text-align: left;
   font-size: 0.85em;
   border: none;
   margin-bottom: 1.7647em;
}
 
dt {
   display: list-item;
   font-weight: bold;
}
 
dd {
   margin-left: 0;
   margin-top: 0.27em;
   margin-bottom: 1em;
}
 
.book.title {
   font-style: italic;
}
h2 {
	font-size: 1.35em;
}
h2 a {
   color: #000;
   text-decoration: none;
}
h2 a:hover {
   color: #ff3300;
   text-decoration: underline;
}
.resumeSection {
	clear:both;
	display:block;
	width:560;
}
.resumeSectionTitle {
	text-align: left;
	text-transform: uppercase;
	float: left;
	display: block;
	/* padding-right: 2em; */
	font-weight: bold;
	color: #999;
	letter-spacing: 0.3em;
	/* background-color: #0FF;*/
	width: 120px;
	vertical-align: top;
	margin-right:20px;
}
.resumeSectionContent {
	float: right;
	text-align: left;
	display: block;
	width:420px;
	height: 100%;
	vertical-align: top;
	margin-bottom:1.0em;
}
.resumeItem {
	margin-bottom:1em;
}
.resumeItemTitle {
	display: inline;
	font-weight: bold;
}
.resumeItemDate {
	display: inline;
	font-style: oblique;
	color: #666;
	font-size:.9em;
}
