/* podcast stylesheet for podcast plug-in 
*/

div#podcasts{
	width:95%;
	background:#FFF;
	margin-bottom:10px;
	padding:2px;
	text-align:left;
}
div#podcasts ul{
	list-style:none;
	margin:0;
	padding:5px;
	overflow:auto;
	/*height:280px;*/
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 15px (0,rgba0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}


div#podcasts ul li{
	border:1px solid #dadada;
	padding:2%;
	margin: 2% 0;
	background-color:white;
}


div#podcasts ul li span{
display:block; 
}
div#podcasts ul li .podcastTimestamp{
font-size:.6em;
padding-top: .7em;	
}

div#podcasts ul li .podcastKeywords{
font-size:.8em;	
color:#3a3a3a;
line-height:110%;
}

div#podcasts ul li .podcastDesc{
font-size:1em;
color:#292929;
}

div#podcasts ul li span {
	font-size: .em;
}


div#podcasts ul li h4 span {
	float:right;
}

/* for the podcasts on the gallery page only */
article div#podcasts { width: 100%;
}
article div#podcasts .widget-title {display:none;
}
