@charset "UTF-8";

/* page design properties */
a:link,a:active {
  color:#7C003E;
  text-decoration:none;
}

a:hover {
  color:#000000;
}

a:visited {
  color:#61324A;
}

body {
  background:gray url(https://img.mfcimg.com/photos2/191/19143252/527-264-763-244-8079349.png) repeat fixed;
  font-family:Century Gothic,sans-serif;
  color:#000;
  line-height:20px;
  font-size:16px;
  width:890px;
  margin:0 auto;
/* Top Picture */
}

.profile_row #profile_header {
  background:url(https://img.mfcimg.com/photos2/191/19143252/693-132-154-416-8079421.jpg) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:500px;
  border-bottom:solid white 5px;
}

/* Main text background image */
#profile {
  background:url(https://img.mfcimg.com/photos2/191/19143252/370-597-989-556-8079438.png) 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);
}

/* Avatar Styling */
#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;
}

/* Info Styling */
#profile_about_me {
  margin-top:60px;
}

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

#profile_about_me .label,#profile_about_me .value {
  width:20px;
}

#profile_about_me .value {
  text-align:left;
  width:800px;
}

/* Navbar */
#navbar-container {
  z-index:10;
  position:fixed;
  left:0;
  width:100%;
  bottom:0;
}

#navbar {
  position:relative;
  z-index:1000;
  background-image:url(https://img.mfcimg.com/photos2/191/19143252/871-857-339-310-8079168.jpg);
  width:100%;
  border-bottom:10px solid #dce2ef;
  -webkit-box-shadow:0 10px 40px 0 rgba(31,41,79,0.8);
  box-shadow:0 10px 40px 0 rgba(31,41,79,0.8);
}

#navbar-content {
  width:900px;
  margin:auto;
  padding:20px;
  left:0;
}

/* Button Control */
.wolf-button {
  -webkit-animation-name:button-pulse;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  position:relative;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  background-color:#d9deeb;
  border-radius:15px;
  border:2px solid #a7b2cc;
  cursor:pointer;
  color:#4d5b84;
  font-size:15px;
  font-weight:bold;
  padding:12px 16px;
  text-decoration:none;
  text-shadow:0 1px 0 #ebf1ff;
  margin-left:10px;
  margin-right:10px;
  float:none;
}

.wolf-button:hover {
  background-color:#adb1bc;
}

.wolf-button:active {
  position:relative;
}

/* Removing these items so they don't show on the page */
#header_bar,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_interests_content,#profile_header_container,#profile_password_photo_galleries,#profile_photo_galleries,#schedule,#profile_comments {
  display:none;
}

/* Custom Content Formatting */
#custom-content {
  display:block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}