/*
*******************************************************************

Title:			portfolio.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		03.22.2009
Last modified:	04.02.2009

Don't steal, yo!

*******************************************************************
*/

#portfolio-content {
	width: 960px;
	clear:both;
	margin: 30px 0 240px -20px;
}

.hidden{
	visibility: hidden;
	display: none;
}

a.back-btn {
	width: 54px;
	height: 26px;
	display: block;
	padding: 8px 0 0 36px;
	background: url(../images/back-btn.gif) no-repeat;
	text-decoration: none;
	color: #FFF;
	float: right;
}

a.back-btn:hover {
	background-position: -90px 0;
}

/****************************************************** FILTER BAR ***/

ul#filter { 
	float: left; 
	font-size: 16px; 
	list-style: none; 
	margin: 0 0 30px 0; 
	padding-bottom: 10px;
	width: 100%; 
	border-bottom: 1px solid #d3d3d3;
}

ul#filter li { 
	float: left;
	line-height: 16px;
	margin-right: 5px;
	padding-right: 5px;
	font: normal 11px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
}

/* IS THIS NEEDED?  IT DOESN'T VALIDATE
ul#filter li:last-child { 
	border-right: none; 
	margin-right: 0; 
	padding-right: 0; 
}*/

ul#filter a { 
	color: #e1deba; 
	text-decoration: none; 
	padding: 5px 8px;
}

ul#filter li.current a, ul#filter a:hover { 
	text-decoration: none; 
}

ul#filter li.current a { 
	color: #FFF; 
	background-color: #000;
	padding: 4px 8px;
}

ul#filter li.filterby {
	font: normal 10px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
	color: #05759f;
}

/****************************************************** THUMBNAILS ***/

ul#portfolio { 
	list-style: none; 
	margin: 0 0 18px 0; 
	width: 960px; 
}

ul#portfolio li { 
	float: left; 
	margin: 0 0 40px 17px; 
	font: bold 12px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
}

ul#portfolio li span {
	font-size: 10px;
	color: #666;
}

ul#portfolio li a.portfolio-link {
	margin: 0 0 12px 0;
	background-color: #000;
	width: 212px;
	height: 155px;
	padding: 4px 6px 6px 4px;
}

ul#portfolio a { 
	display: block; 
	color: #666;
	width: 100%; 
	text-decoration: none; 
}

ul#portfolio a:hover { 
	color: #fff;
}

ul#portfolio img { 
	display: block;
	border: 1px solid #0C1A1D; 
}

ul#portfolio img:hover {
	border: 1px solid #efefef;
}

/****************************************************** DETAILS PAGE ***/

#details-content {
	width: 940px;
	clear:both;
	margin: 30px 0 240px 0;
}

#details-column1 {
	width: 460px;
	display: block;
	float: left;
}

#details-column1 p {
	font: normal 14px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
	line-height: 22px;
	margin-bottom: 24px;
	color: #c1c1c1;
}

a.visit-site {
	width: 162px;
	height: 24px;
	background: url(../images/view-site-btn.gif) no-repeat;
	padding: 8px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

a.visit-site:hover {
	background-position: -162px 0;
}

#details-column2 {
	width: 400px;
	display: block;
	float: left;
	margin-left: 80px;
}

.portfolio-item {
	font: bold 28px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
	margin-bottom: 4px;
}

.portfolio-role {
	font: normal 16px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
	color: #ccc89a;
	margin-bottom: 8px;

}

.portfolio-delivery {
	font: normal 14px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, arial, sans-serif;
	color: #ccc89a;
	margin-bottom: 8px;

}

.slideshow-frame {
	background-color: #000;
	text-align: center;
	margin-bottom: 80px;
}

.portfolio-images {
	padding: 10px;
	width: 360px;
}

/* This class is added by rad.js to adjust the padding and positioning of the slideshow when the js is loaded */
.portfolio-height {
	height: 252px;
	position: relative;
	left: 10px;
	top: 10px;
	overflow: hidden;
	background-color: #000;
}

.single-item {
	position: relative;
	left: -10px!important;
	top: -10px!important;
}

.slideshow-nav {
	text-align: center;
	margin-top: 20px;
	margin-left: 160px;
	padding-bottom: 15px;
}

a#prev {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	background: url(../images/slideshow-prev.gif) no-repeat;
	text-indent: -9999px;
}

a#prev:hover {
	background-position: -40px 0;
}

a#next {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	background: url(../images/slideshow-next.gif) no-repeat;
	text-indent: -9999px;
}

a#next:hover {
	background-position: -40px 0;
}

span.zoom {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 237px;
	left: 345px;
	z-index: 1000;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	background: rgba(239,239,239,.75);
	text-decoration: none;
}