/* eekim.css */
/* $Id$ */

/*----- Body elements ----------------------------------------------*/
body {
  font-family: "Arial", "Verdana", "Helvetica", sans-serif;
  font-size: 10pt;
  background-color : #FFFFFF;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50em;
}
h1,h2,h3,h4,h5,h6 {
  color: #0C1844;
}
p {
  font-size: 10pt;
}
li {
  padding-bottom: 5px;
}
a {
  text-decoration: none;
}
a:hover {
  background: #FFA;
  text-decoration: underline;
}
.indent {
  margin-left: 2em;
}

/*----- Header -----------------------------------------------------*/
p.title {
  font-size: 14pt;
}
a.homepage {
  font-size: 14pt;
  color: #800000;
  font-weight: bold;
  text-decoration: none;
}
#nav {
  float: left;
  width: 70%;
}
#nav a {
  font-weight: bold;
  font-size: 11pt;
}
#login {
  float: right;
  width: 30%
  text-align: right;
}

/*----- Main -------------------------------------------------------*/
#main {
  clear: both;
}

/*----- Footer -----------------------------------------------------*/
#footer {
  clear: both;
}
p.footer {
  font-size: 8pt;
}

/*----- Sidebar elements -------------------------------------------*/
p.menutitle {
  font-size: 8pt;
  font-weight: bold;
}
p.menuoption {
  font-size: 8pt;
  margin-left: 10px;
}
div.box {
  border-style: solid;
  border-width: 1px;
  border-color: #0C1844;
  font-size: 8pt;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.boxtitle {
  background-color: #0C1844;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8pt;
  padding: 2px;
  text-align: center;
}
p.box {
  font-size: 8pt;
  margin-left: 5px;
  margin-right: 5px;
}
p.boxcenter {
  font-size: 8pt;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

/*----- Purple numbers ---------------------------------------------*/
.hid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #C8A8FF; /* light purple */
}
.nid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  color: #C8A8FF;  /* light purple */
}

/*----- Miscellaneous ----------------------------------------------*/
.rss {
    font-family: verdana, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #FF6600;
    border-right: thin solid #063;
    border-bottom: thin solid #063;
    padding:0 .25em 0 .25em;
}

