@charset "UTF-8";

/* general mfc code fixes ------------------ */
a:link,a:visited {
  color:#ff00ff;
  transition:.2s;
}

a:active,a:hover {
  color:#7c007c;
}

body {
  background-color:#dfb0b0;
  background-image:url(https://img.mfcimg.com/photos2/157/15797334/635-914-695-666-11212799.gif);
  background-size:cover;
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center top;
  color:#622c2c;
  font-family:'Comic Sans MS',ChalkboardSE-Regular,sans-serif!important;
  font-weight:bold;
  font-style:normal;
  font-size:15px!important;
  width:100%;
  margin:0;
  padding:0;
}

div.pagecenter {
  width:900px;
  margin:0 auto 3px;
}

.profile_section_content {
  color:#622c2c;
  border:0 none #;
  padding:0;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 #777777;
}

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

.img_radius_shadow {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 #777777;
  -moz-box-shadow:0 #777777;
  box-shadow:0 #777777;
  -webkit-text-shadow:0 #777777;
  -moz-text-shadow:0 #777777;
  text-shadow:0 #777777;
}

.content {
  padding:0;
}

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

#about_me_label {
  display:none;
}

#about_me_value {
  display:inline-block!important;
  width:900px;
  padding:0;
  margin:0 auto;
}

#about_me_container {
  display:block!important;
  width:100%!important;
  padding:0;
  margin:0 auto;
  text-align:center;
  clear:both;
}

/* general typography ------------------ */
.titlebox {
  position:absolute;
  top:30px;
  left:44px;
}

.titles {
  font-size:36px;
  padding:0;
  margin:0;
  text-shadow:0 0 10px #7c007c;
}

.boldtext {
  font-weight:bold;
}

.font18 {
  font-size:18px;
}

.whitetext {
  color:#fff;
  text-shadow:0 0 6px #7c007c;
}

.pinktext {
  color:#ff00ff;
}

/* navigation and anchors ------------------ */
div.navanchor {
  width:900px;
  height:10px;
  padding:0;
  margin:0;
}

div.topnav {
  width:900px;
  font-size:21px;
  line-height:50px;
  font-family:Kristen ITC,Comic Sans MS,ChalkboardSE-Regular,sans-serif;
  color:#fff;
  text-align:center;
  padding:0;
  margin:0 0 20px;
}

a.topnavlink:link,a.topnavlink:visited {
  display:inline-block;
  width:296px;
  height:50px;
  background-color:#ff00ff;
  color:#fff;
  padding:0;
  margin:0 6px 0 0;
  text-decoration:none;
  border-radius:10px;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
  background-size:296px 50px;
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:left center;
  background-origin:content-box;
  background-color:-webkit-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Safari 5.1 to 6.0 */
  background-color:-o-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Opera 11.1 to 12.0 */
  background-color:-moz-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Firefox 3.6 to 15 */
  background-color:linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* Standard syntax */
  text-shadow:0 0 6px #7c007c;
}

a:link#aboutme,a:visited#aboutme {
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/571-145-310-490-10803312.gif);
}

a:link#tipmenu,a:visited#tipmenu {
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/779-601-325-977-10803310.gif);
}

a:link#videos,a:visited#videos {
  background-image:url(https://img.mfcimg.com/photos2/160/16035557/930-415-958-563-11105144.gif);
}

a.topnavlink:hover,a.topnavlink:active {
  background-color:#7c007c;
  background-size:296px 50px;
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:left center;
  background-origin:content-box;
}

a:hover#aboutme,a:active#aboutme {
  background-image:url(https://img.mfcimg.com/photos2/192/19247911/329-212-177-908-11025530.gif);
}

a:hover#tipmenu,a:active#tipmenu {
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/343-620-412-526-10803311.gif);
}

a:hover#videos,a:active#videos {
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/484-930-783-546-10803317.gif);
}

