@charset "UTF-8";

.nav a {
  font-family:Oldtown,fantasy;
  float:left;
  display:block;
  width:auto;
  height:10px;
  font-size:14px;
  color:#ffffff;
  background-color:#ff8100;
  text-align:center;
  padding:5px 57px 0;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:none;
}

/* End of links styling. */
/* Start of navigation styling. */
/* The .navbar element is the navigation bar. */
.navbar {
  background-color:#ff8100;
  position:fixed;
  left:0;
  top:0;
  height:20px;
  width:100%;
  z-index:200;
  font-size:1rem;
  line-height:1;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
}

/* The .nav element is the navigation menu. */
.nav {
  width:890px;
  margin:0 auto;
  display:block;
  position:centered;
}

/* The .nav ul element is the navigation menu list. */
.nav ul {
  float:right;
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

/* The .nav li element is the navigation menu lines in between the menu items. */
.nav li {
  border-right:1px solid #ffffff;
  float:left;
}

/* The .nav li:last-child element removes the navigation menu line from the last menu item. */
.nav li:last-child {
  border-right:0 none;
  float:left;
}

#about_me_label {
  display:none!important;
}

#about_me_value {
  width:100%!important;
}

.recent_photos {
  display:none;
}

#tags_value {
  width:100%!important;
}

#tags_label {
  display:none!important;
}

a:link {
  color:#000000;
}

a:visited {
  color:#000000;
}

a:hover {
  color:#ffffff;
}

a:active {
  color:#000000;
}

.buttons {
  width:438px;
  margin:10px auto;
}

.about {
  width:700px;
  margin:0 auto;
}

.buttons3 {
  width:335px;
  margin:0 auto;
}

.videos {
  width:770px;
  margin:0 auto;
}

body {
  background:#E2F2F5 url(http://imageshack.com/a/img538/6314/8r5UyO.jpg) no-repeat fixed center;
  background-size:100% 100%;
  font-family:impact;
  color:#000000;
  line-height:20px;
  font-size:16px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(http://imageshack.com/a/img673/5379/34QDlM.png) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:465px;
  border-bottom:solid 4px;
  color:#ff8100;
}

#profile {
  background-color:rgba(255,255,255,0.5);
  #profile_headerprofile_section_contentpadding:0;
  margin:0;
  height:45px;
}

#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 4px;
  color:#ff8100;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:40px;
}

#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:solid 2px;
  color:#ff8100;
  text-align:right;
  padding-right:10px;
  margin-right:5px;
}

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

#header_bar,#footer_bar,.header_time,.heading,#main_photo,.recent_photos {
  display:none;
}

#header_bar,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_header_container .heading,#status_label,#status_container,#blurb_container,#unix_last_login_container,#unix_last_updated_container,#member_type_value,#member_message_value,#last_login_string_label,#last_login_string_value {
  display:none;
}

#profile_about_me {
  margin-top:50px;
}