.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  font-family: times, serif;
  background-color: #000;
  color: #fff;
  text-align: center; }

#body_wrapper {
  text-align: left;
  width: 800px;
  margin: auto; }

#all_content_wrapper {
  margin-top: 10px;
  background-color: #222;
  padding: 20px 20px 20px 20px;
  -webkit-border-radius: 10px 10px;
  -moz-border-radius: 10px 10px;
  border-radius: 10px 10px; }

a {
  color: #8470ff; }

h1, h2, h3, h4, h5, h6 {
  font-family: lucida, sans-serif;
  margin: 0 0 20px 0; }

h1 {
  font-size: 4em;
  text-indent: -10000px;
  height: 62px;
  letter-spacing: .03em;
  margin: 15px 10px 5px 0;
  background: transparent url(/logo.png) top right no-repeat; }

h1 a {
  display: block;
  text-indent: -10000px;
  height: 62px;
  width: 320px;
  float: right; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.8em; }

#footer {
  font-size: .8em;
  color: #555; }
  #footer .vcard {
    float: left;
    margin: 10px 0 5px 5px; }
  #footer #language_switcher {
    float: right;
    margin: 10px 10px 0 5px; }

p, ul {
  font-size: 1.9em;
  line-height: 1.2em;
  margin: 0 0 20px 0; }

.ruby {
  color: red; }

br {
  display: none; }

.org:after, .street-address:after, .locality:after {
  content: " \2219 "; }
