/* LINKS =============================================================================  */

a { 
color : #0b0b0c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}


a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #0b0b0c;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* LAYOUT ============================================================================= */

html, body {height: 100%;}

* {
	margin: 0;
}

/* STRUCTURE */

#wrapper {
	margin-top: 0px;
	overflow: auto;

}

#content {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}


/* HEADER */

#header {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}

#header h1 {
	text-align: center;
	font-family: 'Merriweather', serif;
	font-size: 3.875em;
	font-weight: 600;
	margin-top: 200px;
	border-bottom: solid 2px white;
}

#header h1 a {
	border-bottom: solid #0b0b0c 3px;
}


/* NAVIGATION */

nav {
	width: 100%;
	margin: 20px auto 100px auto;
	text-align: center;
	color: #0b0b0c;
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	font-weight: 900;
	z-index: 100;
	position: fixed;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto 100px auto;
	text-align: center;
}

ul.topnav {
    list-style-type: none;
    overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: center;
	width: auto;
	display: table;   /* Allow the centering to work */
}

ul.topnav li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
}

ul.topnav li:last-child {
	padding-right: 0px;
}

nav a {
	color: #0b0b0c;
	border-bottom: 2px solid rgba(0, 0, 0, 0); 
}

nav a:hover {
	color: #0b0b0c;
	border-bottom: 2px solid #0b0b0c; 
}

/* INFO */

#info-wrapper {
	width: 80%;
	margin: 100px auto;
}

#info-headshot {
	width: 30%;
	text-align: center;
	margin: 0 auto;
}

#info-headshot img {
	max-width: 200px;
}

#info-body {
	width: 68%;
	margin: 60px auto 140px auto;
}

#info-body h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.5em;
	font-weight: 700;
	margin: 0 0 40px 0;
	color: #191817;
	text-align: center;
}

#info-body p {
	font-family: 'Nunito', sans-serif;
	font-size: 1.5em;
	line-height: 1.75em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	color: #0b0b0c;
}

#info-body p a {
	color: #0b0b0c;
	text-decoration: none;
	border-bottom: solid white 2px;
	font-weight: 600;
}

#info-body p a:hover {
	color: #0b0b0c;
	text-decoration: none;
	border-bottom: solid #0b0b0c 2px;
	font-weight: 600;
}

/* PORTFOLIO FEATURES */


.feature-container {
	margin: 160px auto 0 auto;
	text-align: center;
	max-width: 960px;
}

.feature-item {
	margin: 100px 0;
	clear: right;
	height: 420px;
}

.feature-image {
	float: left;
	margin-right:8%;
	width: 71%;
	text-align: left;
	height: auto;
}

.feature-description {
	text-align: left;
	padding-top: 120px;

}

.feature-description h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.875em;
	font-weight: 600;
	margin-bottom: 8px; 
	padding-bottom: 5px;
	border-bottom: solid white 2px;
}

.feature-description h1 a {
	border-bottom: solid white 3px;
	padding-bottom: 1px;
	margin-bottom: 8px; 
}

.feature-description h1 a:hover {
	border-bottom: solid #0b0b0c 3px;
	padding-bottom: 1px;
	margin-bottom: 8px; 
}

.feature-description h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 1.275em;
	font-weight: 900;
	line-height: 1.25em;
}

.feature-description p {
	font-family: 'Nunito', sans-serif;
	font-size: 1.275em;
	line-height: 1.25em;
	font-weight: 400;
}

/* SMALL LISTING */

#sm-listing-container {
	margin: 160px auto 0 auto;
	text-align: center;
	max-width: 960px;
	overflow: auto;
}

.sm-listing-4col-col-description {
    text-align: left;
}

.sm-listing-4col-col {
	width: 20%;
	float: left;
	padding-right: 6%
}

.sm-listing-4col-col:last-child {
	padding-right: 0;
}

.sm-listing-4col-col img {
	width: 100%;
	margin: 0 0 10px 0;
}

.sm-listing-4col-col h1 {
	font-family: 'Merriweather', serif;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 600;
	border-bottom: solid white 2px;
	text-align: left;
}

.sm-listing-4col-col h1 a {
	border-bottom: solid white 3px;
	padding-bottom: 1px;
	margin-bottom: 8px; 
}

.sm-listing-4col-col h1 a:hover {
	border-bottom: solid #0b0b0c 3px;
	padding-bottom: 1px;
	margin-bottom: 8px; 
}

.sm-listing-4col-col h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 1.275em;
	font-weight: 900;
	line-height: 1.25em;
	text-align: left;
}

.sm-listing-4col-col p {
	font-family: 'Nunito', sans-serif;
	font-size: 1.275em;
	line-height: 1.25em;
	font-weight: 400;
	text-align: left;
}

/* DETAIL */

.detail-wrapper {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.portfolio-piece-description {
	margin-bottom: 120px;
	margin-top: 40px;
}

.portfolio-piece-description h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 1.275em;
	margin-bottom: 10px;
	line-height: 1.25em;
}

.portfolio-piece-description h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.275em;
	line-height: 1.25em;
	margin-bottom: 40px;
}

.portfolio-piece-description p {
	font-family: 'Merriweather', serif;
	font-size: 1.25em;
	line-height: 1.5em;
}

