/*   G L O B A L  S T Y L E S   */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{ font-size: 16px; }
html, body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	font-family:  Helvetica,sans-serif;
	font-size: 62.5%;
	line-height: 18px;
	background-color: #FFF;	
}
a{
	color: #2677B9;
}
a:hover{
	color: #777;
	text-decoration: underline;
}
/* end global styles */

/*   L A Y O U T   */
.mhk-wrapper{
	width: 960px;
	margin: 0 auto;
	min-height: 780px; /* TK */
}	
.mhk-full-page{
	min-height: 780px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
/* end layout */

/* L A N D I N G  P A G E  */
#mhk-landing-page-wrapper{
	background: url(../imgs/bg.png);
}
#intro{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.mhk-landing-page-band{
	background-color: rgba(255,255,255, .9);
	position: absolute;
	padding: .39em;
}
.mrs-eaves{
	font-family: "MrsEavesRoman", georgia,'Times New Roman',Times,serif;
}
.mhk-landing-page-band.mrs-eaves{
	font-size: 5.5em;
}
.mhk-landing-page-band.helvetica{
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica,sans-serif;
}
.neue{
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica,sans-serif;
}
#mhk-mh{
	top: 96px;
	left: 65px;
	width: 430px;
}
#mhk-k{
	top: 158px;
	left: 88px;
	width: 203px;
}
.mhk-mpj{
	right: calc(50% - 220px);
}
#mhk-mp{
	top: 245px;
	padding-left: 23px;
}
#mhk-j{
	top: 278px;
	padding-left: 21px;
}
#mhk-about{
	position: absolute;
	top: 372px;
	width: 630px;
	font-weight: 400;
	font-family: Garamond, serif;
}
#mhk-about p{
	font-size: 2.1em;
	line-height: 1.32em;
	padding-left: 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
#mhk-about p:hover{
	cursor: default;
}
#mhk-about p a.emphasis{
	text-decoration: none;
	cursor: default;
	color: #000;
}
#mhk-about p a.emphasis:hover{
	cursor: pointer;
	color: #666;
}
.small-caps{
	font-variant: small-caps;
}
.emphasis{
	font-style: italic;
}
#mhk-about,
.mhk-about-row{
	left: 88px;
}
.mhk-about-row{
	height: 28px;
}
#mhk-about-row-1{
	top: 371px;
	width: 370px;
}
#mhk-about-row-2{
	top: 400px;
	width: 545px;
}
#mhk-about-row-3{
	top: 429px;
	width: 287px;
}
#mhk-about-row-4{
	top: 458px;
	width: 482px;
}
#mhk-about-row-5{
	top: 448px;
	width: 630px;
}
#mhk-about-row-6{
	top: 462px;
	width: 630px;
}
#mhk-about-row-7{
	top: 480px;
	width: 390px;
}
/* end landing page*/

/*   B E G I N  R A I L   */
#mhk-rail{
	position: fixed;
	/* Make the rail behave as if it were absolute positioned part 1 */
	left: calc(50% + 480px - 220px);
	width: 220px;
	background-color: #fff;
	padding: .5em 1em 1em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.mhk-rail-row{
	padding: 5px;
}
#mhk-rail h1{
	font-size: 2.9em;
	color: #000;
	font-weight: normal;
	line-height: .8em;
	border-top: 4px double #000;
	margin: 0;
	text-decoration: none;
}
#mhk-rail h1 a{
	color: #000;
	line-height: 25px;
	margin: 0px 10px 6px;
	display: inline-block;
}
#mhk-id{
	/*font-size: 1.1em;*/
	color: #404040;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 13.5px;
	padding-bottom: 8px;
}
#mhk-job{
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}
#mhk-email{
	font-family: "Baskerville", Georgia, Garamond, Times, serif;
}
#mhk-email a{
	color: #666;
	font-size: 1.4em;
}
#mhk-rail a{
	text-decoration: none;
}
#mhk-rail a:hover{
	color: #2677B9;
	/*text-decoration: underline;*/
}
#mhk-social-links{
	padding: 0.7em 1em;
	border-bottom: 1px solid #000;
	font-family: 
}
#mhk-social-links li{
	display: inline-block;
	text-align: center;
	font-size: 1.4em;
	margin-right: 14px;
}
#mhk-social-links li:last-child{
	margin-right: 0;
}
#mhk-social-links a{
	color: #000;
	font-family: Georgia, Garamond, serif;
}
#mhk-section-links{
	margin-top: 1em;
	font-family: "Baskerville", Georgia, Garamond, serif;
}
#mhk-section-links li{
	margin-top: .5em;
}
#mhk-section-links li a{
	display: block;
	border-radius: 3px;
	padding: .85em 0;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 1px;
}
#mhk-section-links li a:hover{
	color: #fff;
}
#mhk-section-links li.active a:hover{
	text-decoration: none;
	cursor: default;
}
#mhk-section-links li a{
	background-color: #777;
}

