ul.projects
{
	padding: 0;
	margin: 0;
}


ul.projects li > a
{
	width: 390px;
	height: 280px; /* possibly a tad more height */
	background-color: #000;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

ul.projects li
{
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: 0;
}

body.work.js-enabled ul.projects li > a div.caption div.more
{
	display: none;
	font-style: italic;
	font-size: 11pt;
	font-family: Georgia;
	color: #AAA;
}

body.work ul.projects li > a div.caption
{
	bottom: 0;
	width: 383px;
	display: block;
	left: 0;
	height: auto;
	position: absolute;
	padding-top: 5px;
	min-height: 30px;
	background-color: rgba(0, 0, 0, 0.9);
	text-transform: none;
}

body.work ul.projects li > a div.caption h4
{
	font-weight: normal;
	font-family: "Aller Light", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

body.work ul.projects li > a div.caption span.middot
{
	font-family: Arial;
}
body.work ul.projects li > a div.caption h4 span.date
{
	font-family: Georgia;
	font-style: italic;
	font-size: 11pt;
	text-transform: none;
	color: #AAA;
}