/***************************************************************
 * Color Scheme Stylesheet for Schubert CZ                     *
 ***************************************************************/


/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar span, .rightSideBar a, .leftSideBar a:hover
 { color: #a68c53; }

.leftSideBar a, #bodyText a:hover, .rightSideBar a:hover
{ color: black }
 

.headerTitle, .headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
 { color: black; }

.headerTitle span, .menuBar, .menuBar *
 { color: white; }

.headerLinks
 { color: #b82619; }


/* ###### Background Colors ###### */

body
 { background-color: #F3DFB5; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

#header
 { background-color: #CAD9F8 }

.menuBar
 { background-color: #0C3A74; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #C6AA6E; }

.leftSideBar .sideBarText
 { color: black; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #917947; }

acronym
 { border-color: #a68c53; }