#mhk-section-links li a[href="#about"]{
	background-color: #525252;
}
#mhk-section-links li a[href="#visuals"]{
	background-color: #737373;
}
#mhk-section-links li a[href="#words"]{
	background-color: #969696;
}
#mhk-section-links li a[href="#projects"]{
	background-color: #bdbdbd;
}
#mhk-section-links li.active a[href="#about"], #mhk-section-links li a[href="#about"]:hover,#mhk-section-links li a[href="#about"].hover{
	background-color: #EDBE37;
	-webkit-transition: background-color 0 linear;
	-moz-transition: background-color 0 linear;
	-o-transition: background-color 0 linear;
	transition: background-color 0 linear;
}
#mhk-section-links li.active a[href="#visuals"], #mhk-section-links li a[href="#visuals"]:hover,#mhk-section-links li a[href="#visuals"].hover{ /*tk*/
	background-color: #EA8E2A;
	-webkit-transition: background-color 0 linear;
	-moz-transition: background-color 0 linear;
	-o-transition: background-color 0 linear;
	transition: background-color 0 linear;
}
#mhk-section-links li.active a[href="#words"], #mhk-section-links li a[href="#words"]:hover,#mhk-section-links li a[href="#words"].hover{ /*tk*/
	background-color: #D6512D;
	-webkit-transition: background-color 0 linear;
	-moz-transition: background-color 0 linear;
	-o-transition: background-color 0 linear;
	transition: background-color 0 linear;
}
#mhk-section-links li.active a[href="#projects"], #mhk-section-links li a[href="#projects"]:hover, #mhk-section-links li a[href="#projects"].hover{ /*tk*/
	background-color: #A33619;
	-webkit-transition: background-color 0 linear;
	-moz-transition: background-color 0 linear;
	-o-transition: background-color 0 linear;
	transition: background-color 0 linear;
}
/* end rail */

/*   B E G I N  S T O R Y S E C T I O N S   */
#visuals .mhk-story-section-title{
	color: #EA8E2A;
}
#words .mhk-story-section-title{
	color: #D6512D;
}
#projects .mhk-story-section-title{
	color: #A33619;
}
.mhk-story-section-title{
	font-size: 2.2em;
	font-weight: bold;
	margin: 15px 0 25px 0;
	text-align: center;
	width: 740px;
	font-family: Garamond, serif;
}
.mhk-story-section-container{
	width: 740px;
	padding-right: 30px;
}
.mhk-story-section-container p, li{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.mhk-story-section-container .section-title{
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: "Baskerville", Garamond, serif;
}
.mhk-story-container{
	/*border-left: 1px solid #ccc;*/
	/*padding-left: 10px;*/
	margin-bottom: 50px;
}
#visuals .mhk-name, #visuals .mhk-info, #visuals .mhk-desc{
	border-left: 0 solid #EA8E2A;
}
#words .mhk-name, #words .mhk-info, #words .mhk-desc{
	border-left: 0 solid #D6512D;
}
#projects .mhk-name, #projects .mhk-info, #projects .mhk-desc{
	border-left: 0 solid #A33619;
}

/*   B E G I N  S T O R Y  D E S C R I P T I O N S   */
.mhk-photo{
	padding-left: 10px;
}
.mhk-name, .mhk-info, .mhk-desc{
	padding-left: 7px;
}
.mhk-name{
	font-size: 1.6em;
	font-weight: bold;
	border-left-width: 3px !important;
}
.mhk-info{
	font-size: 1.1em;
	border-left-width: 3px !important;
	padding-top: 2px;
}
.mhk-photo img{
	max-width: 700px;
	border: 1px solid #ccc;
}
.mhk-desc{
	font-size: 1.3em;
	margin-bottom: 8px;
	border-left-width: 3px !important;
}
a:focus{
	border: 0px solid transparent !important;
}

@media screen and (max-width: 960px) {
	#mhk-rail{
		/* Make the rail behave as if it were absolute positioned part 2 */
		left: calc(960px - 220px);
	}
}