@font-face {
    font-family: 'LydianBTRoman';
    src: url('../_media/24136_lydianbtroman-webfont.eot');
    src: url('../_media/24136_lydianbtroman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_media/24136_lydianbtroman-webfont.woff') format('woff'),
         url('../_media/24136_lydianbtroman-webfont.ttf') format('truetype'),
         url('../_media/24136_lydianbtroman-webfont.svg#LydianBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:active
{
	/*color: rgb(255, 0, 0);*/
	color: black;
	text-decoration: none;
}

a:hover
{
/*		color: rgb(121, 121, 121);*/
		text-decoration: underline;
}

ul, ol { list-style: none; }

body
{
/*	color: rgb(121, 121, 121);*/
	font-family: LydianBTRoman, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1
{
	font-size: 1.2em;	
}

h2, h3, h4
{
	font-size: 1em;
}

h4
{
	margin-top: 5px;
}

#wrapper
{
	margin: 20px 20px;
	width: 1080px;
	position: relative;
}

#masthead
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: absolute;
	top: 480px;
	left: 158px;	
	z-index: 20;
}

#masthead h1 a
{
	display: block;
	width: 212px;
	height: 0px;
	padding-top: 105px;
	background: transparent url(../_media/masthead.png) no-repeat;
	overflow: hidden;
}

#masthead #nav
{
	margin-top: 10px;
	text-align: center;	
}

#masthead #nav li
{
	font-size: 16px;
	display: inline;
	margin-right: 8px;
	text-transform: uppercase;
}

#masthead #nav li.mfa a 	{ color: #EC1C24; }
#masthead #nav li.bfa a		{ color: #0071BB; }
#masthead #nav li.map a		{ color: #006F3B; }
#masthead #nav li.press a { color: #FFC10E; }

#home-info
{
	position: absolute;
/*	top: 480px;*/
	left: 455px;
	font-size: 20px;
	line-height: 22px;
}

ul#people>li
{
	width: 160px;
	float: left;
	margin-right: 10px;
}

ul#people>li.art { width: 130px; }
ul#people>li.art-and-technology { width: 140px; }
ul#people>li>h2
{
	margin-bottom: 7px;
	text-transform: uppercase;
}

ul#people>li.mfa1>h2,
ul#people>li.mfa2>h2,
ul#people>li.mfa2>ul>li:first-child>h2,
ul#people>li.mfa1>ul>li:last-child>h2 
{ text-decoration: underline; }


ul#people ul
{
	margin-bottom: 14px;
}

#masthead, #people
{
	position: fixed;
}

/* WORK */
ul#detail
{
/*	float: left;*/
	position: absolute;
	left: 460px;
	width: 620px;
	text-align: left;
}

ul#detail>li
{
	margin-bottom: 10px;
}

ul#detail .info
{
	width: 160px;
	margin-right: 10px;
	float: left;
}

ul#detail .work
{
	width: 440px;
	margin-right: 10px;
	float: right;
}

ul#detail .work li
{
	margin-bottom: 30px;
}

ul#detail .work .work-info
{
	text-align: left;
	width: 440px;
}

ul#detail .work img
{
	width: 440px;
}

ul#detail h3
{
	text-transform: uppercase;
	color: white;
	background-color: black;
	display: inline;
}

.bio
{
	margin: 7px 0px;
}

body.map #content
{
	text-align: center;
	top: 160px;
	position: absolute;
}

body.map #content img
{
	width: 320px;
}


/* iPhone */
@media only screen and (max-device-width: 640px)
{
	h1, h2, h3 { text-rendering: optimizeLegibility; }
	body #masthead
	{
		top: 10px;
		left: 53px;	
		position: absolute;
	}
	
	body #wrapper, body #content
	{
		width: 320px;
		position: absolute;
	}
	
	body #wrapper
	{
		margin: 5px;		
	}

	#home-info
	{
		position: absolute;
		top: 190px;
		left: 63px;
		font-size: 16px;
		line-height: 22px;
	}

	body #wrapper ul#nav li.mfa,
	body #wrapper ul#nav li.bfa,
	body #wrapper ul#nav li.press
	{
		display: none;
	}

}

/* iPad */
@media only screen and (max-device-width: 768px)
{
	h1, h2, h3 { text-rendering: optimizeLegibility; }
}

/* small screens */
@media only screen and (max-width: 1100px)
{
/*	#masthead, #people	{	position: absolute;	}*/
	body { font-size: 10px; }
	ul#people>li { width: 140px; }
	ul#people>li.art { width: 110px; }
	ul#people>li.art-and-technology { width: 120px; }
	#masthead { left: 140px; }

	ul#detail	{ left: 395px; width: 515px;}
	ul#detail .work { margin-right: 0px;}

	ul#detail .work,
	ul#detail .work img,
	ul#detail .work .work-info { width: 345px; }

	#wrapper { width: 920px; }
}

/* short screens */
@media only screen and (max-height: 700px) and (max-width: 1100px)
{
	#masthead, #people	{	position: absolute;	}
	#masthead { left: 120px; top: 460px; }
}

@media only screen and (max-height: 701px) and (min-width: 1101px)
{
	#masthead, #people	{	position: absolute;	}
	#masthead { left: 138px; top: 460px; }
}


/* BIG ASS SCREENS */
@media only screen and (min-width: 1250px)
{
	ul#detail .work .work-info,	ul#detail .work img { width: 610px; }
/* 
	body { font-size: 14px; }
	ul#people>li { width: 185px; }
	ul#people>li.art { width: 145px; }
	ul#people>li.art-and-technology { width: 155px; }
	ul#detail	{ left: 520px; }
	#masthead { left: 175px; }
*/
}

@media only screen and (min-width: 1450px)
{
	ul#detail .work .work-info,	ul#detail .work img { width: 800px; }
}
