/**********************************************************************
 * TITLE: Color Scheme Stylesheet for The Peak Cottage                *
 * MODIF: 2003-12-20 1904 +0800                                       *
 **********************************************************************/


/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a,
  .tituloH1, form, textarea, input
  { color: #22464f; }

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

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a, hr, textarea, input
  { border-color: #22464f; }

/*** Background Color (darker): ***/
  #header, #footer, .menuTitle
  { background-color: #22464f; }

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


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

#header { border-color: white; }

.menuTitle, .headerTitle { color: #cddbcd; }

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

#introhidden, object, #flash {color: #abc3ac; }

body, .formField, object, #flash { background-color: #abc3ac; }

#bodyText .boxedDark .modHits { color: black; }

#footer a { border-color: white; }

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