/**********************************************************************
 * TITLE: Color Scheme Stylesheet for Tierra Verde                    *
 * URI  : http://www.oswd.org/design/???/tierraverde/color-scheme.css *
 * MODIF: 2003-02-01 1904 +0800                                       *
 **********************************************************************/

/* ###### General Colors ###### */
.sideBar
{ background-color: #e8e8e8; }
/*** Text Color (darker): ***/
  #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #222222; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, #footer, #footer a
  { color: white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #000000; }

/*** Background Color (darker): ***/
  #header, #footer
  { background-color: #222222; }

/*** by zebu ***/
p, h1, h2, h3
{ background-color: #aaaaaa; }

.sideBar a:hover, #footer a:hover
{ background-color: #ff00ff; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .sideBarTitle
  { background-color: #cccccc; }


/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { color: #ff00ff; }

.menuBar a:hover { color: #ff00ff; }

body { background-color: #999999; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #ff00ff; }
