@charset "UTF-8";

body {
      font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
      font-size:1rem;
      line-height:1;
      color:#ffffff;
      background-color:#e0e0e0;
      background-image:url(http://1.bp.blogspot.com/-v9498ha30LA/VSvMIVuubuI/AAAAAAAAHxg/9U8X2kT_DSA/s1600/1376651kilt38tey4.gif);
      background-position:top left;
      background-repeat:repeat;
      background-attachment:fixed;
      padding:0;
    }

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

    a:hover,a:focus {
      color:#fff;
      text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
      font-wight:bold;
      text-decoration:underline;
    }

    #username_label:hover,#gender_label:hover,#body_type_label:hover,#ethnicity_label:hover,#hair_label:hover,#eyes_label:hover,#weight_label:hover,#height_label:hover,#age_label:hover,#country_label:hover,#sexual_preference_label:hover,#smoke_label:hover,#drink_label:hover,#marital_status_label:hover,#occupation_label:hover,#cam_score_label:hover,#city_label:hover,#drugs_label:hover,#school_label:hover,#favorite_food_label:hover,#pets_label:hover,#automobile_label:hover {
      font-size:17px;
      color:#fff;
      text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
      font-wight:bold;
      background-position:200px 0;
    }

    #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 {
      font-size:17px;
      color:#fff;
      background-position:-80px 0;
    }

    #username_value:hover,#gender_value:hover,#body_type_value:hover,#ethnicity_value:hover,#hair_value:hover,#eyes_value:hover,#weight_value:hover,#height_value:hover,#age_value:hover,#country_value:hover,#sexual_preference_value:hover,#smoke_value:hover,#drink_value:hover,#marital_status_value:hover,#occupation_value:hover,#cam_score_value:hover,#city_value:hover,#drugs_value:hover,#school_value:hover,#favorite_food_value:hover,#pets_value:hover,#automobile_value:hover {
      font-size:17px;
      color:#fff;
      text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
      font-wight:bold;
    }

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

    #profile_header_container .heading {
      display:none;
    }

    #profile_header_container {
      margin:70px 115px 0;
    }

    #header_bar,#footer_bar,#profile_main_photo,#profile_schedule,#profile_friends
    > div:nth-child(1) {
      display:none;
    }

    #profile_about_me .heading {
      display:none;
    }

    .about_me_text {
      margin:-17px 0 0 195px;
    }

    #profile {
      width:930px;
      margin:40px auto -10px;
      background:#000 url(https://scontent.ffcm1-2.fna.fbcdn.net/v/t1.15752-9/93652934_164033184865248_1295361543768113152_n.png?_nc_cat=102&_nc_sid=b96e70&_nc_ohc=CwfaUjyDD9gAX88lYtz&_nc_ht=scontent.ffcm1-2.fna&oh=aad824e911fb8e50c8233bdbed4f3686&oe=5EC36C06) top center no-repeat;
      box-shadow:0 0 20px 3px #333;
      font-size:.875em;
      line-height:1.25;
    }

    #profile_header {
      padding:360px 0 0;
    }

    #profile_avatar {
      margin:3px 20px 0;
      padding:4px;
      background-color:#9B369B;
      border:0;
      border:solid 2px #a807a8;
      -moz-border-radius-topleft:75px;
      -moz-border-radius-topright:75px;
      -moz-border-radius-bottomleft:75px;
      -moz-border-radius-bottomright:75px;
      -webkit-border-top-left-radius:75px;
      -webkit-border-top-right-radius:75px;
      -webkit-border-bottom-left-radius:75px;
      -webkit-border-bottom-right-radius:75px;
      border-top-left-radius:75px;
      border-top-right-radius:75px;
      border-bottom-left-radius:75px;
      border-bottom-right-radius:75px;
      -webkit-animation:spin .5s linear;
      -moz-animation:spin .5s linear;
      animation:spin .5s linear;
      animation-duration:.5s;
      -webkit-animation-duration:.5s;
      -moz-animation-duration:.5s;
      -o-animation-duration:.5s;
      -ms-animation-duration:.5s;
    }

    @-moz-keyframes spin {
      100% {
        -moz-transform:rotate(360deg);
      }
    }

    @-webkit-keyframes spin {
      100% {
        -webkit-transform:rotate(360deg);
      }
    }

    @keyframes spin {
      100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
      }
    }  
  }

  .profile_section {
    border-spacing:0;
  }

  .profile_section .heading {
    background:#9B369B;
    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;
    margin-bottom:20px;
  }

  .profile_section_content {
    z-index:auto;
  }

  #profile_about_me {
    margin:20px 0;
  }

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

  .buttons {
    width:940px;
    height:200px;
    margin:150px -10px 0;
    padding:0;
    background:url(https://scontent.xx.fbcdn.net/v/t1.15752-0/p280x280/93313894_261760911618981_4615387824970006528_n.png?_nc_cat=102&_nc_sid=b96e70&_nc_ohc=sLJ0wS89AP4AX-lNv-z&_nc_ad=z-m&_nc_cid=0&_nc_zor=9&_nc_ht=scontent.xx&oh=e052e08615f8a033053beec8b80acde6&oe=5EBEED1E) no-repeat;
    margin-top:66px;
  }

  .amazon {
    .link-amazonadisplay:block;
    width:258px;
    height:140px;
    float:left;
    background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
    position:relative;
    margin:215px 0 0 -185px;
    text-indent:-3000px;
  }

  .link-amazon a:hover {
    background-position:0 -140px;
  }  
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
}

#meaning_life_label {
  margin-top:15px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}