/*
 * A mostly Black and White version of BitGarden1.css
 * 
 * Author: C.J. Hurst
 */

/*** Colors, fonts, etc.***/

body {
  margin-top: 5em;
  margin-left: 9.2em;
  margin-right: 1em;
  margin-bottom: 2em;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-align: justify;
  line-height: 1.3;
  color: black;
  background: white;
}

h4 { margin-bottom: 0.25em; }

/* Indent paragraphs that follow paragraphs */
p + p {
  text-indent: 1.5em;
  margin-top : 0;
}

/* paragraph at a thematic break */
p.theamBreak { text-indent: 0; margin-top: 0.8em; }

h4 + p {
  text-indent: 0em;
  margin-top: 0;
}

div.quote {
  margin-top: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  position: relative;
}
div.quote p {
  text-indent: 0em;
  margin-top: .05em;
  margin-bottom: .05em;
}

div.quote p.author {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 3em;
}

a img { border: 0px; margin: 0; }

table {
  background: white;
  font-size: 12pt;
  font-family: Arial, sans-serif;
  border-top: 1px solid black;
}

tr { border-top: 1px solid black; }
tr:first-child { 
  border-top: none;
  background: grey;
}

th { background: grey; border-bottom: 1px solid black; }

td { padding: .25em; }


.system {
  text-decoration: none;
  font-style: plain;
  font-family: Courier, fixed;
  font-size: 11pt;
  color: black;
}

.user {
  text-decoration: none;
  font-style: plain;
  font-family: Courier, fixed;
  font-size: 11pt;
  color: blue;
}

.notes {
  text-decoration: none;
  color: red;
  font-size: 11pt
  font-style: plain;
}

/*** Figures with captions ***/
div.figure {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.3em;
  padding: 0.3em;
}

div.figure p {
  text-align: center;
  font-style: plain;
  font-size: 75%;
  text-indent: 0;
}
img.scaledWidth {
  width: 100%;
}
img.scaledHeight {
  height: 100%;
}
img.scaled {
  width: 100%;
  height: 100%;
}

/*** Logo ***/
div.logo {
  margin: 0;
  font-size: 100%;
  line-height: 1.0;
  position: absolute;
  width: 107px;
  height: 48px;
  top: 0em;
  left: 0em;
  bottom: auto;
  right: auto;
}


/*** Top Nav ***/
div.topNav {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  height=48px;
  width=100%;
  top: 0em;
  left: 107px;
  bottom: auto;
  right: 0em;
}
div.topNav p {
  margin: 0; 
  padding: 0em 0em;
  font-family: Arial, sans-serif;
  background: white;
  border-top: thin outset black;
}
div.topNav p.slogan {
  margin: 0; 
  padding: 0.2em 0.2em;
  font-size: 125%;
  font-family: Arial, sans-serif;
  background: white;
  color: black;
}

div.topNav a { display: inline; margin: 0.2em 0.1em }
div.topNav a:link { text-decoration: none; color: grey }
div.topNav a:visited { text-decoration: none; color: grey }

div.topNav a.selected:link { text-decoration: none; color: black }
div.topNav a.selected:visited { text-decoration: none; color: black }


/*** Left Nav ***/
div.leftNav {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  width: 107px;
  height: 100%;
  top: 48px;
  left: 0em;
  bottom: 0em;
  right: auto;
  background: white;
  border-right: thin outset black;
}
div.leftNav p {
  margin: 0;
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  color: grey;
}
div.leftNav a { display: block; margin: 0 0.5em }
div.leftNav a { border-top: 2px groove black }
div.leftNav a:first-child { border-top: none }

div.leftNav a:link { text-decoration: none; color: grey }
div.leftNav a:visited { text-decoration: none; color: grey }

div.leftNav a.selected:link { text-decoration: none; color: black }
div.leftNav a.selected:visited { text-decoration: none; color: black }


/*** Bottom Nav ***/
div.bottomNav {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 80%;
  color: black;
  text-decoration: none;
  text-align: center;
}
div.bottomNav a { display: inline; margin: 0 0.5em }

div.bottomNav a:link { text-decoration: none; color: grey }
div.bottomNav a:visited { text-decoration: none; color: grey }

div.bottomNav a.selected:link { text-decoration: none; color: black }
div.bottomNav a.selected:visited { text-decoration: none; color: black }

/*** Copyright ***/
div.copyright {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 70%;
  color: black;
  text-decoration: none;
  text-align: center;
}

/*** powered by ***/
div.poweredBy {
  position: absolute;
  margin: 0;
  width: 9em;
  height: auto;
  left: 0em;
  bottom: 0em;
  right: auto;
  top: auto;
}
div.poweredBy img { max-width: 94px; border: 0; }

/*** linkMenu ***/
div.linkMenu a { display: block }

/*** hidden articles ***/
div.hiddenArticles p { text-indent: 0; margin-top: 1em; display: block }


