@charset "UTF-8";

a:link,a:active,a:hover {
  color:#69aff2;
}

a:visited {
  color:#24337e;
}

body {
  color:#000000;
  font-family:'Comic Sans MS';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.container {
  width:800px;
  font-size:14px;
}

#profile_avatar {
  padding-top:5px;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/190/19008544/539-431-423-904-7953538.gif);
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:10px;
  margin:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=.80);
  opacity:.8;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#58a5ee;
  color:#FFFFFF;
  font-family:'Comic Sans MS';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

#header_bar {
  background-image:url(https://img.mfcimg.com/photos2/190/19008544/721-161-698-535-7953539.png);
  background-position:center;
  background-repeat:no-repeat;
  height:60px;
}

.header_links {
  opacity:0;
}

.clearfix.header_time {
  opacity:0;
}

#profile {
  width:800px;
  .contentpadding:5px;
  margin-left:auto;
  margin-right:auto;
}

#profile_header_container .heading {
  opacity:0;
  height:0;
}

#section {
  height:100px;
  width:400px;
  margin-left:auto;
  margin-right:auto;
}

#amazon {
  float:left;
}

#twitter {
  float:left;
}

#about_me_label {
  opacity:0;
  height:0;
  width:0;
}

#profile_about_me .container {
  font-size:0;
}

#profile_about_me .container .label {
  min-width:0;
}

#about_me_container {
  margin-top:-10px;
}