/*********** Youtube style*************/
/**
Taken from FlowPlayer example file*/
a.player {	
	margin-top:40px;
	display:block;
	
	width:425px;
	height:298px;
	padding:5px;	
	margin-right:35px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:312px;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 10px 12px 10px;
	background-color:#efefef;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	width:280px;
	height:90px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#FFF8DC;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:#1FB3DD;		
	padding-bottom:5px;
	text-transform:capitalize;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}


/* For activity stream Player*/
div.activity-inner a.player{
margin-top:0;
width:320px;
float:left;
margin-right:15px;
}
div.activity-inner div.playlist{
float:left;
width:300px;
height:200px;}

div.activity-inner div.playlist a{
display:block;
margin:5px;
text-decoration:none;
border:1px solid #ECE9D8;
background:#fff;
padding:5px;
}
