@font-face {
    font-family: Polaris;
    src: url(../fonts/Polaris_V2_Book.otf);
    font-weight:400;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,a,video,time,article, nav {
	margin:0;
	padding:0;
	text-align:left;
	list-style: none;
	font-size: 14px;
	color: black;
	font-family: Polaris;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
}

html, body {
	background-color: #f2f2f2;
}

video {
	background-color: #000;
}

#wrapper {
	margin: 0 auto;
}

#about {
	background: black;
}

.biography {
	display: inline-block;
	color: #cccccc;
	width: 376px;
	margin-right: 40px;
	font-size: 16px;
	line-height: 25px;
	vertical-align: top;
}

.headshot {
	display: inline-block;
}

#timeline-container {
	width: 1020px;
	margin-top: 0;
}

.header-left, .content-left, .content-left-nobullet, .biography-left, .biography-center {
	width: 140px;
	display: inline-block;
	text-align: right;
	margin-right: 24px;
}

.header-center, .content-center, .biography-center {
	width: 800px;
	display: inline-block;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
}

.header-left, .header-center, .biography-left, .biography-center {
	padding-bottom: 30px;
	padding-top: 30px;
}

.content-left, .content-center, .content-left-nobullet, .biography-left, .biography-center {
	vertical-align: top;
}

.content-center {
	width: 800px;

}

.content-left, .content-center, .content-left-nobullet {
	padding-bottom: 50px;
}

.header-left:after, .content-left:after, .biography-left:after {
	content: "•";
	font-size: 42px;
	position: relative;
	top: 8px;
	left: 35px;
	color: #cccccc;
	font-family: arial;
}

.biography-left:after {
	color: #cccccc;;
}

h1, nav {
	font-size: 18px;
	line-height: 25px;
	text-align: right;
	display: inline-block;
	position: relative;
	top: 0;
	z-index: 10;
}

.biography-left h1 {
	color: #cccccc;
}

nav {
	display: inline-block;
	margin-right: 40px;
}

nav:second-child {
	margin-right: 0;
}

.art-btn {
	cursor: default;
}

.art-btn:hover {
	border-bottom: 1px solid black
}

.work-btn {
	cursor: default;
}

.work-btn:hover {
	border-bottom: 1px solid black
}

.about-btn {
	cursor: default;
	border-bottom: 1px solid #f2f2f2;
}

.about-btn:hover {
	border-bottom: 1px solid black;
}

.close-about-btn {
	position: absolute;
	top: 28px;
	left: 1048px;
	cursor: pointer;
}

time {
	color: #ccc;
}

.caption {
	text-align: center;
	margin-top: 20px;
}

.fixed {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	background-color: #f2f2f2;
	z-index: 100;
	height: 40px;
	width: 100%;
}

#sticky-header {
	padding: 0 0 10px 0;
}

.metadata {
	color: #878787;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}

#footer {
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 40px 0;
	border-top: 1px solid #000;
	background: #000;
}

#footer a:link, #footer a:visited {
	color: #cccccc;
	font-size: 11px;
}


