/* media results */

.media-result {
	float:left;
	clear:left;
	width:99%;
	margin-bottom:15px;
}
/* Podcast results */
.podcast div{
	float:left;
}

.podcast .date {
	text-align:center;
	margin-right:20px;
	background:url(../images/date-badge1.gif) no-repeat;
	width:80px;
	height:61px;
}

.podcast .date div {
	float:none;
}

.podcast .date .dayMonth {
	margin-top:13px;
}

.podcast .date .year {
	clear:left;
	margin-top:5px;
}
.podcast .text {
	margin-top:6px;
}

.podcast .text p {
	float:left;
}

.podcast .text p.download {
	padding-left:15px;
	padding-top:3px;
}

.podcast .text h2, .video .text h2 {
	border-bottom:1px solid black;
	width:100%;
	padding-bottom:5px;
}

/* video results */
.video div{
	float:left;
}

.video .videoPreview {
	float:left;
	background-color:#cacaca;
	background-image:url(../images/videoPreviewAjaxLoader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:20px;
}

.video .text {
	
}