@charset "UTF-8";

a:link,a:active {
  color:#4169e1;
  text-decoration:none;
}

a:hover {
  color:#ba55d3;
}

a:visited {
  color:#00ff00;
}

body {
  background:gray url(https://img.mfcimg.com/photos2/188/18880019/425-284-916-739-8027143.jpg) repeat fixed;
  font-family:Georgia,sans-serif;
  color:#000;
  line-height:20px;
  font-size:16px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(https://img.mfcimg.com/photos2/188/18880019/432-551-775-839-7839947.jpg) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:638px;
  border-bottom:double fuchsia 7px;
}

#profile {
  background:url(https://img.mfcimg.com/photos2/188/18880019/569-389-364-121-8027146.jpg) repeat scroll;
  -webkit-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
}

#profile_header .profile_section_content {
  padding:0;
  margin:0;
  height:45px;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:60px;
}

#profile_about_me .container {
  display:block;
  margin:auto;
  text-align:left;
}

#profile_about_me .label {
  display:inline-block;
  width:237px;
}

#profile_about_me .value {
  display:inline;
}

#profile_about_me .label {
  border-right:black solid 2px;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value {
  text-align:left;
  padding-left:0;
}

.box {
  border:3px solid white;
  border-radius:3px;
  background:white url(gradient.png);
  background-repeat:repeat-y;
  padding-top:20px;
  position:relative;
  margin:5px 0 0 -55px;
  text-indent:-100px;
}

.boxed {
  border:3px solid fuchsia;
  border-radius:3px;
  background:pink url(gradient.png);
  background-repeat:repeat-y;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  margin:5px 0 0 -55px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

#header_bar,#footer_bar,.header_time,.heading,#main_photo,.rec
ent_photos,#profile_content,#profile_header_container,#schedule,#profile_c
omments {
  display:none;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-mVbhxIYSaUs/VNMST8bsEiI/AAAAAAAAHiA/ZdciqORIFhA/s1600/amazon_blue.png) no-repeat;
  position:relative;
  margin:5px 0 0 -55px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}