/******************************************************************************
 * Stylesheet for Colours                                                     *
 ******************************************************************************
 * Design by Raoul Snyman (superfly)                                          *
 * Copyright (c) 2004 Saturn Laboratories (www.saturnlaboratories.co.za)      *
 * Released under the Creative Commons "by-sa" License                        *
 *     For more info about Creative Commons, visit www.creativecommons.org    *
 *                                                                            *
 * Just change the colours of this stylesheet to create more colour schemes   *
 * for this template.                                                         *
 *                                                                            *
 * The colours are:                                                           *
 *   - #999999 => light grey, used mainly for normal text                     *
 *   - #FFCC33 => bright orange, used for bolder text, like headings          *
 *   - #FFFF99 => light orange (almost yellow), used for underlining, etc     *
 *   - #000000 => black, mainly used for the background (duh!)                *
 ******************************************************************************/

/* content: the main text area */

#content {
  color: #AAAAAA;
}

#content h1 {
  color: #FFAA00;
  border-bottom-color: #FFFF99;
}

#content h2 {
  color: #000000;
  background-color: #666666;
}

/* header: the header at the top of the page */

#header {
  border-bottom-color: #CCCC99;
}

#header span.title {
  color: #FFAA00;
}


/* sideBar: the side menus/info areas */

.sideBar div {
  color: #FFAA00;
  border-bottom-color: #FFFF99;
}

.sideBar a, .sideBar span {
  color: #FFFF99;
}

.sideBar a:hover {
  color: #000000;
  background-color: #FFFF99;
}


/* footer: the footer at the bottom of the page */

#footer {
  border-top-color: #CCCC99;
}


/* general settings */

a {
  color: #FFFF99;
}

a:hover {
  color: #FFAA00;
}

body {
  background-color: #000000;
  color: #999999;
}

input, textarea {
  background-color: #333333;
  border-color: #FFFF99;
  color: #FFAA00;
}

/* that's all folks! */
