/*********************
PRINT STYLE
**********************/
* 
{
	padding: 0;
	margin: 0;
}

html	
{
	font: normal 65%/1.4 "Century Gothic", Arial, sans-serif;
}

body 
{
	font-size: 1.5em;
}

h1, #nav, img, #footer, .download
{
	display: none;
}

.printonly
{
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
}

#resume
{
	padding: 1em;
}

#resume  dl, #resume img
{
	margin-bottom: 1em;	
}

#resume  dl dt
{
	float: left;
	clear: left;
	width: 100px;
	margin-right: 1em;
	font-weight: bold;
}

#resume ul
{
	margin-bottom: 1em;
	list-style-type: none;
}

#resume li
{
	display: block;
	margin-bottom: 0px;
	margin-right: 0px;
}

#resume h3
{
	font-weight: 100;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-style: italic;
}

#resume h2
{
	margin-top: 1em;
	margin-bottom: .5em;
	color: #333333;
	font-size: 1.2em;
}

#resume #url
{
	color: #333333;
	font-size: .8em;
	font-weight: bold;
	text-transform: lowercase;
}
