﻿/* Styles */

.spPodcastMetadata
{
	font-size: 8pt;
}

.spPodcastLabel
{
	color: #999;
	font-weight: bold;
}

.spPodcastLinks a
{
	font-weight: bold;
}

.spPodcastList h2
{
	color: #F06822;
}

.spMainPodcastList
{
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	background-image: url(../Podcasting/GrayVBar.png);
	border-bottom: solid 1px #aaa;
}

.spPodcastBylineLabel
{
	font-weight: bold;
}

.spPodcastArchive h2
{
	font-size: 16pt;
}

.spPodcastArchive table
{
	font-size: 8pt;
}

.spPodcastArchive table thead
{
	text-transform: uppercase;
}

/* General Layout */
.spPodcastList
{
	border-top: solid 1px #999;
	margin-bottom: 20px;
}

.spPodcastList h2
{
	font-size: 16pt;
	padding: 10px 5px 5px;
	margin: 0;
	border-bottom: solid 1px #aaa;
}

.spPodcastList h2 img
{
	position: relative;
	bottom: 6px;
	float: left;
}

.spPodcasts
{
	border-top: solid 1px white;
}

.spPodcast
{
	padding: 6px 6px 24px 6px;
}

.spPodcast h3
{
	margin: 0px 0px 6px;
}

.spPodcast h3 img
{
	margin-right: 4px;
}

.spPodcast img
{
	float: left;
}

.spPodcast p
{
	margin: 0 0 0 66px;
}

.spPodcast .spPodcastLinks
{
	margin-top: 12px;
}

.spEvenPodcast
{
	clear: left;
}

/* MW Daily Podcast List */

.spMainPodcastList .spPodcast
{
	width: 320px;
	float: left;
}

/* WSJ Daily Podcast List */
#spWSJDailyPodcast
{
	width: 332px;
	float: left;
}

#spWSJDailyPodcast
{
	border-bottom: none;
}

/* WSJ Weekly Podcast List */
#spWSJWeeklyPodcast
{
	width: 332px;
	float: left;
}

#spWSJWeeklyPodcast
{
	border-bottom: none;
}

/* Right-rail podcast container */

.spRightRailPodcastContainerContent
{
	padding: 0 10px 0 10px;
	min-height: 240px;
	_height: 240px;
	background-image: url(../Podcasting/weekendpodcast_mainbkg1px.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
}

.spRightRailPodcastContainerHeader
{
	background-image: url(../Podcasting/weekendpodcast_topbkg.png);
	height: 30px;
	font-size: 16px;
	color: White;
	padding: 3px 0 0 16px;
	margin: 0;
}

.spRightRailPodcastContainerFooter
{
	background-image: url(../Podcasting/weekendpodcast_botbkg.png);
	height: 26px;
}

.spRightRailPodcastContainerTransition
{
	position: absolute;
	width: 300px;
	height: 240px;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
	background-image: url(../Podcasting/weekendpodcast_mainbkg2.png);
	z-index: 2;
}

.spRightRailPodcastContainer .spPodcastList
{
	padding: 5px;
	background-image: none;
	background-color: Transparent;
	margin: 0;
	position: relative;
	z-index: 3;
	border-top: none;
}

.spRightRailPodcastContainer .spPodcast
{
	padding: 6px 0 0;
}

.spRightRailPodcastContainer .spPodcastList
{
	border: none;
}

.spRightRailPodcastContainer .spPodcasts
{
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

.spRightRailPodcastContainer .spLastPodcastList .spPodcasts
{
	border-bottom: none;
}

.spRightRailPodcastContainer .spPodcastList h2
{
	line-height: 21px;
	font-size: 21px;
	height: 24px;
}

.spRightRailPodcastContainer .spPodcastList h2 img
{
	margin: 0 0 0 0;
	position: relative;
	bottom: 4px;
}

/* Subscription Popup */
.spSubscribeToPodcastPopup
{
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: White;
	z-index: 2;
	border: solid 1px #AAA;
	padding: 6px;
}

.spSubscribeToPodcastPopup *
{
	display: block;
}

.spPodcastSubscribe
{
	position: relative;
	z-index: 1;
}

.spSubscribeToPodcastPopup img
{
	position: absolute;
	right: 6px;
	top: 6px;
}

.spRightRailPodcastContainer .spSubscribeToPodcastPopup
{
	left: -100px;
}

/* Archive Page */

.spPodcastArchive h2, .spPodcastArchive p
{
	margin: 0 0 0 155px;
}

.spPodcastArchive table
{
	clear: both;
	width: 664px;
}

.spPodcastArchive table td
{
	border-width: 0;
	padding: 2px 4px 2px;
}

.spPodcastArchive table tr.odd 
{
	background-color: #EEF;
}

div.spPodcastArchive
{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.spPodcastArchive input
{
	width: 100%;
	margin: 12px 0 12px;
}

.spPodcastArchive table img
{
	margin: 0 auto;
	float: none;
	display: block;
}