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

/Basic Layout/
div#container { margin: 20px auto 0; overflow: hidden; width: 100%}

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 	border-right: 1px solid #dedede; float: left; line-height: 16px;
				margin-right: 10px; padding-right: 10px; margin-left: 1px; }
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { text-decoration: none; line-height: 150%; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #666666; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0px; margin-right: 0px; width: 750px; }
ul#portfolio li { float: left; border: 1px solid #dedede; margin: 0 10px 10px 0; padding: 5px; width: 215px; height: 165px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 83%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(83%,#f9f9f9), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 83%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 83%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 83%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f9f9f9 83%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */0 ); /* IE6-9 */=0 ); /* IE6-9 */
	}
	
ul#portfolio li:hover { float: left; border: 1px solid #dedede; margin: 0 10px 10px 0; padding: 5px; width: 215px; height: 165px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #d3d3d3 83%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(83%,#d3d3d3), color-stop(100%,#c9c9c9));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#d3d3d3 83%,#c9c9c9 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#d3d3d3 83%,#c9c9c9 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#d3d3d3 83%,#c9c9c9 100%);
	background: linear-gradient(to bottom, #eaeaea 0%,#d3d3d3 83%,#c9c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c9c9c9',GradientType=0 );
	}

ul#portfolio a { display: block; width: 100%; font-size: 140%;}
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; width: 214px; height: 120px; margin-bottom: 3px;}
h6 {color: #808080; font-size: 66%; font-style: normal; }