/* back to top navigation ------------------ */
div.backnav {
  width:900px;
  height:50px;
  background-color:#ff7fff;
  background:-webkit-linear-gradient(#ffb4ff,#ff7fff,#ff7fff,#ffb4ff);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#ffb4ff,#ff7fff,#ff7fff,#ffb4ff);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#ffb4ff,#ff7fff,#ff7fff,#ffb4ff);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#ffb4ff,#ff7fff,#ff7fff,#ffb4ff);
/* Standard syntax */
  font-size:21px;
  line-height:50px;
  font-family:Kristen ITC,Comic Sans MS,ChalkboardSE-Regular,sans-serif;
  color:#fff;
  text-align:center;
  padding:0;
  margin:20px 0 10px;
  border-radius:10px;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
}

a.backlinks:link,a.backlinks:visited {
  display:inline-block;
  width:296px;
  height:50px;
  background-color:#ff00ff;
  color:#fff;
  padding:0;
  margin:0;
  text-decoration:none;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/255-716-160-472-10803314.gif);
  background-size:296px 50px;
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:left center;
  background-origin:content-box;
  background-color:-webkit-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Safari 5.1 to 6.0 */
  background-color:-o-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Opera 11.1 to 12.0 */
  background-color:-moz-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Firefox 3.6 to 15 */
  background-color:linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* Standard syntax */
  text-shadow:0 0 6px #7c007c;
}

a.backlinks:hover,a.backlinks:active {
  background-color:#7c007c;
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/274-152-239-659-10803315.gif);
  background-size:296px 50px;
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:left center;
  background-origin:content-box;
}

/* link to heros panel ------------------ */
a.herolink:link,a.herolink:visited {
  display:inline-block;
  width:370px;
  height:50px;
  background-color:#ff00ff;
  color:#fff;
  padding:0 0 0 260px;
  margin:0;
  text-decoration:none;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  background-image:url(https://img.mfcimg.com/photos2/160/16035557/468-428-708-707-10803353.png);
  background-size:900px 50px;
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:-260px center;
  background-origin:content-box;
  background-color:-webkit-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Safari 5.1 to 6.0 */
  background-color:-o-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Opera 11.1 to 12.0 */
  background-color:-moz-linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* For Firefox 3.6 to 15 */
  background-color:linear-gradient(#ff89fd,#7c007c,#7c007c,#ff89fd);
/* Standard syntax */
  text-shadow:0 0 6px #7c007c;
}

a.herolink:hover,a.herolink:active {
  background-color:#7c007c;
  background-image:url(https://img.mfcimg.com/photos2/160/16035557/125-449-616-336-10803354.png);
  background-repeat:no-repeat;
  background-attachment:relative;
  background-position:-260px center;
  background-origin:content-box;
}

/* sophie main panels ------------------ */
.panelbgs {
  position:relative;
  width:900px;
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:relative;
  background-origin:content-box;
  background-color:#ff00ff;
  padding:0;
  margin:0;
  font-size:17px;
  line-height:36px;
  font-family:Kristen ITC,Comic Sans MS,ChalkboardSE-Regular,sans-serif;
  font-weight:normal;
  color:#ffffff;
  text-align:left;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
  border-radius:10px;
}

/* main panel backgrounds and curved corners ------------------ */
#aboutmepanel {
  height:1500px;
  background-image:url(https://img.mfcimg.com/photos2/152/15292393/642-631-883-939-11108696.jpg);
  background-image:url(https://img.mfcimg.com/photos2/152/15292393/734-432-790-270-11112398.gif),url(https://img.mfcimg.com/photos2/152/15292393/642-631-883-939-11108696.jpg);
}

#tipmenupanel {
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/210-522-202-421-10803308.jpg);
  background-size:auto 100%;
  height:533px;
}

#misfitspanel {
  background-color:rgba(255,0,255,0.75);
  overflow:auto;
  width:810px;
  min-height:478px;
  padding:45px;
  line-height:24px;
}

#videospanel {
  height:175px;
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/243-248-428-838-10803306.gif);
  background-position:center bottom;
  margin:0 0 4px;
  overflow:hidden;
  border-radius:10px 10px 0 0;
}

#mfcsharepanel {
  height:568px;
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/564-335-594-150-10803304.jpg);
  background-position:-250px 0;
  background-size:auto 568px;
  border-radius:0 0 10px 10px;
}

#heroespanel {
  background-color:rgba(255,0,255,0.75);
}

#thankyoupanel {
  height:450px;
  background-image:url(https://img.mfcimg.com/photos2/224/22406592/640-828-294-614-10803307.jpg);
  margin:20px 0 0;
}

