/* 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, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *, #news, #newsdate
{ /* Text Color: */  color: #310097; }

q, h2,  #header, .sideBox, .sideBox div, #footer, #news, #newsdate, .under, .SessionUnder
{ /* Border Color: */  border-color: #4300ce; }

#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;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
  padding-bottom: 2ex;
}


/* ###### Body Text ###### */

#bodyText {  /* with right sidebar */
  line-height: 1.5em;
  margin: 10mm 13em 0 13em;
  padding: 0 1em 1ex 1em;
}

#bodyTextFull {  /* without right sidebar */
  line-height: 1.5em;
  margin: 10mm 10mm 0 13em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

.passportR {
  color: #FF0000;
  font-size: 70%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  text-align:left;
}

.passportRF {
  color: #FF0000;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  float:right;
}

.passportL {
  color: #FF0000;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  text-align:left;
}

.passportHeader {
  color: #FF0000;
}


.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;
}

.toc {
  font-size: 95%;
}

.archives {
  line-height: 0 em;
}

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  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: tahoma, 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;
}

.inlinetext {
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  float: left;
  color: #4300ce;
}

#news {
  font-family: garamond, times, serif;
  font-weight: bold;
  font-size: 250%;
  margin: 0 18ex 0 18ex;
  text-align: center;
}

#newsdate {
  font-family: garamond, times, serif;
  font-size: 150%;
  font-weight: bold;
  margin: 0 18.5ex 0 18.5ex;
}

.RDate {
  float: right;
}

.LDate {
  float: left;
}

.Session {
  text-align: center;
  margin: 0 0 0 0;
}

.under {
  border-bottom: 2px solid;
  margin: 0 0 5ex 0;
  padding-bottom: 3ex;
 }
 
.SessionUnder {
  border-bottom: 2px solid;
  margin: 0 0 0 0;
  padding-bottom: 3ex;
 }
 
.imageCol1 {
  float: left;
  margin-left: 2em;
}

 .imageCol2 {
  float: right;
  margin-right: 2em;
}

/* ###### Tabular data ###### */

.inlineTable {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 1ex;
  padding-bottom: 1ex;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin-left: 5em;
  margin-right: 10em;
  font-weight: normal;
}

.tabCol2 {
	position: absolute;
	left: 30em;
	width: 260px;
}

#tr {
  padding-bottom: .75ex;
}

/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0 5mm;
}

.headerTitle {
  font-size: 280%;
  font-family: "trebuchet ms", tahoma, sans-serif;
}

.headerLinks {
  text-align: left;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 10em;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 20px;
  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;
}

.footerCol1 {
	position: absolute;
	left: 10px;
}

.footerCol2 {
  position: absolute;
  left: 10em;
}

.footerCol3 {
  position: absolute;
  right: 10px;
  text-align: right;
}
