@charset "UTF-8";

a:link,a:active,a:hover {
  color:#c58fa0;
}

a:visited {
  color:#946b78;
}

body {
  background-color:#dfd7da;
  color:#060606;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:11px;
}

.profile_section_content {
  color:#060606;
  border:0 none #;
  padding:7px;
  margin:5px;
}

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

.img_radius_shadow {
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
  -webkit-box-shadow:1px 1px 0 #946b78;
  -moz-box-shadow:1px 1px 0 #946b78;
  box-shadow:1px 1px 0 #946b78;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#a6898f;
  color:#FFFFFF;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:1px 1px 0 #946b78;
  -moz-box-shadow:1px 1px 0 #946b78;
  box-shadow:1px 1px 0 #946b78;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

.imgs img {
  border:2px solid #a6898f;
  padding:1px;
  margin:1px;
}

.imgz {
  color:#000000;
  background:transparent;
}

.imgz hover {
  color:red;
  background:#a6898f;
}

.imgz img {
  border-radius:70%;
  padding:1px;
  margin:2px;
  border:2px solid #a6898f;
}

.prev {
  padding:2px;
  margin:2px;
}

.prev img {
  padding:0;
  border-radius:70%;
}

.box {
  position:block;
  margin:8px;
  height:150px;
  width:150px;
  float:left;
  background:#fff;
  padding:2px;
  border-radius:70%;
  border:2px solid #a6898f;
}

.box img {
  top:-100px;
}

.box h1 {
  font-size:20px;
  background:#cbb1b9;
  opacity:.4;
  font-family:tahoma;
  width:140px;
  height:20px;
  top:90px;
  color:#a6898f;
  z-index:99999;
  margin:1px;
  padding:1px;
  border:1px solid #a6898f;
}

.show {
  position:absolute;
  margin-top:25px;
  height:120px;
  width:146px;
  text-align:center;
  line-height:13px;
  font-style:italic;
  font-size:11px;
  opacity:0;
  background-color:#fff;
  border:2px solid #a6898f;
  transition-duration:.6s;
  -moz-transition-duration:.6s;
  -webkit-transition-duration:.6s;
  -o-transition-duration:.6s;
}

.box:hover .show {
  opacity:1;
  z-index:99;
  margin-top:55px;
  transition-duration:.6s;
  -moz-transition-duration:.6s;
  -webkit-transition-duration:.6s;
  -o-transition-duration:.6s;
}

h1 {
  font-size:30px;
  background:#cbb1b9;
  opacity:.4;
  font-family:tahoma;
  width:100%;
  height:36px;
  top:90px;
  color:#a6898f;
  text-align:center;
  letter-spacing:20px;
  z-index:99999;
  margin:3px;
  padding:0;
  margin-top:40px;
  margin-bottom:-20px;
  text-shadow:0 0 .9em #fff;
  border-bottom:1px solid #000;
}

h1:hover {
  color:#A6898E;
}

h2 {
  font-size:20px;
  background:#cbb1b9;
  opacity:.4;
  font-family:tahoma;
  width:100%;
  float:center;
  text-align:center;
  top:90px;
  color:#a6898f;
  z-index:99999;
  border:1px solid #a6898f;
}

h2:hover {
  background:#A6898E;
  color:#fff;
}

h5 {
  font-size:20px;
  background:#cbb1b9;
  opacity:.4;
  font-family:tahoma;
  width:244px;
  height:20px;
  top:90px;
  color:#a6898f;
  z-index:99999;
  margin:1px;
  padding:1px;
  border:1px solid #a6898f;
}

h5:hover {
  color:#A6898E;
}

h6 {
  font-size:20px;
  background:#fff;
  opacity:.8;
  font-family:tahoma;
  width:144px;
  line-height:1;
  top:90px;
  color:#a6898f;
  z-index:99999;
  margin:1px;
  padding:1px;
  border:1px solid #a6898f;
}

.rule {
  position:fixed;
  bottom:0;
  left:-2px;
  background-color:#a6898f;
  opacity:.9;
  height:40px;
  width:98%;
  z-index:99999999999;
  margin:1px;
  padding:14px;
  font-size:10px;
  color:#ffffff;
  text-align:left;
  border:2px solid #fff;
}

.boxz {
  position:block;
  height:10px;
  width:110px;
  margin:6px;
  float:left;
  background:transparent;
  padding:4px;
}

.boxz img {
  float:center;
}

.boxz h1 {
  font-size:15px;
  background:#cbb1b9;
  opacity:.4;
  font-family:tahoma;
  width:107px;
  top:90px;
  color:#a6898f;
  z-index:99999;
  margin:1px;
  padding:1px;
  border:1px solid #a6898f;
}

.showz {
  position:absolute;
  margin-top:25px;
  width:250px;
  text-align:center;
  line-height:12px;
  font-style:italic;
  font-size:11px;
  opacity:0;
  background-color:#fff;
  border:2px solid #a6898f;
  transition-duration:.6s;
  -moz-transition-duration:.6s;
  -webkit-transition-duration:.6s;
  -o-transition-duration:.6s;
}

.boxz:hover .showz {
  opacity:1;
  z-index:99;
  margin-top:55px;
  transition-duration:.6s;
  -moz-transition-duration:.6s;
  -webkit-transition-duration:.6s;
  -o-transition-duration:.6s;
}

.divTable {
  display:table;
  width:100%;
}

.divTableRow {
  display:table-row;
}

.divTableHeading {
  background-color:#EEE;
  display:table-header-group;
}

.divTableCell,.divTableHead {
  border:1px solid #999999;
  display:table-cell;
  padding:3px 10px;
}

.divTableHeading {
  background-color:#EEE;
  display:table-header-group;
  font-weight:bold;
}

.divTableFoot {
  background-color:#EEE;
  display:table-footer-group;
  font-weight:bold;
}

.divTableBody {
  display:table-row-group;
}

.prevz {
  padding:2px;
  margin:2px;
}

.prevz img {
  padding:0;
}

.boxx {
  position:block;
  margin:6px;
  height:10px;
  width:50px;
  float:left;
  background:transparent;
  padding:1px;
}

.boxx img {
  top:-200px;
}

h3 {
  font-size:40px;
  text-shadow:0 0 .9em #cbb1b9;
  opacity:.4;
  font-family:tahoma;
  height:20px;
  text-align:center;
  margin-top:-4px;
  color:#a6898f;
}

h4 {
  text-align:center;
  padding-top:20px;
  display:inline-block;
}

h4 img {
  padding-top:20px;
  text-align:center;
}

.talk {
  color:#a6898f;
  text-align:center;
  text-shadow:0 0 .9em #cbb1b9;
  font-size:13px;
}

.talk a {
  text-decoration:none;
  font-size:15px;
}

.talk a:hover {
  color:#dfd7da;
  text-shadow:0 0 .9 em #fff;
  font-size:15px;
}

.navx {
  color:#a6898f;
  text-align:center;
  font-size:13px;
}

.navx a {
  text-decoration:none;
  text-shadow:0 0 .9em #cbb1b9;
  background:#cbb1b9;
  border:1px solid #a6898f;
  width:auto;
  border-radius:3px;
  font-size:15px;
}

.navx a:hover {
  color:#dfd7da;
  text-shadow:0 0 .9 em #fff;
  font-size:15px;
}

.yap {
  color:#a6898f;
  text-align:left;
  text-shadow:0 0 .9em #cbb1b9;
  font-size:15px;
}

.cluster {
  color:#a6898f;
  text-shadow:0 0 .1em #cbb1b9;
  font-size:18px;
  background:#dfd7da;
  display:inline;
  float:left;
  clear:both;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}

.cluster:hover {
  color:#dfd7da;
  background:#a6898f;
  text-shadow:0 0 .1em #cbb1b9;
}

#username_container,#body_type_container,#ethnicity_container,#hair_container,eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#favorite_models_container,#automobile_container,#tags_container,#cam_score_container,#about_me_label,#profile .profile_row:first-child {
  display:none!important;
}

.lefty {
  float:left;
  padding-left:25px;
}

.righty {
  float:right;
}

h7 {
  font-size:20px;
  background:#cbb1b9;
  opacity:.4;
  text-align:center;
  font-family:tahoma;
  top:90px;
  color:#a6898f;
  z-index:99999;
  margin:1px;
  padding:1px;
  border:1px solid #a6898f;
}

h7:hover {
  color:#A6898E;
}