body 	{
	background-color:white;
	color: #333333;
	margin: 0 ;
	padding: 0 ;
	line-height: 1.5em ;
	font-size: 85% ;
	font-family: 'Trebuchet MS', Tahoma,Verdana, sans-serif ;

	}
/* added to control font family in Opera */	
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma,Verdana, sans-serif  ;
	}
h1	{
	font-size: 120%;
	font-weight:bolder;
	padding: 0;
	}
h2	{
	font-size: 105% ;
	font-weight:bold;
	font-style:italic;
	padding: 0;
	}
h3	{
	font-size: 105% ;
	padding: 0;
	}
h4	{
	font-size: 100% ;
	padding: 0;
	}	
p, ul, li {
	padding: 0;
	margin: 0;
	}
#wrapper	{
	background-color: white;
	width: 90%;
	margin: 1% auto;
	}	

/* topnavbar styles */
#topnavbar {
	width: 100%;
	background-color: white;
	text-align: left; 
	}
#topnavbar ul{
	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
	font-size: 90%;
	line-height: 2 ;
	}
#topnavbar li {
	display: inline;
}
#topnavbar li a { 
	color:#333;
	text-align: center ;
	text-decoration: none ;
	padding: 0.5em 1.2em ;
	}
#topnavbar li a:hover {
	text-decoration: underline;
	}
a img#navbarlogo {
	border: none;
	float:right;
	padding: 0.5em 1.2em 0.5em;
}
.linesimple {
	clear: both;
	border-bottom: 1px solid #F5F5F5;
}
/* rules to set the link for the currently active page in the topnavbar to bold depending on body ID*/

body#homepage #topnavbar a#homebutton,
body#portfoliopage #topnavbar a#portfoliobutton,
body#essayspage #topnavbar a#essaysbutton,
body#archivepage #topnavbar a#archivebutton,
body#biographypage #topnavbar a#biographybutton,
body#contactpage #topnavbar a#contactbutton
	{
	font-weight:bold;
	}		
/* end of topnavbar styles */

#content {
	display:block;
	background-color: white;
	/*width: 100%;*/
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 3%;
	padding-right: 1em;
	padding-left: 1em;
	}
#content p {
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
}
/* class to allow using p with no top/bottom padding and margin */
#content p.nopad {
	padding:0;
	margin:0;
}
#content ul {
margin-left: 1em ;
margin-top: 0;
padding-left: 1em;
padding-top: 0; 
}
#content a, #footer a {
	color: #666;
	text-decoration:none;
}
#content a:hover, #footer a:hover {
	text-decoration:underline;
}
#footer {
	clear: both ;
	padding: 4em 1.2em 0.5em;
	width: 100% ;
	font-size: 75% ;
	text-align: right; 
	background-color: white; 
	}
/* style for text displayed when JavaScript is turned off */
#javascriptalert {
	color:#666;
	font-size: 80%;
}	
/* Styles for standard table, used on portfolio.html */	
.tblstandard {
	width: 95%;
	border: 0;
	padding: 0 0 2em 0;
}
.tblstandard caption {display: none}
.tblstandard th {display:none}
.tblstandard td {
/*	width: 18%;*/
	padding:0.5em 0.5em;
	text-align: center;
	vertical-align: top;
}
.tblbiography {
	width: 70%;
	vertical-align:top;
	text-align:left;
	}
.tblbiography caption {display: none}
.tblbiography th {display:none}
.tblbiography td {vertical-align:top}
.colyear {width:10%}
.colexhibitioninfo {width:90%}

/* Styles for index page */
.container
{
text-align:center;
}

#indexpagelogo {
	margin: 10% auto;
}
a img#indexpagelogo {
	border:none;
}
/* end of index page styles */

/* Styles related to slideshow facility */
/* adopted with modifications from www.mapplethorpe.org */
#slideshow-nav {
	display:block;
	margin:20px 0;
	overflow:hidden;
}
#slideshow-cur {
	text-align:center;
	padding-right:3px;
}
#slideshow-max	{
	text-align:center;
	padding-left:3px;
}
.slideshow-pos {
	color:#000000;
	float:left;
	width:auto;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
#content .slideshow-nav-prev {
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background:white url(images/sprites.gif) 0 2px no-repeat;
	cursor:pointer;
}
#content a:hover.slideshow-nav-prev  {
	background-position:-25px 2px;
}
#content .slideshow-nav-next {
	float:left;
	width:25px;
	height:25px;
	margin-left:5px;
	background:white url(images/sprites.gif) 0 -23px no-repeat;
	cursor:pointer;
}
#content a:hover.slideshow-nav-next {
	background-position:-25px -23px;
}
#backtoportfolio {
	line-height:25px;
	padding-left: 20px;
}
/* end of slide show styles*/

/* portfolio section pages, style for left column with slideshow navigation links */
#leftColumn, #content #leftColumn {
	float:left;
	width:25%
}

/* portfolio section pages, style for image section */
#imgcontainer {
	height:460px;
	width:50%;
	text-align:center;
	float:left;
	margin:1em 0;
}
/* portfolio section pages, id to display preloader for the first image in the array until images are loaded.
Height should match maximum height of images*/
#imgdiv0 {
  background:#fff url(images/preloader.gif) center no-repeat;
  width:100%;
  height:460px; 
}
/* portfolio overview page, id to hold table of thumnail images*/
#portfoliocontainer {
	height:460px;
}
	

/* portfolio overview page, class to display preloader until images are loaded */
.imgclass {
	background:#fff url(images/preloader.gif) 40px 40px no-repeat;
}

/* homepage, style to create div for preloader image, used instead of imgdiv0. When 
adding an image to the homepage, the dimensions should be modified to match the image dimensions*/
#imgdivhomepage{
	background:#fff url(images/preloader.gif) 40px 40px no-repeat;
	width:353px;
	height:460px;
	float:right;
	clear:both;
}
/* Style to shift an image to the right of the page, used e.g. on home.html */
.imgright	{
	padding-left: 2px;
	float: right;
	clear: both;
	padding-right: 5px;
	border: none;
	width:auto;
	}
a img {
	border:none;
}
/* Styles related to videoplayer on portfolio_moving_image.html */
#content .videoplayer {
display:block;
	width:425px;height:300px;padding-bottom:15px;
	margin:auto;
}
#content a:hover.videoplayer {
	text-decoration: none;
}
/* padding-bottom pushes the first video down the page */
#content ul.videopageul {
	padding-top:1em;
	padding-bottom: 770px;
	list-style-image:url(images/bullet.gif);
list-style-position:outside;
list-style-type:disc;
	}
#content a.videopagetoplink {
	padding-left:19px;
}
#content .videocontainer {
	padding-bottom:480px;
	text-align:center;
}
#content .videocontainerlast {
	padding-bottom:80px;
	text-align:center;
}
#content p.videocaption {
	padding-top:50px;
	text-align:left;
	width:425px;
	margin: auto;
}

