
/* style for cell phones */

@media (min-width: 50px) and (max-width: 600px) {


#top_part {
	border:.2em solid #000000;
}



div.desc {
	margin-left: 4em;

}


/* headings and block sections reside within these inner containers */
div.inner_cont {
	padding: .25em 1em;
}

/* indent for blocks under (h2) headings */
div.description {
	margin-left: 0;

}


/*moves the lists over */

li {
	margin-left: -2.4em;
}


}


/* Flow for full-size browsers */
@media (min-width: 600px) {

#top_part {
	border: .2em solid #000000;

}



/* headings and block sections reside within these inner containers */
div.inner_cont {
	padding: 10px 40px;
}


/* indent for blocks under (h2) headings */
div.description {
	margin-left: 40px;

}


div.desc {
	margin-left: 5em;

}


}


body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}


/* All content is inside this div */
#container {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 80px auto;
	align-items: center;
	max-width: 760px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	line-height: 180%;
	font-size: 16px;
}


#exhibitions {
	background-color: #FFEDED;
}


#awards {
	background-color: #FFFFFF;
}


#email {
	margin: 0px;
	padding: 0px;
}


#top_part {
	margin: 0 auto;
	text-align: center;

	padding-top:10px;
	padding-bottom: 24px;
	margin-bottom: 30px;
	width: 16em;
}


/* div.desc and span.year work together to align dated lists */

/*
div.desc {
	margin-left: 4em;

}
*/


span.year {
	float: left;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
}


#email {
	line-height: 50%;
	margin-top: 1.2em;
	margin-bottom: -.4em;
}

h1 {
	padding: .46em .2em;
	border-top: .12em solid #000000;
	border-bottom: .12em solid #000000;
	line-height: 100%;
	font-style: normal;
	font-size: 1.8em;
	font-family: Futura, sans-serif;
	font-weight: normal;

}

img.top {
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

h2 {
	font-style: normal;
	font-size: 20px;
	font-family: Futura, sans-serif;
	font-weight: normal;
}


h3 {
	font-weight: normal;
	font-size: 16px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background-color: #b9e4ed;
	padding: .3em .6em;
	text-decoration: none;
	margin: -.3em -.6em;
}


p {
	font-size: 16px;
	font-family: Helvetica, sans-serif;
}


li {
	font-size: 16px;
	list-style-type: none;
	padding-left: 0px;
}
