@charset "UTF-8";

body {
  font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#000000;
  background-color:#e0e0e0;
  background-image:url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRX8qNGovaqs2_gtNFLScOVFQKqOBDixF9nE-soY6SorgNjaNJgAQ);
  background-position:top left;
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
}

#username_container {
  display:none;
}

#gender_container {
  display:none;
}

#status_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

#profile_header_container .heading {
  display:none;
}

#profile_header_container {
  display:none;
}

#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:800px;
  margin:40px auto 100px;
  background:#FFFFFF url(https://img.mfcimg.com/photos2/189/18941515/965-422-782-239-9100652.jpg) top center no-repeat;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:600px 0 0;
}

#profile_avatar {
  display:none;
}

#profile_about_me {
  margin:20px 0;
}

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

.buttons {
  width:1000px;
  height:200px;
  margin:10px -10px -10px;
  padding:0;
  background:url() repeat;
  margin-top:75px;
}

.amazon {
  margin:0;
}

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:65px;
  margin-top:850px;
  display:inline-block;
}

.photo_gallery_previews {
}

#meaning_life_label {
  margin-top:425px;
}

/*************************************
Store
**************************************/
.store {
  font-size:1rem;
  line-height:1;
}

.store a {
  color:#000;
  text-decoration:none;
}

.store-header {
  border-bottom:#666 solid 2px;
  margin:auto;
  color:#000;
  font-size:27px;
  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(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  font-wight:bold;
  centerpadding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:140px;
}

.store-list {
/*background-color: ##FFFFFF;*/
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  border-top:#666 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#F0F0F0;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ffccff;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(94,9,116,0.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#000;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#000000;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #999;
  background-color:#ccc;
}

/************************************* 

         Videos

**************************************/
.videos {
  font-size:1rem;
  line-height:1;
}

.videos a {
  color:#000000;
  text-decoration:none;
}

.videos-header {
  border-bottom:#666 solid 2px;
  margin:auto;
  color:#000;
  font-size:27px;
  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(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  font-wight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-top:0;
}

.videos-list {
/*background-color: #FFFFFF;*/
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.videos-footer {
  border-top:#666 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.videos-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.videos-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#F0F0F0;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.videos-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.videos-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ffccff;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.videos-item:hover .desc,.videos-item:hover .desc a {
  background-color:rgba(94,9,116,0.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#000;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#000000;
}

.videos-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.videos-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #999;
  background-color:#ccc;
}

.content {
  padding:4px;
}

.about_me + .heading + .content tr:nth-child(1) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(2) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(3) {
  display:none;
}

.about_me + .heading + .content,.about_me + .heading {
  display:none;
}

#profile_friends {
  display:none;
}

#favourite_models {
  display:none;
}

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

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

.link-twitter a {
  display:block;
  top:17px;
  margin-right:178px;
  width:249px;
  height:160px;
  float:r;
  float:right;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

.wall_post_body {
  background:none repeat scroll 0 0 #993399;
  border:1px dotted #717171;
}

.wall_post_body {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

.wall_post_avatar img {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

#wrap-me {
  width:960px;
}

.wall_post_info {
  display:inline-table;
  padding:5px 0;
}

.box-shadow {
  box-shadow:0 0 4px rgba(0,0,0,0.2);
  border:1px solid #ffffff;
}

#wall_poster_username {
  display:none;
}

.profile_section_content {
  z-index:inherit;
}

/* Gallery */
.gallery-header {
  background:url(https://img.mfcimg.com/photos2/189/18941515/347-676-568-161-8965671.jpg);
  .photo_gallery_previewcolor:#000000;
  width:250px;
}

.photo_gallery_preview > a {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}

.photo_gallery_preview > a:hover {
  opacity:.1;
  -moz-transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
}

.photo_gallery_preview .photo_gallery_count {
  font-size:10px;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  color:#000000;
  text-decoration:none;
  white-space:nowrap;
}

.photo_gallery_image {
  border:solid 2px #000000;
  -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;
}

#nv a {
  padding:6px 11px 4px 8px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #993399;
  border-right:0 solid #aaaaaa;
  color:#000000;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-decoration:none;
  font-size:13px;
  padding:17px;
  font-wight:bold;
}

#nv a:hover {
  font-weight:bold;
  color:#FFFFFF;
  padding:17px;
}

#link_ABOUTME {
  position:absolute;
  top:-170px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_RULES {
  position:absolute;
  top:50px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_VIDEOS {
  position:absolute;
  top:1650px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_SHOP {
  position:absolute;
  top:1150px;
  width:1px;
  height:1px;
  background:transparent;
}

#header_bar,#footer_bar {
  display:none;
}

/*by friend*/
/*by friend*/
.container .value,.wall_post {
  text-align:left;
}  
}

.wall_post_avatar img {
  border-radius:50px;
}

/*by friend*/
.container .value,.wall_post {
  text-align:left;
}

.wall_post_avatar img {
  border-radius:50px;
}

.profile_section {
  text-align:center;
}