
/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Coedit Limited - Oyster-specific portfolio navigation CSS
	Copyright:		Copyright 2006 - Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/


/* Portfolio Page Navigation CSS */
#contentInner {
	margin: 12px;
}

#subNav {
	position: absolute;
	left: 0px;
	width: 37.5em;
	min-width: 600px;
	background-color: #CCE4E8;
	border-left: 1px solid #CCE4E8;		/* The border is needed so that the element is the same width as the content container below it */
	border-right: 1px solid #CCE4E8;
	bottom: 0px;
	text-align: left;
}

#subNav ul {
	width: 100%;
	height: 56px;
}

#subNav ul, #subNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNav li,
#subNav li a,
#subNav li a span.img,
#subNav li a span.txt {
	display: block;
	width: 64px;
	height: 56px;
}

#subNav li a span.txt {
	overflow: hidden;
}

#subNav li {
	float: left;
	margin: 0px 11px;
}

#subNav li.invisible {
	display: none;
}

/* Set default spacing for thumnbail navigation images */
#subNav li.firstItem { margin-left: 12px; }
#subNav ul.count7 li.lastItem { margin-left:12px; margin-right: 0px; }

#subNav li a {
	position: relative;
}

#subNav li a {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
}

#subNav li a.selected,
#subNav li a:hover,
#subNav li a:focus {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}


/* Portfolio Page With JavaScript Enabled CSS */
.jsEnabled .oysterPortfolioContainer {
	position: relative;
	width: 581px;
	min-height: 301px;
	_height: 301px;
	margin-bottom: 15px;
}

.jsEnabled .oysterPortfolioContainer .inner {
	width: 581px;
	min-height: 283px;
	_height: 283px;
	background-color: #1A4352;
}

.jsEnabled .horizontals {
	height: 9px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #1A4352;
	position: relative;

}
.jsEnabled .horizontals span {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	background: url(/assets/images/oysterPortfolioContainerCorner.gif) transparent no-repeat;
}
.jsEnabled .horizontals .cornerTL {
	left: -9px;
	top: 0px;
	background-position: 0px 0px;
}
.jsEnabled .horizontals .cornerTR {
	right: -9px;
	top: 0px;
	background-position: -9px 0px;
}
.jsEnabled .horizontals .cornerBL {
	left: -9px;
	bottom: 0px;
	background-position: 0px -9px;
}
.jsEnabled .horizontals .cornerBR {
	right: -9px;
	bottom: 0px;
	background-position: -9px -9px;
}

.jsEnabled .oysterPortfolioEntry {
	display: none;
}

.jsEnabled .oysterPortfolioContainer .rightCol {
	margin-left: 445px !important;
	width:118px;
	line-height: 0px;		/* Fx 1.5 displays whitespace if this isn't here */
}

.jsEnabled .oysterPortfolioEntry h2 {
	display: none;
}

.jsEnabled .oysterPortfolioContainer h3 {
	padding: 0px !important;
	margin: 0px !important;
	color: #FFFFFF;
	font-size: 0.7em !important;
	line-height: 1.3em;
	text-align: center;
	width: 122px;
	text-transform: lowercase;
}

.jsEnabled .oysterPortfolioContainer .rightCol img {
	margin-top: 8px;
	border: none;
}
.jsEnabled .oysterPortfolioContainer .rightCol .firstItem img {
	margin-top: 0px;
}
.jsEnabled .oysterPortfolioContainer .bigImage {
	position: absolute;
	top: 20px;
	left: 22px;
}

.jsEnabled #contentInner .portfolioBackToTop {
	display: none;
}



#content .associatedProject p,
#content .associatedProject h4 {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.associatedProject h4 span {
	font-weight: normal;
}

.associatedProject p.projectThumb a img {
	margin: 10px 0px 10px 22px;
}

.associatedProject .clearer {
	clear: both;
}
.associatedProject .leftCol {
	float: left;
	width: 305px;
	margin-left: 22px;
	margin-right: 22px;
}
.associatedProject .rightCol {
	float: right;
	width: 227px;
}

