@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'neue_schriftregular';
    src: url('../fonts/neueschrift-sym-webfont.eot');
    src: url('../fonts/neueschrift-sym-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neueschrift-sym-webfont.woff2') format('woff2'),
         url('../fonts/neueschrift-sym-webfont.woff') format('woff'),
         url('../fonts/neueschrift-sym-webfont.ttf') format('truetype'),
         url('../fonts/neueschrift-sym-webfont.svg#neue_schriftregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family:neue_schriftregular, Arial Black;
	font-style:normal;
	font-size: .82em;
	text-align: left;
	font-weight:100;
	text-decoration: none;
	letter-spacing: .07em;
	line-height: 20px;
	overflow: auto
}


/************************************************************************************
LINK FORMATTING
*************************************************************************************/


img, a, a:link, a:visited, a:hover, a:active   {
    color: black;
    text-decoration: none;
    text-align: left;
    outline: none;
	border:0;
	border-style:none;
}

.black, .black:link, .black:visited, .black:hover, .black:active   {
    color: black;
    text-decoration: none;
    text-align: left;
}

.gray, .gray:link, .gray:visited, .gray:hover, .gray:active   {
    color: #c0c0c0;
    text-decoration: none;
    text-align: left;
}

.blue, .blue:link, .blue:visited, .blue:hover, .blue:active   {
    color: #9dc3da;
    text-decoration: none;
    text-align: left;
}




/************************************************************************************
FULL SCREEN DISPLAY
*************************************************************************************/

#wrapper {
	min-height:100%;
	width: 100%;
	position:absolute;
	clear: both;
}

#header {
	padding:1px;
}

#logo a{
	position:absolute;
	top:0px;
	left: 0px;
	height:16px;
	width:112px;
	margin:20px 20px 36px 20px;
	background-image:url(../img/mathew_logo.png);

}

#logo_white a{
	position:absolute;
	top:0px;
	left: 0px;
	height:16px;
	width:112px;
	margin:20px 20px 36px 20px;
	background-image:url(../img/mathew_logo_white.png);

}



#nav {
	position: absolute;
	height:auto;
	width:112px;
	margin:125px 20px 36px 20px;
	font-family:neue_schriftregular;
	font-style:normal;
}

	#images, #bio, #press, #video, #reviews, #home {
		position: relative;
		height: auto;
		padding-bottom: 50px;
		font-family:neue_schriftregular;
		font-style:normal;

	}

#pagewrap {
	padding: 0 0 0 120px;
	width: 980px;
	height:auto;
	margin: 125px auto 0px auto;
	overflow: auto;

}

#show_image {
	max-width: 650px;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
	overflow:hidden;
}

#show_image img{
	max-width: 100%;
	
}

#show_title {
	position: relative;
	width: 300; /* Account for margins + border values */
	float: left;
	margin: 0 0 0 30px;
	
}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 700px or less */
@media screen and (max-width: 700px) {

	html, body {
		 overflow-x:hidden;
	}
	#pagewrap {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		overflow: hidden;
	}

	#images, #bio, #press, #video, #reviews, #home {
		padding-bottom: 20px;


	}

	#nav {
	position: relative;
	height:auto;
	width:100%;
	margin:85px 0px 20px 20px;
	font-family:neue_schriftregular;
	font-style:normal;
	}

	#show_image {
	width: 90%;
	margin: 0 20px 0 20px;
	}

	#show_title {
	position: relative;
	width: 350px; /* Account for margins + border values */
	float: left;
	margin: 30px 0 100px 20px;
	}

}

