/*
    This file contains all colors (and fonts) used by the "bighorn" skin.  Descendant selectors are used
    primarily for nesting and rollover scenarios.
*/

/* general colors */

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html
{
/*    background-color: #BF9960; */
}

.wlp-bighorn-header
{
/*    border-bottom-color: #807059; */
}

.wlp-bighorn-footer
{
/*    border-top-color: #807059; */
}

/* colors for windows */

.wlp-bighorn-titlebar
{
    background-color: #82620A;
    color: white;
}

.wlp-bighorn-titlebar-button-panel a:hover
{
    background-color: #727EA3;
}

.wlp-bighorn-book-content
{
    background-color: #E6DCCF;
}

.wlp-bighorn-window
{
    border-color: #807059;
}

.wlp-bighorn-window-content
{
   /* background-color: white;*/
}

.wlp-bighorn-layout-cell .wlp-bighorn-book
{
    border-color: #807059;
}

/* colors for menus */

.wlp-bighorn-menu
{
    background-color: #596380;
	color: #CCB48F;
}

.wlp-bighorn-menu a
{
    color: #CCBD8F;
}

.wlp-bighorn-menu-menu-panel ul
{
    background-color: #596380;
}

.wlp-bighorn-menu-menu-panel ul li:hover
{
    background-color: #727EA3;
    color: white;
}

.wlp-bighorn-menu-menu-panel ul li:hover > a
{
    color: white;
} 

.wlp-bighorn-menu-menu-panel ul ul
{
    border-color: #807059;
}

.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    background-color: #E6DCCF;
    color: #596380;
}

/* colors for menus within nested books */

.wlp-bighorn-book-content .wlp-bighorn-menu
{
    background-color: #727EA3;
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul
{
    background-color: #727EA3;
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li:hover
{
    background-color: #6078BF;
}

.wlp-bighorn-book-content .wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
    background-color: #E6DCCF;
    color: #596380;
}

/*
Search Result Lists
*/

.searchResultList h4 {
	color: #696969 !important;
}

/* RSS-Centre pages */
.rssCentre.searchResultList h4 {
	font-size: 1.1em !important;
	font-weight: normal;
	padding: 10px 10px 10px 0 !important;
}

.rssCentre.searchResultList td {
	vertical-align: top !important;
}

.rssCentre.searchResultList td img {
	padding-top: 6px;
	margin-left: -6px;
}



/**
* @section Footer
*/
#footer {
	color: #666666;
}
