/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/


a {  }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table {  }
ul, ol, dd {  }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
div#container { overflow: hidden; }

ul#filter { list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 

}
ul#filter li:last-child { 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 { float: left; list-style: none; margin-left: 0; }
ul#portfolio li { 
	margin-bottom: 15px;
	padding-bottom: 0px;

}

ul#portfolio li:first-child { 

}

ul#portfolio li:last-child { 
		border: none;
}

ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { display: block;  }

