/************************************/
/* ProdigyPixel.com					*/
/* Portfolio Stylesheet				*/
/************************************/

/************************************/
/* General							*/
.folio_img img {
	height: 166px;
	width: 166px;
}
.folio_img:hover .img-shadow img {
	background: #AB8942 url(../images/img_loader.gif) no-repeat center center;
}
#content .folio_link {
	margin-top: 1.00em;
	font-size: 2.00em;
}

/************************************/
/* Image Scroller 					*/
div.scrollable { 
	/* required properties */
	overflow:hidden;
	position:relative;
	height: 292px;
	width: 590px; 
}
#content div.scrollable div, #content div.scrollable img {
	margin: 0;
}
#content div.scrollable img {
	height: 276px;
	width: 574px
}
div.scrollable div.items {
	/* required properties */
	clear:both;
	position:absolute;
	/* this cannot be too large */
	width: 2000em;
}
div.scrollable div.items div {
	/* required properties */
	background: url(../images/bkgrd_gallery.gif);
	float:left;
	padding: 8px;
}
#content div.navi {
	float: right;
	padding: 6px 0 12px 0;
}
#content div.navi a {
	background: url(../images/btn_gallery.gif);
	border: solid 4px #FFF;
	color: #6D9BBD;
	cursor: pointer;
	display: block;
	float: left;
	height: 12px;
	padding: 0;
	text-indent: -999em;
	width: 12px;
}
#content div.navi a.active {
	background-position: 0 -24px;
}
#content div.navi a:hover {
	background-image: url(../images/btn_gallery.gif);
	background-position: 0 -12px;
}
#content div.navi a.active:hover {
	background-position: 0 -24px;
}
#content #post_excerpt {
	background: none;
	font-size: 0.80em;
	margin: 28px 0 24px 0;
	padding: 0;
}
#content #post_excerpt dt, #content #post_excerpt dd {
	display: block;
	float: left;
	max-width: 566px;
}
#content #post_excerpt dt {
	clear: both;
	font-weight: bold;
	width: 8.00em;
}
#content #post_excerpt dd {
	width: 37.00em;
}

/************************************/
/* Folio Tooltips 					*/
#tooltip {
	background: #FFF;
	opacity: 0.95;
	padding: 12px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.folioTip {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #AB9995;
	font-size: 0.75em;
	width: 18.00em;
}
#tooltip.folioTip ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tooltip.folioTip li {
	clear: both;
	line-height: 1.30em;
	list-style: none;
	padding: 0 0 1.50em 0;
}
#tooltip.folioTip strong, #tooltip.folioTip  em {
	display: block;
	float: left;
}
#tooltip.folioTip strong {
	font-weight: bold;
	width: 7.00em;
}
#tooltip.folioTip em {
	font-style: normal;
	width: 10.00em;
}