/* Debug */
body{
background-color: white;
}

/* Typography */

@font-face {font-family: 'SofiaProRegular';src: url('webfonts/23FA48_0_0.eot');src: url('webfonts/23FA48_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23FA48_0_0.woff') format('woff'),url('webfonts/23FA48_0_0.ttf') format('truetype');}	

body {
	font-family: 'SofiaProRegular', Futura, 'Helvetica Neue', Arial, sans-serif;
	text-rendering: optimizeLegibility;
}
h1 {
	font-weight: strong;
	font-size: 54px;
	line-height: 54px;
	color: #8b745a;
}
a {
	font-size: inherit;
	border-bottom: 2px solid #8b745a;
	color: #8b745a;
	text-decoration: none;
}
a:hover {
	color: #252525 !important;
	border-bottom: 2px solid #252525;
}
h1,
.contact,
.categories,
.featured_links li {
	font-size: 16px;
	line-height: 20px;
	color: #8b745a;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #515151;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.summary {
	font-size: 18px;
	line-height: 21px;
	color: #4d4d4d;
	margin-bottom: 24px;
}
.experience {
	font-size: 14px;
	line-height: 17px;
	color: #8b745a;
	margin-bottom: 19px;
}
.categories li {
	margin-bottom: 9px;
}
.links h2 {
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #252525;
}

/* Basic Layout, Vertical Spacing */

body {
	margin: 0;
	padding: 0;
}
.header {
	padding: 26px 84px;
	margin-bottom: 10px;
}
h1 {
	padding: 0;
	margin: 0;
}
.contact {
	margin-bottom: 96px;
}
.bio {
	padding: 0px 84px 36px;
}
.summary {
	margin-bottom: 38px;
}
.categories {
	margin-bottom: 38px;
}
}
.experience {
	margin-bottom: 38px;
}
#headshot {
	margin-top: 11px;
}

.links {
	margin-top: 36px;
}

/* Column Structure */

.categories {
	width: 83%;
}
.experience {
	width: 93%;
}
.summary {
	width: 83%;
}
.bio {
	width: 83%;
}
.bio .column {
	width: 304px;
	float: left;
	margin-right: 18px;
	padding-bottom: 54px;
}