/* 
    Document   : news.css
    Created on : 16-Jun-2010, 11:22:30
    Author     : Magnus Forrester-Barker
    Description: extra styles for the Penrallt news page
*/
.news {
    font-style: normal;
    font-weight: bold;
    color: #060;
    text-transform: uppercase;
}
.pubdate {
    font-style: italic;
    font-weight: lighter;
    color: #030;
    text-align: right;
    font-size: smaller;
    margin-bottom: 3ex;
}
.news_sub {
    font-size: 90%;
    margin-top: 2ex;
}
.news_sub a {
    text-decoration: none;
}
.vevent abbr {
    border: 0;
}
#updateNote {
    font-style: italic;
}
