/*
    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: #cccccc;
}

.wlp-bighorn-header
{
    border-bottom-color: #807059;
}

.wlp-bighorn-footer
{
    border-top-color: #807059;
}

/* colors for windows */

.wlp-bighorn-titlebar
{
    background-color: #596380;
    color: white;
}

.wlp-bighorn-titlebar-button-panel a:hover
{
    background-color: #727EA3;
}


.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;
}
