/**
 * This file is part of Biblio (https://launchpad.net/biblio)
 * 
 * Biblio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Biblio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Biblio.  If not, see http://www.gnu.org/licenses/.
 * 
 * This file is Copyright (c) 2009 Joel Cross
 * 
 */

body {
  padding-left: 0px;
  padding-right: 0px;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#000000;
  background-color: #FFFFFF;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:link {
  color: #082D7B;
}

a:visited {
  color: #000D5B;
}

a:link:hover, a:visited:hover, a:active {
  color: #0000AA;
  text-decoration: underline;
}

table.results {
  border-collapse: collapse;
}

table.results td {
  border-style: solid;
  border-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

table.results td.header{
  font-weight: bold;
  padding: 5px;
}

table.results td.hidden {
  border-width: 0px;
}

table.padded td {
  padding: 5px;
}

ul.list-menu {
  text-align: left;
  list-style-type: none;
  width: 80%;
  margin: 0;
  padding:0 0.5em;
}

ul.list-menu li {
  font-weight: bold;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
}

ul.list-menu a {
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  padding-left: 1em;
  margin-top:-1px;
}

ul.list-menu a:link, ul.list-menu a:visited, ul.list-menu a:active  {
  color: #000000;
}

ul.list-menu a:hover {
  color: #0000AA;
}

#header {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

#header a {
  color: #000000;
}

#header h1 {
  font-size: 2.4em;
  text-align: center;
}

#header img {
  border: none;
}

#navigation {
  float: left;
  width: 200px;
  max-width: 13%;
  text-align: center;
  font-size: small;
  padding: 0px;
  margin-top: 0px;
  background-color: #DDDDFF;
}

#content {
  padding: 10px;
  margin-top: 0px;
  margin-left: 160px;
  text-align: left;
  width: 70%;
  margin: auto;
}

#copyright {
  width: 70%;
  margin: auto;
  text-align: center;
  font-size: smaller;
}
