/* Portfolio Filter Stylesheet */


/*****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: 672px; }

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	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: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }






ul#portfolio_pix { float: left; list-style: none; margin-left: 0; width: 960px; }
ul#portfolio_pix li { 
	width:230px;
	margin-right:10px;
	float:left;
	height:200px;
}
ul#portfolio_pix a { 
width: 100%; 
color:#436cac;
font-family:Tahoma, Trebuchet MS, Arial; 
}

ul#portfolio_pix a:hover { text-decoration: none; }

ul#portfolio_pix img 
{
/*	border: 1px solid #dedede;*/
border:0px;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:10px;

/*margin-left:10px;
margin-right:10px;
margin-bottom:20px;
margin-top:10px;
*/

}

ul#portfolio_pix img:hover{
 box-shadow:0 0 1em black;
-moz-box-shadow:0 0 1em black;
-webkit-box-shadow:0 0 1em black;
}

ul#portfolio_pix p{
color:#666666;
font-style:italic;
margin:10px;
font-family:Georgia, "Times New Roman", Times, serif;

}


ul#portfolio_pix p strong{
color:#3a69ad;
font-style:normal;
font-weight:bold;
}







