#.pullout {
	font-size: 20px;
	line-height: 1.2em;
	float: right;
	width: 270px;
	text-indent: 0px;
	padding-top: 7px;
	margin: 0px 0px 10px 20px;
	color: #51435a;
	border-top: 3px solid #b2883a;
}
.subhead-top {
	font: 14px/1.2em Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin-bottom: 10px;
	color: #999999;
}
.subhead-auction { font: 14px/1.2em Arial, Helvetica, sans-serif; text-indent: 0px; margin-bottom: 10px; color: #999999; }

.photo-left {
	float: left;
	margin-right: 10px;
	border: 1px solid #666666;
}
.byline {
	color: #8A611F;
	white-space: nowrap;
}
.kicker {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: .15em;
	color: #685674;
	font-weight: bold;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin-top: 40px;
	font-size: 12px;
	color: #999999;
}
blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-indent: 0px;
}
blockquote {
	margin: 10px 0px 10px 1.5em;
}
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #999999;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 20px; /*position where enlarged image should offset horizontally */
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	top: -150px;
}
.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 10px;
}
#pages a:active, a:hover {
	color: #990000;
	text-decoration: underline;
}
#pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	text-align: right;
	color: #666666;
	border-right: 2px solid #999999;
	padding-right: 10px;
	padding-bottom: 5px;
}
#pages a:link, a:visited  {
	color: #A17A35;
	text-decoration: none;
}
#pages a:active, a:hover {
	color: #A17A35;
	text-decoration: underline;
}
.headline-continued {
	font-size: 18px;
	line-height: 1.2em;
	text-indent: 0px;
	margin-bottom: 6px;
	color: #999999;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #756085;
	font-size: 20px;
	line-height: 1.1em;
	text-indent: -8px;
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.photo-right {
	float: right;
	border: 1px solid #666666;
	margin-left: 10px;
}
#sidebar {
	background: #E1E1C3;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar p {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding-left: 3px;
}
h1 {
	font-size: 26px;
	line-height: 1.2em;
	text-indent: 0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 6px;
}
.auctiontitle {
	font-size: 22px;
	line-height: 1.2em;
	text-indent: 0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 20px 0px 6px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	text-indent:0;
}
.download a {
	color: #999999;
}
.download {
	font: 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	margin-top: 2px;
}
h2 {
	font-size: 18px;
	line-height: 1.2em;
	text-indent: 0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 20px 0px 6px;
}
.letterby {
	margin-left: 250px;
	text-indent: 0px;
	font-style: italic;
	margin-bottom: 10px;
}
.letter_repy {
	color: #666666;
	text-indent: 0px;
	font-size: 13px;
	margin-top: 25px;
	padding: 0px;
	line-height: 1.3em;
	font-style: italic;
}
#return {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-left: 20px;
	padding: 3px 5px 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
}
#return a {
	color: #645270;
}
/* tooltip */
a.tooltip {
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	text-decoration:none;
	color: #8A611F;
}
.tooltip .author {
	color: #333333;
	margin: 0px;
	line-height: 1.2em;
}

a.tooltip:hover{
	z-index:25;
	color: #333333;
}

a.tooltip span{
	display: none;
	width: 400px;
	
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	width:300px;
	background-color:#E0E0E6;
	color:#333333;
	text-align: left;
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	padding: 10px;
	left: 20px;
	top: 20px;
	text-transform: none;
	letter-spacing:normal;
}
/* highslide */
.highslide img {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 12px;
	padding: 5px;
	background: white;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Helvetica;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-right: 10px;
}
#sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #645270;
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#sponsor a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}
#sponsor a:hover {
	color: #645270;
}
.subhead { font-weight:bold; text-indent:0; margin-top:1.5em; }
