@charset "utf-8";

/*-----------Portfolio Styling-----------*/
.portfolio-content {
	margin-top:0;
}
.portnav{
	height:50px;
	width:100%;
	padding-top:3px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;
}
/*-----------Portfolio Buttons-----------*/
.filter li a {
	text-decoration:none;
	margin-bottom:0px;
	font-size: 32px;
	font-family: 'Open Sans Condensed', sans-serif;	
	color: #2DB3D0;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	height:50px;
	line-height:50px;
}
ul.filter {
	float:left;
	margin-left:0px;
	margin-top:0px;
}
.filter li {
	display: inline;
	float:center;
	list-style:none;
	margin-right:60px;
}
.filter li.selected-0 a, .filter li.selected-1 a, 
.filter li.selected-2 a, .filter li.selected-3 a, 
.filter li.selected-4 a, .filter li.selected-5 a,
.filter li.selected-6 a, .filter li.selected-7 a,
.filter li.selected-8 a, .filter li.selected-9 a,
.filter li a:hover {
	text-decoration:none;
	color: #ffffff;
	height:50px;
	text-shadow:0 0 0 transparent, 0px 1px 0px #000000;	
}
/*-----------Portfolio Grid-----------*/
.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.image-grid li img, .image-grid li strong {
	display: block;
}
.image-grid li strong {
	color: #ffffff;
}
/*-----------8 Columns-----------*/
.image-grid.eightcol li {
	width:110px;
	height:110px;
	padding-right:0px;
	margin-right:3px;
	margin-bottom:8px;
}
/*-----------4 Columns-----------*/
.image-grid li {
	width:180px;
	height:355px;
	margin-right:10px;
	margin-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	float: left;
	overflow: hidden;
}
/*-----------3 Columns-----------*/
.image-grid.threecol li {
	width:280px;
	height:220px;
	padding:15px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;	
	background-color:#111111;
}
/*-----------4 Columns Gallery-----------*/
.image-grid.fourcol li {
	width:180px;
	height:235px;
	margin-right:12px;
	margin-bottom:20px;
	padding:15px;
	float: left;
	overflow: hidden;
	background-color:#081017;
}
/*-----------2 Columns Gallery-----------*/
.image-grid.twocol li {
	width:380px;
	height:256px;
	padding:15px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#0C2E34;
}
.link{
	margin-top:-65px;
	margin-right:-15px;
	background-image:url(../images/link.html);
	background-repeat:no-repeat;
	width:79px;
	height:79px;
}
.image-grid.threecol li h4{
	color:#ffffff;
	font-size:22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
}
.portshadow300{
	height: 258px;
	width:290px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_300.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	overflow: hidden; 
	position: relative;	
	float:left;
}
.image-grid.twocol li h4{
	color:#B5F3FF;
	font-size:20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
}
.portshadow400{
	height: 550px;
	width:464px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_400.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	overflow: hidden; 
	position: relative;	
	float:left;
}
.image-grid {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	width:960;
}
ul#list {
	list-style-type:none;
}
ul#list h2, ul#list h3, ul#list h4, ul#list h5 {
	margin-top:10px;
}
