
#content {
	margin: 1em 0 0;
	padding: 0 0 0 1em;
}
.plist {
	float: left;
	width: 24.9% !important;
	max-width: 400px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.plist .project {
	margin: 0 1em 1em 0;
	background: #f2f2da;
	cursor: pointer;
	-moz-box-shadow: 2px 2px 5px #b3aaa1;
	-webkit-box-shadow: 2px 2px 5px #b3aaa1;	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.project a {
	padding: 0;
	font-style: normal;
}

.project a:hover {
	text-decoration: underline;
}

.project .img {
	height: 100px;
	background: center top no-repeat;
	border-bottom: 1px black solid;
}

.project .title {
	min-height: 5em;
	font-size: 120%;
	padding: 0.5em;
	text-align: left;
}