@charset "UTF-8";
/* CSS Document */


body {
	background-color:#e7f0f3;
	margin: 0em;
	font-family: century gothic, arial, sans-serif;
	font-size: 13px;
	padding: 3px 10px;
}

span.truncate {
	display: none;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.25em;
	margin: 2em 0 0.25em;
}

h3 {
	margin: 2em 0 0;
	font-size: 1em;
	font-weight: bold;
}

h2 + h3 {
	margin-top: 0;
}

div.top {
	background-color: white;
}

ul#navigation {
	list-style-type: none;
	padding: 3px 0;
	text-align: center;
}

ul#navigation li {
	display: inline-block;
	margin-right: 5px;
}

ul#navigation li a {
	text-decoration: none;
}

ul#navigation li a span:before {
	content: " | ";
}

ul#navigation li:first-child a span:before {
	content: "";
}



h1 + menu + p {
	margin-top: 0;
}

h2 + dl {
	margin-top: 0;
}

h3 + ul {
	margin-top: 0;
}

div.company-list ul, dd.skills-used ul {
	font-weight: normal;
	list-style-type: none;
}

dd.skills-used ul {
	padding-left: 0;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1em;
}

dl dd + dd {
	margin-top: -1em;
}

dd.title {
	display: inline-block;
}

dd.dates {
	display: inline-block;
	margin: 0;
}

dd.dates:before {
	content: " | ";
}


/* These elements shouldn't appear on the small screen version of the page. */

ul#navigation li a img,
#Intro menu,
div.hidden,
div.footer
{
	display: none;
	visibility: hidden;
}