.portfolio-piece-content {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.portfolio-piece-content img {
	margin: 50px 0;
}

.portfolio-piece-content video {
	width: 100%;
	margin: 0 0 60px 0;
	text-align: left;
}

.portfolio-piece-body {
	width: 80%;
	margin: 100px auto 100px auto;
	text-align: center;
	overflow: auto;
}

.portfolio-piece-body p a {
	border-bottom: 2px solid white;
	font-weight: 600;
}

.portfolio-piece-body p a:hover {
	border-bottom: 2px solid black;
	font-weight: 600;
	cursor: inherit;
}

.portfolio-piece-validated {
	margin-bottom: 100px;
}

.portfolio-piece-validated ul {
	list-style-type: none;
}

.portfolio-piece-validated li {
    background: url(../images/large/check.png) no-repeat left;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	padding: 12px 16px 12px 56px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.275em;
	line-height: 1.25em;
	text-align: left;
	vertical-align: middle;
	color: #0b0b0c;
}

.portfolio-piece-learnings {
	margin-bottom: 100px;
}

.portfolio-piece-learnings ul {
	list-style-type: none;
}

.portfolio-piece-learnings li {
    background: url(../images/large/bulb.png) no-repeat left;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	padding: 12px 16px 12px 56px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.275em;
	line-height: 1.25em;
	text-align: left;
	vertical-align: middle;
	color: #0b0b0c;
}


.portfolio-piece-body-2col-col {
	float:left;
	width: 48%;	
	padding-right: 2%;
	clear: right;
}

.portfolio-piece-body-2col-col h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 1.275em;
	margin-bottom: 20px;
	line-height: 1.25em;
}

.portfolio-piece-body ol {

}

.portfolio-piece-body h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.25em;
	font-weight: 600;
	margin-bottom: 8px; 
	padding-bottom: 5px;
}

.portfolio-piece-body h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 1.275em;
	margin-bottom: 10px;
	line-height: 1.25em;
}

.portfolio-piece-body p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.275em;
	line-height: 1.5em;
	width: 80%;
	margin: 0 auto 20px auto;
}

.video-frame {
    width:960px;
    height:540px; 
}

/* RESUME PAGE */

#resume-download {
	text-align: center;
	margin: 40px auto 0 auto;
}

#resume-container {
	text-align: left;
	width: 50%;
	margin: 100px auto 200px auto;
}

	#resume-download h2 {
		font-family: 'Nunito', sans-serif;
		font-weight: 900;
		font-size: 1.275em;
		margin-bottom: 10px;
		line-height: 1.25em;
		border-bottom: solid 2px white;
	}

	#resume-download h2 a {
		border-bottom: solid 2px white;
		font-weight: 600;

	}

	#resume-download h2 a:hover {
		border-bottom: solid 2px #0b0b0c;
	}


	#resume-container h1 {
	font-family: 'Merriweather', serif;
	font-size: 2.25em;
	font-weight: 600;
	margin-top: 60px;
	margin-bottom: 8px; 
	padding-bottom: 5px;
	}

	#resume-container h2 {
		font-family: 'Nunito', sans-serif;
		font-weight: 900;
		font-size: 1.275em;
		margin-bottom: 0px;
		line-height: 1.25em;
		border-bottom: solid 2px white;
	}

	#resume-container h2 a {
		border-bottom: solid 2px white;
		color: #0b0b0c;
		font-weight: 600;
	}

	#resume-container h2 a:hover {
		border-bottom: solid 2px #0b0b0c;
	}

	#resume-container h3 {
		font-family: 'Nunito', sans-serif;
		font-size: 1em;
		font-weight: 600;
		margin: 0 0 10px 0;
		line-height: 1.5em;
	}

	#resume-container p {
	margin: 0 0 20px 0;
	color: #0b0b0c;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.275em;
	line-height: 1.5em;
}

	#resume-container p a {
		color: #0b0b0c;
		border-bottom: solid 2px white;		
		font-weight: 600;
	}

	#resume-container p a:hover {
		color: #0b0b0c;
		border-bottom: solid 2px #0b0b0c;		
	}

	#resume-container p a {
		color: #0b0b0c;
		border-bottom: solid 2px white;
		font-weight: 600;
	}

	#resume-download p a:hover {
		border-bottom: solid 2px #0b0b0c;
	}

	#resume-container img {
		margin: 0 0 20px 0;
	}

	#resume-container h4 {
		font-family: 'Istok Web', sans-serif;
		font-size: 1em;
		margin: -20px 0 20px 0;
		text-transform: uppercase;
		color: #a4a1a1;
	}

	#resume-container ul {
		margin: 0px 0 30px 30px;
		color: #191817;
	}

	#resume-container ul li {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 1.275em;
		line-height: 1.5em;
		margin-bottom: 20px;
	}

	#resume-container ul li a {
		color: #0b0b0c;
		border-bottom: 2px solid white;
		font-weight: 600;
	}

	#resume-container ul li a:hover {
		color: #0b0b0c;
		border-bottom: 2px solid #0b0b0c;
	}

/* BACK TO TOP */

#back-to-top {
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	font-weight: 900;
	margin: 100px auto;
	width: 100%;
}

#back-to-top a {
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	font-weight: 900;
	border-bottom: 2px solid white;
}

#back-to-top a:hover {
	border-bottom: 2px solid #0b0b0c;

}


/* FOOTER */

footer {
	text-indent: center;
	margin: 0 auto;
	width: 100%;
}

.footer-container, .wrapper:after {
	height: 50px;
	text-indent: center;
	margin: 0 auto;
}

.footer-container {
	margin-top: 100px;

}

.footer-content {
	font-size: .875em;
	color: #0b0b0c;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
}

#error {
	font-size: 1.125em;
	margin-bottom: 150px;
	line-height: 1.75em;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;

}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}



/* VENDOR-SPECIFIC ============================================================================= */

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


