/* tweaks for the forum */
body {
	padding-top: 0;
}
#project-links {
	margin-bottom: .5em;
	line-height: 1.5em;
	font-size: 14px;
}
/* end tweaks */


#project-links ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	background-color: #cbcbcb;
	background-image: linear-gradient(to bottom, #e8e8e8, #cbcbcb);
	color: black;
	text-align: center;
}
#project-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 1px #818181 solid;
	box-shadow: 1px 1px 1px #bbb;
	list-style-type: none;
	text-align: center;
	font-variant: small-caps;
}
#project-links li a {
	display: block;
	width: 7em;
	padding: .2em .3em 0 .3em;
	background-color: #dadada;
	background-image: linear-gradient(to bottom, #ddd, #ddd 35%, #999);
	color: #292929;
	text-shadow: 1px 1px 0 #e8e8e8;
	text-decoration: none;
}
#project-links li.current a {
	background-color: #555;
	background-image: linear-gradient(to bottom, #555, #888);
	color: #e8e8e8;
	text-shadow: 1px 1px 0 black;
}
#project-links li:hover a {
	background-color: #333;
	background-image: linear-gradient(to bottom, #333, #4c4c4c);
	color: #e8e8e8;
	text-shadow: 1px 1px 0 black;
	text-decoration: none;
}
