@charset "UTF-8";

a:link {
  color:#3EADBF;
}

a:visited {
  color:#3EADBF;
}

a:active {
  color:#3EADBF;
}

a:hover {
  color:#3EADBF;
  text-decoration:underline;
}

a {
  text-decoration:none;
}

.header_links,.footer_links {
  text-align:center;
  font-size:18px;
  width:100%;
}

#username_label,#gender_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label {
  display:none;
}

#username_value,#gender_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value {
  display:none;
}

#username_container,#gender_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

#about_me_label,#tags_label {
  display:none;
}

#profile_about_me {
  background-color:#73659C;
}

#profile_about_me,#profile_password_photo_galleries,#comments {
  border:solid 5px #73659C;
  border-radius:20px;
  padding:10px;
}

#PurpleBorder {
  border:solid 5px #73659C;
  border-radius:20px;
  padding:10px;
}

#BlueBorder {
  border:solid 5px #3EADBF;
  border-radius:20px;
  padding:10px;
}

/*#comments*/
#GreenBorder {
  border:solid 5px #1A5500;
  border-radius:20px;
  padding:10px;
}

#about_me_container2,#about_me_value {
  color:#000000;
  background-color:#FFFFFF;
  border:none 0 #000000;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  box-shadow:2px 2px 20px #000000;
  -moz-box-shadow:2px 2px 20px #000000;
  -webkit-box-shadow:2px 2px 20px #000000;
}

#tags_container {
  padding:15px;
}

#tags_value {
  padding:20px;
  margin:5px;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  font-size:17px;
}

.ImageResize {
  max-width:750px;
}