/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/


/* ------------------------------------------------------------------------
   Four basic colors are used to render Blue Haze. These are:
     1. Text Color
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: rgb(39,78,144); /* #4080ff; */ }

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: rgb(0,102,204); /* #0080ff; */ }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: rgb(140,170,230); /* #e8f0ff; */ }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: transparent; /* #fafcff; */ }

.sideBox a, .sideBox a:hover, .sideBox span
{ color: black; }

body
{ background-color: white; color: black; }

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

acronym {
  color: blue;
  border-bottom-color: blue;
}

#content a {
  color: rgb(39,78,144); /* #4080ff; */
  border-bottom-color: rgb(39,78,144); /* #4080ff; */
}

#header a, .headerRight {
  color: rgb(255,255,255); /* #4080ff; */
  border-bottom-color: rgb(39,78,144); /* #4080ff; */
}

#footer {
  background-color: transparent; /* #f2f6ff; */
}
