/**
 * @file project6_helper.css
 *
 * @author Osman Gormus <osman@project6.com>
 *
 * Project6 Helper module
 *
 * 2011-05-31
 */

/* Block: footer */
#ui-block-p6_helper-footer {}
#ui-block-p6_helper-footer .ui-content {
  padding: 0.5em 0;
}

/* Copyright statement */
#ui-footer-statement {}
#ui-footer-statement a {}
#ui-footer-statement a:hover {}

/* footer links */
#ui-footer-nav {
  display: inline;
  margin: 0;
  padding: 0;
}
#ui-footer-nav li {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  list-style: none none;
  padding: 0 5px;
}
#ui-footer-nav li.first {
  border-left: 0 none;
  padding-left: 0;
}
#ui-footer-nav li a {}
#ui-footer-nav li a:hover {}

/* footer message */
#ui-footer-message {}
#ui-footer-message a {}
#ui-footer-message a:hover {}

/* anchor to top of the page */
#ui-footer-top {
  display: block;
}
#ui-footer-top a {}
#ui-footer-top a:hover {}


/* Block: created by project6 logo */
#ui-block-p6_helper-logo {}
#ui-block-p6_helper-logo .ui-content {}
#ui-p6-logo {
  display: block;
}
#ui-p6-logo a#created-by-p6 {
  width: 87px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  outline: 0 none;
  background: transparent url("created-by-p6.png") no-repeat left top;
  position: relative;
}
#ui-p6-logo a#created-by-p6 span {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
#ui-p6-logo.p6-logo-bg-dark a#created-by-p6 {
  background-position: left bottom;
}
#ui-p6-logo.p6-logo-bg-light a#created-by-p6 {
  background-position: left top;
}
#ui-p6-logo.p6-logo-align-left {
  text-align: left;
}
#ui-p6-logo.p6-logo-align-center {
  text-align: center;
}
#ui-p6-logo.p6-logo-align-right {
  text-align: right;
}
