/**********************************************************************
 * TITLE: Color Scheme Stylesheet for WWBD                  *
                                      *
 **********************************************************************/



/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #000000; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, #footer, #footer a, .sideBarTitle
  { color: white; }

/*** Text Color (bright): ***/
  .sideBar a:hover
  { color: #CD1076; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #8B0A50; }



/*** Background Color (bright pink): ***/
  #header, #footer,  .sideBarTitle
  { background-color: #FF1CAE; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .boxedDark
  { background-color: #ffffff; }


/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { color: #cddbcd; }

.menuBar a:hover { color: #551033; }

body { background-color: #F6CCDA; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #000000; }