@charset "UTF-8";

/* MFC elements. */
a:link,a:visited {
  color:#fff;
  text-decoration:none;
  text-shadow:0 0 .25em #b02;
  white-space:nowrap;
}

a:link:hover,a:visited:hover {
  text-shadow:0 0 .25em #f46;
}

#footer_bar,#header_bar,#profile {
  margin:0 auto;
  max-width:48em;
}

#footer_bar,#header_bar,#profile {
  padding:0 1.5em 2em;
}

#header_bar:after {
  clear:both;
  content:'';
  display:block;
}

#member_type_value {
  color:#090;
}

#profile {
  background:url(https://img.mfcimg.com/photos2/246/24617081/435-158-582-642-10731604.250.png) no-repeat top right;
}

#profile_avatar {
  border-radius:18px;
  border:1px solid #985169;
}

#profile_header .heading {
  font-size:72px;
  font-weight:normal;
  margin:0 0 .125em;
  padding:0;
}

#profile_header .label,#profile_header .value {
  font-size:12px;
}

#server_time td:first-child {
  font-weight:bold;
  text-align:right;
}

#server_time {
  font:10px sans-serif;
}

.footer_links,.header_links {
  font-size:15px;
}

.header_links {
  padding:1em 0 0;
}

.header_time {
  float:right;
  padding:.5em 0 0;
}

.heading {
  color:#f46;
  font-style:italic;
  text-shadow:0 0 .125em #fff;
}

.profile_section .heading {
  font-size:36px;
  font-weight:normal;
  margin:.5em 0 0;
  padding:0;
}

.profile_section_content {
  border-radius:0;
  margin:0;
  padding:0;
}

body {
  background-color:#f2bbcd;
  color:#985169;
  font-family:'Georgia',serif;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  margin:0;
  padding:0;
}

div.label,span.label {
  margin:0;
  padding:.5em .25em 0 0;
  text-align:right;
}

div.value,span.value {
  margin:0;
  padding:.5em 0 0;
}

/* "More About Me". */
#about_me_label {
  visibility:hidden;
}

p#tipmeoffline {
  padding:15px 0;
}

/* Compensate for padding within Twitter icon */
p#tipmeoffline,p#twitter {
  float:left;
  margin:.75em .75em 0 0;
}

h2 img {
  height:1.25em;
  vertical-align:middle;
  width:auto;
}

h2 {
  clear:both;
  color:#f46;
  font-size:36px;
  font-style:italic;
  font-weight:normal;
  margin:.5em 0 0;
  padding:0;
  text-shadow:0 0 .125em #fff;
}

table.data td,table.data th {
  padding:.25em .5em;
  text-align:left;
}

table.data td.number {
  color:#f46;
}

table.data td.number,table.data th.number {
  text-align:right;
}

table.data th,table.data tr:nth-child(even) {
  background:#fcd;
}

table.data {
  border-bottom:.1em solid #ffccde;
  border-collapse:collapse;
  border-spacing:0;
  margin:.75em 0 0;
}