/* original styles */
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  right: 1em;
  width: 9em }

h1 {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif, SunSans-Regular;
  font-size: 6em;
  color: white }

h2 {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif, SunSans-Regular;
  font-size: 3em;
  color: orange }


h3 {
  font-family: helvetica, verdana, geneva, arial,
        SunSans-Regular, sans-serif;
  font-size: 1em;
  color: yellow }


h4 {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif, SunSans-Regular;
  font-size: 1em;
  color: #ffff80 }

h5 {
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif, SunSans-Regular;
  font-size: 13px;
  color: orange }


h6 {
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif, SunSans-Regular;
  font-size: 0.5em;
  color: orange }


ul.navbar li {
  background: white;
  margin: 0.5em;
  padding: 0.3em;
  border-right: 1em solid black
  border-left: 1em solid black }

ul.navbar a {
  text-decoration: none }
a:link {
  color: #00cc66 }
a:visited {
  color: #ffcc00 }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

/* new styles */

body {
    background: #000;
    color: #eee;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

* img { margin: 0; border: none; }

/* commonly used styles for positioning text and images */
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.new { color: #f00; font-weight: bold;  }

#container {
    background: #000;
    color: #fff;
    margin: 4px auto;
    width: 763px; 
    position: relative;
}


/* currently the menu is just the Home link */
#menu { 
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,  SunSans-Regular;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

#menu a { color: yellow; font: 20px Helvetica, sans-serif;}

/* the left page column */
#left_margin {
    float: left;
    width: 210px; 
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
    margin: 0; padding: 0;
}

#left_margin img, #left_margin form { margin: 0; padding: 0; }

#left_margin h3 { 
    color: #ffff80;
    font: bold 13px Arial, sans-serif;
    margin: 0;
    padding: 1em 0 .2em 0;
}


/* the wider, right column */
#content {
   width: 540px;
   margin: 0 0 0 193px;
   padding: 0;
   
}

#footer {
  clear: left;
  font-size: 10px;
  padding-bottom: 2em;
  padding-top: 2em;
}

#footer span {
    color: yellow; 
}

#newsletter_form {
    font-size: 12px;
}

/* make google search bar blend in better */
#google_search {
    text-align: center;
    background: #000;
    color: #eee;
}

#google_search table { margin: 0 auto; }
#google_search table img { padding-bottom: 8px; }

/* the blue letters on gold background */
#creed {
    background: gold;
    color: blue;
    text-align: center;
    padding: .5em 0 0 0;
    font: bold 12px Arial, sans-serif;
    line-height: 18px;
}

/* this is for IE 6 */
#creed p {
    color: blue;
    font: bold 12px Arial, sans-serif;
}

#creed a {
    color: #fff;
    font-size: .9em;
}

#content h3 {
     font-family: Helvetica, Arial, sans-serif;
     color: gold;
}
 
#calendar {
    text-align: center;
    font-family: Ariel, sans-serif; 
}

#calendar h3 { font-size: 18px; font-family: Helvetica, sans-serif;  }
#calendar h5 { font-size: 14px }
#calendar h6 { font-size: 11px }


#comments {}
.comment_info { font-size: smaller; color: #ddd;}
.comment_date{ font-weight: bold; }
.comment_poster { font-weight: bold; }
.comment_text {}
.comment{ margin-bottom: 2em; border-bottom: 1px solid #ccc; }

#story {
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #ffff80;
}

.tagline { font-weight: normal; color: orange; }


.row1 { height: 135px; }

.leftpict {
    float: left;
    width: 193px;
    height: 135px;
}

table { margin: 0; padding: 0 }
td { padding: 0 1em 0 0; }
