/* Portfolio Filter Stylesheet */

/*****Reset*****/


/*****Basic Definitions*****/


a { color: #C78507; }
a:visited { }
a:hover { xtext-decoration: none; }
p, ul, ol, dl, table { xmargin-bottom: 18px; }
ul, ol, dd { xmargin-left: 36px; }

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

ul#filter { float: left; 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: #C78507; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { color: #c7a507; text-decoration: none; }
ul#filter li.current a { color: #c7a507; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 960px; margin-top:20px;}
ul#portfolio li { 
	border:none; 
	float: left; 
	margin: 0px;
	margin-right:18px; 
	margin-bottom:15px; 
	padding: 0px;
	height:250px;
}
ul#portfolio li:last-child (margin-right:0px;)
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { display: block; padding-bottom: 0px; margin-bottom:3px;background:#1C1C1C;padding:3px;border:1px solid #333333; }

#portfolio_text
{
background:#1C1C1C;
padding:5px;
}