/* Portfolio Filter Stylesheet */

/*****Basic Definitions*****/
a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }


/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/

ul#filter { 
	font-size: 13px;
	list-style: none;
	margin: 10px auto;
	width: 720px;
	height: 27px;
	display: block;
	overflow: hidden;
	text-align:center;
	padding: 0;
	color:#333333;
}

ul#filter li {
	float: left;
	display: inline;
	width: 37px;
	height: 27px;
	text-align:center;
	border-right:1px solid #333333;
	padding:0px 10px;
	overflow: hidden;
	cursor: pointer;
}

ul#filter li a {
	width: 37px;
	height: 27px;
	display: block;
	overflow: hidden;
}

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }



ul#portfolio { list-style: none; margin-left: 0; padding: 0;}
ul#portfolio li { 
	


	display: block;
}