/* welcome-about me panel ------------------ */
.welcomepicbox {
  position:absolute;
  top:90px;
  left:45px;
  border-radius:10px;
  -webkit-box-shadow:0 0 10px 0 #7c007c;
  -moz-box-shadow:0 0 10px 0 #7c007c;
  box-shadow:0 0 10px 0 #7c007c;
}

img.welcomepic {
  display:block;
  border-radius:10px;
  border:0;
  padding:0;
  margin:0;
}

.welcometextbox {
  position:absolute;
  top:80px;
  left:330px;
  width:525px;
  margin:0;
  padding:0;
}

.welcometext {
  font-size:18px;
  line-height:27px;
  font-weight:normal;
  padding:5px 0;
  margin:0;
  text-shadow:0 0 6px #7c007c;
}

.amazoncontainer {
  display:table;
  position:absolute;
  bottom:45px;
  right:45px;
  height:120px;
  width:120px;
  background-color:#fff;
  background:-webkit-linear-gradient(#ff89fd,#ff89fd,#9d409d,#7c007c,#7c007c,#7c007c,#9d409d,#7c007c);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#ff89fd,#ff89fd,#9d409d,#7c007c,#7c007c,#7c007c,#9d409d,#7c007c);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#ff89fd,#ff89fd,#9d409d,#7c007c,#7c007c,#7c007c,#9d409d,#7c007c);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#ff89fd,#ff89fd,#9d409d,#7c007c,#7c007c,#7c007c,#9d409d,#7c007c);
/* Standard syntax */
  color:#fff;
  padding:0;
  font-size:18px;
  line-height:25px;
  font-weight:bold;
  border-radius:60px;
  -webkit-box-shadow:0 0 12px #fff,inset 0 0 18px #000;
  -moz-box-shadow:0 0 12px #fff,inset 0 0 18px #000;
  box-shadow:0 0 12px #fff,inset 0 0 18px #000;
}

.amazontext {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding:0 0 6px;
}

/* tip menu panel ------------------ */
.tipmenuboxleft {
  position:absolute;
  top:80px;
  left:45px;
  width:385px;
  min-height:453px;
  margin:0;
  padding:0;
}

.tipmenuboxright {
  position:absolute;
  top:80px;
  right:45px;
  width:385px;
  min-height:453px;
  margin:0;
  padding:0;
}

.tipmenulistfirst {
  font-weight:normal;
  padding:0;
  margin:0;
  border-top:1px solid white;
  border-bottom:1px solid white;
  text-shadow:0 0 6px #7c007c;
}

.tipmenulist {
  font-weight:normal;
  padding:0;
  margin:0;
  border-bottom:1px solid white;
  text-shadow:0 0 6px #7c007c;
}

a.tipmenubtn:link,a.tipmenubtn:visited {
  display:inline-block;
  width:110px;
  height:25px;
  line-height:25px;
  background-color:#7c007c;
  color:#fff;
  text-align:center;
  padding:0;
  margin:5px 5px 0 0;
  border-radius:5px;
  text-decoration:none;
  text-shadow:0 0 0;
  float:left;
}

a.tipmenubtn:hover,a.tipmenubtn:active {
  color:#fff;
  background-color:#000;
  -webkit-box-shadow:0 0 10px 0 #fff;
  -moz-box-shadow:0 0 10px 0 #fff;
  box-shadow:0 0 10px 0 #fff;
}

/* misfits - costumes - panel ------------------ */
.misfitsContainer {
  height:478px;
  float:left;
  margin:0;
  border-radius:10px;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
}

.misfitstextbox {
  width:465px;
  float:right;
  text-align:left;
  margin:0;
}

a.buybutton:link,a.buybutton:visited {
  display:inline-block;
  color:#fff;
  background-color:#7c007c;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px 15px;
  text-decoration:none;
  margin:12px 0;
  float:right;
}

a.buybutton:hover,a.buybutton:active {
  color:#fff;
  background-color:#000;
  -webkit-box-shadow:0 0 10px 0 #fff;
  -moz-box-shadow:0 0 10px 0 #fff;
  box-shadow:0 0 10px 0 #fff;
}

p.buytext {
  padding:0;
  margin:0;
  text-shadow:0 0 6px #7c007c;
}

p.buytext2 {
  padding:15px 0;
  border-bottom:1px solid #fff;
  margin:0;
  text-shadow:0 0 6px #7c007c;
}

table,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  line-height:1;
  margin:0 0 20px;
}

