@charset "UTF-8";

a:link,a:active,a:hover {
  color:#00BFFF;
}

a:visited {
  color:#FF1493;
}

body {
  background-color:#ffffff;
  background-color:#dfd5f8;
  color:#1B1515;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/149/14919417/543-922-302-854-5379935.jpg);
}

.profile_section_content {
  color:#1B1515;
  border:px #5px;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:#009999;
  filter:alpha(opacity=25);
  opacity:.25;
}

.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:0;
  background-color:#;
  color:#000660;
  font-family:'Verdana';
  font-weight:normal;
  font-style:italic;
  font-size:17px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 20 #777777;
  -moz-box-shadow:0 0 20 #777777;
  box-shadow:0 0 20 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:0;
}

<!--[if lt IE 8]>
<style>
#profile {
  display:block;
}

#profile_main_about_holder {
  display:block;
  position:relative;
  width:auto;
}

#profile_main_photo {
  position:relative;
  float:left;
  display:block;
}

#main_photo_me_spacing {
  display:none;
}

;
#profile_about_me_friends {
  float:left;
  width:auto;
  display:block;
}

.photo_gallery_preview {
  display:inline;
}

#cboxClose {
  width:30px;
  right:15px;
}

#new_comment_buttons input {
  float:none!important;
}