/* TITLE: Stylesheet for Theras online
/* URI  : theras.css


/* ###### Color Scheme ###### */

/* darker */
/* #4d75a0 */  /* orig */
/* #647ea8 */  /* alt  */

/* lighter */
/* #d0e1f5 */  /* orig */
/* #d0d8e6 */  /* alt  */


.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *
{ color: #000000;
  background-color: inherit;
}

/* q, h2,  #header, .sideBox, .sideBox div, #footer, .txtBox, .txtBox div
{ border-color: #999999; }
*/

#header, .sideBox div, .sideBox a:hover, .txtBox div /*, .txtBox a:hover */
{ /* color: inherit; */
  /* Background Color (darker): */  
  background-color: #4d75a0;  
}

q, .sideBox a, .sideBox span, #footer, .txtBox
{ /* Background Color (lighter): */  
  background-color: #d0e1f5; 
}


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
/*  position: fixed; */

  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* type of sideBox, where links are displayed in normal text */
.txtBox {
  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 13em 0 13em;
  padding: 0 1em 1ex 1em;
  text-align: justify;
}

#bodyText p {
  padding-bottom: 2ex;
}

.topOfPage {
  color: #999999;
  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: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3, .evYear {
  font-family: "trebuchet ms", tahoma, sans-serif;
  border-color: #999999;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: inherit; 
  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;
  border-color: #999999;
}

.titel {
  font-size: 170%;
  font-weight: bold;
  padding-left: 1.5ex;
  padding-bottom: 1ex;
}

small { 
  font-size: 75%;
  line-height: 0.5em;  
}
/* moved to tktheras/tktheras.css */
/*
table {
  border-bottom: solid black 1px;
  margin: 1ex 0ex 1ex 5em;
}

td { 
  padding-left: 1ex;
}
*/
.evYear {
  font-weight: bold;
  font-size: 200%;
  text-align: right;
}

.evDate { 
  font-weight: bold;
}

.evName {
  padding-left: 70px;
  font-size: 110%;
  font-weight: bold;
}

.evInfo { 
  padding-left: 70px;
  font-size: 90%;
}

.evLocation { 
  padding-left: 70px;
  font-size: 90%;
  margin-bottom:8pt
}

/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  height: 5.8em;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0 5mm;
  border-color: #999999;
}

.headerTitle {
  font-size: 300%;
}

.headerLinks {
  text-align: right;
}

.headerLinks a {
  color: #000000;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox, .txtBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 10em;
  margin-top: 5mm;
  border-color: #999999;  
}

.sideBox div, .txtBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  border-color: #999999;
}

.sideBox a, .sideBox a:hover, .sideBox span, .txtBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

.txtBox a { 
  color: black;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
  border-color: #999999;
}

.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: 7em;  */
}

