/*
main.css
Neil Ramsden
10 Apr 03 to 2 Dec 05
*/

/* frames */

/* ???
.top-frame-set {
  background-color: #0000FF; 
}

.centre-frame-set {
  background-color: #0000FF; 
}

.centre-frame {
  background-color: #0000FF; 
}
??? */

/* shared */

body {
  font-family: "Lucida Bright", "Times New Roman", Serif;
  color: #006400;
  margin: 0ex 0em; 
  padding: 1ex 1em;
}

/* banner */

body.banner-body {
  background-color: #4040D0;
  margin: 0ex 0em; 
  padding: 0ex 0em;
/*  line-height: 50%; */
/*  background-color: #0000FF; */
}

.banner {
  line-height: normal;
/*  background-color: #FFF68F; */
  background-color: #F0E68C;
/*  background-color: #E8E8C8; */
  border-radius: 24px;
  -moz-border-radius: 24px;
  -khtml-border-radius: 24px;
  padding: 1ex 1em; 
}
*/

.banner-name {
  font-size: 200%; 
}

.banner-strap {
  font-size: 150%;
}

/* navigation */

body.side-bar-body {
  background-color: #FFFFe0;
/*  background-color: #FFFFE0; */
  margin: 0ex 0em; 
  padding: 0ex 0em;
}

.side-bar {
/*
  height: 100%;
  background-color: #FFF0E0;
  -moz-border-radius: 24px;
  -khtml-border-radius: 24px;
*/
  padding: 3ex 1em; 
  font-size: 90%;
  text-align: center;
}

small#updated {
	font-size: xx-small
}

.page-navigation {
  font-size: small;
}


/* footer */

body.footer-body {
  background-color: #E8E8C8;
  margin: 1ex 1em; 
}

.footer {
  font-size: small;
}