
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #369; color: #fff; text-shadow: none; }
::selection { background: #369; color: #fff; text-shadow: none; }

input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}




/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}








html {
	height: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
body {
	min-height: 100%; 
	font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
sub, sup {
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word;
}
b, strong {
	font-weight: bold;
}
abbr[title] {
	border-bottom: 1px dotted;
}
input, textarea, button, select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}
button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
textarea {
	overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}








body {
	font: 100%/1.4 'PT Sans';
	background: #f6f6f6;
	color: #333;
	padding: 50px 5%;
	margin: 0 auto;
	width: 90%;
	max-width: 960px;
}
h1, h2 {
	font-family: 'Arvo';
	font-size: 200%;
	font-weight: bold;
	margin: 0;
}
h2 {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: .2em 0;
}
a {
	color: #369;
}
a:hover {
	color: black;
}
a.button {
	color: white;
	text-decoration: none;
	padding: 6px 15px;
	background: #369;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;

	-webkit-transition: all 0.1s ease-in;
	   -moz-transition: all 0.1s ease-in;
	     -o-transition: all 0.1s ease-in;
		-ms-transition: all 0.1s ease-in;
			transition: all 0.1s ease-in;
}
a.button:hover {
	color: white;
	background: black;
}
em {
	font-style: italic;
}


header {
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #ddd;
}
header h1 {
	font-family: 'PT Sans';
	font-size: 100%;
	font-weight: normal;
}
header h1 span {
	font-family: 'Arvo';
	font-size: 300%;
	line-height: 1.3em;
	font-weight: bold;
}

hr {
	margin: 25px 0;
	border-top: 3px solid #E6EBF0;
}













body {
	position: relative;
}
header {
	margin-right: 340px;
}
section.intro {
	position: relative;
	border-bottom: 1px dashed #ddd;
	margin: 0 340px 0 0;
	padding: 0 0 20px 0;
}

section.intro p {
	margin: 0 0 10px 0;
}

img.portrait {
	position: absolute;
	right: 40px;
	top: 0;
}





section.projects ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dashed #ddd;
}
section.projects li {
	float: left;
	margin: 0 20px 20px 0;
}
section.projects li:last-child {
	margin-right: 0;
}
section.projects li a {
	display: block;
	width: 110px;
	height: 80px;
	overflow: hidden;
	border: 5px solid #E6EBF0;
}
section.projects li a:hover {
	border-color: #ddd;
}
section.projects li img {
	opacity: 0.25;
	
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	     -o-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;
}
section.projects li.active img,
section.projects li a:hover img {
	opacity: 1;
}

section.projects article {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 400px;
}
section.projects h3 {
	font-weight: bold;
	color: #369;
	margin: 0 0 10px 0;
}
section.projects p {
	margin: 0 0 10px 0;
}
section.projects aside {
	float: left;
	width: 40%;
	margin: 0 5% 0 0;
}
section.projects article img {
	max-width: 55%;
	float: right;
}
section.projects div {
	position: relative;
	height: 440px;
	margin: 40px 0 0 0;
	border-bottom: 1px dashed #ddd;
}













section.photos {
	margin: 40px 0 0 0;
}
section.photos article {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dashed #ddd;
}
section.photos aside {
	float: right;
	width: 30%;
	margin: 0 0 0 0;
}
section.photos ul {
	float: left;
	width: 70%;
	height: 160px;
	overflow: hidden;
}
section.photos li {
	float: left;
	margin-right: 20px;
}
section.photos a {
	display: block;
	overflow: hidden;
	
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}
section.photos h3 {
	font-weight: bold;
	color: #369;
	margin: 0 0 10px 0;
}








