/* 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*****/
#content-portfolio { color: #fff; font: 12px/18px Verdana;}


a { color: #fff; }
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*****/
div#container {width:803px; }

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	float: left;
	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: #fff; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #e20f1d; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 812px; padding: 10px 0px 0px 0px; }
ul#portfolio li {
	padding:0px 3px 0px 3px;
	float: left; 
	width: 197px;
}
li#portfolio a:link { text-decoration: none; }
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; color: #999999; }
ul#portfolio a:link { text-decoration: none;  }
ul#portfolio img { display: block; padding-bottom: 5px; }
