/* 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, .headerTitle *, .headerLinks, .headerLinks *, .sideBox div, #footer *
{ /* Text Color: */  color: white; }

h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #ccccff; }

#header, .sideBox div, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #242752; }

/*q,*/ .sideBox a, .sideBox span, #footer
{ /* Background Color (lighter): */  background-color: #040732; }

q { color: #ccccff; 
    /* Background Color (lighter): */  background-color: #141742;
}

A { color:#FFC600; }
A:hover { color:red; }


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
/*  margin-right: 2ex; if you want the text to flow into the gutters*/
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
/*  margin-left: 2ex; if you want the text to flow into the gutters*/
  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;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 10mm 12em 0em 0em; /* Shifting to the left */
  /* margin: 10mm 12em 0em 12em; */ /* The original gutter (gapful) definition */
  /* margin: 10mm 1em 0em 1em; */ /* The gutter flow into defin */
  padding: 0em 1em 1ex 1em;
  text-align: justify;
}

#bodyText .shortParagraph {
  text-align: left;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText img {
  margin-left: 1em;
  margin-right: 1em;
}

.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;
}

body {
  background-color: #040732;
  color: white;
  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-size: 150%;
}

h2 {
  font-size: 140%;
}

.entry {
  padding-bottom: 3em;  
}

.entrytitle {
  text-align: left;
}

.entrydate {
  font-size: 72%;
  text-align: right;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code, pre {
  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;
}

.code {
  font-family: "lucida console", monospaced;
  color: #ffcc66;
  border: 2px dotted;
  margin: 1em 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
}

.code .title {
  text-align: center;
}

.recentlyPlayed {
  color: #ffcc66;
/*  border-top: 2px dotted;
  border-bottom: 2px dotted;
  border-left: 2px dotted;
  border-right: 2px dotted;
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 1.5ex 0.5ex 0.5ex; */
}

.nowStacking { 
  color: #ffcccc;          
}

/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  height: 5em;
/*  margin-bottom: 5mm; */
  padding: 1em 2.5mm 0em 2.5mm;
}

.headerTitle {
  font-size: 300%;
}

.headerTitle A {
  text-decoration: none;
}

.headerLinks {
  text-align: left;
  font-size: 92%;
/*  padding: 1em 0em 1em 0em; */
}

.headerLinks * {
  text-decoration: none;
}

.headerLinks a:hover {
  text-decoration: underline;
}

.timestamp {
  text-align: left;
  font-size: 92%;
/*  padding: 1em 0em 1em 0em; */
}

/* ###### 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;
}

.sideBoxClean {
  width: 10em;
  margin-top: 5mm;
}

.abouttitle {
  text-align: center;
}

.abouttext {
  text-align: left;
  font-size: 80%;
  line-height: 1.5em;
}

.postlinkstitle {
  text-align: center;
}

.postlinksentrytime {
  text-align: right;
  font-size: 80%;
}

.postlinksentrytitle {
  text-align: left;
  font-size: 80%;
  line-height: 1.5em;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: both ;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
  text-align: right;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}