section.about {
	border-bottom: 1px dashed #ddd;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
}
section.about article {
	float: left;
	width: 35%;
	margin: 0 0 0 0;
}
section.about article.left {
	width: 60%;
	margin-right: 5%;
}
section.about h3 {
	font-family: 'Arvo';
	font-size: 120%;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
section.about p {
	margin: 0 0 20px 0;
}
section.about aside {
	margin: 40px 0 0 0;
	padding: 40px;
	text-align: center;
	background: #E6EBF0;
}
section.about aside a {
	color: #369;
}





@media only screen and (max-width : 768px) {
	header,
	section.intro {
		margin-right: 0;
	}
	h1, h2 {
		text-align: center;
	}
	img.portrait {
		margin: 20px auto 0 auto;
		display: block;
		position: static;
	}
	section.projects {
		text-align: center;
	}
	section.projects div,
	section.projects article {
		height: auto;
	}
	section.projects article {
		position: static;
	}
	section.projects article img {
		float: none;
		max-width: 100%;
		display: block;
		margin: 0 auto 20px auto;
	}
	section.projects article aside {
		float: none;
		clear: both;
		width: 100%;
	}
	
	section.photos ul {
		width: 100%;
		text-align: center;
	}
	section.photos li {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
	section.photos aside {
		margin: 20px 5% 0 5%;
		width: 90%;
		text-align: center;
	}
	
	section.about article {
		width: 100%;
	}
	section.about article.left {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width : 340px) {
	img.portrait {
		width: 100%;
	}
}



body.wantstoworkforsvpply {
	position: relative;
	padding-right: 320px;
	width: 640px;
}

body.wantstoworkforsvpply aside.photos {
	position: absolute;
	top: 80px;
	right: 80px;
	width: 160px;
}
body.wantstoworkforsvpply aside.photos li {
	float: left;
	margin-bottom: 40px;
}
body.wantstoworkforsvpply aside.photos a {
	display: block;
	overflow: hidden;
	
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}
body.wantstoworkforsvpply a.resume {
	position: absolute;
	right: 50px;
	top: 0;
	padding: 5px 20px;
	background: #369;
	color: white;
	text-decoration: none;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:  5px;
	   -moz-border-radius-bottomright:  5px;
	   -moz-border-radius-bottomleft:   5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius:  5px;
}
body.wantstoworkforsvpply a.resume:hover {
	background: black;
}
section.letter {
	margin: 20px 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #ddd;
}
section.letter p {
	margin: 0 0 20px 0;
} 
section.suggestions {
	padding: 0 0 40px 0;
	border-bottom: 1px dashed #ddd;
	
}
section.suggestions aside {
	margin: 40px 0 0 0;
	padding: 40px;
	text-align: center;
	background: #E6EBF0;
}
section.suggestions ul {
	list-style: square;
	margin: 0 0 0 20px;
}
section.suggestions li {
	margin: 20px 0 0  0;
}



body {
	position: relative;
}
header,
div.main {
	margin-right: 320px;
}
aside.photos {
	position: absolute;
	top: 320px;
	right: 80px;
	width: 160px;
}
aside.photos li {
	float: left;
	margin-bottom: 40px;
}
aside.photos a {
	display: block;
	overflow: hidden;
	
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}




div.portrait {
	position: absolute;
	right: 40px;
	top: 0;
	width: 240px;
}
div.portrait a.resume {
	display: block;
	padding: 5px 20px;
	background: #369;
	color: white;
	text-decoration: none;
	text-align: center;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:  5px;
	   -moz-border-radius-bottomright:  5px;
	   -moz-border-radius-bottomleft:   5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius:  5px;
}
div.portrait a.resume:hover {
	background: black;
}


section.letter {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}
section.letter p {
	margin: 0 0 20px 0;
} 
section.suggestions {
	padding: 0 0 40px 0;
	border-bottom: 1px dashed #ddd;
	
}
section.suggestions aside {
	margin: 40px 0 0 0;
	padding: 40px;
	text-align: center;
	background: #E6EBF0;
}
section.suggestions ul {
	list-style: square;
	margin: 0 0 0 20px;
}
section.suggestions li {
	margin: 20px 0 0  0;
}










@media only screen and (max-width : 768px) {
	header {
		min-height: 200px;
	}
	aside.photos {
		margin: 40px 0;
		text-align: center;
		position: static;
		width: 100%;
	}
	aside.photos li {
		float: none;
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	
	div.main {
		margin-right: 0;
	}
	h2 {
		text-align: center;
	}
}

@media only screen and (max-width : 550px) {
	header {
		margin-right: 0;
		min-height: 0;
	}
	h1 {
		text-align: center;
	}
	h2 {
		font-size: 150%;
	}
	div.portrait {
		position: static;
		margin: 0 auto;
	}
}



body {
	position: relative;
}
header,
div.main {
	margin-right: 320px;
}
aside.photos {
	position: absolute;
	top: 320px;
	right: 80px;
	width: 160px;
}
aside.photos li {
	float: left;
	margin-bottom: 40px;
}
aside.photos a {
	display: block;
	overflow: hidden;
	
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}




div.portrait {
	position: absolute;
	right: 40px;
	top: 0;
	width: 240px;
}
div.portrait a.resume {
	display: block;
	padding: 5px 20px;
	background: #369;
	color: white;
	text-decoration: none;
	text-align: center;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:  5px;
	   -moz-border-radius-bottomright:  5px;
	   -moz-border-radius-bottomleft:   5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius:  5px;
}
div.portrait a.resume:hover {
	background: black;
}


section.letter {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}
section.letter p {
	margin: 0 0 20px 0;
} 
section.suggestions {
	padding: 0 0 40px 0;
	border-bottom: 1px dashed #ddd;
	
}
section.suggestions aside {
	margin: 40px 0 0 0;
	padding: 40px;
	text-align: center;
	background: #E6EBF0;
}
section.suggestions ul {
	list-style: square;
	margin: 0 0 0 20px;
}
section.suggestions li {
	margin: 20px 0 0  0;
}










@media only screen and (max-width : 768px) {
	header {
		min-height: 200px;
	}
	aside.photos {
		margin: 40px 0;
		text-align: center;
		position: static;
		width: 100%;
	}
	aside.photos li {
		float: none;
		display: inline-block;
		margin: 0 20px 20px 0;
	}
	
	div.main {
		margin-right: 0;
	}
	h2 {
		text-align: center;
	}
}

@media only screen and (max-width : 550px) {
	header {
		margin-right: 0;
		min-height: 0;
	}
	h1 {
		text-align: center;
	}
	h2 {
		font-size: 150%;
	}
	div.portrait {
		position: static;
		margin: 0 auto;
	}
}

















#overlay {
    display: block;
	background: ;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 199;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#overlay_inner {
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    background: transparent;
    display: block;
	cursor: pointer;

}
#overlay_inner a.close {
	position: absolute;
	top: 1px;
	left: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 125%;
	padding: 3px 10px;
	color: black;
	text-decoration: none;
}
#overlay_inner img {
    float: left;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    	 -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#overlay_inner nav {
	display: block;
	position: absolute;
	padding: 2% 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#overlay_inner nav a {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
	border: 2px solid transparent;
	overflow: hidden;
	text-indent: -9999em;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		-ms-border-radius: 10px;
		 -o-border-radius: 10px;
			border-radius: 10px;

	-webkit-transition: all 0.1s ease-in;
	   -moz-transition: all 0.1s ease-in;
	     -o-transition: all 0.1s ease-in;
		-ms-transition: all 0.1s ease-in;
			transition: all 0.1s ease-in;
}
#overlay_inner:hover nav {
	background: rgba(0, 0, 0, 0.15);
}
#overlay_inner:hover nav a.active,
#overlay_inner:hover nav a:hover {
	background-color: white;
}
#overlay_inner:hover nav a {
	border-color: white;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}



/* 0.023738861084 */