/* 
    Document   : services.css
    Created on : 16-Jun-2010, 11:32:15
    Author     : Magnus Forrester-Barker
    Description: extra styles for the Penrallt services pages
*/

.theme {
    display: block;
}
.theme {  /* For sermon titles */
    font-weight: bold;
}
.series {
    font-style: italic;
}
.zebra { /* for table striping on songs list page */
         background-color: #bdb;
         color: #030;
}
#songlist td {
    padding: 1px 5px;
}
.note { /* For notes in the services list etc. */
    font-style: italic;
    font-size: smaller;
}

.special { /* For special day/service info in the services list */
    font-style: italic;
    font-weight: normal;
    padding-left: 0.3em;
    color: #030;
}

.apology { /* For translation-fail-apology on Welsh page */ 
    font-style: italic;
}

#forthcoming > dl > dt {
    font-weight: normal;
}


