@font-face {
	font-family: 'ZapfHumnst BT';
	src: url('../font/zapf_humanist_601_bt-webfont.eot');
	src: local('☺'), url('../font/zapf_humanist_601_bt-webfont.woff') format('woff'), url('../font/zapf_humanist_601_bt-webfont.ttf') format('truetype'), url('../font/zapf_humanist_601_bt-webfont.svg#webfonttmvn9hsi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Candara';
	src: url('../font/candarab-webfont.eot');
	src: local('☺'), url('../font/candarab-webfont.woff') format('woff'), url('../font/candarab-webfont.ttf') format('truetype'), url('../font/candarab-webfont.svg#webfonteN5vWZpo') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	background: url(../img/bg.jpg) #f8f6e8;
	padding-left: 250px;
	font-family: 'Helvetica', sans-serif;
}
a {
	color: #6c8a96;
	text-shadow: 0 1px 0 #fff, 0 0 5px rgba(255,255,255,.75);
}
a:hover {
	text-shadow: 0 1px 0 #fff, 0 0 0px #000, 0 0 5px #fff;
}

#supplemental {
	position: absolute;
	top: 0px;
	padding-top: 55px;
	left: 20px;
	width: 230px;
	font-size: 13px;
	background: url(../img/sidebar-bg.png) no-repeat right top;
	min-height: 542px;
}
	#supplemental ul#stalklist {
		padding-left: 10px;
	}
	#supplemental li {
		display: inline-block;
		margin-right: 10px;
	}
	#supplemental a:hover {
		position: relative;
		top: -1px;
		text-shadow: 0 1px 0px rgba(0,0,0,.05), 0 0 5px #fff;
	}
	#supplemental #about, #supplemental #connections {
		padding-left: 16px;
	}
	#supplemental>* {
		padding-bottom: 1em;
	}
	#supplemental #about {
		padding-top: 17px;
	}
	#supplemental #connections .label {
		font-size: 10px;
		text-transform: uppercase;
	}

header {
	display: block;
	padding: 40px 0 30px 20px;
	font-weight: normal;
	font-family: 'ZapfHumnst BT', 'Times New Roman', 'Times', serif;
	text-shadow: 0 2px 0 #fff, 0 0 8px rgba(0,0,0,.35);
}
	#hello {
		font-size: 115px;
	}
	#my-name-is {
		font-size: 77px;
	}
	#brian-seward {
		display: block;
		font-family: 'Candara', 'ZapfHumnst BT', 'Arial', sans-serif;
		font-weight: bold;
		font-size: 99px;
		text-transform: uppercase;
	}
	#services {
		display: block;
		width: 620px;
		font-size: 40px;
		line-height: 1.15;
	}

nav a {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 234px;
	padding-top: 28px;
	height: 60px;
	background: url(../img/button.png) no-repeat;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.25);
}
nav a:hover {
	text-shadow: 0 -1px 0 rgba(0,0,0,.45), 0 0 40px #fff;
}
	nav a#resume span {
		font-weight: normal;
		font-size: 20px;
	}