﻿/* 
Name:			bulletin.css
Author:			Kevin Mauer
Created:		02/20/2007
Description:	Contains styles for The Bulletin left menu including link colors
                and article titles and category titles. 
*/

/* ******** LINK COLORS ******** */
#pageLeftColumn .articleTitle a:link, #pageLeftColumn .articleTitle a:visited,
#pageLeftColumn a:link, #pageLeftColumn a:visited {
    text-decoration: none;
    color: #333333;
}

#pageLeftColumn .articleTitle a:active, #pageLeftColumn .articleTitle a:hover, 
#pageLeftColumn .articleTitle a:focus, #pageLeftColumn a:active, #pageLeftColumn a:hover, 
#pageLeftColumn a:focus {
    text-decoration: none;
    color: #7681A3;
}

#pageLeftColumn .listItem {
    margin: 0px 10px 15px 0px;
}

/* ******** ARTICLE TITLES ******** */
#pageLeftColumn .articleTitle {
    font-size: 11px;
}

/* ******** CATEGORY TITLES ******** */
#pageLeftColumn .categoryTitle {
    margin: 20px 10px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}
