@charset "UTF-8";

a:link,a:active,a:hover {
  color:#330b5c;
}

a:visited {
  color:#8b1ba5;
}

.header_links {
  display:none;
}

.header_time {
  display:none;
}

#about_me_label {
  display:none;
}

#username_label,#gender_label,#body_type_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#be_anywhere_label,#know_me_container,#occupation_label,#cam_score_label,#city_label,#drugs_label,#school_label,#favorite_food_label,#pets_label,#automobile_label,#tags_label,#tags_value,#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value {
  display:none;
}

body {
  position:relative;
  background-color:#333333;
  background-image:url(http://www.ilubelucy.com/wp-content/uploads/2015/08/tufted.png);
  background-repeat:repeat;
  background-attachment:scrolling;
  padding:0;
  margin:0;
  color:#000000;
  width:1000px;
  left:0;
  right:0;
  margin:auto;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#profile {
  background:#ffffff url(http://www.ilubelucy.com/wp-content/uploads/2015/09/header8.png) top center no-repeat;
  width:1000px;
  margin:-20px auto -10px;
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:0;
  margin:5px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#333333;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

#profile_header {
  padding:500px 0 0;
}

.content {
  padding:5px;
}

.toppynav {
  background-color:rgba(74,74,74,0.8);
  position:fixed;
  top:0;
  margin:margin:0 -10px;
  width:600px;
  height:50px;
  display:block;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
}