/**
 * KarenMarston.com
 * Site-wide CSS
 * Last Edited 1/10/2009 
 **/
 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	margin-top: 0;
}

#wraptable, .wraptable {
	width: 780px;
}
.workgroup #wraptable {
	width: 878px;
}
.headrow td{  /*contains Karen Marston text */
	height: 60px;
}
.headrow a img { border: 0 }
.headrow_archive td{  /*contains Karen Marston text */
	padding-top: 9px;
	padding-bottom: 16px;
}
.titlerow td{  /*contains page title such as "Exhibitions" */
	height: 60px;
}

.workpage .titlerow td {
	height: auto;
}
.pixcol {
	width: 350px;
	padding-right: 30px;
}

.caption {
	padding-top: 6px; 
	font-size: 10px;
	color: #666666;
}
.caption_archive {
	padding: 20px 0 10px 10px;
	font-size: 10px;
	color: #666666;
}
.oldpg_clicktosupersize {
	padding-left: 6px;
}

.narrowtext {
	padding-right: 30px;
}

/* paingting thumbnails in individual group pages */
#thumbrow, .thumbrow {
	/* following two needed so that white space in HTML 
	 * doesn't take up any room between thumbnails */
	font-size: 0; 
	white-space: nowrap;
}
.thumbrow td {
	padding-bottom: 16px;
}
#thumbrow a, .thumbrow a {
	width: 74px;
	height: 58px;
	display: block;
	float: left;
}
#thumbrow a.last, .thumbrow a.last{
	width: 58px;
}
#thumbrow img, .thumbrow img  {
	width: 58px;
	height: 58px;
	border: 0;
}


#thumbrowold .smallerthumb img, .thumbrowold .smallerthumb img {
	width: 69px;
	height: 69px;
	padding-bottom: 2px;
	border: 0;
}

/* big picture setting */
.bigpix img {
	height: 390px;
	float:right;
}
.bigpix p {
	float: right;
	height: 40px;
	text-align:right;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 355px;
	line-height: 1.5;
	white-space: nowrap;
}

/* for pages that have 2 rows of thumbnail */
.bigpix_smaller .bigpix img { height: 350px;  }
.bigpix_smaller .bigpix p {	padding-top: 315px; }
.bigpix_smaller { height: 390px; width: 660px; padding-right: 6px; }
.archivethumbbig img{
	margin: 0 8px;
}
