@charset "UTF-8";

.nav a {
  font-family:Oldtown,fantasy;
  float:left;
  display:block;
  width:auto;
  height:14px;
  font-size:14px;
  color:#ffffff;
  background-color:#a5b6d5;
  text-align:center;
  padding:7px 7px 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:#a5b6d5;
  position:fixed;
  left:0;
  top:0;
  height:25px;
  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:920px;
  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:#ff6fff;
}

a:active {
  color:#a5b6d5;
}

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

.buttons2 {
  width:673px;
  margin:10px auto;
}

.buttons3 {
  width:330px;
  margin:10px auto;
}

.videos1 {
  width:853px;
  margin:0 auto;
}

.videos2 {
  width:853px;
  margin:0 auto;
}

.menu {
  width:800px;
  margin:0 auto;
}

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

body {
  background:#E2F2F5 url(http://imageshack.com/a/img924/4034/izbdl0.png) no-repeat fixed center;
  background-size:100% 100%;
  font-family:Oldtown,fantasy;
  color:#000000;
  line-height:20px;
  font-size:18px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(http://imageshack.com/a/img924/925/DyrgEV.png) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:240px;
  border-bottom:solid 5px;
  color:#000000;
}

#profile {
  background:#FFFFFF url() 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 2px;
  color:#000000;
  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:solid 2px;
  color:#000000;
  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,.recent_photos,#profile_header_container,#schedule {
  display:none;
}