/*
	changeinflux.com
	
	Filename:		projects.css
	Description:	project page stylesheet
	Last Updated:	2010.03.13
*/


#content {
	width: 760px;
}
.box {
	float: left;
	margin: 0px 5px 10px 5px;
	overflow: hidden;
}
.box, .box img, .info {
	height: 180px;
	width: 240px;
}
.info {
	background: url("../images/projects/overlay.png") top left no-repeat;
	display: none;
	position: relative;
	text-align: justify;
	top: -183px;
}
.info a {
	display: block;
	font-weight: normal;
	padding: 10px;
	height: 180px;
	max-height: 160px;
	width: 240px;
	max-width: 220px;
}
.info span {
	color: #fff;
	display: block;
}
.info .role {
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	padding-top: 10px;
}
.info .link {
	color: #39c;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 10px;
}