#postDetail  {
	margin: 10px;
	padding: 0;
	
	font-size: 12px;
	line-height: 16px;
	color: #615e58;
}

#postDetail #postTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#postDetail #spaceName {
	color: #47423B;
	font-size: 19px;
	font-weight: bold;
	font-family: Lucida Grande, sans-serif;	
	margin-bottom: 10px;
	line-height: 28px;
}

#postDetail #spaceName a {
	color: #6C6964;
}

#postDetail .wpPosts {
	display: none;
}

#postPhotoBox {
	height: 187px;
	/*border: 2px solid #7C7974;*/
	/*background-color: #7C7974;*/
	overflow: hidden;
	position: relative;
}

#postPhotoBox img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#postDetail #postedBy {
	margin-bottom: 10px;
}