/* 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; }

h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }


/*****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: 980px; }

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: auto; background-color:#000; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	font-size:12px;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #666666; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline;  }
ul#filter li.current a { color: #FFFFFF; font-weight: bold;  }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 980px; }
ul#portfolio li { 
	float: left; 
	margin: 0 10px 1px 0; 
	padding: 5px;
	width: auto;
}
ul#portfolio a { display: block; width: auto; border: 6px solid #fff; 	background-color:#000000; 

   }
ul#portfolio a:hover { text-decoration: none; border: 6px solid #333; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 0px; width: auto; }