th,td {
  text-align:left;
  font-weight:normal;
  vertical-align:middle;
}

tr {
  border-bottom:1px solid #fff;
}

/* misfits - costumes slideshow ------------------ */
.CSSgal {
  height:478px;
  width:300px;
  margin:0;
  padding:0;
  border-radius:10px;
  position:relative;
  overflow:hidden;
/* Or set a fixed height */
}

/* SLIDER */
.CSSgal .slider {
  height:100%;
  white-space:nowrap;
  font-size:0;
  transition:.8s;
}

.slider {
  height:478px;
  width:300px;
  margin:0;
  padding:0;
}

/* SLIDES */
.CSSgal .slider > * {
  font-size:1rem;
  display:inline-block;
  vertical-align:top;
  height:100%;
  width:100%;
  background:none 50% no-repeat;
  background-size:cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */
.CSSgal .prevNext {
  position:absolute;
  z-index:1;
  top:50%;
  width:100%;
  height:0;
}

.CSSgal .prevNext > div+div {
  visibility:hidden;
/* Hide all but first P/N container */
}

.CSSgal .prevNext a {
  background:rgba(0,0,0,0.1);
  position:absolute;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  opacity:.7;
  text-decoration:none;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

.CSSgal .prevNext a:hover {
  opacity:1;
}

.CSSgal .prevNext a+a {
  right:0;
}

/* NAVIGATION */
.CSSgal .bullets {
  position:absolute;
  z-index:2;
  bottom:0;
  padding:0;
  margin:0 0 0 10px;
  width:100%;
  text-align:left;
}

.CSSgal .bullets > a {
  display:inline-block;
  width:10px;
  height:10px;
  line-height:10px;
  padding:0;
  margin:0;
  text-decoration:none;
  text-align:center;
  border-radius:50%;
  background:rgba(0,0,0,1);
}

.CSSgal .bullets > a+a {
  background:rgba(0,0,0,0.5);
  padding:0;
  margin:0;
/* Dim all but first */
}

.CSSgal .bullets > a:hover {
  background:rgba(0,0,0,0.8);
}

/* ACTIVE NAVIGATION ANCHOR */
.CSSgal >span:target ~ .bullets >* {
  background:rgba(0,0,0,0.5);
}

#s1:target ~ .bullets >:nth-child(1) {
  background:rgba(0,0,0,1);
}

#s2:target ~ .bullets >:nth-child(2) {
  background:rgba(0,0,0,1);
}

#s3:target ~ .bullets >:nth-child(3) {
  background:rgba(0,0,0,1);
}

#s4:target ~ .bullets >:nth-child(4) {
  background:rgba(0,0,0,1);
}

#s5:target ~ .bullets >:nth-child(5) {
  background:rgba(0,0,0,1);
}

/* PREV/NEXT CONTAINERS VISIBILITY */
.CSSgal >span:target ~ .prevNext >* {
  visibility:hidden;
}

#s1:target ~ .prevNext >:nth-child(1) {
  visibility:visible;
}

#s2:target ~ .prevNext >:nth-child(2) {
  visibility:visible;
}

#s3:target ~ .prevNext >:nth-child(3) {
  visibility:visible;
}

#s4:target ~ .prevNext >:nth-child(4) {
  visibility:visible;
}

#s5:target ~ .prevNext >:nth-child(5) {
  visibility:visible;
}

/* SLIDER ANIMATION POSITIONS */
#s1:target ~ .slider {
  transform:translateX(0%);
  -webkit-transform:translateX(0%);
}

#s2:target ~ .slider {
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
}

#s3:target ~ .slider {
  transform:translateX(-200%);
  -webkit-transform:translateX(-200%);
}

#s4:target ~ .slider {
  transform:translateX(-300%);
  -webkit-transform:translateX(-300%);
}

#s5:target ~ .slider {
  transform:translateX(-400%);
  -webkit-transform:translateX(-400%);
}

span:target:before {
  content:"";
  display:block;
  height:55px;
/* fixed header height*/
  margin:-55px 0 0;
/* negative fixed header height */
}

