body {
	margin: 0px;
	padding: 0px;

	background-color: #069;
	color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#header{
	background-color: inherit;
	color: white;
	top: 0px;
	width: 100%;
	height: 30px;
	position: fixed;
	box-shadow: 0px 10px 10px #035;
}

#header a{
	text-decoration: none;
	color: white;
}

#nav {
	position: absolute;
	bottom: 0px;
}

#nav ul{
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

#nav li{
	padding: 3px 15px 2px 15px;
	display: inline-block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#nav li:hover{
	background-color: white;
	color: #069;
}

#currentNav{
	background-color: white;
	color: #069;

}

hr {
	margin: 0;
}

#cv a{
	text-decoration: none;
	color: white;
}

#content{
	margin: 30px 15px 0px 15px;
	padding: 15px 15px 0px 15px;
	max-width: 1000px;
	min-width: 800px;
	font-size: x-large;
}

#cvHeader {
	margin-bottom: 25px;
}

#cv ul{
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 15px;
	list-style: none;
}

#cvBody > ul{
	padding-left: 5px;
	padding-right: 10px;
}

#cv li{
	margin-top: 5px;
	margin-bottom: 5px;
}

#cv .resumeDetails{
	float: right;
	font-size: 75%;
}

#cv .positionDetails, .skillSet li{
	list-style-type: disc;
}

.skillSet{
	vertical-align: top;
	width: 45%;
	display: inline-block;
}

#cv .reference{
	padding: 5px 0px 5px 0px;
	list-style-type: disc;
}

#cv .toggleBox{
	display: none;
}

#cv label{
	cursor: pointer;
}

#cv label:hover{
	font-weight: bold;
}

#cv label:before{
	content: "\ff0b  ";
}

#cv .toggleBox + ul{
	display: none;
}

#cv .toggleBox:checked + ul{
	display: block;
}

#cv .toggleBox + table{
	display: none;
}
