body {
	background-color: white;
	font-size: 12pt;
	font-family: Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	}

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* hide these elements */

#search, #siteTabs, .sidebar{
	display: none;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:.8em 0 .2em 0;
	line-height: 1;
}

p {
	margin:.4em 0 .8em 0;
}

#header h1 span, #header h2  span {
	display: none;
}

#header p {
	margin: 0;
	padding: 0;
	display: block;
	color: #333333;
}

#footer {
	clear: both;
	padding-top: 48px;
	display: block;
}

#footer p {
	padding: .4em;
}

/* microformats hResume */


.given-name, .family-name {
	font-size: 1.2em;
	font-weight: bold;
	color: #224466;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #224466;
}

.htitle .org, .htitle, .org .location {
	font-weight: bold;
	color: #AAAAAA;
}

.htitle .summary {
	font-weight: bold;
	color: #224466;
}

.vcard {
	margin-top: 1em;
}

.tags li {
	float: left;
	display: inline;
	margin-right: 1em;
}

