﻿/* HOME STYLES */
#mainpodcast 
{
    font-family: Arial;  
}

#mainpodcast .podcastHeader
{
    font-size: 24px;
    color: #73a2ab;
}

#mainpodcast .podcastTab
{
    font-size: 11px;
}

#mainpodcast .podcastSectionHeader
{
    font-size: 20px;
    color: #33b52f;   
}

#mainpodcast .podcastColumn .columnTitle
{
    font-size: 16px;
    font-weight: bold;
}

#mainpodcast .podcastColumn .columnDescription
{
    font-size: 12px;
    color: #333333;
}

#mainpodcast .podcastColumn .podcastTimeStamp,
#mainpodcast .podcastColumn .columnUpdates
{
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

#mainpodcast .podcastColumn .podcastHeadline
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

#mainpodcast .podcastColumn .playerContainer .actionLink
{
    font-size: 12px;
    font-weight: bold;
}

#mainpodcast .podcastPhone
{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

/* POP UP STYLES */
#popupContent .podcastColumn
{
    font-size: 20px;
    color: #33b52f;  
}

#popupContent .audioText
{
    font-size: 28px;
    color: #FFFFFF;
    padding-right: 10px;
}

#popupContent .podcastTimeStamp
{
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

#popupContent .podcastHeadline
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

#popupContent .headlineAbstract
{
    font-size: 12px;
    color: #333333;
}

#popupContent .podcastSectionHeader
{
    font-size: 20px;
    color: #33b52f;   
}

#popupContent #archiveTable .headlineCellHighlight
{
    font-size: 12px;
    font-weight: bold;
}

/* ARCHIVE STYLES */
#archiveContainer 
{
    font-family: Arial;  
}

#archiveContainer .podcastHeader
{
    font-size: 24px;
    color: #73a2ab;
}

#archiveContainer .podcastTab
{
    font-size: 11px;
}

#archiveContainer .archiveTitle
{
    font-size: 20px;
    color: #33b52f;
}

#archiveContainer .archiveSummaryDescription
{
    font-size: 12px;
    color: #333333
}

#archiveContainer #archiveList
{
    font-size: 10px;
}

#archiveContainer .abstractText
{
    font-size: 12px;
}

#archiveContainer #archiveList .headline,
#archiveContainer .podcasterLabel
{
    font-size: 12px;
    font-weight: bold;
}

#archiveContainer #archiveList .timestamp,
#archiveContainer .recentEpisodeLabel
{
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}

#audioContainer .popupPlayerLink,
#archiveContainer #archiveList .popupPlayerLink
{
    border-top: solid 1px #d9dfdd;
    border-left: solid 1px #d9dfdd;
    border-right: solid 1px #d9dfdd;
    border-bottom: solid 1px #d9dfdd;
    background-color: #f0f7f2;
    padding-left: 2px;
    padding-right: 2px;
}