/* 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*****/
h1 {
	font-size: 1.5em;
	line-height: 16px;
}
h2 {
	font-size: 1.6em;
}
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #c9cbca; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table {
}
ul, ol, dd { margin-left: 36px; }

/*****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: 750px; }

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

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 700px; }
ul#portfolio li {
	float: left;
	width: 90px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}
ul#portfolio a { display: list; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img {
	display: block;
}

