/* [Block Layout: Sermons] */
.sermonHeader            {margin: 5px 0px;}
.sermonHeader *          {margin: 0;  padding: 0px;}
.headerDate              {float:left; width:75px; background-color:#68B520;}
.headerSeries            {float:left; width:150px; margin-left:5px; background-color:#68B520;}
.headerNumber            {float:left; width:20px; margin-left:5px; background-color:#68B520;}
.headerTitle             {float:left; width:155px; margin-left:5px; background-color:#68B520;}
.headerSpeaker           {float:left; width:100px; margin-left:5px; background-color:#68B520;}
.headerBible             {float:left; width:125px; margin-left:5px; background-color:#68B520;}

.sermonRow               {margin: 0;}
.sermonRow *             {margin: 0; }
.sermonRow a             {font-weight: bold; text-decoration: none; color: #0000ff;}
.sermonRow a:hover       {text-decoration: underline;}
.sermonDate              {float:left; width:75px;}
.sermonSeries            {float:left; width:150px; margin-left:5px;}
.sermonNumber            {float:left; width:20px; margin-left:5px;}
.sermonTitle             {float:left; width:155px; margin-left:5px;}
.sermonSpeaker           {float:left; width:100px; margin-left:5px;}
.sermonBible             {float:left; width:125px; margin-left:5px;}
.sermonContent           {padding: 5px 0;}

.sermonPlayer            {float:left; margin: 5px 0 0 0;}
.sermonOptions           {float:right; margin: 5px 0 0 0;}
.sermonOptions *         {float: left; margin: 0 2px 0 0;}
.sermonOptions a:link    {border-style: none; text-decoration:none;}
.sermonOptions a:hover   {text-decoration:underline;}
.sermonOptions img       {border-style: none; text-decoration:none;}

.sermonSeparator         {border-top:solid 1px red; margin: 5px; }

/* Paging control layout */
.podcast_listings .pnav                     { width: 100%; }
.podcast_listings .pnav td                  { text-align: center; vertical-align:top; padding: 1px; }
.podcast_listings .pnav_pn                  { width: 60px; }
.podcast_listings .pnav a                   { text-decoration: none; margin: 0 1px; }
.podcast_listings .pnav_pn a:hover          { text-decoration: underline; }
.podcast_listings .pnav_pn a.disabled,
.podcast_listings .pnav_pn a.disabled:hover { text-decoration: none; }
.podcast_listings .pnav_num a:hover         { margin: 0; }
.podcast_listings .pnav_num a.current,
.podcast_listings .pnav_num a.current:hover { font-weight: bold; margin: 1px; }

/* Paging control colours */
.podcast_listings .pnav div                 { background-color: #ddf; border: 1px solid #88c; }
.podcast_listings .pnav a                   { color: #00f; }
.podcast_listings .pnav a.disabled,
.podcast_listings .pnav a.disabled:hover    { color: #888; }
.podcast_listings .pnav_num a:hover         { background-color: #ccf; border: 1px dashed #88f; }
.podcast_listings .pnav_num a.current,
.podcast_listings .pnav_num a.current:hover { background-color: #ccf; border: 1px solid #88f; }
