/*
	text color: #ebe6b1;
	dashed outline color: #4a4b42;
	headline color: #6d932c;
	link color: #6d932c;

*/


html {
	background: #252525;
}

body {
	background: url(/images/body.jpg) top left repeat-x;
	color: #ebe6b1;
	font: 16px/1.3em cambia, georgia, serif;
}

/* sticky footer */

html, body, #wrapper {
	height: 100%;
	min-height: 100%;
}

body > div {
	height: auto;
}

#wrapper {
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 940px;
	padding: 0 10px;
	overflow: visible;
}

#inner_wrap {
	height: auto;
	padding-bottom: 300px;
}

#main {
	padding-bottom: 115px; /* must be same height as the footer */
	padding-top: 306px;
	height: auto;
}

#footer {
	position: relative;
	margin-top: -175px; /* negative value of footer height */
	height: 115px;
	clear:both;
	padding-top: 60px;
}

#footer {
	background: url(/images/footer.jpg) bottom left repeat-x;
}


#footer_inner_wrap {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 88px;
	padding-top: 27px;
	position: relative;
	height: auto;
}

#footer_inner_wrap p {
	margin-left: 240px;
	color: #121212;
	font-size:17px;
}

#footer_inner_wrap p span {
	font-family: Lobster, georgia, serif;
}

#footer_inner_wrap p a{
	color: #121212;
}

#footer_inner_wrap p a:hover {
	color: #98ae24;
	background: transparent;
}

#footer_lead_in {
	background: url(/images/footer_lead_in.png) center repeat-x;
	width: 1200px;
	height: 15px;
	position: absolute;
	top: 66px;
	left: -955px;
}

#content {
	width: 336px;
	border: 2px dotted #4a4b42;
	margin-left: 240px;
	float: left;
	padding: 10px 20px 30px 20px;
	height: auto;
	overflow: visible;
}

a {
	color: #6d932c;
	text-decoration: none;
}

a:hover {
	background: #6d932c;
	color: #121212;
}

a:visited {

}
#content p  {
	padding-left: 25px;
	padding-bottom: 22px;
}

#content dt {
	font: 32px Georgia, Serif;
	color: #6d932c;
	padding-bottom: 15px;
	padding-top: 30px;
}

#content dd {
	padding-left: 25px;
	line-height: 1.6em;
	padding-bottom: 9px;
}
#content h1 {
	font: 500 45px Rokkitt, Georgia, serif;
	color: #6d932c;
	padding-bottom: 20px;
}

#sidebar {
	width: 266px;
	border: 2px dotted #4a4b42;
	float: right;
	margin-left: 20px;
	padding: 0 10px 30px 20px;
	height: auto;
}

#sidebar p {
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 5px;
}

#sidebar h2 {
	font: 32px Lobster, Georgia, serif;
	color: #6d932c;
	padding-bottom: 20px;
	padding-top: 30px;
}

#images ul li {
	float: left;
	padding: 5px;
}

#images ul li a {
	display: block;
	width: 75px;
	height: 75px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	padding: 0 10px;
	height: 212px;
	color:  #2c1f17;
}

#nav img {
	float: left;
	padding-right: 25px;
	margin-right: 42px;
}

#nav li {
	float: left;
	font: 500 45px Rokkitt, Georgia, serif;
	line-height: 200px;
	padding: 0 20px;
}

#nav li a {
}

#nav li.work {
	background: url(/images/work.png) center no-repeat;
	padding: 0 35px;
	/* work.png is 185px wide; keep the li at least that wide so the
	   centered background never clips when the label is narrower. */
	min-width: 185px;
	box-sizing: border-box;
}

#nav li.last {
}

#nav a {
	color: #2c1f17;
}

#nav a:hover {
	color: #98d03a;
	background: transparent;
}

#nav a.active {
	color: #98d03a;
}

#content noscript p {
margin-left: 0;
padding-left: 0;
}

#resume #content {
	width: 940px;
	margin-left: 0;
}

#resume #sidebar, #statement #sidebar {
	height: 0;
	width: 0;
	border: none;
}

#resume #footer_inner_wrap p {
	margin-left: 0px;
}

#resume #footer_lead_in {
	position: absolute;
	top: 66px;
	left: -1192px;
}

#statement #content {
	width: 687px;
}

/* reset.css suppresses focus outlines globally, which is hostile to keyboard
   users. Restore a visible outline — but only for keyboard focus via
   :focus-visible, so mouse clicks don't get a ring on every link. */
:focus-visible {
	outline: 2px solid #98ae24;
	outline-offset: 2px;
}
