/* 
Author: Trevor Morris
URI: http://morris-photographics.com/
*/

.projectsample {
	float: left;
	width: 100%;
 	margin-top: 0;
	margin-bottom: 1em;
}

.projecticon {
	float: left;
	padding: 2px;
	margin: 0 7px 2px 0;
	background: #eee;
	border: 3px solid #b3aca1;
	-moz-border-radius: 3px;
}
/*
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
*/
.projecticon:hover {
	background: white;
	border: 3px solid #595650;
}

.projectsample p {
 	margin-top: 0;
}

.quote {
	clear: right;
	font-size: +3em;
	position: relative;
	top: 0.55em;
	left: -0.55em;
}

h3 {
	margin-top: 0;
}
