@charset "UTF-8";

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

a:visited {
  color:#27d025;
}

body {
  background-color:#ffffff;
  background-color:#05161a;
  color:#666666;
  font-family:'Arial Black';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
}

.profile_section_content {
  color:#666666;
  border:2px dashed #f21bc6;
  padding:5px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 1px 0 #8c3bc5;
  -moz-box-shadow:0 1px 0 #8c3bc5;
  box-shadow:0 1px 0 #8c3bc5;
}

.profile_section_background {
  #pinkyWrapdisplay:block;
  width:1100px;
  height:5000px;
  margin:4px;
  overflow:auto;
  background:url(http://mfcdesign.files.wordpress.com/2013/09/pinkybg.jpg);
  background-repeat:;
}

#pinkBo {
  display:inline-block;
  width:800px;
  height:200px;
  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;
}

.pinTi {
  display:block;
  width:800px;
  height:20px;
  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:800px;
  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;
}  
}

.img_radius_shadow {
  -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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#283d8d;
  color:#fb5ee2;
  font-family:'Arial Black';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 2px #0d0d0d;
  -moz-box-shadow:0 0 2px #0d0d0d;
  box-shadow:0 0 2px #0d0d0d;
  -webkit-text-shadow:0 1px 0 #221e1e;
  -moz-text-shadow:0 1px 0 #221e1e;
  text-shadow:0 1px 0 #221e1e;
}

.content {
  padding:5px;
}

#GGallWrap {
  display:inline-block;
  width:880px;
  height:auto;
  margin:5px;
  padding:1px;
}

#GgBo {
  display:inline-block;
  width:876px;
  height:auto;
  margin-bottom:30px;
}

.tnail {
  position:relative;
  z-index:0;
  padding-left:5px;
  cursor:pointer;
}

.tnail:hover {
  background-color:transparent;
  z-index:50;
}

.tnail span {
  position:absolute;
  background-color:rgba(102,204,255,.6);
  padding:5px;
  left:-100px;
  top:-230px;
  border:1px dashed gray;
  visibility:hidden;
  color:black;
  text-decoration:none;
  text-align:center;
}

.tnail span img {
  border-width:0;
  padding:2px;
}

.tnail:hover span {
  visibility:visible;
  width:600px;
  top:-150px;
  left:42px;
  text-align:center;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -webkit-transition:all .8s;
  -moz-transition:all .8s;
  transition:all .8s;
  -webkit-transition-timing-function:linear;
}

.BigPr {
  width:500px;
  height:auto;
}

#nv a {
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
}

#nv a:hover {
  color:#FFF;
  border:1px solid rgba(255,255,255,0.5);
  padding:11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
}

.nz {
  position:fixed;
  top:0;
  left:0;
  padding-left:20px;
  display:block;
  width:100%;
  height:80px;
  z-index:9999;
  background:url(http://css-mfc-profile.design-xpro.com/wp-content/uploads/2013/09/susbl.png) repeat-x;
}

.tre {
  width:960px;
  height:80px;
  position:relative;
  display:block;
  margin:auto!important;
  z-index:9999;
}

.vsd {
  position:absolute;
  top:0;
  left:-82px;
}

.ter {
  height:50px;
  display:block;
  position:relative;
  float:right;
  margin-top:11px;
  margin-left:100px;
  font-weight:normal;
  margin-right:160px;
  border-left:1px solid #900;
  border-right:1px solid #900;
}