#content .post blockquote, #content .page blockquote {
	margin: 0 10px 10px 0;
/*	overflow: hidden;
	font: italic 1.1em/1.6 'Droid Serif', Times, serif;*/
	border-left:5px #cccc99 solid;
	background-color: #f1f1e0;
	padding: 10px 10px 10px 10px;
}
#content .single-entry-content blockquote {
/*	margin: 20px 20px 10px 20px;
	background: none;*/
	margin: 10px 0 10px 0;
}
#content blockquote .cite {
	text-align: right;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 10px;
/*	float: right;*/
	text-align: right;
	font: normal .8em 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: block;
	border-top: #99cc66 solid 1px;
}
#content .post q, #content .page q {
	border-left:5px #cccc99 solid;
	background-color: #f1f1e0;
}
