/* TITLE: Stylesheet for Purple Haze
/* URI  : /purplehaze/purplehaze.css
/* MODIF: 2002-12-15 17:34 +0800


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

/*
 * CHANGING THE COLOR SCHEME
 * -------------------------
 * 
 * Four basic colors were used in the design. To change the
 * color scheme, just edit these four values below.
 *
 */

.topOfPage, q, .headerTitle, .headerLinks, .headerLinks *, #footer *
{ /* Text Color: */  color: #884444; }

h1, h2, h3,.sideBox, .sideBox div,
{ color: #black; }

q, h2,  #header, #footer
{ /* Border Color: */  border-color: #eoe0ff; }

#header, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #e0e0ff; }

q, #footer
{ /* Background Color (lighter): */   }


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 0mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 0mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 0mm;
}

[class~="RHS"] {
  margin-right: 0mm;
}


/* ###### Body Text ###### */

#bodyText {
  border-style: 1px solid;
  line-height: 1.1em;
  margin: 5mm 12em 0 12em;
  padding-left: 1em;
  padding-right: 1em;
}

#bodyText p {
  padding-bottom: 0.5ex;
  padding-left: 5em;
  padding-right: 5em;
}

#bodyText table
{
  margin-left: 5em;
  margin-right: 5em;
}
  

#bodyText ul {
  margin-left: 5em;
  margin-right: 5em;
  padding-bottom: 0.5ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

pre {
  background-color: #bbee88;
  padding: 1mm;
  margin-left: 5em;
  margin-right: 3em;
  border: 1px solid;
}

body {
  background-color: white;
  color: black;
  font-family: helvetica,verdana,arial,sans-serif;
  margin: 0;
  font-size: 75%;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  background-color: LightGrey;
  padding: 0.5ex;
  border-top: 1px solid;
  border-left: 1px solid;
  border-style: solid;
}

acronym {
  background-color: inherit;
  color: black;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-family: tahoma, helvetica, verdana, arial, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}


/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  height: 8em;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 2em 5mm;
}

.headerTitle {
  font-size: 600%;
  font-stretch: wider;
  font-family: comic sans MS, cursive, verdana, helvetica, arial, sans-serif;
}

.headerLinks {
  text-align: right;
  margin-left: 0em;
  margin-right: 13.5em;
  border-bottom: 1px solid;
}

.headerLinks * {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  border: 1px solid;
  background-color: #e0e0ff;
  height: 1000px;
  width: 12.3em;
  margin-top: 5mm;
  padding-top: 1.5ex;
}

.sideBox div {
  margin: 1px;
  color: #771403;
  font-weight: bold;
  padding: 0 0.5em 0 0.75em;
}

.sideBox a, .sideBox span 
{
  color: black;
  background-color: #e0e0ff;
  text-decoration: none;
  line-height: 1.25em;
  font-weight: normal;
  display: table;
  padding: 0 0.5em 0 0.75em;
}

.sideBox a:hover
{
    color: #999944;
    font-weight: bold;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 2px;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 15em;
}
