@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	margin-top: 40px;
	margin-left: -5px;
	background-color:#e5e5e5;
	color: #333333;
	line-height:1.8em;
}

#wrapper {
	font-size:1.2em;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width: 500px;
	text-align:left;
}

#wrapper p a{
	/*font-size: 0.7em;*/
	text-indent: 1em;
	color: #666;
	text-decoration: none;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imagecaption {
	color: #666;
	font-size: 0.7em;
	line-height:1.4em;
}


p {
}

/* Hyperlinks */
a:link {
	color:#000;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color:#2E2E2E;
	}
a:hover {
	text-decoration: none;
	/*color:#000;*/
	}

/*remove border from image links*/
img {
	border-style: none;
}

.page {
	text-align:right;
	color: #666;
	font-size: 1.2em;
	padding-bottom:0.2em;
}

.page_left {
	text-align:left;
	color: #666;
	font-size: 1.2em;
	padding-bottom:0.2em;
}

.page a{
	/*color:#828282;*/
	text-decoration:none;
}

/*.page a:hover{
	color:#434343;
}*/

/*cv table*/
table.cv {
	border-style:none;
}
caption {}
tr {}
th {}
td.year {
	border-style:none;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}
td.exhibit {
	border-style:none;
	padding-left:10px;
	padding-bottom:0px;
	padding-top:0px;
}
td.exhibit a {
	color:#000;
	font-style:italic;
}
td.exhibit a:hover {
	color:#6D6D6D;
}

.title {
	font-size:1em;
	color:#000;
}

.gallery_section {
	color:#777;
}

.title_gallery {
	/*padding-left:30px;*/
	font-size:1em;
	color:#000;
}
.title_sub {
	color:#6D6D6D;
}

.exhibition {
	font-size:0.8em;
}

.exhibition_info {
	padding-left: 30px;
	font-size:0.8em;
}
.exhibition_info_sub {
	color:#828282;
}

.quote {
	padding-left: 30px;
	padding-right:30px;
	color:#191919;
}
.quote_credit {
	font-size:0.8em;
	padding-left: 30px;
	padding-right:30px;
	color:#6D6D6D;
}