
/*  ----------------------------------------- */
/* ======== Portfolio Thumbnail List ======== */
/*  ----------------------------------------- */
/* allow room for 2 columns */
.portfolioThumb ul {
    width: 450px;
    list-style-type: none;
	font-size: 11px;
	line-height: normal;
}
/* float & allow room for the widest item */
li.portfolioImage  {
    float: left;
    width: 65px;
	height: 100px;
}
/* float & allow room for the widest item */
li.portfolioText {
	float: left;
    width: 160px;
	height: 100px;
	line-height: 16px;
}
/* stop the float */
.portfolioThumb br {
    clear: left;
	margin: 0px;
	padding: 0px;
}
/* separate the list from subsequent markup */
div.portfolioThumb {
    margin-bottom: 0px;
}
.portfolioTitle {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.portfolioThumb h3 {
	margin-left: 35px;