/* Override default font sets to use helvetica first */
body{font-family:helvetica,arial,clean,sans-serif;}
select, input, textarea{font-family:helvetica,arial,clean,sans-serif;}

/* adjusting other yui stuff */
#doc3 {margin: auto 0px;}
#bd {margin: auto 10px;}
#hd {padding-bottom: 10px;}

/* My stuff */
strong {
  font-weight: bold;
}

#header {
  color: #FFFFFF;
  font-size: 152%;
  font-weight: bold;
  padding: 10px 10px 10px 5px;
  position: relative;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0%;
}

#main {
  padding-left: 10px;
}

ul#header-navigation {
  bottom: 0pt;
  list-style-type: none;
  margin-bottom: 0pt;
  position: absolute;
  right: 0pt;
  text-align: right;
}

ul#header-navigation li {
  float: left;
  margin-right:2px;
}

ul#header-navigation li a {
  background-color: #000000;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0%;
  font-size: 70%;
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  padding:2px 6px;
  text-decoration:none;
}

ul#header-navigation li a:hover, ul#header-navigation li a.current {
  background-color: #FFFFFF;
  color:#000000;
}

.footer {
  margin-top: 1em;
  padding: 20px;
  background: #DDDDDD;
  border-top-width: 3px;
  border-top-style: solid;
}

#footer-copyright {
  vertical-align: 50%;
  padding-left: 10px;
}

p {
  margin-bottom: 1em;
}

a, a:link, a:active, a:visited {

}

#header a, #header a:link, #header a:active, #header a:visited, #header a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

h2 {
  font-size: 122%;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.sidebar-block {
  padding-bottom: 15px;
}

.datestamp {
  font-size: 92%;
  color: #999999;
}

#pagination-navigation {
  text-align: right;
}
