﻿/*
Name:           /publications/npt_blog.css
Author:         Kevin Mauer
Description:    CSS file for No Private Thoughts blog authored by the Executive Director. This file
                was originally copied from /Workarea/CssLib/blogs.css and then modified as necessary.
*/

/*/////////////////////////////////////////////////////
Redefined Styles from default.css 
////////////////////////////////////////////////////*/



/*//////////////////////////////////////////////
Headings
/////////////////////////////////////////////*/

/* Note: these heading colors were the originals for Procure before the 2011 redesign. They are no longer used */
h1 {
    /*color: #669900;*/
}

h2 {
    /*color: #066636;*/
}

h3 {
    /*color: #003E1F;*/ /*This also was the page background color */
}

/*//////////////////////////////////////////////
LINKS
/////////////////////////////////////////////*/



#pageLeftColumn .blogRecentPosts a:link, #pageLeftColumn .blogRecentPosts a:visited,
#pageLeftColumn .blogArchive a:link, #pageLeftColumn .blogArchive a:visited {
    /*text-decoration: none;
    color: #333333;*/
}

#pageLeftColumn .blogRecentPosts a:active, #pageLeftColumn .blogRecentPosts a:hover, #pageLeftColumn .blogRecentPosts a:focus, 
#pageLeftColumn .blogArchive a:active, #pageLeftColumn .blogArchive a:hover, #pageLeftColumn .blogArchive a:focus  {
    /*text-decoration: none;
    color: #7681A3;*/
}
