@charset "UTF-8";

/*========== Stuff to HIDE ==========*/
#profile_main_photo {
  filter:alpha(opacity=0);
  opacity:0;
  width:200px;
}

#main_photo {
  width:175px;
}

#profile_header,#header_bar,#footer_bar,#about_me_label,#profile_interests_content {
  display:none;
}

#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#tags_container {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

.recent_photos {
  display:none;
}

/*========== Stuff to MOVE ==========*/
#profile_photo_galleries .profile_section_content {
  margin-left:200px;
}

.photo_gallery {
  margin-left:200px;
}

#profile_comments .profile_section_content {
  margin-left:200px;
}

#profile_schedule .profile_section_content {
  margin-left:200px;
}

.alignleft {
  float:left;
}

/*========== Stuff to CHANGE ==========*/
body {
  background-color:#000;
  color:#fff;
  background:#000;
  background:url(https://s20.postimg.org/vu5q1mdst/redcloud.jpg);
  background-size:100% 100%;
  background-attachment:fixed;
  text-align:center;
  font-family:serif;
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  margin:0;
  padding:0;
  min-width:900px:;
}

.profile_section .heading {
  font-size:22px;
}

.heading {
  background:rgba(0,0,0,0.5);
  font-weight:bold;
  color:#fff;
  font-style:italic;
  font-size:25px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  border:2px solid #c00;
  overflow:hidden;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

#profile_friends {
  text-align:left;
}

#profile_photo_galleries {
  text-align:left;
}

#profile_comments {
  text-align:left;
}

#profile_schedule {
  text-align:left;
}

.profile_section_content {
  margin-left:200px;
  color:#888888;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #000;
  -moz-box-shadow:0 0 0 #000;
  box-shadow:0 0 0 #000;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  border:1px solid #000;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:4px 4px 4px #c00;
  -moz-box-shadow:4px 4px 4px #c00;
  box-shadow:4px 4px 4px #c00;
}

.content {
  padding:5px;
}

a:link,a:visited {
  color:#f00;
}

a:active,a:hover {
  color:#f00;
  text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 4px #fff,0 0 8px #fff,0 0 16px #fff,0 0 32px #fff;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  transition:all .6s;
}

