/*   Time-stamp: "2013-06-20 23:00:58 MDT"     sburke@cpan.org               m*/

/* @import "html_defaults.css"; */

@media screen {

/*
 body {
  color:            #ffffff;
  background-color: #42297b;
 }
 a { color: white; }
 a:link, .linkish { color: #42c0ff !important; text-decoration: underline !important; }
 a:visited { color: #c8a0ff !important; text-decoration: underline !important;}
 a:active  { color: #ffa0a0 !important; }
*/

 .menu div.item:hover {
     background-color: #ddd;
  }
}
.menu {
  display: block;
  margin: 1em 40px;
}

.menu p {
  margin: 0;
  padding: 0;
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: .4em;
  border-bottom: 1px #ccc solid;
}

/*
.fn, .dn {
  font-weight: bold;
  font-family: "Luxi Mono", Courier, "Courier New", monospace;
  font-family: -moz-fixed;
}
*/

.fn_is_not_desc {
  font-weight: bold;
  font-family: "Luxi Mono", Courier, "Courier New", monospace;
  font-family: -moz-fixed;
}



.date {
      font-size: 80%;
      padding: 0 .7em;
      color: #333;
}

.desc {
      color: black !important;
      text-decoration: none !important;
}

abbr { font-size: smaller; }

.fronterfooter     { font-size: larger; }
.fronterfooter hr  { margin-bottom: 1em; }
.fronterfooter img { vertical-align: middle; }

/* End */
                                         
