/*

judybailey pages at everyonecommunicates.org

colors:
  #ffffff (white) body background
  #000000 (black) body text
  #5b473b (brown)
  #d5e7f7 (background blue) (or try e7eff6)
  #25446b (dark blue) h1

  #122338 (nearly black) 

*/

html, body {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

body {
  background: #d5e7f7 repeat-x url(/judybailey/judybackground.png);

}
body, p, td, th, div, blockquote, dl, ul, ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; 
  letter-spacing: .03em;
  line-height: 1.75;
  color: #000000;
}

.byline {
  font-size: 75%;
  font-style: italic;
  line-height: 1.25em;
}
.rhetorical {
  display: block;
  font-size: 120%;
  margin-top: 2em;
  font-weight: bold;
}
.inlinetitle { color: #25446b; font-weight: bold; }
.smalltype { font-size: smaller; }
.book { text-decoration: underline; }
.article { font-style: italic; }
.quotesource { font-size: smaller; font-style: italic; }

h1 {
  margin-top: 50px;
  color: #25446b;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 150%;
}


#container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#content {
}

#lyrics p {
  line-height: 1; 
}


#footer {
  color:#25446b;
  font-size: 75%;
  margin-top: 5em;
  border-top-style: solid;
  border-top-width: 1px;
}

#footer a {text-decoration:none;}

ul {
  list-style-type: square;
}
