.home #main-column {
	width: 500px;
}

#about-intro {
	
	font-size: 0.85em;
	line-height: 1.8em;
	margin-bottom: 40px;
}

#about-intro h2 {
	display: none;
}

#about-intro p {
	font-size: 1.1em;
}

.featured-piece-1, .featured-piece-2, .featured-piece-3 {
	float: left;
	width: 153px;
}

.featured-piece-1, .featured-piece-2 {
	margin-right: 20px;
}

.featured-piece-3 {
	margin-right: none;
}

.featured-piece-1 a, .featured-piece-2 a, .featured-piece-3 a {
	display: block;
	font-size: 0.8em;
}

.featured-piece-1 img, .featured-piece-2 img, .featured-piece-3 img {
	width: 145px;
	height: 145px;
	background: #f6f7df;
	padding: 3px;
	border: 1px solid #9fa07f;
}

.featured-piece-title {
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 2px;
}

.featured-piece-type {
	font-size: 0.8em;
	display: block;
	text-align: center;
	color: #848569;
}

.featured-piece-1 a:hover .featured-piece-type, .featured-piece-2 a:hover .featured-piece-type, .featured-piece-3 a:hover .featured-piece-type {
	color: #24241c;
}

.home #sidebar-column {
	width: 280px;
}

.home #sidebar-column span {
	display: block;
	text-align: right;
	margin-bottom: 15px;
	font-size: 0.8em;
	color: #4e4e3d;
}

blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	font-size: 0.8em;
	line-height: 1.8em;
	//background: url("../images/close-quote.jpg) no-repeat right bottom;
	//padding-left: 18px;
	//text-indent: -18px;
}

blockquote:first-letter {
	//background: url(images/open-quote.gif) no-repeat left top;
	//padding-left: 18px;
}