/* .contact .adr, .contact .tel, .contact .email  { display: none; } */

/* Resume */
html {
	background-color: #afafaf;
	color: #000;
	padding: .75em;
}
body.hresume {
	background-color: #fff;
	color: #000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;	
	padding: 3.25em;
	margin: 0 auto;
	border: 1px solid #000;
	border-right-width: 3px;
	border-bottom-width: 3px;
	min-width: 50em;
	max-width: 72em;
}
* html body.hresume {
	width: 50em;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .15em;
}
h1 {
	font-size: 300%;
	border-bottom: 3px double #000;
	margin: 0;
}
h1 a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: 200%;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 0;
}
h3 {
	font-size: 1em;
	display: inline;
	padding-right: .5em;
	text-transform: uppercase;
}
.experience > h3 {
		margin-right: 0;
}
h3:after { 
	content: ", ";
}
h4 {
	font-size: 1em;
	margin-bottom: 0;
}
h4.title {
	font-style: bold;
	text-align: left;
}
ul {
	list-style-type: disc;
}
li { 
	margin-bottom: .5em;
}
acronym {
	cursor: default;
}
abbr { 
	cursor: default;
	border: none;
}
abbr:hover { 
	cursor: default;
	border-bottom: 1px dotted #000;
}
.type {
	display: none;	
}
span.street-address, span.postal-code, div.tel { 
	padding-right: .25em;
}
address > span.street-address, address > span.postal-code, div.vcard > div.tel { 
	margin-right: 0;
}
span.street-address:after, span.postal-code:after, div.tel:after {
	padding-left: .25em;
	content: " \00B7 ";
	font-weight: bold;
	font-size: 1.1em;
}
span.additional-name  {
	display: none;
}
address, div.email, div.tel { 
	display: inline;
	font-style: normal;
}
div.email a { 
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
div.email a span.value{ 
	background-color: #fff;
	color: #0000FF;
	text-decoration: underline;
}
div.location { 
	display: inline;
}
div.period { 
	display: inline;
	position: absolute;
	right: 0;
}
* html div.period { 
	right: 3.25em;
}
p.description {
	margin-top: 0;
}
p.misc {
	font-weight: bold;
	text-align: center;
}
ul.history {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
li.experience {
	margin-bottom: 30px;
	position: relative;
}
ul.skills  {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.skills li  {
	margin: 0;
	padding: 0;
}
ul.skillset {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
li.skillarea {
	font-weight: bold;
}
ul.skillset li {
	display: inline;
	font-weight: normal;
}
ul.skillset li:after {
	content: ", ";
}
ul.skillset li:last-child:after {
	content: "";
}
object.include {
	display: none;
	width:0; 
	height:0;
}
