/* theme style definitions (colors, fonts, etc) */

body {
  background:#61C0EE url(../images/gradient.jpg) repeat-x fixed;
  }

a {
  color:#0000CC;
  }

#site-header {
  font-family:sans-serif;
  font-size:16px;
  }
#site-header a {
  color:inherit;
  }
#site-header .con-em {
  color:rgb(36%,75%,95%);
  font-family:'Comic Sans MS',cursive;
  }

#menu {
  font-size:0.7em;
  }
#menu a {
  white-space:nowrap;
  }
#menu a:link, #menu a:visited {
  color:#0000CC;
  }
#menu a:hover {
  color:#CC0000;
  text-decoration:none;
  }
#menu .rightbar {
  margin-right:1px;
  padding-right:4px;
  border-right:1px solid black;
  }

h1, #page-header {
  font-family:sans-serif;
  font-size:130%;
  }

