/*******************************************************************************
 *
 * BuzaMoto Website, repository.css
 * (c) 2008 BuzaMoto. All rights reserved.
 *
 * *******************************************************************************/

body {
  background-color: white;
  color: black;
  font-family: "Lucida Grande", Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

h1, h2, h3 { letter-spacing: -0.1em; }

h2 {
  border-top: 1px dashed #999;
  padding-top: 6px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-serif;
  letter-spacing: -0.08em;
}

.gallery {
  overflow: hidden;
  font-size: 9px;
}

a { color: #111; }
a:hover { text-decoration: none; }

#header {
  background-color: #efefef;
  padding: 6px 10px;
  font-size: 9px;
  color: #666;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ddd;
}

#header a {
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

#header a:hover {
  color: #666;
}

input.donate_small {
  color: black;
  font-family: "Lucida Grande", Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
}

input.donate_small:hover { color: #111; }

#content {
  margin: 20px;
  padding-bottom: 20px;
}

p {
  letter-spacing: -0.08em;
}

p.tagline { font-size: 14px; }

pre { font-size: 11px; }

#footer-wrapper {
  bottom: 0;
  position: fixed;
  width: 100%;
  min-height: 24px;
  background-color: #222;
  opacity: 0.95;
}

#footer {
  font-size: 9px;
  color: #ddd;
  border-top: 2px solid #111;
}

#footer a { color: #ddd; }
#footer a:hover { text-decoration: none; }
#footer span { padding: 6px 2px 6px 10px; }

#footer a.download {
  position: relative;
  right: 0;
  text-decoration: none;
  padding: 4px 6px;
  color: #111;
  background-color: yellow;
  font-weight: bold;
}
#footer a.download:hover { background-color: pink; }

div.clear { clear: both; }

ul, li {
  margin-left: 0;
  padding-left: 0;
}

ul li {
  margin-left: 20px;
}

li.title {
  list-style: none;
  font-weight: bold;
  margin: 0;
}
