@charset "utf-8";
/* CSS Document */

#employee_pics {
}
.ep-tile {
	margin: 0px -15px 30px -15px;
	padding: 5px 15px;
	background: #eee;
}
	h2.ep-title {
		margin: 0px;
		padding: 0px;
		color: #699;
	}
	p.ep-date, p.ep-byline {
		margin: 0px;
		padding: 0px;
		font-size: 10px;
		color: #666;
		line-height: 100%;
	}
	p.ep-date {
		text-transform: lowercase;
	}
	p.ep-byline {
		margin-bottom: 10px;
	}
	.ep-gravatar {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	.ep-image_set {
		float: right;
		margin: 0px 0px 10px 15px;
	}
		.ep-image {
			float: right;
			width: 150px;
			height: 200px;
			overflow: hidden;
		}
	.ep-content p {
		padding-top: 0px;
		
	}



