@charset "UTF-8";

body {
  font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#373327;
  background-color:#eee;
  background-attachment:fixed;
  padding:;
  margin:20px auto;
  max-width:940px;
}

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

a:hover,a:focus {
  color:#CCC18F;
  text-decoration:none;
}

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

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

/*************************************
 
   Model Offline and Online Status
 
**************************************/
#member_status_value {
  background:#b21342;
  padding:7px 10px 5px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  line-height:20px;
}

#member_status_value a {
  color:#CCC18F;
  font-size:.8rem;
}

#member_status_value a[href="http://www.myfreecams.com/#BustyxxHelen"] {
  -webkit-animation-name:blink;
  -webkit-animation-duration:1s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:blink;
  -moz-animation-duration:1s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  animation-name:blink;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  color:#fff;
}

@-moz-keyframes blink {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes blink {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#footer_bar,.header_links,#server_time,#unix_last_login_container,#unix_last_updated_container,#status_label,#status_value > a:nth-child(4),#member_type_value,#member_message_value,#blurb_label {
}

.profile_row {
}

#profile_header .value {
  font-size:.875em;
}

#profile {
  margin:0 auto;
  font-size:.875em;
  line-height:1.25;
}

#header_bar {
}

#avatar_holder {
  padding:11px 20px 0 0;
}

.img_radius_shadow {
  padding:4px;
  background-color:#fff;
  border:1px solid #CCC18F;
  -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_background {
  background-color:#fff;
  -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow:0 0 5px 0 rgba(0,0,0,0.75);
}

.profile_section .heading {
  background:#fff;
  color:#b11342;
  font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:2.2em;
  font-weight:bold;
  letter-spacing:-1px;
  white-space:nowrap;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
  border-bottom:1px solid #CCC18F;
  text-shadow:0 1px 2px rgba(0,0,0,.2);
}

.profile_section_content {
  margin-top:20px;
  padding:15px;
  max-width:940px;
}

#profile_about_me {
  margin:0 0 20px;
}

#profile_interests_content {
  padding-top:40px;
}

#profile_comments {
  padding-top:40px;
}

#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;
  max-width:100%;
  height:auto;
}

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

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