/* lista */
.project { width: 140px; height: 160px; text-align: center; float: left; }
	.project a { display: block; border: 1px solid #c3de97; width: 130px; height: 150px; }
	.project a:hover { border-color: #85c329; }
		.project span { display: block; line-height: 15px; height: 15px; padding: 10px 5px 5px; overflow: hidden; font-size: 11px; }
		.project img { opacity: 0.4; }
		.project a:hover img { opacity: 1; }

.pagination { clear: both; width: 600px; height: 30px; line-height: 30px; text-align: right; }
	.pagination a, .pagination strong, .pagination span { padding: 0 5px; }

/* strona projektu */
#projectScreen { float: left; width: 330px; }
	#projectScreen a { display: block; border: 1px solid #c3de97; width: 320px; padding-top: 10px; text-decoration: none; text-align: center; }
	#projectScreen a:hover { border-color: #85c329; }
		#projectScreen img { opacity: 0.7; }
		#projectScreen a:hover img { opacity: 1; }
		#projectScreen small { display: block; height: 30px; line-height: 20px; }
		#projectScreen span { display: block; border: 1px solid #b2cd86; width: 320px; padding-top: 10px; text-decoration: none; text-align: center; line-height: 320px; }
#projectInfo { float: left; width: 250px; }
	#projectInfo dt { width: 50px; height: 20px; line-height: 20px; }
	#projectInfo dd { margin: -20px 0 0 60px; line-height: 20px; padding-bottom: 10px; }
	#projectInfo dd.name { font-weight: bold; }
