/* Basic Typography */
body {
	font-family: Georgia, serif;
}

h1, h2, h3, h4 {
	/*font-family: Helvetica;*/
	font-family: "museo-sans-1","museo-sans-2", Helvetica, sans-serif;
}

h1 { 
	font-size: 3em; 
	font-family: "museo-slab-1","museo-slab-2", Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #eee;
}
h2 { 
	font-size: 1.2em; 
	margin: 10px 0 0 0; 
	color: #aaa; 
	font-weight: normal;
}
h2 span {
	color: #ddd;
}
h3 { 
	font-size: 1.5em; 
	margin: 0 0 20px 0; 
	font-weight: normal;
}
h4 { font-size: 1em; }

p, a, dd, li, dt {
	line-height: 1.4em;
	color: #666;
}

p {
	margin: 10px 0;
}

a, a:hover, a:visited, a:active, a:link {
	color: #4f7df3;
}

a:hover {
	text-decoration: none;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	color: #444;
	text-decoration: none;
	line-height: 1em;
}
h1 a:hover {
	color: #666;
}

/* Layout */

#container {
	width: 850px;
	margin: 100px auto;
	position: relative;
}

#top {
	position: fixed;
	width: 200px;
}

section {
	width: 610px;
	padding: 20px 10px 0 20px;
	margin-left: 200px;
}

nav {
	margin: 50px 0 0 2px;
}
nav li {
	margin: 10px 0;
}

/* CV formatting */

dt {
	font-weight: bold;
	font-size 1.2em;
	color: #444;
	font-family: Helvetica, sans-serif;
}
#experience > dl > dt {
	font-weight: bold;
	font-size 1.2em;
	color: #444;
	font-family: Helvetica, sans-serif;
	border-bottom: 1px solid #eee;
	padding: 10px;
	background-color: #fafafa;
}
dt span.date-range {
	font-weight: normal;
	color: #4f7df3;
	display: block;
	text-shadow: 1px 1px 1px #eee;
}
dd {
	padding-left: 20px;
}
dd dt {
	color: #666;
	border-left: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
dd dd {
	padding-left: 20px;
}

#skills li {
	margin: 5px 0 5px 20px;
}

#education dd {
	margin-bottom: 30px;
}

#education dt span {
	display: block;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

#skills dd {
	margin: 0 0 20px 0;
}

#education span.graduation-year {
	color: #ddd;
	font-weight: normal;
	float: right;
	font-size: 1.6em;
	font-style: normal;
}

#contact dt {
	clear: left;
	float: left;
	width: 100px;
	padding: 5px;
}
#contact dd {
	margin: 0 0 0 110px;
	padding: 5px;
}
