/* 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; color: #D1BC85}

/*****Basic Definitions*****/
body { color: #D1BC85; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }
h1 { font-size: 1.667em; color: #D1BC85}
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
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: 960px; background-color:#D1BC85 }

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

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 960px; }
ul#portfolio li { 
	border: 0px solid #dedede; 
	float: left; 
	margin: 0 0px 0px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img {
	display: block;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
}
