/* ------------------------------------------------ */ 
/* 	PORTFOLIO PICKER
/* ------------------------------------------------ */
.portfolio_picker {
	background-color: #B2A791; /* #FDC4CA; */ 
	border-top:4px solid #6A4C34;
	padding: 10px;
	height:80px;
	color:#fff;
	xline-height:25px;
}
ol {
	list-style:none; 
	margin: 10px 0 10px 0;
	clear: both;
}
ol li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 40px;
	text-align: center;
}
ol li a {
	text-transform: lowercase;
	font-size:1.2em;
	padding: 8px 10px;
	margin: 5px 0;
	border-bottom: 1px solid #D8CBB2;
}
ol li a:hover {
	background-color:#D8CBB2;
}

.selected {
	background-color:#D8CBB2;
}
.notselected {
	background-color:#B2A791;
}
.portfolio_segment {
	display: none;
}
/* ------------------------------------------------ */ 
/* 	PORTFOLIO ITEMS
/* ------------------------------------------------ */
.portfolio_item {
	padding-left: 15px;
	min-width: 430px;
} 
a.portfolio_link {
	background:#A8C2DD; /*#f4f4f4;*/
	padding:5px;
	margin:0 10px 10px 0;
	border-left:5px solid #486380;
	color: #FFFFFF;
	border-bottom: none;
}
a.portfolio_link:hover {
	text-decoration: underline;
}