/*
CSS for Bubble Under site
*/
body {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 11pt;
  background-color: #e2edff;
  background-image: url("bg.gif");
  line-height: 115%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(backgrounds/header-bg.jpg) repeat-y right bottom;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  <!-- font-size: medium; -->
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em {
  text-transform: uppercase;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

.titleimg {
  text-align: center;
  border: 2px solid #00007f;
}

#navigation {
/*
  width: 180px;
  height: 484px;
*/
  border-top: 2px solid #7da5d8;
  border-bottom: 2px solid #7da5d8;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: small;
  background: yellow url(backgrounds/nav-bg.jpg) no-repeat;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: right;
  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {
  font-weight: normal;
  color: gray;
}

.galleryphoto img {
  border: 15px solid white;
}

table.calendar {
  border-collapse: collapse;
  background-image: url("bg.gif");
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

table.calendar th, table.calendar td {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #000066;
}

table.calendar th {
  font-size: medium;
  text-align: center;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
}

table.calendar td {
  font-size: medium;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
  line-height: 100%;
}

table.calendar p {
  font-size: 90%;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.holiday {
  color: red;
  font-weight: bold;
}

.time {
  font-size: 80%;
}

.menu {
  font-size: smaller;
}

.copy {
  margin-top: 0px;
  margin-left: 10px;
  font-size: smaller;
  font-style: italic;
  color: #0000ff;
}

table.calendar p.date {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  font-size: medium;
  font-weight: bold;
}

.school {
  color: #0000ff;
}

table.calendar caption {
  color: #000066;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  align: center;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

/*
#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 107px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
*/

