/*

	-- -- -- -- -- -- --
	Terran Creative
	section-portfolio.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2-titles/portfolio.png) no-repeat;
}

p span.client {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 0.8em;
}

div.site-profile {
	width: auto;
	min-height: 200px;
	display: block;
}

div.site-profile h4 {
	font-size: 1.3em;
	color: #333;
	line-height: 1.5833;
}
div.site-profile span {
	font-size: 1.1em;
}
div.site-profile span.date {
	color: #333;
	font-weight: bold;
}
div.site-profile p {
	width: auto;
}

span.link a:link, span.link a:visited{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: #666 1px 1px 1px;
}
	
span.link a:hover {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

.thumbnail {
	width: 172px;
	height: 115px;
	display: block;
	margin: -40px -10px 10px 10px;
	float: right;
	text-indent: -9000px;
}

.thumbnail img {
	width: 172px;
	height: 115px;
	display: block;
}

.thumbnail img:hover {
	background: url(../images/ui/site-on.png) repeat-x;
}

#thumbBox { 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 10;
	cursor: default;
}

#thumbBox .footerbar {
	background: url(../images/ui/close-off.png) no-repeat;
	width: 64px;
	height: 30px;
	margin: -18px 0 0 530px;
	padding: 0;
	cursor: pointer;
}

#thumbBox .footerbar:hover {
	background: url(../images/ui/close-on.png) no-repeat;
}

#thumbBox #thumbImage {
}

#thumbLoading {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	width: 200px;
	height: 50px;
	background: url(../images/ui/loading.png) no-repeat;
	padding: 20px 0 0 20px;
	display: none;
}