/**
 * Headers
 */
#content h2 {
	color: #f66c1f;
	padding-top: .5em;
	position: relative;
}

#content h2 .people {
	left: auto;
	margin-right: 10px;
	right: 100%;
	top: -5px;
}


/**
 * Content
 */
#content .main,
#content .extra {
	left: 82px;
	padding-left: 3%;
	position: relative;
}

#content .main {
	width: 85%;
}

#content .extra {
	font-size: 1.25em;
	width: 57%;
}

#content .extra .people {
	left: 20px;
	margin-left: 100%;
	top: 20px;
}


/**
 * Columns
 */
#content .columns .column {
	padding-right: 4%;
	width: 40%;
}

#content .columns .column_last {
	width: 56%;
}

#content .columns em {
	font-size: 1.429em;
	font-style: normal;
	line-height: normal;
}


/**
 * Humans
 */
#content .humans {
	margin: -1em 0 3em -88px;
	overflow: hidden;
	padding: 0 15px 0 88px;
	position: relative;
	width: 100%;
}

#content .humans .wrap {
	position: relative;
	width: 100%;
}

#content .humans .item {
	float: left;
	left: -10000px;
	margin-right: 5%;
	position: absolute;
	top: -1000px;
	visibility: hidden;
	width: 28%;
}

#content .humans .item_selected {
	left: 0;
	position: relative;
	top: 0;
	visibility: visible;
}

#content .humans .picture {
	height: 305px;
	line-height: 305px;
	margin: 0;
	position: relative;
}

#content .humans .picture img {
	bottom: 0;
	left: 0;
	position: absolute;
	vertical-align: bottom;
}

#content .humans .name {
	font-size: 1.643em;
	margin: .5em 0 .2em;
}

#content .humans .name sub {
	color: #ababab;
	font-size: .609em;
	top: 0;
}

#content .humans .name sub .years {
	background: #f66c1f;
	color: #fff;
	padding: 1px 3px;
}

#content .humans .name sub .years_empty {
	margin-right: .3em;
	padding-left: 1.3em;
}

#content .humans .summary {
	margin-left: 1em;
}

#content .humans .summary p {
	margin: 0 0 .5em;
}

#content .humans .line {
	border-top: 1px solid #000;
	height: 0;
	font-size: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 305px;
	width: 100%;
}

#content .humans .line .icon {
	cursor: pointer;
	top: -24px;
}

#content .humans .line .icon_r_arrow {
	left: -26px;
	margin-left: 100%;
}

#content .humans .grad_left,
#content .humans .grad_right {
	background: url(grad.png) no-repeat;
	display: block;
	height: 3005px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 60px;
}

#content .humans .grad_right {
	background-position: -60px 0;
	left: -60px;
	margin-left: 100%;
}

#content .humans .you {
	height: 176px;
	padding-top: 130px;
}

#content .humans .you p {
	font-size: 8.786em;
	line-height: 1;
	margin: 0;
}