/* Video title panel ------------------ */
.videonew {
  display:block;
  position:absolute;
  top:30px;
  right:0;
  background-color:#fff;
  color:#7c007c;
  padding:0 44px 0 15px;
  font-size:24px;
  line-height:34px;
  font-weight:bold;
  border-radius:5px 0 0 5px;
}

.videoheaderleft {
  position:absolute;
  top:80px;
  left:45px;
  width:385px;
  margin:0;
  padding:0;
}

.videoheaderright {
  position:absolute;
  top:80px;
  right:45px;
  width:385px;
  margin:0;
  padding:0;
}

.videoheadertext {
  font-weight:normal;
  padding:0;
  margin:0;
  border-top:1px solid white;
  border-bottom:1px solid white;
}

/* Buy videos area panel ------------------ */
.videoscontainer {
  position:absolute;
  top:90px;
  left:44px;
  background-color:rgba(255,255,255,0.5);
  width:792px;
  height:394px;
  border-radius:10px;
  padding:20px 0 20px 20px;
  overflow:auto;
  -webkit-box-shadow:inset 0 0 10px #7c007c;
  -moz-box-shadow:inset 0 0 10px #7c007c;
  box-shadow:inset 0 0 10px #7c007c;
}

.videoscontainer::-webkit-scrollbar {
  width:12px;
}

.videoscontainer::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:0 0 10px 10px;
}

.videoscontainer::-webkit-scrollbar-thumb {
  background-color:rgba(255,255,255,0.5);
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

a.mfcsharelink:link,a.mfcsharelink:visited {
  opacity:.5;
  border:0;
  margin:0;
  padding:0;
}

a.mfcsharelink:hover,a.mfcsharelink:active {
  opacity:1;
}

a.newvideo:link,a.newvideo:visited {
  color:#ff00ff;
  text-decoration:none;
}

a.newvideo:hover,a.newvideo:active {
  opacity:.5;
}

.videobox {
  margin:5px;
  padding:2px;
  background-color:rgba(255,255,255,0.5);
  float:left;
}

.customvideopanel {
  position:relative;
  width:166px;
  height:89px;
  background-color:#ff00ff;
  padding:5px;
  margin:0;
  font-family:Helvetica,Arial,sans-serif;
  font-size:15px;
  line-height:18px;
  text-align:center;
}

.customvideopanel p {
  width:166px;
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  padding:0;
}

.borderiframe {
  border:none;
  width:176px;
  height:99px;
  margin:0;
  padding:0;
  display:block;
/* Add this */
}

.newflash {
  position:absolute;
  background-color:#fff;
  font-family:Helvetica,Arial,sans-serif;
  font-weight:bold;
  font-size:16px;
  line-height:20px;
  color:#ff00ff;
  padding:0 7px 0 0;
  margin:0;
  border-radius:0 0 10px 0;
}

.videodescription {
  display:block;
  width:166px;
  background-color:rgba(255,255,255,0.7);
  font-family:Helvetica,Arial,sans-serif;
  color:#7c007c;
  font-weight:bold;
  font-size:16px;
  line-height:20px;
  text-align:center;
  margin:0;
  padding:5px 5px 1px;
}

a.videotipbtn:link,a.videotipbtn:visited {
  display:block;
  width:156px;
  background-color:#ff00ff;
  color:#fff;
  text-align:center;
  padding:5px;
  margin:5px 0;
  border-radius:5px;
  text-decoration:none;
}

a.videotipbtn:hover,a.videotipbtn:active {
  color:#fff;
  background-color:#000;
  -webkit-box-shadow:0 0 10px 0 #ff00ff;
  -moz-box-shadow:0 0 10px 0 #ff00ff;
  box-shadow:0 0 10px 0 #ff00ff;
}

/* Heroes panel ------------------ */
.herosections {
  width:810px;
  margin:25px 45px 20px;
  float:left;
  background-color:rgba(255,255,255,0.5);
  border-radius:10px;
  border-top:2px solid #fff;
  border-bottom:2px solid #7c007c;
}

.heroleftcol {
  width:365px;
  text-align:center;
  margin:0;
  padding:20px;
  float:left;
}

.herorightcol {
  width:365px;
  margin:20px;
  padding:10px 0;
  float:right;
  background-color:#ff00ff;
  border-top:2px solid #7c007c;
  border-bottom:2px solid #fff;
  border-radius:10px;
}

.heroessectiontitle {
  font-size:20px;
  line-height:38px;
  letter-spacing:3px;
  background-color:#fff;
  color:#000;
  font-weight:bold;
  margin:0;
  padding:0 0 2px;
  border:2px solid #000000;
  border-radius:20px;
  text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff,0 0 6px #ff00ff,0 0 18px #ffff00;
}

.heroespowers {
  font-weight:normal;
  line-height:24px;
  padding:6px 0;
  margin:0;
  border-bottom:1px solid white;
  text-shadow:0 0 6px #7c007c;
}

.heroespowersbold {
  font-weight:bold;
  color:#7c007c;
  text-shadow:0 0 0 #7c007c;
}

.heroesnames {
  font-weight:normal;
  text-align:center;
  line-height:24px;
  padding:6px 0;
  margin:0;
}

/* thank you panel ------------------ */
.thankyoutitlebox {
  position:absolute;
  top:160px;
  left:0;
  width:100%;
  text-align:center;
}

.thankyoutitle {
  font-size:36px;
  padding:0;
  margin:0;
}

.thankyoutext {
  font-size:24px;
  font-weight:normal;
  padding:10px;
  margin:0;
}

/* change mfc defaults ------------------ */
body {
  width:900px;
  margin:10px auto 40px;
}

/* change mfc defaults - header and footer and mfcshare and interests and hobbies containers ------------------ */
#header_bar,#footer_bar,#unix_last_updated_container,#member_type_value,#tags_container,#profile_mfc_share_content,#unix_last_broadcast_container {
  display:none!important;
}

