.project {
	border-bottom: 1px solid #AAAAAA;
	padding: 15px 0;
}

.project .project-logo {
	display: block;
	float: left;
	padding: 3px;
	overflow: hidden;
}


.project .project-info h2 a{
	color: #000000;
	font-weight: bold;
}

.project .project-info h2 .category {
	color: #AAAAAA;
	font-size: 1em;
	font-weight: bold;
}

.project .project-info p {
	margin-top: 8px;
}

.project .project-info .tools {
	background: #DEDDDD;
	height: 24px;
	margin-top: 8px;
	overflow: hidden;
	padding: 3px;
}

.project .project-info .tools a {
	display: block;
	float: left;
	height: 24px;
	margin-right: 3px;
	overflow: hidden;
	width: 100px;
}

.ui-icon-tool-Wiki, .ui-icon-tool-wiki {
  background-repeat: no-repeat;
}

.ui-icon-tool-Git, .ui-icon-tool-SVN, .ui-icon-tool-Hg,
.ui-icon-tool-git, .ui-icon-tool-svn, .ui-icon-tool-hg {
  background-image: url("../images/code_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Stats {
  background-image: url("../images/stats_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-admin, .ui-icon-admin {
  background-image: url("../images/admin_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Discussion {
  background-image: url("../images/forums_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Tickets {
  background-image: url("../images/tickets_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Downloads {
  background-image: url("../images/downloads_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Link {
  background-image: url("../images/ext_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-blog {
  background-image: url("../images/blog_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-Chat {
  background-image: url("../images/chat_24.png");
  background-repeat: no-repeat;
}

.ui-icon-tool-hosted_apps {
  background-image: url("../images/admin_24.png");
  background-repeat: no-repeat;
}
