/* LAYOUT STYLES */

html { overflow:scroll; }


html, body
	{
	padding: 0;
	margin: 0;
	background-color: #fff;	
	}

/* TOP NAV AREA */

#top
	{
	position: absolute;
	top: 0px;
	left: 60px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 70px;
	width: 900px;
	border-top: 5px solid #eee;
	background-color: #fff;	
	text-align: left;
	padding-bottom: 0px;		
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	width: 900px;
	background-image: none;
}

* {
	
}
	
#home
{
	position: absolute;
	top: 35px;
	left: 10px;
	margin: 0;
	background-color: none;
	width: 280px;
	height: 50px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
}
	
#byline
{
	position: absolute;
	top: 35px;
	left: 630px;
	margin: 0;
	border-bottom: 1px solid #eee;
	background-color: none;
	padding: 0;
	width: 280px;
	height: 60px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
}

/* MAIN CONTENT  */

#content 
{ 
	margin: 0;
	padding: 0;
	width: 900px;
	margin-left: 60px;
}

#shell
{
	position: absolute;
	top: 115px;
	left: 60px;
	margin: 0;
	background-color: #fff;
	padding: 10px 0 0 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
}

html>body #shell { padding: 10px 0 0 0; } 


#text, #text_wide
{
	position: relative;
	margin: -10px 0 0 0px;
	border-top: 1px solid #fff;/* need this 'blank border' for multi-column alingnment */
	padding: 0;
	width: 600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 600px;
}




#text p
{
	width: 460px;
}

#text_wide p
{
	width: 500px;
	font-size: 11px;
	color: #666;
	font-weight: normal;

}

#link1
{
	float: left;
	position: relative;
	margin: 0px 0 0 0px;
	padding: 0;
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 270px;
}

#link2
{
	position: relative;
	margin: 0px 0 0 300px;
	padding: 0;
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 270px;
}

#recent1
{
	float: left;
	position: relative;
	margin: -20px 0 0 0px;	
	padding: 0;
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 270px;
}

#recent1 img
{
	margin: 0 0 0 -10px;	
	padding: 0;
}

#recent2
{
	position: relative;
	margin: -20px 0 0 300px;
	padding: 0;
	width: 270px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 270px;
}

#recent2 img
{
	margin: 0 0 0 -10px;	
	padding: 0;
}


#recent 3
{
	float: left;
	position: relative;
	margin: -20px 0 0 0px;
	padding: 0;
	width: 600px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 580px;
}

#recent3 img
{
	margin: 0 0 0 -10px;	
	padding: 0;
}

#image
{
	position: relative;
	margin:  0;
	padding: 0;
	width: 600px;
	height: 400px;
	background:#e7e7e7;
}

#imgs-frame {
	float: left;
	width: 600px;
	height: 400px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;	
	overflow: hidden;
}

#image-450
{
	position: relative;
	margin:  0;
	padding: 0;
	width: 600px;
	height: 450px;
	background:#e7e7e7;
}

#imgs-frame-450 {
	float: left;
	width: 600px;
	height: 450px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;	
	overflow: hidden;
}


#image-med
{
	position: relative;
	margin:  0;
	padding: 0;
	width: 600px;
	height: 471px;
	background:#fff;
}

#imgs-frame-med 
{
	float: left;
	width: 600px;
	height: 471px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;	
	overflow: hidden;
}

#image-tall
{
	position: relative;
	margin:  0;
	padding: 0;
	width: 600px;
	height: 533px;
	background:#fff;
}

#imgs-frame-tall 
{
	float: left;
	width: 600px;
	height: 533px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;	
	overflow: hidden;
}

/* RIGHT SIDE CONTROLLER */

/* SUBNAV_HOME appears on index only  */

#subnav_home
{
	position: absolute;
	top: 500;
	left: 630px;
	margin: 0;	
	padding: 5px;
	padding-left: 5px;
	background-color: #f1fcfc;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ddd;	
	width: 270px;
	height: 400px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	width: 265px;
}

/* SUBNAV_ appears on exhibitions, resume, writing, links   */

#subnav
{
	position: absolute;
	top: 0;
	left: 630px;
	margin: 0;	
	padding: 5px;
	padding-left: 5px;
	background-color: #f2fcfc;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ddd;	
	width: 270px;
	height: 400px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	width: 265px
}



/* CONTROLLER appears on galleries   */

#controller {
	float: left;
	position: absolute;
	top: 0;
	left: 630px;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	z-index: 10;
	width: 270px;
	height: 400px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	width: 265px
}


#controller-450 {
	float: left;
	position: absolute;
	top: 0;
	left: 630px;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #eee;
	z-index: 10;
	width: 270px;
	height: 450px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 0;
	width: 265px
}


#controller h1, #controller-450 h1 {
	margin-top: 36px;
	}

#autoplay {

	margin-top: 5px;
	margin-right: 10px;
	float: left;
	
	}
		
#prevnext {
	
	margin-top: 5px;
	}	

#list 
{
	border-top: 1px solid #eee;
	width: 100%;
	margin-bottom: 1px;
}

#imagelist 
{
	width: 100%;
	margin-bottom: 1px;
}

#footer 
{
	position: relative;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eee;	
	padding: 5px 0;
	margin: 150px 0 50px 0;
}
