@charset "UTF-8";

body {
  font-family:georgia,Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-style:italic;
  font-size:1rem;
  line-height:1;
  color:#000000;
  background-color:#000000;
  padding:0;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Top Navagation
   ========================================================================== */
.navbar {
  background-color:#990067;
  position:fixed;
  left:0;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:1rem;
  line-height:1;
}

.nav {
  width:940px;
  margin:0 auto;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:30px;
  font-size:1.0625em;
  color:#FFFFFF;
  background-color:#990067;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  background-color:#cc3399;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#about_me_label,#profile_main_photo,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_friends {
  display:block;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:#EBEBEB url(https://img.mfcimg.com/photos2/163/16335780/639-681-377-293-6064703.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:450px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#B2BAD1;
  color:#fff;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

#favorite_movies_value img {
  margin-right:5px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#show_message_dialog {
}