/* Portfolio Filter Stylesheet */

.clearing {
	clear: both;
}
.last {
	margin-bottom: 0;
}
div#locations_container, div#collections_container, div#experiments_container  {
	margin: 0px 0px 0px 25px;
	overflow: hidden;
}
ul#locations_filter, ul#collections_filter, ul#experiments_filter {
	position: absolute;
	list-style: none;
	margin: 0px 0px 10px -25px;
	padding: 0px;
	width: 100%;
	height: 35px;
	background: url(../../../images/b20.png) repeat;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
ul#locations_filter li, ul#collections_filter li, ul#experiments_filter li {
	float: left;
	line-height: 35px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#locations_filter li.type, ul#collections_filter li.type, ul#experiments_filter li.type {
	margin: 0px 0px 0px 25px;
	font-style: italic;
	color: #999;
}
ul#locations_filter li:last-child, ul#collections_filter li:last-child, ul#experiments_filter li:last-child {
	margin-right: 0;
	padding-right: 0;
}
ul#locations_filter a, ul#collections_filter a, ul#experiments_filter a {
	color: #5799b4;
	text-decoration: none;
}
ul#locations_filter a:hover, ul#collections_filter a:hover, ul#experiments_filter a:hover {
	text-decoration: none;
	color: #ccc;
}
ul#locations_filter li.current a, ul#collections_filter li.current a, ul#experiments_filter li.current a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
ul#locations_portfolio, ul#collections_portfolio, ul#experiments_portfolio {
	float: left;
	list-style: none;
	margin: 60px 0px 0px 0px;
	width: 100%;
}
ul#locations_portfolio li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
	width: 300px;
	border: 1px solid #666;
}
ul#collections_portfolio li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
	width: 300px;
	border: 1px solid #777;
}
ul#experiments_portfolio li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
	width: 300px;
	border: 1px solid #888;
}
ul#locations_portfolio li a, ul#collections_portfolio li a, ul#experiments_portfolio li a {
	display: block;
	width: 300px;
	height: 150px;
	margin-top: -150px;
	position: relative;
}
ul#locations_portfolio li span, ul#collections_portfolio li span, ul#experiments_portfolio li span {
	color: #FFF;
	background: url(../../../images/b30.png) repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	font-size: 120%;
	padding: 5px;
}
ul#locations_portfolio li a:hover, ul#collections_portfolio li a:hover, ul#experiments_portfolio li a:hover {
	background: url(../../../images/b30.png) repeat;
}

ul#locations_portfolio a:hover, ul#collections_portfolio a:hover, ul#experiments_portfolio a:hover {
	text-decoration: none;
}
ul#locations_portfolio img, ul#collections_portfolio img, ul#experiments_portfolio img {
	display: block;
}
