/* common colors used for yes/no/maybe states on invitations */
#footer {
  clear: both;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  color: #666666;
  font-size: 1em;
  line-height: 1.6em;
  background: #e6e6e6 url(/assets/1371498122/images/bg_footer.gif) top repeat-x;
}
#footer .inner {
  margin-bottom: 20px;
}
#footer a {
  color: #666666;
}
#footer a:hover {
  color: black;
}
#footer ul {
  display: inline;
}
#footer li {
  display: inline;
  border-right: 1px solid #cccccc;
}
#footer li:last-child {
  border-right: none;
}
#footer li a {
  margin: 7px;
}
#footer .links {
  border-top: 1px solid #cfcfcf;
  padding: 10px 0;
}
#footer .legal {
  color: #999999;
  font-size: 0.9em;
}
#footer .partners {
  padding: 10px 0;
  font-size: 0.9em;
}
#footer .footer_mobile {
  margin-left: 40px;
}
#footer .footer_social li, #footer .footer_mobile li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  margin: 8px 0;
  font-size: 11px;
  line-height: 23px;
}
#footer .footer_social a, #footer .footer_mobile a {
  margin: 3px !important;
}
#footer .footer_social iframe {
  margin: 0 7px 1px;
  vertical-align: middle;
  *zoom: 1;
}
