/*
Description: Podcast Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Podcasts Page
2. Podcast Categories

*/


/* 1. Podcasts Page
--------------------------------------------------*/

img.iTunes
{
 border: 1px solid #CCCCCC;
 float:right;
 margin: 8px 0 24px 24px;
 padding: 10px;
}

#ContentLeft h2.LatestPodcasts
{
	background: no-repeat url(../images/latest_podcasts.gif);
	display: block;
	height: 31px;
	margin: 10px 0 5px 0;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.PodcastCategories
{
	background: no-repeat url(../images/podcast_categories.gif);
	display: block;
	height: 31px;
	margin: 34px 0 24px 0;
	text-indent: -5000px;
	width: 613px;
}

ul.CategoryButtons
{
	list-style: none;
	overflow: hidden;
}

	.CategoryButtons li
	{
		float: left;
	}
	
	.CategoryButtons a.Deliverability
	{
		background: no-repeat top url(../images/btn_deliverability.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.Deliverability {background: no-repeat bottom url(../images/btn_deliverability.gif);}
	
	.CategoryButtons a.EngagementStrategies
	{
		background: no-repeat top url(../images/btn_engagement_strategies.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.EngagementStrategies {background: no-repeat bottom url(../images/btn_engagement_strategies.gif);}
	
	.CategoryButtons a.Personalization
	{
		background: no-repeat top url(../images/btn_personalization.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.Personalization {background: no-repeat bottom url(../images/btn_personalization.gif);}
	
	.CategoryButtons a.TransactionalAndTriggeredEmail
	{
		background: no-repeat top url(../images/btn_transactional_and_triggered_email.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.TransactionalAndTriggeredEmail {background: no-repeat bottom url(../images/btn_transactional_and_triggered_email.gif);}
	
	.CategoryButtons a.ReportingAndMetrics
	{
		background: no-repeat top url(../images/btn_reporting_and_metrics.gif);
		display: block;
		height: 40px;
		margin: 0 18px 4px 0;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.ReportingAndMetrics {background: no-repeat bottom url(../images/btn_reporting_and_metrics.gif);}
	
	.CategoryButtons a.Misc
	{
		background: no-repeat top url(../images/btn_misc.gif);
		display: block;
		height: 40px;
		margin-bottom: 4px;
		text-indent: -5000px;
		width: 297px;
	}
	
	.CategoryButtons a:hover.Misc {background: no-repeat bottom url(../images/btn_misc.gif);}
	
	
/* 1. Podcasts Page
--------------------------------------------------*/

#ContentLeft h2.Deliverability
{
	background: no-repeat url(../images/deliverability.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}
