/* Style code taken from oswd.net, this design originally by haran.
/* original header:
/* 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.
 *
 */

body {
	overflow: auto;
}

q, h1, h2, h3, .headerTitle, .sideBox div, #footer *
{ /* Text Color: */  color: black; }

/* 
removed these so that links get the 'blue' color

.topOfPage,  .headerLinks, .headerLinks *, .siteMap, .siteMap *
*/

q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #c0c0ff; }

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


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



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

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

.LHS {
  margin-left: 2.5mm;
  margin-right: 2em;
  float: left;
  clear: left;
  width: 10em;
}

.RHS {
  margin-right: 2.5mm;
  margin-left: 2em;
  float: right;
  clear: right;
  width: 12em;
}

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

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

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


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

#bodyText {
  line-height: 1.5em;
  margin: 10mm 14em 0 12em;
  padding: 0 1em 1ex 1em;
	clear: none;
  min-width: 300px;
}

#bodyTextWide {
  line-height: 1.5em;
  margin: 10mm 2em 0 12em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 1ex;
}

#bodyText ul {
  padding-bottom: 1ex;
}

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

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

body {
  background-color: white;
  color: black;
  font-family: "arial"; /* verdana, tahoma, helvetica, arial, sans-serif;*/
  font-size: 100%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "arial"; /* , sans-serif; */
}

h1 {
  font-weight: bold;
  font-size: 150%;
  font-family: "arial";
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 100%;
  font-family: "arial";
  padding-bottom: 0.5ex;
}

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

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

img {
  border: 0;
}

q {
  font-family: "arial"; /* , verdana, helvetica, 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;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Sidebox */

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

.sideBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox td {
  padding: 0ex 0.0em 0ex 0.75em;
}

.sideBox a { 
  line-height: 1.75em;
  display: block;
  padding-left: 0.5em;
}

/* unneccesary now */
.sideBox span {
  color: black;
/*  text-decoration: none; */
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

.RHS table {
	font-size: 80%;
}

/* @end */

/* @group header */

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

#header {
  border-bottom: 2px solid;
  margin-bottom: 5mm;
  padding: 0.5em 2.5mm 0 5mm;
	clear: none;
}

.headerTitle {
  margin-top: 20px;
  font-size: 250%;
  float: left;
}

#header img {
	float: right;
}

.headerLinks {
  text-align: right;
  margin-right: 2.5mm;
  margin-top: 10px;
  float: right;
  clear: right;
}

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

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

.siteMap {
  font-size: small;
  text-align: left;
  margin-left: 2.5mm;
  margin-right: 2.5mm;
  margin-bottom: 0.5em;
  float: left;
  clear: left;
  width:  50%;
}

.siteMap * {
  text-decoration: none;
/*  font-weight: bold; */
  padding-right: 1ex;
	border-right-style: dotted;
	border-right-width: 1px;
}

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

.rss-icon {
	background-color: #f60;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 0px 4px;
	border-right: 1px outset #7d3302;
	border-bottom: 1px outset #7d3302;	
	margin: 0;
	width: 3em;
}

/* I don't know why this is necessary ... */
.RHS .rss-icon {
	background-color: #f60;
	padding: 0px 4px;
}

#separator {
	clear: both;
}



/* @end */


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

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

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

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

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

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

.footerCol2 {
  left: 7em;
}

/* project table */

.stdlist {
	width: 25%;
}
