/* Portfolio Filter Stylesheet */

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

/*****Basic Layout*****/
div#container { margin: 0px auto 0; overflow: hidden; width: 640px; }

div#filter {font-size: 16px; list-style: none; }
div#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
div#filter a { color: #5b5b5b; font-family:"Trebuchet MS", Tahoma; text-decoration: none; }
div#filter li.current a, ul#filter a:hover { text-decoration: underline; }
div#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; }
ul#portfolio li { 
	background-image:url(foliobg.png);
	background-repeat:no-repeat;
	width:188px;
	height:162px;
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
}
ul#portfolio a { display: block; width: 100%; font-family:"Trebuchet MS", Tahoma; font-size:12px; color:#FFFFFF; }
ul#portfolio a:hover { text-decoration: none; font-family:"Trebuchet MS", Tahoma; font-size:12px; color:#999999; }
ul#portfolio img { border: 0px solid #dedede; width:170px; display: block; padding-bottom: 5px; padding-right:10px; }

