body {
  background: #fff1c8;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  text-align: justify;
  line-height: 130%;
  margin: 1em 0;
}

a {
  color: #a65332;
  font-weight: bold;
  text-decoration: none;
}

tr.odd {
  background: #ddd;
}

#flash {
  width: 460px;
  margin-bottom: 0.5em;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: circle inside;
}

form p {
  clear: left;
}

form p label {
  float: left;
  width: 10em;
  text-align: right;
  margin-right: 0.5em;
  font-weight: bold;
}

form p label:after {
  content: ":";
}

form p input[type=submit] {
  margin-left: 12.5em;
}

#content {
  width: 768px;
  margin: 0 auto;
  background: #ffffff;
  color: #333333;
}

header, aside, footer {
  display: block;
}

header {
  background: url(/stylesheets/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) bottom left repeat-x;
  height: 100px;
  line-height: 100px;
  padding: 0 0.5em;
  color: #000000;
  font-size: 280%;
  text-shadow: #ffffff 0px 0px 14px;
}

h2 {
  font-size: 120%;
}

footer {
  font-size: 65%;
  margin-top: 1em;
  border-top: 1px solid #66a2cf;
  background: #8db9db;
  color: #ffffff;
}

#main, aside, footer {
  padding: 0.8em;
}

aside {
  float: right;
  width: 260px;
  margin-left: 0.5em;
  border-left: 1px dashed #66a2cf;
  font-size: 80%;
}

.sources li form,
.sources li form div {
  display: inline;
}

#errorExplanation {
  border: 2px solid #a65332;
  background: #ffc9b4;
  padding: 0.5em;
}

table.friends th,
table.friends td {
  padding: 0.2em 0.5em;
}

.friend_type * {
  display: none;
}

.friend_type {
  background-position: center center;
  background-repeat: no-repeat;
}

.friend_type.livejournal_user {
  background-image: url(/images/livejournal_user.gif);
}

.friend_type.livejournal_community {
  background-image: url(/images/livejournal_community.gif);
}

#faq {
  font-size: 90%;
}

#faq ul {
  margin: 1em 0;
}

#faq .question {
  font-style: italic;
}

#faq .answer {
  margin-left: 2em;
}