/* This is CCC-oceanBlue.css */
@media all {
 BODY { font-family: "Trebuchet MS", "Arial", sans-serif; 
  color: #000000;  
  font-size: medium;
  background-color: #ffffff; 
  margin: 0em 11% 5em 9%;
 }
 P { 
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: medium;
  text-indent: 3em;
  text-align: justify;
  line-height: 1.2em;
 }

 P.firstpar {
  text-indent: 0;
 }

 P.firstpar:first-letter {
  font-family: "Glanchló", "Celtic", "CelticHand", "Celtic Bold", "Celtic Gaelige Regular", "Tolkein", "Georgia", serif;
  font-size: 200%;
  color: #7755dd;
  background-color: #ddffee;
  padding: 10px 10px 10px 10px;
  margin: 0px 1px 0px 0px;
  border: 2px dotted #cc0000;
  float: left;
 }

 A {
  text-decoration: none;
 }

 A:link {
  color: #7755dd;
  background-color: transparent;
 }

 A:visited {
  color: #dd5577;
  background-color: transparent;
 }

 A:hover {
  background-color: #ddffee;
  color: #dd5555;
 }

 A:active {
  background-color: transparent;
  color: #dd5555;
 }

 H1 {
  font-family: "Glanchló", "Órchló", "Verdana", sans-serif;
  font-size: xlarge;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
  color: #ddffee;
  background-color: #7755dd;
  text-align: left;
 }

 H2 {
  font-family: "Glanchló", "Órchló",  "Verdana", serif;
  font-size: large;
  font-weight: bold;
  margin-left: 2em;
  margin-right: 1em;
  color: #7755dd;
  background-color: #ddffee;
 }

 H3 {
  font-family: "Glanchló", "Órchló",  "Verdana", serif;
  font-size: large;
  font-weight: bold;
  margin-left: 3em;
  margin-right: 1em;
  color: #220088;
  background-color: transparent;
 }

 OL {
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-variant: normal;
  text-indent: 2em;
  text-align: justify;
 }

 UL {
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-variant: normal;
  text-indent: 1em;
  text-align: justify;
 }

 .mouseoverdef {
  border-bottom: 1px dotted #666677;
  cursor: help;
 }

 .no-indent {
  text-indent: 0em;
 }

 .onLeft {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
 }

 .onRight {
  margin: 10px 0px 10px 10px;
 }

 .menuItem {
  font-family: "Arial", "Trebuchet MS", sans-serif;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-indent: 0em;
  text-align: left;
 }

 div.horizMenuBar {
  text-indent: 0px;
  text-align: center;
  border: 1px solid;
  border-color: #ffffff;
  background-color: #88c0b8;
  padding: 1px 1px 3px 1px;
 }

 div.horizMenuBarSearchForm {
  text-indent: 0px;
  text-align: right;
  border: 1px solid;
  border-color: #ffffff;
  background-color: #fefeff;
  padding: 1px 1px 3px 1px;
 }

 .menuButton {
  font-family: "Arial", "Trebuchet MS", sans-serif;
  font-size: 80%;
  font-weight: bold;
  font-variant: small-caps;
  border: 0px solid;
/*  border-color: #000000 #ddddd0 #ddddd0 #fffff0; */
  margin: 0px 0px 10px 0px;
  padding: 2px 4px 2px 4px;
  position: relative;
  cursor: default;
 }
 
 A.menuButton:hover {
  border-color: #dddddd #ffffff #ffffff #dddddd; 
  position: relative;
/*  background-color: #ffbb00; */
  left: 1px;
  top: 1px;
 }

 .footer {
  font-family: "Arial", "Trebuchet MS", sans-serif;
  font-size: 80%;
  text-indent: 0em;
  text-align: center;
  color: #333333;
  background-color: transparent;
 }

 .notes {
  font-family: "Arial", "Trebuchet MS", sans-serif;
  font-size: 90%;
  font-style: normal;
  text-align: right;
  color: #660000;
  background-color: transparent;
 }

 .author {
  background-color: #ddffee;
  font-size: 14pt;
  color: #7755dd;
  float: right;
  text-align: center;
  padding: 5px 5px 5px 10px;
  position: relative;
  top: 10px;
  left: 10px;
 }
 
 .noMarginsNoIndent {
  text-indent: 0em;
  margin-left: 0em;
  margin-right: 0em;
 }

 .sideBoxLeft {
  color: #000000;
  background-color: #f5eeff;
  border: 0;
  float: left;
  margin: 10px 10px 5px 0px;
  border-right: 2px dotted #7755dd;
  border-bottom: 2px dotted #7755dd;
  width: 25%;
  padding: 10px;
 }

 .sideBoxRight {
  color: #000000;
  background-color: #f5ffee;
  border: 0;
  float: right;
  margin: 10px 0px 5px 10px;
  border-left: 2px dotted #77dd55;
  border-bottom: 2px dotted #77dd55;
  width: 25%;
  padding: 10px;
 }

 .invisible {
  display: none;
 }

 .headingQuote {
  font-family: "Lucida Handwriting", cursive; 
  font-size: 90%
 }

 .sideBoxLeft A:hover {
  color: inherit;
  background-color: #fffff5;
 }

 .sideBoxRight A:hover {
  color: inherit;
  background-color: #fffff5;
 }

}
