@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#40063a;
  color:#a60707;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  background-position:top center;
  background-attachment:scroll;
  background-repeat:repeat-y;
  background-image:url(https://img.mfcimg.com/photos2/219/21958219/477-917-873-554-9628987.jpg);
}

.profile_section_content {
  color:#a60707;
  border:13px double #c7adad;
  padding:5px;
  margin:5px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 0 0 #841515;
  -moz-box-shadow:0 0 0 #841515;
  box-shadow:0 0 0 #841515;
}

.profile_section_background {
  background-color:transparent;
  background-color:#240707;
  filter:alpha(opacity=70);
  opacity:.7;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 0 0 #130a0a;
  -moz-box-shadow:0 0 0 #130a0a;
  box-shadow:0 0 0 #130a0a;
}

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

.content {
  padding:5px;
}

#pinkyWrap {
  display:block;
  width:700px;
  height:800px;
  margin:4px;
  overflow:hidden;
  background:url(http://mfcdesign.files.wordpress.com/2013/09/pinkybg.jpg);
  background-repeat:no-repeat;
}

#pinkBo {
  display:inline-block;
  width:612px;
  height:650px;
  overflow:auto;
  padding:17px;
  margin:10px 20px 30px 30px;
  background:rgba(255,0,102,0.1);
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  font-size:17px;
  font-family:Tahoma,Geneva,sans-serif;
  color:#C06;
  text-indent:5px;
  text-shadow:0 0 0 #000;
}

#piInfo {
  display:block;
  width:602px;
  height:120px;
  padding:3px;
  text-align:center;
  font-size:15px;
  color:#F3C;
  font-family:Geneva sans-serif;
  position:relative;
}

.pinTi {
  display:block;
  width:612px;
  height:50px;
  padding:15px;
  text-align:center;
  font-size:37px;
  color:#F9C;
  text-shadow:0 1px 5px #C00;
  font-family:Geneva sans-serif;
  letter-spacing:1px;
}

.pinFi {
  display:block;
  width:412px;
  height:20px;
  padding:3px;
  text-align:center;
  font-size:11px;
  color:#F3C;
  text-shadow:0 1px 6px #C00;
  font-family:Geneva sans-serif;
  letter-spacing:1px;
  position:relative;
  bottom:34px;
  left:140px;
}

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

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

#tipers {
  display:inline-block;
  width:800px;
  height:600px;
  margin:0 auto;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/bgmain22.png),url(http://mfcdesign.files.wordpress.com/2014/02/bgmain1.gif);
  background-repeat:no-repeat,no-repeat;
  background-size:auto,100%;
  background-attachment:scroll,fixed;
  position:relative;
}

#tipersBod {
  width:760px;
  height:340px;
  margin-left:10px;
  margin-top:100px;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/bgtpbody1.png) no-repeat rgba(255,255,255,.1);
  background-size:100%;
  overflow:auto;
  color:#fff;
  padding:10px;
  text-align:center;
  border:1px solid rgba(255,255,255,.5);
  background-position:center;
  text-shadow:0 1px 0 #000;
  font-size:16px;
}

#tipersBod:hover {
  color:#fff;
  text-shadow:0 0 8px #fff;
  -webkit-transition:ease .5s;
  -moz-transition:ease .5s;
  transition:ease .5s;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/bgtbodyzhover2.png) center no-repeat;
  background-size:100%;
}

#tipersBod ul li {
  list-style:none;
  margin-left:-80px;
  display:block;
}

#tipersBod li::before {
  content:'';
  display:inline-block;
  width:20px;
  height:14px;
  margin-right:6px;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/star.png) no-repeat bottom;
}

#tipersBod li:hover::before {
  content:'';
  display:inline-block;
  width:20px;
  height:14px;
  margin-right:6px;
  background:url(http://mfcdesign.files.wordpress.com/2014/02/tkn.png) no-repeat bottom;
  -webkit-transition:ease .5s;
  -moz-transition:ease .5s;
  transition:ease .5s;
}

#tipInfo {
  display:block;
  width:760px;
  height:100px;
  margin-left:10px;
  margin-top:10px;
  background:rgba(0,0,0,.5);
  overflow:auto;
  color:#fff;
  padding:10px;
  font-variant:small-caps;
}