@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
}


#background {
    position: absolute;
    min-height:100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-background-size: cover; /* Add in these */
    -moz-background-size: cover;    /* four lines to */
    -o-background-size: cover;      /* remove the white space*/
    background-size: cover;         /* around images */
    z-index: -1;
}

/************************************************************************************
ACCORDION
*************************************************************************************/


.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	margin:0px auto;
	width:180px;
	float:left;
	text-align:left;
	line-height:10px; 
  	display: none;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	margin-left: 20px;
}

.accordion-content.default {
	display: block;
	margin:0px auto;
	width:180px;
	float:left;
	text-align:left;
	line-height:10px; 
	padding-top: 20px;
  	padding-bottom: 20px;
	margin-left: 20px;
}



/************************************************************************************
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;
}



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

#wrapper {
	
	/*width: 100%;*/
	position:absolute;
	left: 0px; 
	top: 0px;
/*	clear: both;*/

	
	height:auto;
	min-height:100%;
	width:240px;
	margin:0;

	/*background:#111; */
	background:#FFF; 
	opacity:0.9; 
	-khtml-opacity: 0.9; 
	filter: alpha(opacity=90);
	-moz-opacity:0.9; 
	

	text-align:left;

}

#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:200px;
	margin:110px 20px 36px 20px;
	font-family:neue_schriftregular;
	font-style:normal;
}

	#images, #bio, #name, #accordion, #back {
		position: relative;
		height: 11px;
		overflow: visible;
		padding-bottom: 50px;
		font-family:neue_schriftregular;
		font-style:normal;
		z-index: 2;

	}

	#name { padding-bottom: 110px; }

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

}



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

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

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

	#images, #bio,  #accordion, #back {
		padding-bottom: 20px;
	}

	#name { 
		padding-bottom: 50px;
	}

	.accordion-content {
  		padding-bottom: 20px;
	}

	.accordion-content.default {
		padding-bottom: 20px;
	}

}