/*========== Offline tip picture ==========*/
.offlinetip {
  position:fixed;
  padding:0;
  top:400px;
  left:5px;
  width:190px;
  height:300px;
  background-image:url(https://s20.postimg.org/ujkpmq2al/offline.png);
  background-size:100% 100%;
  text-decoration:none;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  transition:all .6s;
}

.offlinetip:hover {
  background-image:url(https://s20.postimg.org/ivqns6d5p/offline-a.png);
}

/*========== Navigation ==========*/
.navcontainer {
  position:fixed;
  padding:20px;
  top:5px;
  left:5px;
  width:150px;
  height:330px;
  background-image:url(https://s20.postimg.org/6afmb5ixp/mfc_frame_nav.png);
  background-size:100% 100%;
}

.menuitem {
  height:30px;
  line-height:30px;
  font-size:14px;
}

#navcontainer a:link {
  text-decoration:none;
  color:#888888;
}

#navcontainer a:visited {
  text-decoration:none;
  color:#888888;
}

#navcontainer a:active {
  text-decoration:none;
  color:#f00;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

#navcontainer a:hover {
  text-decoration:none;
  color:#f00;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

.internallinks {
  display:inline-block;
  position:relative;
  width:130px;
  height:30px;
  margin-right:1px;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  transition:all .6s;
}

/*========== Header ==========*/
.spanspacer {
  line-height:1px;
  filter:alpha(opacity=0);
  opacity:0;
  border:1px solid red;
}

.centeredHeader {
  position:relative;
  margin:auto;
  width:440px;
  top:-20px;
}

/*========== My Sections ==========*/
.mysectabout {
  position:relative;
  height:400px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.about {
  left:0px:;
  width:640px;
  height:340px;
  padding:30px;
  background-image:url(https://s20.postimg.org/pysk7xee5/mfc-about-frame.png);
  background-size:100% 100%;
  color:#fff;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

/*============ TIPMENU ============*/
.mysecttipm {
  position:relative;
  height:830px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.tipmenu {
  position:absolute;
  right:0;
  width:640px;
  height:770px;
  padding:30px;
  background-image:url(https://s20.postimg.org/5sp291iql/mfc-tipmenu-frame.png);
  background-size:100% 100%;
  line-height:35px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

.tipitemleft {
  float:left;
  border:2px solid red;
  height:30px;
  line-height:30px;
  font-size:14px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  overflow:hidden;
  padding:2px;
  margin:4px;
}

.tipitemleft p {
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-30%,-30%);
  transform:translate(-50%,-50%);
}

.tipitemleft img {
  float:left;
  border:2px solid red;
  height:26px;
  width:28px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.tipitemleft span {
  float:right;
  border:2px solid red;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  height:26px;
  line-height:26px;
  font-size:14px;
  padding-left:5px;
  padding-right:5px;
}

.tipitemright {
  float:right;
  border:2px solid red;
  height:30px;
  line-height:30px;
  font-size:14px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  overflow:hidden;
  padding:2px;
  margin:4px;
}

.tipitemright img {
  float:left;
  border:2px solid red;
  height:26px;
  width:28px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.tipitemright span {
  float:right;
  border:2px solid red;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  height:26px;
  line-height:26px;
  font-size:14px;
  padding-left:5px;
  padding-right:5px;
}

#tipmenu a:link {
  text-decoration:none;
  text-shadow:0 0 0 rgb(0,0,0);
  color:#aa0000;
}

#tipmenu a:visited {
  text-decoration:none;
  color:#aa0000;
  text-shadow:0 0 0 rgb(0,0,0);
}

#tipmenu a:active {
  text-decoration:none;
  color:#ff0000;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

#tipmenu a:hover {
  text-decoration:none;
  color:#ff0000;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

.tiplinks {
  display:inline-block;
  position:relative;
  width:300px;
  height:32px;
  margin-right:1px;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  transition:all .6s;
}

/*============ DUNGEON ============*/
.mysecttoys {
  position:relative;
  height:600px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.toybox {
  position:absolute;
  left:0;
  width:640px;
  height:540px;
  padding:30px;
  background-image:url(https://s20.postimg.org/yerbgww0t/mfc_toys_frame.png);
  background-size:100% 100%;
  color:#fff;
  text-shadow:0 0 1px #f00,0 0 2px #f00,0 0 4px #f00,0 0 8px #f00,0 0 16px #f00,0 0 32px #f00;
}

.toyboxwin {
  position:relative;
  float:right;
  top:20px;
  width:380px;
  height:510px;
  padding:0;
  margin-left:15px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.toyitem {
  color:#fff;
  width:350px;
  font-size:16px;
  border:2px solid #999;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  overflow:hidden;
  padding:0 0 5px;
  margin:0 0 8px;
  text-shadow:0 0 2px #000;
}

/*========== Rules ===========*/
.mysectrule {
  position:relative;
  height:340px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.rules {
  position:absolute;
  right:0;
  width:640px;
  height:280px;
  padding:30px;
  background-image:url(https://s20.postimg.org/uvre9fpy5/mfc_rules_frame.png);
  background-size:100% 100%;
  font-size:22px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

/*========== House ===========*/
.mysecthouse {
  position:relative;
  height:600px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.house {
  position:absolute;
  left:0;
  width:640px;
  height:540px;
  padding:30px;
  background-image:url(https://s20.postimg.org/viij58ba5/mfc-house-frame.png);
  background-size:100% 100%;
  color:#fff;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

.memberwin {
  position:absolute;
  width:300px;
  height:270px;
  top:130px;
  left:30px;
  color:#090;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

.toptipperwin {
  position:absolute;
  width:300px;
  height:270px;
  top:130px;
  right:30px;
  color:#c00;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

.joinhouse {
  position:absolute;
  width:640px;
  height:160px;
  top:410px;
  left:30px;
  font-size:18px;
}

#house a:link {
  text-decoration:none;
  color:#0a0;
  display:inline-block;
  text-shadow:0 0 0 rgb(0,0,0);
}

#house a:visited {
  text-decoration:none;
  color:#0a0;
  display:inline-block;
  text-shadow:0 0 0 rgb(0,0,0);
}

#house a:active {
  text-decoration:none;
  color:#c00;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

#house a:hover {
  text-decoration:none;
  color:#c00;
  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,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255);
}

.joinlink {
  display:inline-block;
  position:relative;
  border:2px solid red;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  overflow:hidden;
  padding:5px;
  margin:5px;
  background:rgba(0,0,0,0.5);
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  transition:all .6s;
}

.joinlink:hover {
  display:inline-block;
  position:relative;
}

/*========== SHOPPE ==========*/
.mysectshop {
  position:relative;
  height:600px;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
}

.kinkyshop {
  position:absolute;
  right:0;
  width:640px;
  height:540px;
  padding:30px;
  background-image:url(https://s20.postimg.org/vjx2ce2hp/mfc-shop-frame.png);
  background-size:100% 100%;
  color:#fff;
  font-size:15px;
  text-shadow:0 0 1px rgb(255,0,0),0 0 2px rgb(255,0,0),0 0 4px rgb(255,0,0),0 0 8px rgb(255,0,0),0 0 16px rgb(255,0,0),0 0 32px rgb(255,0,0);
}

.shopwintopleft {
  position:absolute;
  left:25px;
  top:80px;
  width:305px;
  height:220px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.shopwintopright {
  position:absolute;
  right:30px;
  top:80px;
  width:305px;
  height:220px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.shopwinbotleft {
  position:absolute;
  left:25px;
  bottom:30px;
  width:305px;
  height:220px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.shopwinbotright {
  position:absolute;
  right:30px;
  bottom:30px;
  width:305px;
  height:220px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.shopitem {
  width:275px;
  height:100px;
  margin:5px;
  border:2px solid #c00;
  font-size:15px;
  -webkit-border-radius:17px;
  -moz-border-radius:17px;
  border-radius:17px;
  overflow:hidden;
  background:rgba(0,0,0,0.5);
}

.shopitem img {
  float:left;
}