﻿/*
/ --------------------------------------
/	ppwh.org.uk
/   Frame Digital
/ --------------------------------------
/
/	-	Custom yellow styling
*/
#content #masthead { border-bottom-color: #ecc802; }

#breadcrumbs,
#breadcrumbs a { color: #ecc802; }


#left div.navigation ul li { background: none; color: #ecc802;}
#left div.navigation ul li .sub-navigation { background-color: #fefcda; }

#left div.navigation ul li a { background-image: url(/themes/default/images/nav/sub-nav-yellow-off.gif); }
#left div.navigation ul li a:hover,
#left div.navigation ul li a.selected 
{     
    background-color: #fefcda;
    color:#ecc802;
    background-image: url(/themes/default/images/nav/sub-nav-yellow-on.gif);
}

#left div.navigation ul li .sub-navigation ul li a { border: 0px; }

/* HEADING */
h1 { color: #ecc802; }

/* SNIPPETS */
#content #main #body .snippet ul li { background-image: url(/themes/default/images/arrow-red.gif); }
#content #main #right .snippet { width: 218px !important; margin-right: 0px; border-color: #ecc802; background-color: #fbf4cc;  }
#content #main #right .snippet h3 { background: #ecc802; color: #fff; }
#content #main #right .snippet ul li { background-image: url(/themes/default/images/arrow-yellow-yellow.gif); }

#rotator .pages ul li a { background: #fbf4cc; color: #999; }
#rotator .pages ul li a.selected { background: #ecc802; color: #666; }
