#content {
	position: absolute;
	width: 640px;
	left: 150px;
}

.wp-caption, img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.wp-caption-text {
	position: absolute;
	left: -50px;
	top: 60px;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	text-shadow: 1px 1px .5px #000, -1px 1px .5px #000, 1px -1px .5px #000, -1px -1px .5px #000;
}

.psWrap {
	overflow: hidden;
}

blockquote.pull {
	position: relative;
	border-right: solid 2px black;
	text-align: center;
	padding-right: 1rem;
	margin: 0 1rem 0 -60px;
	padding: .5rem 1rem .5rem 0;
	width: 50%;
	display: block;
	float: left;
	font-size: 1.2rem;
	font-family: sans-serif;
}

blockquote.pull p {
	margin: 0;
}