/*These modifications all apply to the 'search results' page on the 'Training' tab.*/

/* First up, the information above the title: item type (Resource, Pathway, Page, or Book), Resource format (interactive module etc), and date published. There is only one change: everything is a higher contrast grey, and 1 em.*/


/* Item type: Resource*/
.search-result .search-type-resource
{
    font-size: 1em;
    color: #696969;
}

/* Item type: Pathway*/
.search-result .search-type-pathway
{
    font-size: 1em;
    color: #696969;
}

/* Item type: Page*/
.search-result .search-type-page
{
    font-size: 1em;
    color: #727272;
}

/* Item type: Book*/
.search-result .search-type-book
{
    font-size: 1em;
    color: #696969;
}

/*Resource format (interactive module etc)*/
.search-result .search-format
 {
    font-size: 1em;
    color: #727272;
}

/*Date published*/
.search-result .search-published
 {
    font-size: 1em;
    color: #696969;
}

/*And now to the search result title and snippet content...*/

/*Title*/
.search-result .title
{
font-size:1.2em;
color:#002D64;
}

/*Snippet*/
.search-result .search-snippet
{
    font-size:1em;
    color:#101010;
}

/*This is for the filters on the search results page*/

/*Text size in the filters*/
.region-sidebar-first
{
    font-size:1em;
}

/*Text size for number of results in the filters*/
.facetapi-count
{
    font-size:1em;
    color:#696969;
}

/*sidebar item text*/
.facetapi-inactive
{
    font-size:1em;
}

/*And now, sidebar spacing...*/

/*
this is the CSS path to the block title, eg 'Topics'. It is not currently modified.
.sidebar-first .block-facetapi .block-title 
{
line-height:1.2em;
}
*/

/*
Nope, I give up. But this CSS should affect the first line of the sidebar.
.facetapi-facetapi-links
*/