/* 
	- RadioElectroLyon | V.3.0 | previewInterviews.css -
	
	 ______   ______     ______
	/\  ___\ /\  ___\   /\  ___\
	\ \  __\ \ \  __\   \ \  __\
	 \ \_\    \ \_____\  \ \_\
	  \/_/     \/_____/   \/_/
	
*/

/*--------------------------------------------------*/
/*---------------------- Entité --------------------*/
/*--------------------------------------------------*/

.previewInterview
{
	float: left;
	width: 250px;
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-bottom: 25px;
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 3;
}

.previewInterview .thumbnail
{
	width: 250px;
	height: 250px;
	opacity: 0.75;
	z-index: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity	 0.5s ease-in-out;
}

.previewInterview .thumbnail:hover
{
	opacity: 1.0;
}

.previewInterview .arrow
{
	position: relative;
	width: 16px;
	height: 8px;
	margin-top: -12px;
	margin-left: 20px;
	background-image: url(../images/arrow.png);
}

.previewInterview .preview
{
	width: 230px; /* 250-2*10 px */
	padding: 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #666666;
	background-color: #dadada;
	background-image:url(../images/backgroundClear.png);
}

.previewInterview .title
{
	text-align: left;
	font-weight: bold;
	color: #999999;
}

/*--------------------------------------------------*/
/*----------------------- Like ---------------------*/
/*--------------------------------------------------*/

.previewInterview .like
{
	position: absolute;
	width: 60px;
	height: 14px;
	margin-left: 170px;
	text-align: right;
}