@charset "utf-8";
/* CSS Document */

/***************** Video Player ************************************************/

/* player style */
/* container has a background image */

a.player {	
	display:block;
	width:365px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
/*	background:url(http://weready.org/tsunami/templates/includes/video-splash.png);	*/
	background:#000 url(http://flowplayer.org/img/global/gradient/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player:hover {
/*	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	*/
}

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


#player {
	float:left;		
	height:300px;
	width:365px;
}	

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

/* playlist entry */
#playlist a {
	display:block;
	width:215px;
	height:50px;
	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:#ffc;		
}

#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:blue;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(http://flowplayer.org/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}
/******************** End of Video Settings  *************************************/


/***************** Audio Player ************************************************/

a.player2 {	
	display:block;
	width:572px;
	height:27px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
/*	background:url(http://weready.org/tsunami/templates/includes/audio-splash.png) no-repeat 0 -54px;*/
	background:#000 url(http://flowplayer.org/img/global/gradient/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player2:hover {
/*	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	*/
}

/* splash image */
a.player2 img {
	margin-top:10px/*125px;*/
	border:0;	
}


#player2 {
	float:left;		
	height:27px;
	width:572px;
}	

/* playlist style */
#playlist2 {
	width:560px;/*242px;*/
	height:330px;/*282px;*/
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:6px 6px 12px 4px;
	background-color:#efefef;
	margin-top:0px;
	float:left;
	text-align:center;
}

#playlist2 p{
	display:inline;
}

/* playlist entry */
#playlist2 a {
	display:inline-block;
	width:150px;/*215px;*/
	height:50px;
	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 */
#playlist2 a:hover {
	background-color:#ffc;		
}

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

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

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

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

#playlist2 a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist2 a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(http://flowplayer.org/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
	visibility:hidden;
}

/****************** End of Audio Settings ***************************************/