/* ================================================================
   SHARED SITE FOOTER  (#homefooter)
   ================================================================
   Single source of truth for the "Add this repo in Cydia..." footer
   used across the main site and the tweak pages. Pulled out so pages
   that don't link the full site stylesheet (e.g. the Documentation
   subsection, which has its own self-contained legacy theme) can get
   an exact, non-duplicated copy instead of hand-copied rules drifting
   out of sync with the original in styles.css.

   Plain CSS2 (floats + a clearing pseudo-element) — safe on WebKit as
   far back as iOS 3.
   ================================================================ */

#homefooter {
  font:
    10px/18px "Lucida Grande",
    "Lucida Sans Unicode",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
  margin: 18px 0 22px;
  text-align: center;
  color: #6e6e6e;
}

#homefooter a {
  color: #08c;
  text-decoration: none;
}
#homefooter a:hover {
  text-decoration: underline;
}

#homefooter #links {
  margin: 1.5em 0 2em;
  padding: 0.5em 0;
  zoom: 1;

  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
#homefooter #links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#homefooter #links p,
#homefooter #links ul {
  margin: 0;
  padding: 0;
}

#homefooter #links p.left {
  float: left;
  text-align: left;
  text-indent: 10px;
}

#homefooter #links ul.right {
  float: right;
  padding-right: 10px;
}

.piped {
  zoom: 1;
}
.piped li {
  float: left;
  display: inline;
}
.piped a {
  padding: 0 0 0 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #ccc;
}
.piped a.first {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

#homefooter .sosumi {
  clear: both;
}
#homefooter .sosumi p {
  margin-bottom: 0;
}
#homefooter .sosumi p.copyright {
  display: inline;
  padding-right: 0.75em;
}
#homefooter .sosumi ul.piped {
  display: inline;
  margin-bottom: 0;
  padding-right: 0.75em;
}
#homefooter .sosumi ul.piped li {
  float: none;
  display: inline;
}
