﻿/*
╔════════════════════════════════════════════════╗
║              Narrow Item Template				 ║
╚════════════════════════════════════════════════╝ */
#PIN
{
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	height: 100px;
	width: 190px;
	overflow: hidden;
	border: 1px solid #AAA;
	margin: 10px 0px 0px 9px;
}
#PIN a
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#PIN a div.Opacity
{
	height: 100px;
	width: 190px;
	background-image: url(../Images/Translucid-78Alpha.png);
	background-repeat: repeat;
	_background-image: none; /* This path is relative to the page file (CSSite.Master) not to the css file. This is why the full path is provided including the theme name! */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Default/Images/Translucid-78Alpha.png',sizingMethod='scale');
}
#PIN a:hover div.Opacity
{
	background-image: url(../Images/Translucid-130Alpha.png);
	background-repeat: repeat;
	_background-image: none; /* This path is relative to the page file (CSSite.Master) not to the css file. This is why the full path is provided including the theme name! */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Default/Images/Translucid-130Alpha.png',sizingMethod='scale');
}

#PIN a h4
{
	width: auto;
	height: 25px;
	max-height: 30px;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
	padding: 3px;
	margin:0px;
}
#PIN a div.DateStripe
{
	width: 188px;
	padding-right: 10px;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	background: #FFF;
	-moz-opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
	margin:0px;
}
#PIN a p
{
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	overflow: hidden;
	font-size: 11px;
	max-height: 70px;
	margin: 3px;
}
