@charset "UTF-8";

/**
 * Podcasts List
 *
 * @section Podcasts List
 */
.podcastsList {
	margin: 0;
	padding: 0;
}

.podcastsList li {
	border: 1px solid #999;
	display: block;
	list-style: none;
	margin: 5px 0;
}
.podcastPreview img {
	width: 100px;
}
.podcast {
	padding: 5px;
	min-height:100px;
}
.podcastPreview {
	float: left;
	margin-right: 10px;
}
.podcastLink {
	float: right;
}
.podcastInfo {
	overflow: hidden;
}
.podcastInfo dt,
.podcastInfo dd {
	margin: 5px 0;
	float: left;
}
.podcastInfo dt {
	clear: left;
	width: 80px;
}

.podcastInfoTitle img {
	vertical-align: bottom;
}

/**
 * Podcast Search
 *
 * @section Podcasts Search
 */
.podcastSearchToggle {
	cursor: pointer;
}

.podcastSearch {
	overflow: hidden;
}

.PodcastSearch-ButtonContainer {
	margin-bottom: 15px;
}

.PodcastSearch-AdvancedSearchFields {
	display: none;
}

/**
 * View Podcast
 *
 * @section View Podcast
 */
.podcastViewHeaderTitle {
	font-size: 2em;
	line-height: normal;
}
.podcastViewHeaderDescription {
	margin: 5px 0;
}
.podcastViewAttachment {
	margin: 15px 0;
}
.podcastViewFooterComments {
	clear: both;
}

.podcastViewFooterActionsEdit {
	float:left;
	padding-right:5px;
}

/* Styling for discussion window */
.podcastCommentsHeader {
	margin-top: 50px;
	margin-bottom: 5px;
	font-weight: bold;
}
.aw_ds_tabscontainer { 
	margin-top:15px; 
} 
.aw_ds_tabcontent { 
	border-top:1px solid #bbbbbb; 
	padding:15px 0; 
}
.aw_ds_tab_first { 
	margin-left:65px; 
} 
.aw_ds_tab_selected { 
	border:1px solid #bbbbbb; 
	border-bottom:0; 
} 
.aw_ds_comment_right { 
	background:#ffffff; 
	border:1px solid #bbbbbb; 
	padding:5px; 
	color:#000000; 
}
.aw_ds_comment_right_bottom { 
	font-size:90%; 
	border-top:1px solid #dddddd; 
	padding-top:2px; 
}
.aw_ds_pagination_top__select_page_selected { 
	text-decoration:underline !important; 
}
.aw_ds_addcomment_header { 
	font-weight:bold; 
	margin-top:15px; 
}
.aw_ds_addcomment_btminfo { 
	font-size:95%; 
}
.aw_ds_comment_right_bottom_datecreated { 
	color:#555555; 
}

/**
 * Create Podcasts
 *
 * @section Create Podcasts
 */
.createPodcast dl {
	margin: 0;
}
.createPodcast dt,
.createPodcast dd {
	margin: 0;
}
.createPodcast dd {
	margin: 5px 0 15px;
}
#podcastDescription {
	width: 90%;
	height: 100px;
}
