
	/* portfolio css */
	
	.yui-ge div.first, .yui-gf .yui-u {
		width:68.2%;
	}
	
	.portLeft {
		float: left !important;
	}
	
	.yui-ge .yui-u, .yui-gf div.first {
		width: 31%;
	}
	
	div#hd {
		background:transparent url(../img/headers/portfolio.gif) no-repeat scroll left top;
		height:205px;
	}
	
	
	div.row {
		padding-bottom: 11px;
		margin-bottom: 10px;
		border-bottom: 5px #8f8f8f solid;
	}
	
	div.mini-row {
		margin-bottom: 10px;
		border-bottom: 5px #8f8f8f solid;
	}
	
	div.row.last {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	a img {
		border: none;
	}
	
	div.tags {
		padding-top: 9px;
	}
	
	div.tags ul li {
		display: inline;
		margin-right: 2px;
		margin-bottom: 3px;
		padding: 4px 2px 2px 2px;
		background: #99e5ff;
		
	
		color: #fff;
	}