.heading {
  background-color:#ff00ff!important;
  font-family:Kristen ITC,Comic Sans MS,ChalkboardSE-Regular,sans-serif!important;
  color:#fff;
  font-size:21px!important;
  line-height:40px!important;
  vertical-align:middle;
  margin:30px 0 15px;
  padding:0 10px!important;
  border-radius:10px!important;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
}

#profile_avatar {
  border-radius:10px!important;
  -webkit-box-shadow:0 5px 10px 0 #7c007c;
  -moz-box-shadow:0 5px 10px 0 #7c007c;
  box-shadow:0 5px 10px 0 #7c007c;
}

#status_container,#last_login_string_container,#blurb_container,#meaning_life_container,#favorite_books_container,#hobbies_container,#five_things_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container {
  background-color:rgba(255,255,255,0.5);
  border-radius:10px!important;
  display:block;
  margin:0;
  padding-left:10px;
  font-size:15px!important;
  line-height:20px;
  -webkit-box-shadow:inset 0 0 6px #7c007c;
  -moz-box-shadow:inset 0 0 6px #7c007c;
  box-shadow:inset 0 0 6px #7c007c;
}

#status_container,#blurb_container {
  margin-bottom:4px;
}

#status_label,#status_value,#last_login_string_label,#last_login_string_value,#blurb_label,#blurb_value {
  font-size:15px!important;
  min-width:150px!important;
}

/* change mfc defaults - about me section ------------------ */
#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#username_container,#gender_container,#sexual_preference_container,#body_type_container,#ethnicity_container,#hair_container,#weight_container,#height_container,#age_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#favorite_food_container,#pets_container,#city_container,#country_container,#occupation_container,#school_container,#automobile_container {
  background-color:rgba(255,255,255,0.5);
  border-radius:10px!important;
  width:436px;
  display:inline-block;
  margin:0!important;
  padding-left:10px;
  font-size:15px;
  line-height:20px;
  -webkit-box-shadow:inset 0 0 6px #7c007c;
  -moz-box-shadow:inset 0 0 6px #7c007c;
  box-shadow:inset 0 0 6px #7c007c;
}

#average_rating_label,#rate_label,#admirers_label,#friends_label,#favorite_models_label,#username_label,#gender_label,#sexual_preference_label,#body_type_label,#ethnicity_label,#hair_label,#weight_label,#height_label,#age_label,#smoke_label,#drink_label,#drugs_label,#marital_status_label,#favorite_food_label,#pets_label,#city_label,#country_label,#occupation_label,#school_label,#automobile_label {
  min-width:150px!important;
}

/* change mfc defaults - friend - rate and admire section ------------------ */
#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container {
  padding:10px 0 10px 10px;
}

