/**
 * Project Box Style
 * Author: Dennis Robinson
 * Date:   February 16, 2009
 */

/**
 * General Style
 */
div.project div {
	padding: 2px 5px;
}

div.project img.icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}

div.project div.title {
	width: auto;
	height: 32px;
	padding-left: 40px;

	line-height: 32px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
}

div.project img.header {
	display: block;
	width: 689px;
	height: 100px;

	border-bottom: 1px solid #999999;
}



/**
 * Top bars
 */
div.project div.date {
	width: auto;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

div.project div.languages {
	float: left;
	width: 40%;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

div.project div.technologies {
	width: auto;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

div.project div.platforms {
	width: auto;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}



/**
 * Content
 */
div.project div.description {
	padding: 5px 12px;
}



/**
 * Bottom link bars
 */
div.project div.downloadProject, div.project div.downloadSource, div.project div.webAddress {
	width: auto;

	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: right;
}

div.project div.downloadProject {
	width: auto;
	font-weight: bold;
}

div.project div.downloadProject a, div.project div.downloadSource a, div.project div.webAddress a {
	padding-left: 20px;

	background-image: url('../images/icon_16_download.png');
	background-repeat: no-repeat;
}

div.project div.downloadSource a {
	background-image: url('../images/icon_16_downloadSource.png');
}

div.project div.webAddress a {
	background-image: url('../images/icon_16_link.png');
}