@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
*************************************************************************************/


a {
	outline: none;
	border:0;
	border-style:none;
}

img {
	outline: none;
	border:0;
	border-style:none;
}

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

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

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

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

.black {
    color: black;
    text-decoration: none;
    text-align: left;
}

.gray {
    color: #c0c0c0;
    text-decoration: none;
    text-align: left;
}

.blue {
    color: #9dc3da;
    text-decoration: none;
    text-align: left;
}



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


.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	margin:0px auto;
	width:300px;
	float:left;
	text-align:left;
	line-height:10px; 
  	display: none;
}

.accordion-content.default {
	display: block;
	margin:0px auto;
	width:300px;
	float:left;
	text-align:left;
	line-height:10px; 
}


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

#wrapper {
	min-height:100%;
	position:relative;
}

#pagewrap {
	padding: 5px;
	width: 980px;
	height:100%;
	margin: 125px auto 0px auto;
	overflow: auto;
}

#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);
}
#artists {
	width: 280px;
	float: left;
	padding: 5px 5px 0px 100px;
}

#exhibitions {
	width: 310px; /* Account for margins + border values */
	float: left;
	padding: 5px 5px 0px 5px;
	
}

#contact {
	width: 240px;
	padding: 5px 5px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/

#footer {

	position:absolute;
	bottom:0;
	/*background:#ffab62;*/
	float:left;
	left: 0px;
	width:100%;
	height:60px;
	text-align:center;
	color:#000; 
	margin: 0px; 
	padding:0px 0 10px 0;
	font:400 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .02em;
}


.sub {
	border-radius: 0px;
	font:400 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6b6b6b;
	font-size: 11px;
	background: #e6e6e6;
	border: 0;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
}

.sub:hover {
	background: #d6d6d6;
	text-decoration: none;
}


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

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

	html, body {
		 overflow-x:hidden;
	}
	#pagewrap {
		width: 300px;
		margin: 130px 90% 0px 10%;
		overflow: hidden;
	}

	#artists, #exhibitions, #contact {
		clear:both;
		margin-left: 35px;
		padding: 0;
		width: 300px;
	}
	
	#exhibitions {
		
		border-top: dotted 1px gray;
		padding-top: 30px;
	}
	
	#contact {
		
		border-top: dotted 1px gray;
		padding-top: 30px;
	}

	#footer {
	font:9px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .001em
	
	}


}

#content {
	padding-bottom:60px; /* Height of the footer element */
}

hr {
    border: 1px dotted black;
    border-style: none none dotted; 
    background-color: #fff;
}

#artists, #exhibitions, #contact {
	margin-bottom: 100px;

}

