/* ******************************************

color guide: 

light grey:   #E6E7E8	
mint green:   #7CCBBA
purple brown: #66001E
black: 		  #231F20

****************************************** */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	display: block;
	clear: both;
}

body {
	line-height: 1;
	font-family: 'ff-tisa-web-pro', Georgia, serif;
	font-weight: 400;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start site styles */


header {
	height: 50px;
	margin: 0 0 175px;
}


header .bounds {
	position: relative;
	top: 20px;
	 /* logo height - header height(100px) */
}

.bounds { 
	width: 80%;
	max-width: 1000px;
	margin: 0 auto ;

}

.decoborder {
	background: url(../images/headdeco-tile.png);
	width: 100%;
	height: 60px;
}

a {
	color:#58585B;
}

a:hover {
	color: black;
}

nav  {
	font-size: 18px;
}

nav a {
	color: #58585B;
	text-decoration: none;
	padding: 60px 4.2857142857%;
	position: relative;
	top: -2px;
	font-family: 'omnes-pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

nav a:hover {
	color: #7CCBBA;
}

.headline {
	font-family:'alternate-gothic-no-3-d', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', 'Arial Narrow', sans-serif;
	font-size: 50px;
	color: #58585B;
}

/* portfolio page*/

 .piece-title {
 	font-family: 'alternate-gothic-no-3-d', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', 'Arial Narrow', sans-serif;
 	font-weight: 600;
	font-size: 44px;
	color: #58585B;
	margin-bottom: 1em;
	column-span: all;
}

.portfolio{
	column-width: 300px;
	column-gap: 3em;
	margin-bottom:3em;
}

.portfolio-pieces {	
	margin: 0 30px 20px 0;
	
}
.portfolio-pieces img {
	margin: 0 auto 2em;
	display: block;
	max-width: 100%;
}
	

.type {
	display: block;
	font-family: 'omnes-pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 17px;
	font-style: italic;
	color: #58585B;
}

.portfolio h1 {
		margin-bottom: 25px;
}
.portfolio p {
	font-size: 16px;
	color: #58585B;
	line-height: 1.4285714286;
	text-align: left;
	margin-bottom: 1em;
	}
	

/* begin bio page*/

.about  {
	font-size:44px;
	color: #58585b;
	margin-bottom: 25px;
	border-bottom: solid 1px #7ccbba;
}


.bio p {
	font-size: 16px;
	color: #58585B;
	line-height: 1.4285714286;
	text-align: left;
	margin-bottom: 1em;
	position: relative;
	margin: 0 0 25px;
	
}

.headshot {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;

}

.thumbnails.bounds {
	margin-top: 85px;
	
}

.thumbnails a {
	margin: 1.5%;
	display: inline-block;
	width: 30.333%;
	float: left;
}

.thumbnails img {
	max-width: 100%;
	height: auto !important;
}

/*gallery*/

.gallery  {
	font-size:44px;
	color: #58585b;
	margin-bottom: 25px;
	border-bottom: solid 1px #7ccbba;

}

/*home*/
.billboard {
	padding: 150px 0px;
	margin-bottom: 50px;
	text-align: center;
	background-color: black;
	}
	
	.hi {
	color: white;
	font-family: 'omnes-pro', Helvetica, Arial, sans-serif;
}
/*contact*/

.email {
		margin-bottom:25px;
}
.email2 {
	font-family: 'omnes-pro', Helvetica, Arial, sans-serif;
 	font-weight: 300;
	font-size: 20px;
	color: #58585B;
	margin-bottom:25px;
}