@charset "UTF-8";

#whiteboardlink:hover {
  text-decoration:underline;
}

#username_container {
  padding-top:30px;
}

.hrline {
  border:none;
  width:120px;
  height:2px;
  background-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255.75),rgba(255,255,255,0));
}

#tags_container {
  float:right;
}

h1 {
  padding-top:50px;
}

.numbers {
  color:#740b74;
  font-size:125%;
  font-weight:bold;
  text-shadow:none!important;
}

.flex {
  display:flex;
  justify-content:space-around;
  align-items:center;
  text-align:center;
  flex-direction:row;
  flex-wrap:nowrap;
  line-height:10px;
}

.flex2 {
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  flex-direction:row;
  flex-wrap:nowrap;
}

.profile_section_content {
  z-index:unset;
}

#hMenu {
  position:fixed;
  top:0;
  margin:0 -276px;
  z-index:999999;
  display:block;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

#hMenu a:link,#hMenu a:active,#hMenu a:visited {
  display:inline-block;
  height:20px;
  color:#FFF;
  padding-left:10px;
  padding-right:10px;
  padding-top:7px;
  padding-bottom:7px;
  text-decoration:none;
  border-bottom:3px solid rgba(255,255,255,0.0);
  font-size:large;
  font-variant:inherit;
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  -ms-transition:.4s;
  transition:.4s;
  text-shadow:0 1px 0 #000;
}

body {
  background:white url() no-repeat;
  background-attachment:fixed;
  background-size:100% 100%;
  font-family:Century Gothic,sans-serif;
  color:#000000;
  line-height:20px;
  font-size:14px;
  margin:26px 220px -10px;
}

.profile_row #profile_header {
  background:url() no-repeat center;
  display:table-cell;
  background-size:cover;
  vertical-align:bottom;
  width:0;
  height:0;
  border-bottom:solid white 5px;
}

#profile {
  width:940px;
  margin:60px auto -10px;
  background-color:grey;
  -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:0 auto;
  text-align:center;
}

#profile_about_me .label,#profile_about_me .value {
  display:inline-block;
  width:200px;
}

#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;
}

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

#Aboutme {
  position:relative;
  display:block;
  margin:0 auto;
  height:1200px;
  width:920px;
  overflow:hidden;
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  color:rgba(0,0,0,0.8);
  text-shadow:1px 1px 5px rgba(255,0,0,0.33);
  letter-spacing:.5px;
  z-index:1;
  padding-top:20px;
  background:#FFF;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-bottom-right-radius:20px;
  -o-border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-bottom-left-radius:20px;
  -o-border-bottom-left-radius:20px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}