@charset "UTF-8";
/* CSS Document */

/* BEGIN IE HACKS 

/*.ie6 html, .ie6 body {
	overflow-y: auto;
}*/

.ie7 #main-wrap {
	overflow-x: hidden;
	overflow-y: auto;
}

.ie6 #wrap {
	overflow-y: auto;
}

.ie6 #main {
	background-color: #fff;
	height: 100%;
}

.ie6 #header {
	position: absolute;
	background-position: 0 top;
	clear: both;
}

.ie6 #headerMenu {
	clear: both;
}

.ie6 ul#headerNav {
	margin-top: 8px;
	margin-left: -5px;
	display: inline;
	clear: both;
}

.ie6 #headerNav li { 
	float: left;
	position: relative;
}

.ie6 ul#headerNav {
	border-bottom: 1px solid #e2e2e2;
}

.ie6 #headerNav li {
	border-bottom: 0;
}

.ie6 #headerNav li.first {
  border-right: 1px solid #e2e2e2;
}

.ie6 #headerNav li.standard {
  border-right: 1px solid #e2e2e2;
}

.ie7 ul#headerNav {
	margin-top: 8px;
	margin-left: -5px;
	display: inline;
	clear: both;
}

.ie7 #headerNav li { 
	float: left;
	position: relative;
}

/* sidebar */
.ie6 #sidebar {
	clear: right;
}

.ie #sidebar ul {
	display: inline-block;
	padding-right: 15px;
}

.ie6 #sidebar ul li {
	display: inline-block;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.ie6 #sidebar li.first {
	border-left: 0;
	background-image: none;
	font-weight: bold;
}

.ie6 #content {
	margin-left: 15px;
}

/* Mini-Portfolio */

.ie fieldset#miniPortfolio {
	display: block;
}

.miniPortfolioScreenOff {
	/* CSS3 only accepts the border-radius property */
	-moz-border-radius-bottomright: 6px; /* Firefox */
	-webkit-border-bottom-right-radius: 6px; /* Safari */
}

/* Change fieldset border to 'solid' to prevent IE dashed-border bug */

.ie fieldset#miniPortfolio {
	border-top: 1px solid #e2e2e2;
	border-right: 0;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	padding: 0 0 5px 10px;
}

.ie #miniPortfolioScreenOuter {
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 5px right;
}

.ie6 #miniPortfolioScreenInnerInner {
	padding-bottom: 5px;
}
	
.ie #miniPortfolioScreen {
	margin: 5px 0 0 0;
	padding: 0;
}

.ie7 #miniPortfolioScreen img {
	margin: 1px 0 5px 0;
}

.ie6 #miniPortfolioScreen img {
	margin: 1px 0 0 0;
}

.ie div#miniPortfolioThumbsDiv {
	padding-top: 5px;
	clear: both;
}

.ie .miniPortfolioThumbsColumn2 {
	clear: both;
}

/* IE 6 won't support PNG transparency, so we use a .gif */
.ie6 .miniPortfolioThumbs a span, .ie6 .miniPortfolioThumbsColumn2 a span, .ie6 .portfolioThumbs a span {
	background-image: url(/images/folio_thumb_bg.gif);
}

/* IE won't support opacity without the proprietary filter: declaration */

.ie .miniPortfolioThumbs a span span, .ie .miniPortfolioThumbsColumn2 a span span {
	color: rgba(255, 255, 255, 0.6);
	filter:alpha(opacity=60);
	background-image: none;/* without this, lame IE will mess up the BG image */
}

.ie .miniPortfolioThumbs a:hover span span, .ie .miniPortfolioThumbsColumn2 a:hover span span {
	filter:alpha(opacity=100);
}

.ie .portfolioThumbs a span span {
	color: rgba(255, 255, 255, 0.6);
	filter:alpha(opacity=60);
	background-image: none;/* without this, lame IE will mess up the BG image */
}

.ie .portfolioThumbs a:hover span span {
	filter:alpha(opacity=100);
}

/* IE drops the hand cursor for some reason, so we must force it here */
.ie .miniPortfolioThumbs a:hover span, .ie .miniPortfolioThumbsColumn2 a:hover span {
	cursor: pointer;
}

.ie6 #footer, .ie6 #footerNav {
	/*clear: both;
	position: absolute;
	overflow: hidden;*/
	display: none;
}

.ie #footerNav {
	color: rgba(255, 255, 255, 0.6);
	filter:alpha(opacity=60);
}

.ie ul.portfolioThumbs {
	/*clear: both;
	display: inline;*/
}

.ie ul.portfolioThumbs li {
	/*float: left;*/
	display: inline;
}

/* END IE HACKS */

/* BEGIN OPERA HACKS */
/* header nav menu */
.opera ul#headerNav {
	border-bottom: 1px solid #e2e2e2;
}

.opera ul#headerNav li {
	display: inline-block;
}

.opera #headerNav li.first {
	border-right: 1px solid #e2e2e2;
}

.opera #headerNav li.standard {
	border-right: 1px solid #e2e2e2;
}
/* sidebar */
.opera #sidebar ul li {
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.opera #sidebar ul > li:first-child {
	background-image: none;
	border-left: 0;
	padding-bottom: 4px;
}

.opera #miniPortfolio {
	border-top: 1px solid #e2e2e2;
	border-right: 0;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.opera #footerNav {
	font-size: .70em;
	color: #99b8ca;
}

.opera #footerNav span {
	opacity: 1;
}

.opera #footerNav a.footerNav:link, a.footerNav:visited {
	color: #99b8ca;
	opacity: 1;
}

.opera #footerNav a.footerNav:hover, a.footerNav:active {
	color: #fff;
	opacity: 1;
}

/* END OPERA HACKS */

/* BEGIN FIREFOX HACKS */
.mac.gecko .miniPortfolioThumbs a span span, .mac.gecko .miniPortfolioThumbsColumn2 a span span {
	line-height: 161px;
}

/* SLIDESHOW HACKS */
.ie .slideshow-thumbnails a:hover {
	filter:alpha(opacity=100) !important;
}
