/****************************

Portfolio Grid CSS for Bungert V5

	By Stephen Bungert
	http://www.bungert.co.uk/
	
****************************/

/* Main: Columns */
/* ------------- */

.columns
{
	float: left;
	margin-right: 0px;
	width: 460px;
}
	
	#column1
	{
		padding-right: 10px;
	}
	
	#column3
	{
		padding-left: 10px;
	}



/* Portfolio Grid */
/* -------------- */

.portGridImage.lastColumn
{
	margin-right: 0px;
}

.portGridImage.lastRow
{
	margin-top: 0px;
}

.portImageTitle,
.portImageTitleBg
{
	height: auto;
	line-height: 1.3em;
	padding: 4px 5px;
}

.clearFilter
{
	margin-left: 5px;
	font-size: 0.556em;
	color: #6f6f6f;
	text-transform: uppercase;
}
	
	.clearFilter a:hover
	{
		text-decoration: none;
	}


/* Sidebar Items */
/* ------------- */

.sblItem
{
	width: 220px;
	float: left;
	margin-right: 20px;
}

.sblItem.even
{
	margin-right: 0px;
}

.sblItem.selected
{
	width: 200px;
}
