/*     -----     Resume styles     -----     */


html {
	min-height: 100%;
	height: auto;
	}
	
body {
	margin: 0;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: repeat-x;
	background-image: url(/resume/bg.png);
	background-color: #fff;
	font-size: 100%;
	}

div#wrap {
	width: 800px;
	margin-left: 100px;
	}

div#nav {
	position: fixed;
	width: 225px;
	font-family: Helvetica, Arial, sans-serif;
	}

div#content {
	position: absolute;
	width: 30em;
	margin-left: 255px;
	padding-bottom: 50px;
	top: 150px;
	font-family: Georgia, Times, Times New Roman, serif;
	line-height: 135%;
	}

ul#nav-list {
	width: 9.5em;
	list-style: none;
	margin-left: -40px;
	}

ul#nav-list li {
	width: 9.5em;
	padding: 0;
	padding-right: 9px;
	margin-bottom: 9px;
	background: #fff;
	border: 5px solid #d3ccc5;
	display: block;
	}

ul#nav-list a {
	width: 100%;
	padding: 9px;
	padding-bottom: 7px;
	padding-right: 0;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0;
	}

span#samplesSub {
	font-size: 65%;
	padding-bottom: 3px;
	text-indent: 15px;
	}
	
span#samplesSub a {
	margin-top: -3px;
	}

a:link, a:visited {
	color: #6af;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	}

a:hover, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}

ul#nav-list a:link, ul#nav-list a:visited {
	color: #71675e;
	}

ul#nav-list a:hover, ul#nav-list a:active {
	color: #6af;
	}

li#samplesNav a#nullLink:hover {
	color: #71675e;
	}
	
a.topLink {
	border: 0;
	font-size: 85%;
	}

h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 360%;
	line-height: 97%;
	letter-spacing: 2px;
	background: #000;
	color: #fff;
	margin: 30px 0 0 -100px;
	padding: 15px 2px 18px 96px;
	width: 92%;
	border-bottom: 1px solid #666;
	}
	
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: none;
	border: none;
	}

h2 {
	margin-left: -25px;
	padding-left: 25px;
	width: 125%;
	color: #453424;
	font-style: italic;
	font-size: 265%;
	border-bottom: 1px dotted #aaa;
	line-height: 135%;
	}

h3 {
	margin-left: -15px;
	padding-left: 15px;
	width: 115%;
	font-family: Helvetica, Arial, sans-serif;
	color: #453424;
	}

h3.entry-2 {
	padding-top: 25px;
	border-top: 1px dotted #aaa;
	}

p.description {
	font-size: 85%;
	font-style: italic;
	margin-top: -15px;
	color: #666;
	}



