/**********************************************************************
 * 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 ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #22464f; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #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: #22464f; }

/*** Background Color (darker): ***/
  #header, #footer
  { background-color: #22464f; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .sideBarTitle, .sideBarTitleC
  { background-color: #cddbcd; }


/*** Bloglinks Blogrolling ***/
/* not everything is used - for completeness and possible later use
.blogrollmain { }
.blogrollitem { }
*/
.blogrollfolder { color: black; background-color: inherit; }

/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { color: #cddbcd; }

.menuBar a:hover { color: #abc3ac; }

body { background-color: #abc3ac; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #abc3ac; }

.red { color: red; background: inherit }
.blue { color: blue; background: inherit }
.green { color: green; background: inherit }
.magenta { color: #FF00FF; background-color: inherit; }
.darkcyan { color: #00B8B8; background-color: inherit; }
.yellow { color: #FFFF00; background-color: inherit; }

.blackongrey { color: black; background-color: #EEEEEE; }
.highlight { color: inherit; background: yellow; }
.highlightblue { color: inherit; background: #8072fa; }
.highlightcyan { color: inherit; background: #8deefa; }

ins {color: inherit; background: #8deefa; }
/* del {color: inherit; background: #eeeeee; } */
del {color: inherit; background: #f08080; }