#average_rating_container,#friends_container {
  float:right;
  margin-right:0;
}

#rate_container,#admirers_container {
  border-radius:10px!important;
  background-color:rgba(255,255,255,1);
  -webkit-box-shadow:inset 0 0 6px #ff00ff;
  -moz-box-shadow:inset 0 0 6px #ff00ff;
  box-shadow:inset 0 0 6px #ff00ff;
}

/* change mfc defaults - interests and hobbies ------------------ */
#meaning_life_container,#favorite_books_container,#hobbies_container,#five_things_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,.wall_post,#new_comment,#new_comment_login_message {
  padding:10px;
  margin-bottom:4px!important;
  font-size:15px!important;
}

#meaning_life_label,#favorite_books_label,#hobbies_label,#five_things_label,#for_fun_label,#favorite_songs_label,#favorite_movies_label,#craziest_thing_label,#be_anywhere_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label,#know_me_label {
  display:inline-block!important;
  min-width:325px!important;
  background-color:#ff00ff;
  color:#fff;
  font-size:18px!important;
  line-height:18px;
  border-radius:10px;
  padding:2px 10px 4px;
}

#meaning_life_value,#favorite_books_value,#hobbies_value,#five_things_value,#for_fun_value,#favorite_songs_value,#favorite_movies_value,#craziest_thing_value,#be_anywhere_value,#talents_value,#perfect_mate_value,#perfect_date_value,#turn_ons_value,#know_me_value {
  font-size:15px!important;
  font-weight:bold;
}

/* change mfc defaults - message board ------------------ */
.wall_post,#new_comment_login_message,#new_comment {
  background-color:rgba(255,255,255,0.5);
  border-radius:10px!important;
  margin:0;
  padding-left:10px;
  font-size:15px!important;
  line-height:20px;
  -webkit-box-shadow:inset 0 0 6px #7c007c;
  -moz-box-shadow:inset 0 0 6px #7c007c;
  box-shadow:inset 0 0 6px #7c007c;
}

#new_comment,#new_comment_login_message {
  background-color:#fff;
  -webkit-box-shadow:inset 0 0 6px #ff00ff;
  -moz-box-shadow:inset 0 0 6px #ff00ff;
  box-shadow:inset 0 0 6px #ff00ff;
}

.wall_post_body {
  padding-bottom:10px;
}

#profile_load_more_comments:link,#profile_load_more_comments:visited {
  display:inline-block!important;
  height:25px!important;
  line-height:25px!important;
  background-color:#7c007c!important;
  color:#fff!important;
  text-align:center!important;
  padding:0 10px!important;
  margin:20px 5px 0 0!important;
  border-radius:5px!important;
  text-decoration:none!important;
  text-shadow:0 0 0!important;
}

#profile_load_more_comments:hover,#profile_load_more_comments:active {
  color:#fff!important;
  background-color:#000!important;
  -webkit-box-shadow:0 0 10px 0 #fff!important;
  -moz-box-shadow:0 0 10px 0 #fff!important;
  box-shadow:0 0 10px 0 #fff!important;
}

/* change mfc defaults - schedule ------------------ */
#schedule_day_0_container,#schedule_day_1_container,#schedule_day_2_container,#schedule_day_3_container,#schedule_day_4_container,#schedule_day_5_container,#schedule_day_6_container,#schedule_converted {
  background-color:rgba(255,255,255,0.5);
  display:block;
  width:900px;
  text-align:left;
  margin:0;
  font-size:15px!important;
  line-height:20px!important;
  border-bottom:1px solid #ff00ff;
}

#schedule_day_0_container {
  border-radius:10px 10px 0 0;
}

#schedule_converted {
  width:890px;
  line-height:15px;
  padding:3px 0 3px 10px;
  border-radius:0 0 10px 10px;
  border-bottom:0;
  margin-bottom:4px!important;
}

#schedule_day_0_label,#schedule_day_1_label,#schedule_day_2_label,#schedule_day_3_label,#schedule_day_4_label,#schedule_day_5_label,#schedule_day_6_label {
  padding-left:10px;
}

/* preload roll-over images ------------------ */
.rolloverimages {
  position:fixed;
  top:-9999px;
  left:-9999px;
  padding:0;
  margin:0;
  overflow:hidden;
}